This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: ostream and long long
- To: Andris Pavenis <andris at hal dot astr dot lu dot lv>
- Subject: Re: ostream and long long
- From: Gabriel Dos Reis <gdr at codesourcery dot com>
- Date: 26 Jul 2001 13:55:06 +0200
- Cc: Gabriel Dos Reis <gdr at codesourcery dot com>, David Durham <david dot durham at wcom dot com>, <gcc-bugs at gcc dot gnu dot org>
- Organization: CodeSourcery, LLC
- References: <Pine.LNX.4.33.0107261330440.30904-100000@hal.astr.lu.lv>
Andris Pavenis <andris@hal.astr.lu.lv> writes:
| On 26 Jul 2001, Gabriel Dos Reis wrote:
|
| > Andris Pavenis <andris@hal.astr.lu.lv> writes:
| >
| > | > If --enable-long-long, then the accompanying C99 mathematical
| > | > functions should be availble for long long support. They are not
| > | > unreleated.
| > | >
| > |
| > | Do we really need sqrtf(), sqrtl(), sinl() and similar functions to
| > | support long long? I think the best would be to check for functions
| > | we really need for --enable-long-long instead of disabling it
| > | if at least one of functions added with c99 is missing
| >
| > We did similar things in the past. Please check the archive for
| > the numerous complains and discussions about configure time & checking
| > separately for truly minimal subsets.
| >
|
| I think it's not so complicate.
Nobody said it is complicate -- it was even done in the past.
Did you read the archive?
| (I think one will not feel any difference).
Experience shows the contrary. Again see the archive.
-- Gaby