From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21057 invoked by alias); 14 Mar 2013 18:54:18 -0000 Received: (qmail 21031 invoked by uid 48); 14 Mar 2013 18:54:02 -0000 From: "hayder.alkhalissi at googlemail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug plugins/56622] New: -fopenmp with -fplugin conflicts Date: Thu, 14 Mar 2013 18:54:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: plugins X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: hayder.alkhalissi at googlemail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2013-03/txt/msg01096.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D56622 Bug #: 56622 Summary: -fopenmp with -fplugin conflicts Classification: Unclassified Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: plugins AssignedTo: unassigned@gcc.gnu.org ReportedBy: hayder.alkhalissi@googlemail.com Dear all, I am trying to extending the compiler gcc-4.5.0 by using plug-in. When I tr= ied 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 =E2=80=98main=E2=80=99: 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 for instructions. BTY: I didn't have more experience in extending gcc. I have already attached the *.i file as well.