[Bug java/15525] suggestion to enable cast elimination

2015-10-20 Thread aph at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15525 Andrew Haley changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug java/15525] suggestion to enable cast elimination

2005-04-30 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-05-01 00:57 --- There are a couple more cases where explicit casts can be eliminated. Code like this will introduce an unneeded cast: Object o = something; String s = (String) o; Of course this is the simplest

[Bug java/15525] suggestion to enable cast elimination

2005-03-08 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||pinskia at gcc dot gnu dot ||org Last reconfirmed|2004-11-06