From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20819 invoked by alias); 14 Dec 2011 10:29:20 -0000 Received: (qmail 20767 invoked by uid 22791); 14 Dec 2011 10:29:19 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,TW_CX 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, 14 Dec 2011 10:29:06 +0000 From: "ebotcazou at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug lto/45475] target use in libcpp breaks LTO bootstrap Date: Wed, 14 Dec 2011 10:36:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: lto X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ebotcazou at gcc dot gnu.org X-Bugzilla-Status: REOPENED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status Resolution Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" 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: 2011-12/txt/msg01486.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45475 Eric Botcazou changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #13 from Eric Botcazou 2011-12-14 10:29:00 UTC --- > Fixed for quite some time You shouldn't close a PR without installing the testcase in the testsuite. Had you done so, you would have seen that it isn't fixed at all: eric@atlantis:~/build/gcc/native32-lto> prev-gcc/xgcc -B prev-gcc -o pr45475 pr45475.c -flto In file included from pr45475.c:15:0, from :0: pr45475.c: In function 'foo': pr45475.c:16:15: internal compiler error: in convert_move, at expr.c:330 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. lto-wrapper: prev-gcc/xgcc returned 1 exit status eric@atlantis:~/build/gcc/native32-lto> prev-gcc/xgcc -v Using built-in specs. COLLECT_GCC=prev-gcc/xgcc Target: i586-suse-linux Configured with: /home/eric/svn/gcc/configure --build=i586-suse-linux --prefix=/home/eric/install/gcc --with-as=/home/eric/install/gcc/bin/as --with-ld=/home/eric/install/gcc/bin/ld --enable-languages=c,ada,lto --enable-stage1-languages=c,ada,lto --with-build-config=bootstrap-lto --enable-checking=yes,rtl --enable-__cxa_atexit --disable-nls --disable-libmudflap Thread model: posix gcc version 4.7.0 20111214 (experimental) [trunk revision 182322] (GCC) Thus reopening...