public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/62302] New: Change in the comdat used for constructors
@ 2014-08-29  3:28 rafael.espindola at gmail dot com
  2014-08-29  8:56 ` [Bug c++/62302] [5 Regression] " rguenth at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: rafael.espindola at gmail dot com @ 2014-08-29  3:28 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 62302
           Summary: Change in the comdat used for constructors
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: rafael.espindola at gmail dot com
                CC: hubicka at gcc dot gnu.org

It looks like an unintended consequence of r211434 wast that given

template <typename T> struct foo { foo(); };
template <typename T> foo<T>::foo() {}
template class foo<int>;

gcc now prints

.section    .text._ZN3fooIiEC2Ev,"axG",@progbits,_ZN3fooIiEC2Ev,comdat

before it did

.section    .text._ZN3fooIiEC2Ev,"axG",@progbits,_ZN3fooIiEC5Ev,comdat

Note the change in comdat.


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

* [Bug c++/62302] [5 Regression] Change in the comdat used for constructors
  2014-08-29  3:28 [Bug c++/62302] New: Change in the comdat used for constructors rafael.espindola at gmail dot com
@ 2014-08-29  8:56 ` rguenth at gcc dot gnu.org
  2014-08-29 21:16 ` jason at gcc dot gnu.org
  2014-08-31 21:07 ` jason at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-08-29  8:56 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |5.0
            Summary|Change in the comdat used   |[5 Regression] Change in
                   |for constructors            |the comdat used for
                   |                            |constructors


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

* [Bug c++/62302] [5 Regression] Change in the comdat used for constructors
  2014-08-29  3:28 [Bug c++/62302] New: Change in the comdat used for constructors rafael.espindola at gmail dot com
  2014-08-29  8:56 ` [Bug c++/62302] [5 Regression] " rguenth at gcc dot gnu.org
@ 2014-08-29 21:16 ` jason at gcc dot gnu.org
  2014-08-31 21:07 ` jason at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: jason at gcc dot gnu.org @ 2014-08-29 21:16 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-08-29
                 CC|                            |jason at gcc dot gnu.org
           Assignee|unassigned at gcc dot gnu.org      |jason at gcc dot gnu.org
     Ever confirmed|0                           |1


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

* [Bug c++/62302] [5 Regression] Change in the comdat used for constructors
  2014-08-29  3:28 [Bug c++/62302] New: Change in the comdat used for constructors rafael.espindola at gmail dot com
  2014-08-29  8:56 ` [Bug c++/62302] [5 Regression] " rguenth at gcc dot gnu.org
  2014-08-29 21:16 ` jason at gcc dot gnu.org
@ 2014-08-31 21:07 ` jason at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: jason at gcc dot gnu.org @ 2014-08-31 21:07 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

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


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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-29  3:28 [Bug c++/62302] New: Change in the comdat used for constructors rafael.espindola at gmail dot com
2014-08-29  8:56 ` [Bug c++/62302] [5 Regression] " rguenth at gcc dot gnu.org
2014-08-29 21:16 ` jason at gcc dot gnu.org
2014-08-31 21:07 ` 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).