From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27315 invoked by alias); 16 Dec 2013 17:51:28 -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 Received: (qmail 27282 invoked by uid 55); 16 Dec 2013 17:51:24 -0000 From: "hubicka at ucw dot cz" 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 17:51: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: hubicka at ucw dot cz X-Bugzilla-Status: RESOLVED 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: 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/msg01408.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59265 --- Comment #16 from Jan Hubicka --- > Executing: c++ -o js -Wall -Wpointer-arith -Woverloaded-virtual > -Werror=return-type -Wtype-limits -Wempty-body -Werror=conversion-null > -Wsign-compare -Wno-invalid-offsetof -Wcast-align -flto=4 -fprofile-use > -fprofile-correction -fno-reorder-blocks-and-partition -march=native -fno-rtti > -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED > -O3 -fomit-frame-pointer /var/tmp/moz-build-dir/js/src/shell/tmpD2q9gU.list > -lpthread -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id > -Wl,-rpath-link,../../../dist/bin > -Wl,-rpath-link,/var/tmp/moz-build-dir/dist/lib -L../../../dist/bin > -L../../../dist/lib -L/var/tmp/moz-build-dir/dist/lib -lnspr4 -lplc4 -lplds4 > ../libjs_static.a -lz -Wl,--whole-archive ../../../dist/lib/libmozglue.a > -Wl,--no-whole-archive -rdynamic -lm -ldl -lffi > /var/tmp/moz-build-dir/js/src/shell/tmpD2q9gU.list: > INPUT("Unified_cpp_shell0.o") > INPUT("../editline/Unified_c_editline0.o") > > In member function ???extractBetween???: > lto1: fatal error: Cgraph edge statement index out of range > compilation terminated. This looks like some kind of LTO streaming corruption. Are you sure you rebuilt everything with updated compiler? Honza