public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ipa/63313] New: ICE in ipa-comdats.c:371
@ 2014-09-19 15:25 spop at gcc dot gnu.org
  2014-09-22 10:22 ` [Bug ipa/63313] [5 Regression] " rguenth at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: spop at gcc dot gnu.org @ 2014-09-19 15:25 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63313

            Bug ID: 63313
           Summary: ICE in ipa-comdats.c:371
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ipa
          Assignee: unassigned at gcc dot gnu.org
          Reporter: spop at gcc dot gnu.org

Created attachment 33518
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33518&action=edit
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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug ipa/63313] [5 Regression] ICE in ipa-comdats.c:371
  2014-09-19 15:25 [Bug ipa/63313] New: ICE in ipa-comdats.c:371 spop at gcc dot gnu.org
@ 2014-09-22 10:22 ` rguenth at gcc dot gnu.org
  2014-11-24 13:28 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-09-22 10:22 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63313

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unknown                     |5.0
   Target Milestone|---                         |5.0
            Summary|ICE in ipa-comdats.c:371    |[5 Regression] ICE in
                   |                            |ipa-comdats.c:371


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug ipa/63313] [5 Regression] ICE in ipa-comdats.c:371
  2014-09-19 15:25 [Bug ipa/63313] New: ICE in ipa-comdats.c:371 spop at gcc dot gnu.org
  2014-09-22 10:22 ` [Bug ipa/63313] [5 Regression] " rguenth at gcc dot gnu.org
@ 2014-11-24 13:28 ` rguenth at gcc dot gnu.org
  2014-12-15  3:54 ` hubicka at gcc dot gnu.org
  2014-12-15 16:20 ` spop at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-11-24 13:28 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63313

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-11-24
     Ever confirmed|0                           |1

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Confirmed (I've see a dup of this?).


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug ipa/63313] [5 Regression] ICE in ipa-comdats.c:371
  2014-09-19 15:25 [Bug ipa/63313] New: ICE in ipa-comdats.c:371 spop at gcc dot gnu.org
  2014-09-22 10:22 ` [Bug ipa/63313] [5 Regression] " rguenth at gcc dot gnu.org
  2014-11-24 13:28 ` rguenth at gcc dot gnu.org
@ 2014-12-15  3:54 ` hubicka at gcc dot gnu.org
  2014-12-15 16:20 ` spop at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: hubicka at gcc dot gnu.org @ 2014-12-15  3:54 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63313

Jan Hubicka <hubicka at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |hubicka at gcc dot gnu.org
         Resolution|---                         |DUPLICATE

--- Comment #2 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
Works for me now; most probably dup of

*** This bug has been marked as a duplicate of bug 61324 ***


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug ipa/63313] [5 Regression] ICE in ipa-comdats.c:371
  2014-09-19 15:25 [Bug ipa/63313] New: ICE in ipa-comdats.c:371 spop at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2014-12-15  3:54 ` hubicka at gcc dot gnu.org
@ 2014-12-15 16:20 ` spop at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: spop at gcc dot gnu.org @ 2014-12-15 16:20 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63313

--- Comment #3 from Sebastian Pop <spop at gcc dot gnu.org> ---
Confirmed: https://gcc.gnu.org/viewcvs?rev=218640&root=gcc&view=rev
has fixed the bug that I was seeing.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-12-15 16:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-19 15:25 [Bug ipa/63313] New: ICE in ipa-comdats.c:371 spop at gcc dot gnu.org
2014-09-22 10:22 ` [Bug ipa/63313] [5 Regression] " rguenth at gcc dot gnu.org
2014-11-24 13:28 ` rguenth at gcc dot gnu.org
2014-12-15  3:54 ` hubicka at gcc dot gnu.org
2014-12-15 16:20 ` spop at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).