http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57500
David Edelsohn changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57500
--- Comment #6 from Jan Hubicka ---
OK, the problem here is that the symbol is not created yet, but decl exists.
Why it happens with -g only is bit strange. The following should fix it however
Index: cgraphunit.c
==
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57500
Jan Hubicka changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned at g
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57500
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |4.9.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57500
--- Comment #4 from David Edelsohn ---
The failure occurs with or without -O1/-O2. I am invoking cc1plus with
-g -std=gnu++0x
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57500
--- Comment #3 from David Edelsohn ---
Unoptimized backtrace:
Program received signal SIGSEGV, Segmentation fault.
0x1056d054 in _ZN7va_heap7reserveIP7ipa_refEEvRP3vecIT_S_8vl_embedEjb (
v=@0x24: 0x0, reserve=1, exact=false) at /nasfarm/dje/s
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57500
--- Comment #2 from David Edelsohn ---
Created attachment 30240
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30240&action=edit
preprocessed testsuite/20_util/allocator_traits/members/construct.cc
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57500
David Edelsohn changed:
What|Removed |Added
Target||powerpc-ibm-aix*
Status|UNCO