http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56622
Bug #: 56622
Summary: -fopenmp with -fplugin conflicts
Classification: Unclassified
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: plugins
AssignedTo: [email protected]
ReportedBy: [email protected]
Dear all,
I am trying to extending the compiler gcc-4.5.0 by using plug-in. When I tried
using -fpluging with -fopenmp, I got this error as bellow:
*** WARNING *** there are active plugins, do not report this as a bug unless
you can reproduce it without enabling any plugins.
Event | Plugins
PLUGIN_PRE_GENERICIZE | libplugin-pointer-types
PLUGIN_FINISH | libplugin-pointer-types
PLUGIN_ATTRIBUTES | libplugin-pointer-types
pointer-types-target.c: In function ‘main’:
pointer-types-target.c:46:2: internal compiler error: in
join_on_bb_function_call, at aop-pc-fun-call.c:246
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
BTY: I didn't have more experience in extending gcc.
I have already attached the *.i file as well.