------- 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 <[email protected]> Backport from mainline 2010-04-07 Dodji Seketeli <[email protected]> PR debug/43628 * dwarf2out.c (modified_type_die): Ignore artificial typedefs. gcc/testsuite 2010-09-18 H.J. Lu <[email protected]> Backport from mainline 2010-04-07 Dodji Seketeli <[email protected]> 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
