https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66603
--- Comment #5 from Marc Glisse ---
Another detail that might confuse you: if you write
in n=400;
int a[n];
it will probably not crash. The reason is that variables like 'int a[400]'
exist for the whole length of the function, the memory
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66603
--- Comment #4 from Marc Glisse ---
(In reply to gunney1 from comment #3)
> Because of the effects of the stream insertion. But maybe I don't
> understand very well their relationship.
First, I guess it does not crash with icpc because icpc opt
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66603
--- Comment #3 from gunney1 at llnl dot gov ---
Because of the effects of the stream insertion. But maybe I don't understand
very well their relationship.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66603
Marc Glisse changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66603
Daniel Krügler changed:
What|Removed |Added
CC||daniel.kruegler@googlemail.