https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86503
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86503
Jonathan Wakely changed:
What|Removed |Added
Keywords||rejects-valid
Status|UNCON
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86503
--- Comment #3 from zhonghao at pku dot org.cn ---
(In reply to Richard Biener from comment #1)
> You run out of memory or stack. Try ulimit -s unlimited
I tried ulimit -s unlimited. This time, the error messages are as follows:
g++ -ftemplate
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86503
--- Comment #2 from Jonathan Wakely ---
(In reply to Richard Biener from comment #1)
> You run out of memory or stack. Try ulimit -s unlimited
Yes but that seems to be because GCC goes into an infinte recursive
instantiation, which it shouldn't
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86503
--- Comment #1 from Richard Biener ---
You run out of memory or stack. Try ulimit -s unlimited