[Bug optimization/11761] [tree-ssa] arrays inside classes not optimised away
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun Oct 26 21:20:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11761
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|2003-08-15 03:44:04 |2003-10-26 20:32:09
date| |
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-10-26 20:32 -------
This is semi fixed, now gcc just has to remove p1:
;; Function int main() (main)
int main() ()
{
{
struct p p1;
{
(void)0
};
t ();
};
return 0;;
}
More information about the Gcc-bugs
mailing list