http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58270
--- Comment #18 from Krzysztof Strasburger ---
I have found that tree-fre, tree-pre and tree-dse have to be disabled in order
to generate correctly working code at all optimization levels (both C and
FORTRAN).
I'm happy with this workaround, so th
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58270
--- Comment #17 from Dominique d'Humieres ---
> I cannot agree with you. You are interpreting the code that may access the
> array beyond declared bounds as invalid, which is simply not true.
6.5 Use of data objects
... The value of a subscript
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58270
--- Comment #16 from Krzysztof Strasburger ---
Dear Dominique,
I cannot agree with you. You are interpreting the code that may access the
array beyond declared bounds as invalid, which is simply not true.
As you pointed it out before, unnamed comm
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58270
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58270
Krzysztof Strasburger changed:
What|Removed |Added
Status|RESOLVED|UNCONFIRMED
Resolution|IN
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58270
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---