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);

Reply via email to