------- Comment #4 from dominiq at lps dot ens dot fr 2009-04-25 17:20 ------- This may also be related to some failures I have seen with the polyhedron tests, see:
http://gcc.gnu.org/ml/fortran/2009-04/msg00031.html I particular for [ibook-dhum] lin/test% gfc -O1 -fwhole-file gas_dyn.f90 gas_dyn.f90: In function 'eos': gas_dyn.f90:360: internal compiler error: Bus error <-- now 406 [ibook-dhum] lin/test% gfc -O2 -fwhole-file gas_dyn.f90 gas_dyn.f90: In function 'readin': gas_dyn.f90:1572: internal compiler error: Bus error [ibook-dhum] lin/test% gfc -O3 -fwhole-file gas_dyn.f90 gas_dyn.f90: In function 'nozzle': gas_dyn.f90:896: internal compiler error: Bus error where 1572 is a GOTO and 406 and 896 are IFs. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39896