https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47202
Jason Merrill changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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.
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
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47202
Andrew Pinski changed:
What|Removed |Added
Keywords||compile-time-hog
Status|UNCON