This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/49756] g++ ICE
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 18 Jul 2011 19:30:49 +0000
- Subject: [Bug c++/49756] g++ ICE
- Auto-submitted: auto-generated
- References: <bug-49756-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49756
--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-07-18 19:30:03 UTC ---
Created attachment 24788
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24788
gcc47-pr49756.patch
Untested patch. Clueless people will be still able to construct twice or 4
times as large testcases of similar quality when they really should be using an
array, but I guess this can help even with reasonable testcases.
The drawback is I think that endless recursion bugs might take much more
compile time before they fail.