This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/48158] New: [4.7 Regression] profiledbootstrap failure on x86_64-linux
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 16 Mar 2011 20:53:55 +0000
- Subject: [Bug bootstrap/48158] New: [4.7 Regression] profiledbootstrap failure on x86_64-linux
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48158
Summary: [4.7 Regression] profiledbootstrap failure on
x86_64-linux
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: normal
Priority: P3
Component: bootstrap
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: jakub@gcc.gnu.org
CC: davidxl@gcc.gnu.org
Created attachment 23686
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23686
go.ii
profiledbootstrap on x86_64-linux fails while building go.
Attached is a distilled testcase:
./cc1plus -quiet -O2 -Wall -fprofile-use go.ii -w
go.ii: In function âstd::basic_string<_CharT, <template-parameter-1-2>,
<template-parameter-1-3> >::~basic_string() [with _CharT =
std::allocator<char>, <template-parameter-1-2> =
std::char_traits<std::allocator<char> >, _Alloc =
std::allocator<std::allocator<char> >]â:
go.ii:116:1: note: file /usr/src/gcc/obj534a/gcc/go.gcda not found, execution
counts estimated
go.ii: In member function âType* Parse::type()â:
go.ii:107:8: internal compiler error: vector VEC(use_pred_info_t,base) index
domain error, in pred_chain_length_cmp at tree-ssa-uninit.c:1626
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
go.gcda isn't needed...