https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15525
Andrew Haley changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
--- 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 pos
--
What|Removed |Added
CC||pinskia at gcc dot gnu dot
||org
Last reconfirmed|2004-11-06 1