[Bug c++/35240] ICE with new in template parameter

2009-04-01 Thread hjl dot tools at gmail dot com
--- Comment #6 from hjl dot tools at gmail dot com 2009-04-01 16:00 --- Fixed. -- hjl dot tools at gmail dot com changed: What|Removed |Added Status|REOPENED

[Bug c++/35240] ICE with new in template parameter

2009-04-01 Thread hjl at gcc dot gnu dot org
--- Comment #5 from hjl at gcc dot gnu dot org 2009-04-01 15:59 --- Subject: Bug 35240 Author: hjl Date: Wed Apr 1 15:59:09 2009 New Revision: 145409 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145409 Log: 2009-04-01 H.J. Lu Backport from mainline: 2009-0

[Bug c++/35240] ICE with new in template parameter

2009-04-01 Thread hjl at gcc dot gnu dot org
--- Comment #4 from hjl at gcc dot gnu dot org 2009-04-01 15:56 --- Subject: Bug 35240 Author: hjl Date: Wed Apr 1 15:56:29 2009 New Revision: 145408 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145408 Log: 2009-04-01 H.J. Lu PR c++/35240 * g++.dg/template

[Bug c++/35240] ICE with new in template parameter

2009-03-28 Thread hjl dot tools at gmail dot com
--- Comment #3 from hjl dot tools at gmail dot com 2009-03-28 23:25 --- It shouldn't be closed without a testcase. -- hjl dot tools at gmail dot com changed: What|Removed |Added --

[Bug c++/35240] ICE with new in template parameter

2009-03-28 Thread reichelt at gcc dot gnu dot org
--- Comment #2 from reichelt at gcc dot gnu dot org 2009-03-28 20:49 --- Fixed on the trunk between 2009-03-15 and 2009-03-20, most likely by Jason's patch 2009-03-17 Jason Merrill * decl.c (grokfndecl): Set DECL_CONTEXT on parms. (duplicate_decls): Adjust DECL_CONT

[Bug c++/35240] ICE with new in template parameter

2008-02-17 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2008-02-17 23:02 --- Confirmed. Since gcc 3.4 this is no longer an ice-after-error. Before 3.4 we sorried on the mangling. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added -