This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/14669] [3.4 Regression] Wrong code with -O for enum values expression E4 <= t && t <= E6
- 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: 23 Mar 2004 15:20:51 -0000
- Subject: [Bug optimization/14669] [3.4 Regression] Wrong code with -O for enum values expression E4 <= t && t <= E6
- References: <20040321141018.14669.wanderer@rsu.ru>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-03-23 15:20 -------
Fixed in 3.5.0 (aka the mainline).
--
What |Removed |Added
----------------------------------------------------------------------------
Known to fail|3.4.0 3.5.0 tree-ssa |3.4.0
Known to work|3.3 |3.3 3.5.0
Summary|[3.4/3.5 Regression] Wrong |[3.4 Regression] Wrong code
|code with -O for enum values|with -O for enum values
|expression E4 <= t && t <= |expression E4 <= t && t <=
|E6 |E6
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14669