On Thu, Oct 02, 2014 at 11:30:50AM +0400, Yury Gribov wrote: > On 10/01/2014 10:39 PM, Kostya Serebryany wrote: > >On Wed, Oct 1, 2014 at 11:38 AM, Toon Moene <t...@moene.org> wrote: > >>On 10/01/2014 08:00 PM, Kostya Serebryany wrote: > >>> > >>>-gcc folks. > >>> > >>>Why not use clang then? > >>>It offers many more nice features. > >> > >> > >>What's the Fortran front-end called for clang (or do you really think we are > >>going to write Weather Forecasting codes in C :-) ) > > > >Oh, crap. :) > > Well, there's always f2c ;)
You mean for performance critical code? Fortran has different aliasing rules than C, so it is hard to express those in C... Jakub