[Bug c++/60967] ICE with range for in template function with C++11 and cilkplus

2014-07-13 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60967 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|florent.hive

[Bug c++/60967] ICE with range for in template function with C++11 and cilkplus

2014-07-13 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60967 --- Comment #3 from paolo at gcc dot gnu.org --- Author: paolo Date: Sun Jul 13 13:24:18 2014 New Revision: 212493 URL: https://gcc.gnu.org/viewcvs?rev=212493&root=gcc&view=rev Log: 2014-07-13 Paolo Carlini PR c++/60967 * g++.dg/cilk

[Bug c++/60967] ICE with range for in template function with C++11 and cilkplus

2014-07-13 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60967 --- Comment #2 from Paolo Carlini --- I'm adding the testcase and closing the bug.

[Bug c++/60967] ICE with range for in template function with C++11 and cilkplus

2014-05-28 Thread florent.hivert at lri dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60967 --- Comment #1 from Florent Hivert --- The problem doesn't occur anymore with the released version (I was using the cilkplus branch development version). Should this be closed as invalid or should someone find if there is a duplicate ?