------- 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