From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1332 invoked by alias); 22 Aug 2012 20:38:47 -0000 Received: (qmail 1242 invoked by uid 22791); 22 Aug 2012 20:38:45 -0000 X-SWARE-Spam-Status: No, hits=-3.5 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,TW_OV,TW_SV X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 22 Aug 2012 20:38:27 +0000 From: "edo88 at email dot it" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/54353] New: bootstrap-debug-ckovw bootstrap fails because of -fcompare-debug-not-overridden Date: Wed, 22 Aug 2012 20:38:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: edo88 at email dot it 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: 2012-08/txt/msg01566.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D54353 Bug #: 54353 Summary: bootstrap-debug-ckovw bootstrap fails because of -fcompare-debug-not-overridden Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap AssignedTo: unassigned@gcc.gnu.org ReportedBy: edo88@email.it I tried to bootstrap with GCC 4.7 branch with the options indicated below, = but it fails when it configures the 2nd stage for libgcc. I don't have the config.log but it says as error: error: unrecognised command line option =E2=80=98-fcompare-debug-not-overri= dden=E2=80=99 configuration: ../gccsrc/configure --enable-languages=3Dc,c++ --prefix=3D$HOME/buildgcc --program-suffix=3D-4.7-svn --with-build-config=3D'bootstrap-debug-lean bootstrap-debug-lib bootstrap-debug-ckovw' probably the fault is the gccsrc/config/bootstrap-debug-ckovw.mk file: FORCE_COMPARE_DEBUG =3D \ GCC_COMPARE_DEBUG=3D$${GCC_COMPARE_DEBUG--fcompare-debug-not-overridden= }; \ export GCC_COMPARE_DEBUG; POSTSTAGE1_HOST_EXPORTS +=3D $(FORCE_COMPARE_DEBUG) BASE_TARGET_EXPORTS +=3D $(FORCE_COMPARE_DEBUG) I can't verify this for the other versions. >>From what I heard in chat it seems that option was never tested it in these years.