[Bug tree-optimization/21855] array bounds checking elimination
aph at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Jan 10 15:53:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21855
Andrew Haley <aph at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |WAITING
Resolution|INVALID |
--- Comment #14 from Andrew Haley <aph at gcc dot gnu.org> 2012-01-10 15:52:07 UTC ---
(In reply to comment #13)
> We can't optimize this because System.out.println can change args[].
That's the whole point: System.out.println cannot change args[], which is a
java array, and the length of a Java array is constant. It is not an invalid
test case.
More information about the Java-prs
mailing list