search for: f5d408f3

Displaying 2 results from an estimated 2 matches for "f5d408f3".

2007 Mar 20
0
[LLVMdev] Google SOC - Idea
...bit. Also -- and I'm surprised no one else noticed this -- you misspell FORTRAN as FORTAN as often as not. That does not make a good impression :) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070320/f5d408f3/attachment.html>
2007 Mar 20
2
[LLVMdev] Google SOC - Idea
Hi Scott, I'm currently porting the Ada gcc front-end to LLVM. This is similar to what you want to do, so here are some comments from the trenches... > I plan on first attempting to implement the FORTRAN front-end by > co-opting the GCC FORTRAN parser. Good plan. However the Fortran front-end that comes with gcc 4.0 is known to be weak (llvm-gcc is based on gcc 4.0). That's