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]

Re: long_double?

[Get raw message]
> ../../builtins/../../builtins/printf.def:1013: incompatible types in assignment
> 
> How is this supposed to work?

Answering my own question, there needs to be an include hack to change
"long_double" to "long double" in stdlib.h and to eliminate the code
which is used to typedef long_double.  This gives a working long double
under hpux11.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)


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