Bug 63313 - [5 Regression] ICE in ipa-comdats.c:371
Summary: [5 Regression] ICE in ipa-comdats.c:371
Status: RESOLVED DUPLICATE of bug 61324
Alias: None
Product: gcc
Classification: Unclassified
Component: ipa (show other bugs)
Version: 5.0
: P1 normal
Target Milestone: 5.0
Assignee: Jan Hubicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-19 15:25 UTC by Sebastian Pop
Modified: 2014-12-15 16:20 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2014-11-24 00:00:00


Attachments
Preprocessed testcase (43.80 KB, application/gzip)
2014-09-19 15:25 UTC, Sebastian Pop
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Pop 2014-09-19 15:25:16 UTC
Created attachment 33518 [details]
Preprocessed testcase

I get an ICE in ipa-comdats.c:371 when compiling system_error.cc from libstdc++:

gcc -nostdinc++ -std=gnu++11 -fno-implicit-templates -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=system_error.lo -g -Os -c -fPIC foo.ii
Comment 1 Richard Biener 2014-11-24 13:28:09 UTC
Confirmed (I've see a dup of this?).
Comment 2 Jan Hubicka 2014-12-15 03:54:12 UTC
Works for me now; most probably dup of

*** This bug has been marked as a duplicate of bug 61324 ***
Comment 3 Sebastian Pop 2014-12-15 16:20:09 UTC
Confirmed: https://gcc.gnu.org/viewcvs?rev=218640&root=gcc&view=rev
has fixed the bug that I was seeing.