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

Roman Lebedev <lebedev...@gmail.com> changed:

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

--- Comment #3 from Roman Lebedev <lebedev...@gmail.com> ---
https://godbolt.org/z/-jXo5M

example.cpp:14:25: runtime error: signed integer overflow: 2147483647 + 16
cannot be represented in type 'int'

SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior example.cpp:14:25 in 

example.cpp:12:27: runtime error: signed integer overflow: -2147483633 -
2147483647 cannot be represented in type 'int'

SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior example.cpp:12:27 in 

.m = 16

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

Reply via email to