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]

Re: ostream and long long


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. 

-- Gaby
CodeSourcery, LLC                       http://www.codesourcery.com


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