[Bug bootstrap/48158] New: [4.7 Regression] profiledbootstrap failure on x86_64-linux
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Mar 16 20:54:00 GMT 2011
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...
More information about the Gcc-bugs
mailing list