[Bug fortran/40846] ICE in gfc_finish_var_decl, at fortran/trans-decl.c:584

2009-12-04 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2009-12-05 06:17 --- Works on 4.4 and current trunk, closing -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug fortran/40846] ICE in gfc_finish_var_decl, at fortran/trans-decl.c:584

2009-07-28 Thread burnus at gcc dot gnu dot org
--- Comment #3 from burnus at gcc dot gnu dot org 2009-07-28 18:09 --- > Could somone check if this pr has not been fixed (hidden) by some recent > changes? It works on powerpc-apple-darwin9 at revision 150097 (it did not work > on i686-apple-darwin9 at this revision) on i686-apple-darwi

[Bug fortran/40846] ICE in gfc_finish_var_decl, at fortran/trans-decl.c:584

2009-07-28 Thread dominiq at lps dot ens dot fr
--- Comment #2 from dominiq at lps dot ens dot fr 2009-07-28 16:21 --- Could somone check if this pr has not been fixed (hidden) by some recent changes? It works on powerpc-apple-darwin9 at revision 150097 (it did not work on i686-apple-darwin9 at this revision) on i686-apple-darwin9 at

[Bug fortran/40846] ICE in gfc_finish_var_decl, at fortran/trans-decl.c:584

2009-07-24 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-07-24 15:30 --- That has the whole-file patch applied appearantly. 582 /* Code with static variables must not be inlined. */ 583 if (TREE_STATIC (decl) && DECL_CONTEXT (decl)) 584 DECL_UNINLINABLE(DECL_CONTEXT