http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36680

--- Comment #5 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2012-09-01 
22:12:27 UTC ---
> Can someone please fix fortran in the testcase, so it will compile with gcc
> 4.8?

The mailer has split a line in two:

  USE class_dummy_atom_kdtree_types, ONLY: dummy_atom_kdtree,
dummy_atom_kdtree_node, dummy_atom_kdtree_data

You can unsplit them, or replace them with (adding a & at the end of the first
line)

  USE class_dummy_atom_kdtree_types, ONLY: dummy_atom_kdtree, &
  dummy_atom_kdtree_node, dummy_atom_kdtree_data

I get the ICE with 4.4.6, but the code compiles with 4.5.3, 4.6.3, 4.7.1, and
trunk and '-O1 -fschedule-insns'.

Reply via email to