This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/54254] New: libiberty: demangling is broken since r167781 (http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167781)


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]