[Bug c++/47202] Endless recursion during mangling

2014-05-28 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47202 Jason Merrill changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/47202] Endless recursion during mangling

2014-05-28 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47202 --- Comment #4 from Jason Merrill --- Author: jason Date: Wed May 28 16:38:23 2014 New Revision: 211026 URL: http://gcc.gnu.org/viewcvs?rev=211026&root=gcc&view=rev Log: PR c++/47202 gcc/cp/ * decl.c (cxx_comdat_group): Return a decl.

[Bug c++/47202] Endless recursion during mangling

2014-05-19 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47202 --- Comment #3 from Jason Merrill --- This is an issue of combinatorial explosion in checking code; when we have lots of substitutions, checking each one against each other takes a long time, especially when each comparison involves recursively c

[Bug c++/47202] Endless recursion during mangling

2014-05-17 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47202 Paolo Carlini changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #2

[Bug c++/47202] Endless recursion during mangling

2011-12-30 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47202 Andrew Pinski changed: What|Removed |Added Keywords||compile-time-hog Status|UNCON