public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/54254] New: libiberty: demangling is broken since r167781 (http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167781)
@ 2012-08-14 14:19 dtemirbulatov at gmail dot com
  2024-04-03  4:14 ` [Bug demangler/54254] libiberty: demangling for global constructor is broken since r167781 pinskia at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: dtemirbulatov at gmail dot com @ 2012-08-14 14:19 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54254

             Bug #: 54254
           Summary: libiberty: demangling is broken since r167781
                    (http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=1677
                    81)
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: dtemirbulatov@gmail.com


Created attachment 28011
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28011
proposed fix for the issue

After the r167781 revision c++filt for
gcc/testsuite/g++.dg/other/first-global.C shows following demangling
information for "foo" constructor:

0000000000000029 t _GLOBAL__sub_I_foobar

and after fix was applied c++filt shows this output:
0000000000000029 t global constructors keyed to foobar
0000000000000000 t __static_initialization_and_destruction_0(int, int)
                 U foo::foo()
0000000000000000 B foobar


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

* [Bug demangler/54254] libiberty: demangling for global constructor is broken since r167781
  2012-08-14 14:19 [Bug c++/54254] New: libiberty: demangling is broken since r167781 (http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167781) dtemirbulatov at gmail dot com
@ 2024-04-03  4:14 ` pinskia at gcc dot gnu.org
  2024-04-03  4:15 ` pinskia at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-04-03  4:14 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
                URL|http://gcc.gnu.org/viewcvs? |
                   |root=gcc&view=rev&rev=16778 |
                   |1                           |
   Last reconfirmed|                            |2024-04-03

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Confirmed.

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

* [Bug demangler/54254] libiberty: demangling for global constructor is broken since r167781
  2012-08-14 14:19 [Bug c++/54254] New: libiberty: demangling is broken since r167781 (http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167781) dtemirbulatov at gmail dot com
  2024-04-03  4:14 ` [Bug demangler/54254] libiberty: demangling for global constructor is broken since r167781 pinskia at gcc dot gnu.org
@ 2024-04-03  4:15 ` pinskia at gcc dot gnu.org
  2024-04-03  4:15 ` pinskia at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-04-03  4:15 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dungtq1387 at gmail dot com

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
*** Bug 56755 has been marked as a duplicate of this bug. ***

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

* [Bug demangler/54254] libiberty: demangling for global constructor is broken since r167781
  2012-08-14 14:19 [Bug c++/54254] New: libiberty: demangling is broken since r167781 (http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167781) dtemirbulatov at gmail dot com
  2024-04-03  4:14 ` [Bug demangler/54254] libiberty: demangling for global constructor is broken since r167781 pinskia at gcc dot gnu.org
  2024-04-03  4:15 ` pinskia at gcc dot gnu.org
@ 2024-04-03  4:15 ` pinskia at gcc dot gnu.org
  2024-04-03 12:05 ` egallager at gcc dot gnu.org
  2024-04-03 12:07 ` egallager at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-04-03  4:15 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jg at jguk dot org

--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
*** Bug 90039 has been marked as a duplicate of this bug. ***

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

* [Bug demangler/54254] libiberty: demangling for global constructor is broken since r167781
  2012-08-14 14:19 [Bug c++/54254] New: libiberty: demangling is broken since r167781 (http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167781) dtemirbulatov at gmail dot com
                   ` (2 preceding siblings ...)
  2024-04-03  4:15 ` pinskia at gcc dot gnu.org
@ 2024-04-03 12:05 ` egallager at gcc dot gnu.org
  2024-04-03 12:07 ` egallager at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: egallager at gcc dot gnu.org @ 2024-04-03 12:05 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to Andrew Pinski from comment #4)
> *** Bug 56755 has been marked as a duplicate of this bug. ***

symbol from this one was _GLOBAL__sub_I__ZN4AMOS12ContigEdge_t5NCODEE

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

* [Bug demangler/54254] libiberty: demangling for global constructor is broken since r167781
  2012-08-14 14:19 [Bug c++/54254] New: libiberty: demangling is broken since r167781 (http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167781) dtemirbulatov at gmail dot com
                   ` (3 preceding siblings ...)
  2024-04-03 12:05 ` egallager at gcc dot gnu.org
@ 2024-04-03 12:07 ` egallager at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: egallager at gcc dot gnu.org @ 2024-04-03 12:07 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to Andrew Pinski from comment #5)
> *** Bug 90039 has been marked as a duplicate of this bug. ***

Symbol for this one was _GLOBAL__sub_I__Z11print_tracev

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

end of thread, other threads:[~2024-04-03 12:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-14 14:19 [Bug c++/54254] New: libiberty: demangling is broken since r167781 (http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167781) dtemirbulatov at gmail dot com
2024-04-03  4:14 ` [Bug demangler/54254] libiberty: demangling for global constructor is broken since r167781 pinskia at gcc dot gnu.org
2024-04-03  4:15 ` pinskia at gcc dot gnu.org
2024-04-03  4:15 ` pinskia at gcc dot gnu.org
2024-04-03 12:05 ` egallager at gcc dot gnu.org
2024-04-03 12:07 ` egallager 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).