Displaying 1 result from an estimated 1 matches for "c380004".
Did you mean:
380004
2008 Mar 23
0
[LLVMdev] Announcement: GNAT ported to LLVM
...if part of your
program is written in Ada and other parts in C/C++/Fortran etc, you
can link them all together and mutually optimize them, resulting in
C routines being inlined into Ada etc.
The compiler works quite well, but it is still experimental. All
of the ACATS testsuite passes except for c380004 and c393010. Since
c380004 also fails with gcc-4.2, that makes c393010 the only failure
due to the use of the LLVM infrastructure (the problem comes from
the GNAT front-end which produces a bogus type declaration that the
gimple -> LLVM convertor rejects). On the other hand, many of the
tests...