From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28254 invoked by alias); 1 Dec 2012 06:51:36 -0000 Received: (qmail 28176 invoked by uid 48); 1 Dec 2012 06:51:16 -0000 From: "markus at trippelsdorf dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug gcov-profile/55551] Revision 193999 breaks lto/profiledbootstrap Date: Sat, 01 Dec 2012 06:51:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: gcov-profile X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: markus at trippelsdorf dot de 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: 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: 2012-12/txt/msg00005.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55551 --- Comment #4 from Markus Trippelsdorf 2012-12-01 06:51:14 UTC --- With your patch applied, Firefox fails to build: /var/tmp/moz-build-dir/_virtualenv/bin/python /var/tmp/mozilla-central/config/pythonpath.py -I../../../config /var/tmp/mozilla-central/config/expandlibs_exec.py --depend .deps/libsoundtouch.so.pp --target libsoundtouch.so --uselist -- c++ -pedantic -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body -Wno-ctor-dtor-privacy -Wno-overlength-strings -Wno-invalid-offsetof -Wno-variadic-macros -Wcast-align -Wno-long-long -w -march=native -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -flto=4 -fno-fat-lto-objects -fprofile-use -fprofile-correction -Wcoverage-mismatch -O3 -fomit-frame-pointer -fPIC -shared -Wl,-z,defs -Wl,--gc-sections -Wl,-h,libsoundtouch.so -o libsoundtouch.so AAFilter.o cpu_detect_x86.o FIFOSampleBuffer.o FIRFilter.o RateTransposer.o SoundTouch.o TDStretch.o sse_optimized.o -lpthread -fuse-linker-plugin -Wl,-O1,--hash-style=gnu -Wl,-z,noexecstack -Wl,--icf=safe -fprofile-use -Wl,-rpath-link,/var/tmp/moz-build-dir/dist/bin -Wl,-rpath-link,/usr/lib ../../../dist/lib/libmozalloc.a -ldl lto1: internal compiler error: in merge_profile_summaries, at lto-cgraph.c:1356 I will try to reduce this later.