This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/11761] [tree-ssa] arrays inside classes not optimised away
- From: "dnovillo at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Aug 2003 15:23:50 -0000
- Subject: [Bug c/11761] [tree-ssa] arrays inside classes not optimised away
- References: <20030801150405.11761.stefaandr@hotmail.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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
------- Additional Comments From dnovillo at redhat dot com 2003-08-01 15:23 -------
Subject: Re: [tree-ssa] arrays inside classes not optimised
away
Right. Tree SSA does not deal with arrays yet.
There are plans for scalarization and dead storage elimination that
should be able to deal with cases like this.
Diego.