[Bug c/60934] Strtoll Function Always Appears to Return 0 on Solaris

2014-04-23 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60934 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c/60934] Strtoll Function Always Appears to Return 0 on Solaris

2014-04-23 Thread william.speak at sophos dot com
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

[Bug c/60934] Strtoll Function Always Appears to Return 0 on Solaris

2014-04-23 Thread pinskia at gcc dot gnu.org
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.

[Bug c/60934] Strtoll Function Always Appears to Return 0 on Solaris

2014-04-23 Thread pinskia at gcc dot gnu.org
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.