------- Comment #3 from dominiq at lps dot ens dot fr 2009-06-12 09:45 ------- The code in comment #1 compiles on powerpc-apple-darwin9 at revision 148391 with '-O3 -ffast-math -funroll-loops'. On i686-apple-darwin9 at revision 148399, compilation fails at -O3 with:
[ibook-dhum] f90/bug% gfc -O3 pr40421.f90 pr40421.f90: In function 'vrot2': pr40421.f90:1:0: internal compiler error: Segmentation fault but it compiles with '-O2 -ftree-vectorize -ffast-math -funroll-loops'. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40421