http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60934
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60934
--- Comment #3 from william.speak at sophos dot com ---
(In reply to Andrew Pinski from comment #2)
> I give you a hint the format for printing long long is %lld and not just %ld.
Yep. That was from when I was seeing what could trigger the bug. Re
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60934
--- Comment #2 from Andrew Pinski ---
I give you a hint the format for printing long long is %lld and not just %ld.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60934
--- Comment #1 from Andrew Pinski ---
Please add -Wall -Wextrra to gcc's command line and see what the warnings are.