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 debug/49130] discrepancies between DW_AT_name and demangler


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

--- Comment #8 from Dodji Seketeli <dodji at gcc dot gnu.org> 2011-06-07 11:12:55 UTC ---
Author: dodji
Date: Tue Jun  7 11:12:50 2011
New Revision: 174742

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174742
Log:
Fix PR debug/49130

gcc/c-family/

    * c-pretty-print.c (pp_c_integer_constant): Consider the canonical
    type when using pointer comparison to compare types.

gcc/testsuite/

    * g++.dg/debug/dwarf2/integer-typedef.C: New test.

Added:
    trunk/gcc/testsuite/g++.dg/debug/dwarf2/integer-typedef.C
Modified:
    trunk/gcc/c-family/ChangeLog
    trunk/gcc/c-family/c-pretty-print.c
    trunk/gcc/testsuite/ChangeLog


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