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/56281] missed VRP optimization from undefined left shift in ISO C99


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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> 2013-02-11 07:48:20 UTC ---
It's valid for C++?  Is the shift operand still constrained to [0, n) with
n being the precision of the shifted operand?

Please followup in the duplicate.

*** This bug has been marked as a duplicate of bug 31178 ***


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