[Bug c++/38928] infinite loop on error message in C++ only

2011-11-07 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38928 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added CC|gcc-bugs at gcc dot gnu.org |

[Bug c++/38928] infinite loop on error message in C++ only

2009-02-02 Thread paolo dot carlini at oracle dot com
--- Comment #7 from paolo dot carlini at oracle dot com 2009-02-02 10:19 --- Ok Mark, agreed, thanks. For the moment, I'm not going to work on this one and I'm unassigning myself in order not to prevent anyone else quicker than me... -- paolo dot carlini at oracle dot com changed:

[Bug c++/38928] infinite loop on error message in C++ only

2009-02-01 Thread mmitchel at gcc dot gnu dot org
--- Comment #6 from mmitchel at gcc dot gnu dot org 2009-02-02 06:41 --- Yes, designated initializers are of course a GNU extension to C++. I'm surprised that icc accepts them in its strict mode. In GNU C++, it makes sense for us to accept the same extensions that are accepted in GNU

[Bug c++/38928] infinite loop on error message in C++ only

2009-01-30 Thread paolo dot carlini at oracle dot com
--- Comment #4 from paolo dot carlini at oracle dot com 2009-01-30 10:18 --- The diagnostic issue is trivial, just add a check for error_mark_node on the return value of reshape_init_r, consistently with other calls. However, I'm still analyzing whether we really want to reject. As

[Bug c++/38928] infinite loop on error message in C++ only

2009-01-30 Thread bangerth at gmail dot com
--- Comment #5 from bangerth at gmail dot com 2009-01-30 15:00 --- (In reply to comment #4) However, I'm still analyzing whether we really want to reject. As data points, ICC doesn't, even in strict mode; on the other hand Comeau rejects the identifier family already... Does it

[Bug c++/38928] infinite loop on error message in C++ only

2009-01-29 Thread paolo dot carlini at oracle dot com
--- Comment #3 from paolo dot carlini at oracle dot com 2009-01-30 01:43 --- On it. -- paolo dot carlini at oracle dot com changed: What|Removed |Added

[Bug c++/38928] infinite loop on error message in C++ only

2009-01-21 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2009-01-22 01:41 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/38928] infinite loop on error message in C++ only

2009-01-21 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2009-01-22 01:41 --- 3.3 ICEd on the testcase. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added