This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/46806] -O3 implies 0 <= 8 <= 7


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46806

Chris Stankevitz <cstankevitz at toyon dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |INVALID

--- Comment #10 from Chris Stankevitz <cstankevitz at toyon dot com> 2010-12-05 23:47:19 UTC ---
> The comparisons are ok, with or without casts, I think the problem
> is this line:
>     Value = static_cast<TEValue>(Eight);

I disagree because the problem exists even if that line is this more reasonable
statement:

  Value = static_cast<TEValue>(eZero);


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]