http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43281
Andrey Zholos changed:
What|Removed |Added
CC||aaz at althenia dot net
--- Comment #5 fr
--- Comment #4 from jason at gcc dot gnu dot org 2010-03-22 20:50 ---
Fixed.
--
jason at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #3 from jason at gcc dot gnu dot org 2010-03-22 20:39 ---
Subject: Bug 43281
Author: jason
Date: Mon Mar 22 20:38:46 2010
New Revision: 157651
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157651
Log:
PR c++/43281
* pt.c (contains_auto_r): New fn.
--- Comment #2 from jason at gcc dot gnu dot org 2010-03-08 04:27 ---
and indeed this testcase gets the same crash:
void f()
{
auto val = val;
}
--
jason at gcc dot gnu dot org changed:
What|Removed |Added
---