This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/12039] [tree-ssa] [unit-at-a-time] does not mark static variable as used.
- 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: 17 Oct 2003 18:48:46 -0000
- Subject: [Bug optimization/12039] [tree-ssa] [unit-at-a-time] does not mark static variable as used.
- References: <20030823032515.12039.pinskia@gcc.gnu.org>
- 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=12039
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-10-17 18:48 -------
Most likely fixed by, I will check once I compile the compiler with this patch applied:
Branch: tree-ssa-20020619-branch
Changes by: hubicka@gcc.gnu.org 2003-10-17 18:34:04
Modified files:
gcc : ChangeLog.tree-ssa tree-cfg.c
Log message:
* tree-cfg.c (remove_useless_stmts_and_vars_bind): Fix handling of
static variables.