[Bug c++/43281] [c++0x] ICE with invalid auto

2010-10-17 Thread aaz at althenia dot net
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

[Bug c++/43281] [c++0x] ICE with invalid auto

2010-03-22 Thread jason at gcc dot gnu dot org
--- 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

[Bug c++/43281] [c++0x] ICE with invalid auto

2010-03-22 Thread jason at gcc dot gnu dot org
--- 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.

[Bug c++/43281] [c++0x] ICE with invalid auto

2010-03-07 Thread jason at gcc dot gnu dot org
--- 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 ---