------- Comment #2 from jakub at gcc dot gnu dot org 2010-02-26 15:59 ------- Subject: Bug 43190
Author: jakub Date: Fri Feb 26 15:58:57 2010 New Revision: 157092 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157092 Log: PR debug/43190 * function.c (used_types_insert): Don't skip through named pointer types. Don't use TYPE_MAIN_VARIANT if the original type has a name and it is different from the main variant's type. * c-c++-common/dwarf2/pr43190.c: New test. Added: trunk/gcc/testsuite/c-c++-common/dwarf2/pr43190.c Modified: trunk/gcc/ChangeLog trunk/gcc/function.c trunk/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43190