------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-12 
19:21 -------
(In reply to comment #5)
> Agree with Gaby.

I disagree but what do I know.
It would be like doing:
int f(void)
{
  int i;
  i = (i&0xFFFF0000) | 0x0000FFFF;
  i = (i&0x0000FFFF) | 0xFFFF0000;
  return i;
}

There is no different in this example or the example which Falk gave really.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rth at gcc dot gnu dot org
          Component|libstdc++                   |middle-end


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

Reply via email to