This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/48158] New: [4.7 Regression] profiledbootstrap failure on x86_64-linux


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...


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]