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/43190] [4.3/4.4/4.5 Regression] Used pointer typedefs eliminated from debug info



------- 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


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