-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Corrupted characters in {-9223372036854775808} #219
Comments
Failed with |
I am not quite sure what you mean with this.
On the apple my fix worked.
Jos
… On 15 jul. 2017, at 19:28, Takahiro Ueda ***@***.***> wrote:
Failed with clang?? https://travis-ci.org/tueda/form/builds/253705758 <https://travis-ci.org/tueda/form/builds/253705758> (See Issue219.)
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub <#219 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AFLxEl68SGltY3d7AIHR2YKuPQTTK6iuks5sOPaggaJpZM4OVjKn>.
|
It seems that the following code gave an error with
|
You need to turn on the optimization. Probably something hits on an undefined behaviour, which compilers are allowed to discard smartly. In the following link you can play with "Run" with/without "Optimization": https://wandbox.org/permlink/Bhe1uTtaJ4niW9Z5 |
I guess
is already undefined for |
The preprocessor calculator prints the minimum negative number wrongly.
Presumably for the same reason as in #139.
The text was updated successfully, but these errors were encountered: