This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/12499] [tree-ssa] static variables in inline functions not emitted
- 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 19:20:50 -0000
- Subject: [Bug optimization/12499] [tree-ssa] static variables in inline functions not emitted
- References: <20031003095121.12499.falk@debian.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=12499
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |wrong-code
Target Milestone|--- |tree-ssa
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-10-17 19:20 -------
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.