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 c++/41570] [4.5 Regression] [c++0x] ICE with -g and variadic templates



------- Comment #3 from dodji at gcc dot gnu dot org  2009-10-12 11:57 -------
Subject: Bug 41570

Author: dodji
Date: Mon Oct 12 11:57:30 2009
New Revision: 152663

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152663
Log:
Candidate fix for PR c++/41570

gcc/ChangeLog:
        PR c++/41570
        * gcc/dwarf2out.c (template_parameter_pack_die,
        gen_formal_parameter_pack_die): Use add_name_and_src_coords_attributes.

gcc/testsuite/ChangeLog:
        PR c++/41570
        * gcc/testsuite/g++.dg/debug/dwarf2/template-params-7.C: New test.

Added:
    trunk/gcc/testsuite/g++.dg/debug/dwarf2/template-params-7.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/dwarf2out.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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