This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/9059] unused arrays not optimized away
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Mar 2004 07:18:20 -0000
- Subject: [Bug optimization/9059] unused arrays not optimized away
- References: <20021226065600.9059.stefaandr@hotmail.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-03-03 07:18 -------
The problem here is that pass_remove_useless_vars is not being called for the last
testcase, the one without any real code.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9059