This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/49756] g++ ICE


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]