[Bug c++/51488] ICE on infinite template recursion

2016-07-29 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51488 Paolo Carlini changed: What|Removed |Added CC||nacitar at ubercpp dot com --- Comment #

[Bug c++/51488] ICE on infinite template recursion

2016-07-29 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51488 Paolo Carlini changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #13

[Bug c++/51488] ICE on infinite template recursion

2016-07-29 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51488 Paolo Carlini changed: What|Removed |Added CC||potswa at mac dot com --- Comment #12 fr

[Bug c++/51488] ICE on infinite template recursion

2016-07-29 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51488 Paolo Carlini changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/51488] ICE on infinite template recursion

2016-07-29 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51488 --- Comment #10 from paolo at gcc dot gnu.org --- Author: paolo Date: Fri Jul 29 14:49:03 2016 New Revision: 238870 URL: https://gcc.gnu.org/viewcvs?rev=238870&root=gcc&view=rev Log: 2016-07-29 Paolo Carlini PR c++/51488 * g+

[Bug c++/51488] ICE on infinite template recursion

2016-07-29 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51488 --- Comment #9 from Paolo Carlini --- Fixed by the patch which fixed c++/71747. I'm adding a testcase and closing the bug.

[Bug c++/51488] ICE on infinite template recursion

2016-05-20 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51488 --- Comment #8 from Paolo Carlini --- Frankly I didn't have high expectations ;) But certainly we should do something about all these pretty old bugs about infinite template recursions which we are not catching.

[Bug c++/51488] ICE on infinite template recursion

2016-05-20 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51488 Jason Merrill changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #7

[Bug c++/51488] ICE on infinite template recursion

2014-07-01 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51488 Paolo Carlini changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug c++/51488] ICE on infinite template recursion

2013-09-07 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51488 --- Comment #5 from Paolo Carlini --- Infinite recursion, which nothing stops. In the meanwhile I posted this: http://gcc.gnu.org/ml/gcc-patches/2013-08/msg01348.html I think those issue should be fixable relatively easily.

[Bug c++/51488] ICE on infinite template recursion

2013-09-07 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51488 --- Comment #4 from Manuel López-Ibáñez --- (In reply to Paolo Carlini from comment #2) > Manuel, looks like these 3 testcases are instances of the very same issue: > our template instantiation depth control mechanism doesn't handle this case. > I

[Bug c++/51488] ICE on infinite template recursion

2013-08-22 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51488 --- Comment #3 from Paolo Carlini --- Another one: c++/53618

[Bug c++/51488] ICE on infinite template recursion

2013-08-11 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51488 Paolo Carlini changed: What|Removed |Added CC||manu at gcc dot gnu.org --- Comment #2 fr

[Bug c++/51488] ICE on infinite template recursion

2013-08-10 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51488 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|