This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



------- 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 (decl)) = 1;

as that piece is bogus anyway it should go away easily ;)


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pault at gcc dot gnu dot org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-07-24 15:30:03
               date|                            |


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]