--- Comment #6 from rguenth at gcc dot gnu dot org 2009-06-09 14:24 ---
*** Bug 40387 has been marked as a duplicate of this bug. ***
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #5 from hubicka at gcc dot gnu dot org 2009-06-08 17:20 ---
Fixed.
--
hubicka at gcc dot gnu dot org changed:
What|Removed |Added
Status|NEW
--- Comment #4 from hubicka at gcc dot gnu dot org 2009-06-08 17:18 ---
Subject: Bug 40102
Author: hubicka
Date: Mon Jun 8 17:17:52 2009
New Revision: 148287
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=148287
Log:
PR middle-end/40102
* cgraph.c (cgraph_create
--- Comment #3 from reichelt at gcc dot gnu dot org 2009-05-29 14:19
---
The original testcase doesn't crash anymore, but a slightly larger version
does:
bool foo0(int) { return true; }
bool foo1();
struct A
{
A();
~A();
templat
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-05-21 11:01 ---
Confirmed.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCON
--- Comment #1 from hjl dot tools at gmail dot com 2009-05-11 16:56 ---
It is caused by revision 147294:
http://gcc.gnu.org/ml/gcc-cvs/2009-05/msg00268.html
--
hjl dot tools at gmail dot com changed:
What|Removed |Added
---