This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/22266] bad code generation at -O1 (conditional expression and constants)
- 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: 1 Jul 2005 15:52:59 -0000
- Subject: [Bug tree-optimization/22266] bad code generation at -O1 (conditional expression and constants)
- References: <20050701102939.22266.A.Salwa@osmosys.tv>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-01 15:52 -------
You are using an unitialized variable and putting it together piece wise, This is undefined hence the
warning with -Wall.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22266