[Bug fortran/40994] ICE in gfc_undo_symbols

2010-08-11 Thread janus at gcc dot gnu dot org
--- Comment #8 from janus at gcc dot gnu dot org 2010-08-11 19:30 --- Both comment #0 and comment #6 work for me without ICE on 4.6 trunk r163095. Closing as fixed. -- janus at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/40994] ICE in gfc_undo_symbols

2010-07-26 Thread dominiq at lps dot ens dot fr
--- Comment #7 from dominiq at lps dot ens dot fr 2010-07-26 13:30 --- This pr looks like a duplicate of pr37744, or at least the ICEs disappear with -fwhole-file (now the default: see http://gcc.gnu.org/ml/gcc-bugs/2010-07/msg02853.html#c9 ). --

[Bug fortran/40994] ICE in gfc_undo_symbols

2010-05-07 Thread dfranke at gcc dot gnu dot org
--- Comment #6 from dfranke at gcc dot gnu dot org 2010-05-07 22:09 --- Not related to ISO-C. Reduced test case: MODULE f03_test INTERFACE INTEGER FUNCTION build(lib, np) END FUNCTION END INTERFACE PROCEDURE(build), POINTER :: pbuild CONTAINS !