http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59522 Bug ID: 59522 Summary: "cc1plus: error: unrecognized command line option ‘-fmy-loop-block’ " is generated when g++ is run but not with cc1plus Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: abhilash_bhandari at yahoo dot co.in Hi All, I want to add a new command line option '-fmy-loop-block'. I have followed the gcc manual and added the option in common.opt . fmy-loop-block Common Report Var(flag_my_loop_block) Optimization Enable My Loop Blocking transformation The option gets recognized by cc1plus but not by g++. Is there any other place where I need to register this option so that it works with g++? Any help will be greatly appreciated. Thanks and Regards, Abhilash Bhandari >From gcc-bugs-return-437683-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Mon Dec 16 07:07:09 2013 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 22148 invoked by alias); 16 Dec 2013 07:07:08 -0000 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 Delivered-To: mailing list gcc-bugs@gcc.gnu.org Received: (qmail 22105 invoked by uid 48); 16 Dec 2013 07:07:04 -0000 From: "octoploid at yandex dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug ipa/59265] [4.9 Regression] Segmentation fault in ipa_note_param_call for -fprofile-use in SPEC CPU2006 Date: Mon, 16 Dec 2013 07:07:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ipa X-Bugzilla-Version: 4.9.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: octoploid at yandex dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: hubicka at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.9.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2013-12/txt/msg01338.txt.bz2 Content-length: 434 http://gcc.gnu.org/bugzilla/show_bug.cgi?idY265 --- Comment #7 from Markus Trippelsdorf --- Created attachment 31444 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id1444&actioníit testcase % c++ -o nsLocalFileUnix.o -c -fprofile-use -fno-exceptions -std=gnu++0x -O2 nsLocalFileUnix.ii /var/tmp/mozilla-central/xpcom/io/nsLocalFileUnix.cpp:2053:1: internal compiler error: Segmentation fault