------- Comment #2 from lcwu at gcc dot gnu dot org 2009-04-30 00:34 ------- The sole use of gcc_version in plugin.c is in function try_init_one_plugin, which is guarded by the macro ENABLE_PLUGIN. Since ENABLE_PLUGIN is set to 0 on the Darwin systems, the function was compiled out. I think we need to guard the inclusion of plugin-version.h with ENABLE_PLUGIN as well.
-- lcwu at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dnovillo at google dot com, | |lcwu at gcc dot gnu dot org, | |espindola at google dot com Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirmed|0000-00-00 00:00:00 |2009-04-30 00:34:30 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39968