public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/61623] [4.10 Regression] ICE: verify_symtab failed: Two symbols with same comdat_group are not linked by the same_comdat_group list.
       [not found] <bug-61623-4@http.gcc.gnu.org/bugzilla/>
@ 2014-06-27 10:08 ` rguenth at gcc dot gnu.org
  2014-07-13 13:31 ` paolo.carlini at oracle dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-06-27 10:08 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1
   Target Milestone|---                         |4.10.0


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

* [Bug c++/61623] [4.10 Regression] ICE: verify_symtab failed: Two symbols with same comdat_group are not linked by the same_comdat_group list.
       [not found] <bug-61623-4@http.gcc.gnu.org/bugzilla/>
  2014-06-27 10:08 ` [Bug c++/61623] [4.10 Regression] ICE: verify_symtab failed: Two symbols with same comdat_group are not linked by the same_comdat_group list rguenth at gcc dot gnu.org
@ 2014-07-13 13:31 ` paolo.carlini at oracle dot com
  2014-07-14 20:53 ` jason at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: paolo.carlini at oracle dot com @ 2014-07-13 13:31 UTC (permalink / raw)
  To: gcc-bugs

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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-07-13
     Ever confirmed|0                           |1

--- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> ---
Confirmed.


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

* [Bug c++/61623] [4.10 Regression] ICE: verify_symtab failed: Two symbols with same comdat_group are not linked by the same_comdat_group list.
       [not found] <bug-61623-4@http.gcc.gnu.org/bugzilla/>
  2014-06-27 10:08 ` [Bug c++/61623] [4.10 Regression] ICE: verify_symtab failed: Two symbols with same comdat_group are not linked by the same_comdat_group list rguenth at gcc dot gnu.org
  2014-07-13 13:31 ` paolo.carlini at oracle dot com
@ 2014-07-14 20:53 ` jason at gcc dot gnu.org
  2014-07-17  0:34 ` jason at gcc dot gnu.org
  2014-07-31 15:45 ` jason at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: jason at gcc dot gnu.org @ 2014-07-14 20:53 UTC (permalink / raw)
  To: gcc-bugs

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

Jason Merrill <jason at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |jason at gcc dot gnu.org
           Assignee|unassigned at gcc dot gnu.org      |jason at gcc dot gnu.org


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

* [Bug c++/61623] [4.10 Regression] ICE: verify_symtab failed: Two symbols with same comdat_group are not linked by the same_comdat_group list.
       [not found] <bug-61623-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2014-07-14 20:53 ` jason at gcc dot gnu.org
@ 2014-07-17  0:34 ` jason at gcc dot gnu.org
  2014-07-31 15:45 ` jason at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: jason at gcc dot gnu.org @ 2014-07-17  0:34 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Thu Jul 17 00:34:02 2014
New Revision: 212705

URL: https://gcc.gnu.org/viewcvs?rev=212705&root=gcc&view=rev
Log:
    PR c++/61623
    * symtab.c (symtab_remove_from_same_comdat_group): Also
    set_comdat_group to NULL_TREE.
    (verify_symtab): Fix diagnostic.

Added:
    trunk/gcc/testsuite/g++.dg/opt/declone2.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/symtab.c


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

* [Bug c++/61623] [4.10 Regression] ICE: verify_symtab failed: Two symbols with same comdat_group are not linked by the same_comdat_group list.
       [not found] <bug-61623-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2014-07-17  0:34 ` jason at gcc dot gnu.org
@ 2014-07-31 15:45 ` jason at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: jason at gcc dot gnu.org @ 2014-07-31 15:45 UTC (permalink / raw)
  To: gcc-bugs

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

Jason Merrill <jason at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> ---
Fixed.


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

end of thread, other threads:[~2014-07-31 15:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-61623-4@http.gcc.gnu.org/bugzilla/>
2014-06-27 10:08 ` [Bug c++/61623] [4.10 Regression] ICE: verify_symtab failed: Two symbols with same comdat_group are not linked by the same_comdat_group list rguenth at gcc dot gnu.org
2014-07-13 13:31 ` paolo.carlini at oracle dot com
2014-07-14 20:53 ` jason at gcc dot gnu.org
2014-07-17  0:34 ` jason at gcc dot gnu.org
2014-07-31 15:45 ` jason 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).