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

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).