[Bug bootstrap/38088] gcc fails to compile with undefined symbol: __LONG_LONG_MAX__ error
jakub at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Nov 12 08:32:00 GMT 2008
------- Comment #1 from jakub at gcc dot gnu dot org 2008-11-12 08:30 -------
I guess it should use
#define CAP_INFINITY (((HOST_WIDEST_INT) 1) << (HOST_BITS_PER_WIDEST_INT - 1))
instead. gcov_type (and HOST_WIDEST_INT) can be long long, long or __int64.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38088
More information about the Gcc-bugs
mailing list