------- Comment #7 from pinskia at gcc dot gnu dot org 2010-04-29 18:27 -------
Even more reduced testcase:
invoke_plugin_callbacks (int event)
{
extern unsigned char flag_plugin_added;
return invoke_plugin_callbacks_full (event);
}
ggc_collect (void)
{
invoke_plugin_callbacks (0);
}
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Keywords| |build, wrong-code
Last reconfirmed|0000-00-00 00:00:00 |2010-04-29 18:27:21
date| |
Summary|-fcompare-debug failure with|[4.5/4.6 Regression] -
|external declaration in |fcompare-debug faulure with
|function |external declaration in
| |function.
Target Milestone|--- |4.5.1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43942