2010-04-29 H.J. Lu <hongjiu.lu@intel.com>
PR bootstrap/43935
* plugin.h (flag_plugin_added): Moved out of
invoke_plugin_callbacks.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158905
138bc75d-0d04-0410-961f-
82ee72b054a4
+2010-04-29 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR bootstrap/43935
+ * plugin.h (flag_plugin_added): Moved out of
+ invoke_plugin_callbacks.
+
2010-04-29 Richard Guenther <rguenther@suse.de>
PR bootstrap/43935
extern void print_plugins_help (FILE *file, const char *indent);
extern void finalize_plugins (void);
+extern bool flag_plugin_added;
+
/* Called from inside GCC. Invoke all plugin callbacks registered with
the specified event.
Return PLUGEVT_SUCCESS if at least one callback was called,
{
#ifdef ENABLE_PLUGIN
/* True iff at least one plugin has been added. */
- extern bool flag_plugin_added;
-
if (flag_plugin_added)
return invoke_plugin_callbacks_full (event, gcc_data);
#endif