https://llvm.org/bugs/show_bug.cgi?id=24845

David Majnemer <david.majne...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |david.majne...@gmail.com
         Resolution|---                         |INVALID

--- Comment #1 from David Majnemer <david.majne...@gmail.com> ---
Section 5.8, paragraph one states:
The behavior is undefined if the right operand is negative, or greater than or
equal to the length in bits of the promoted left operand.

Your right operand is, in fact, greater than or equal to the length of bits in
your promoted left operand.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to