ostream and long long
Gabriel Dos Reis
gdr@codesourcery.com
Wed Jul 25 13:47:00 GMT 2001
Andris Pavenis <andris@hal.astr.lu.lv> writes:
| On 24 Jul 2001, Gabriel Dos Reis wrote:
|
| > David Durham <david.durham@wcom.com> writes:
| >
| > | Well, with gcc 3.0 (solaris 2.5.1) compiling with c++ (as opposed to g++
| > | or gcc)
| >
| > It seems like you didn't configure GCC with --enable-long-long. Did you?
| >
|
| --enable-long-long is ignored unless large number of C99 functions
| (like wide character functions, c99 mathematical functions and some
| long long type related ones) are available. If You don't have at least
| one it's ignored.
|
| Perhaps it would be better to test for functions really related to
| using long long instead of binding it to support of many unrelated ones
If --enable-long-long, then the accompanying C99 mathematical
functions should be availble for long long support. They are not
unreleated.
-- Gaby
More information about the Gcc-bugs
mailing list