This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug tree-optimization/21855] array bounds checking elimination
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 3 Apr 2009 19:18:35 -0000
- Subject: [Bug tree-optimization/21855] array bounds checking elimination
- References: <bug-21855-360@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from pinskia at gcc dot gnu dot org 2009-04-03 19:18 -------
There are multiple of issues here, first we have an issue that the java
front-end is not telling the middle-end that args.length cannot be changed
after a new has happened (an aliasing issue). And then we had some branch
issues but those might have been fixed already.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21855