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 tree-optimization/34448] [4.3 Regression] ICE in declare_inline_vars, at tree-inline.c:3243



------- Comment #9 from jakub at gcc dot gnu dot org  2007-12-14 07:46 -------
Perhaps adding a bool argument to gimplify_init_constructor would solve it,
the current callers would pass false, your new code would call it too and pass
true.  If this flag would be true, gimplify_init_ctor wouldn't create the new
vars or make stuff static, but instead just signalize a failure to the caller.


-- 


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


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