This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/28217] [4.0/4.1 regression] ICE in tree_int_cst_sgn
- From: "jakub at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Jan 2007 23:57:01 -0000
- Subject: [Bug c++/28217] [4.0/4.1 regression] ICE in tree_int_cst_sgn
- References: <bug-28217-50@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #19 from jakub at gcc dot gnu dot org 2007-01-03 23:56 -------
Subject: Bug 28217
Author: jakub
Date: Wed Jan 3 23:56:44 2007
New Revision: 120412
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120412
Log:
Backported from mainline
2006-07-12 Jason Merrill <jason@redhat.com>
PR c++/28217
* semantics.c (note_decl_for_pch): Don't premangle templates.
* g++.dg/pch/template-1.C: New test.
* g++.dg/pch/template-1.Hs: New file.
Added:
branches/gcc-4_1-branch/gcc/testsuite/g++.dg/pch/template-1.C
branches/gcc-4_1-branch/gcc/testsuite/g++.dg/pch/template-1.Hs
Modified:
branches/gcc-4_1-branch/gcc/cp/ChangeLog
branches/gcc-4_1-branch/gcc/cp/semantics.c
branches/gcc-4_1-branch/gcc/testsuite/ChangeLog
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28217