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/43628] [4.5 Regression] in-class func-ptr type parameter has unspecified DW_AT_type



------- Comment #7 from hjl at gcc dot gnu dot org  2010-09-18 14:48 -------
Subject: Bug 43628

Author: hjl
Date: Sat Sep 18 14:48:36 2010
New Revision: 164392

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=164392
Log:
Fix missing C++ debug info for pointer types.

gcc/

2010-09-18  H.J. Lu  <hongjiu.lu@intel.com>

        Backport from mainline
        2010-04-07  Dodji Seketeli  <dodji@redhat.com>

        PR debug/43628
        * dwarf2out.c (modified_type_die): Ignore artificial typedefs.

gcc/testsuite

2010-09-18  H.J. Lu  <hongjiu.lu@intel.com>

        Backport from mainline
        2010-04-07  Dodji Seketeli  <dodji@redhat.com>

        PR debug/43628
        * g++.dg/debug/dwarf2/typedef2.C: New test.

Added:
    branches/gcc-4_5-branch/gcc/testsuite/g++.dg/debug/dwarf2/typedef2.C
Modified:
    branches/gcc-4_5-branch/gcc/ChangeLog
    branches/gcc-4_5-branch/gcc/dwarf2out.c
    branches/gcc-4_5-branch/gcc/testsuite/ChangeLog


-- 


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


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