This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/63789] g++ -m32 on solaris has trouble finding abs with int64_t


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63789

--- Comment #1 from Richard PALO <richard at netbsd dot org> ---
I should mention that rendering the test program pure c++ by replacing the
first two lines with:
>#include <cstdlib>
>#include <cmath>
allows the snippet build with both -m32 and -m64.
It should be able to build as is, though.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]