François-Xavier Coud - mips-irix6.5 and complex.h (original) (raw)
This is the mail archive of the gcc@gcc.gnu.orgmailing 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] |
- From: François-Xavier Coudert
- To: GCC Development
- Cc: r dot emrich at de dot tecosim dot com, ro at gcc dot gnu dot org, echristo at apple dot com, richard at codesourcery dot com
- Date: Thu, 24 Nov 2005 14:19:13 +0100
- Subject: mips-irix6.5 and complex.h
Hi,
I am stuck with PR libfortran/22097 because currently, the libgfortran configury isn't clever enough to get cabsl (among others) right on mips-irix6.5. config.h has
#define HAVE_CABSF 1 and /* #undef HAVE_COMPLEX_H */
while the correct definition of cabsl is provided in complex.h. Can someone who knows mips-irix or has experience with such broken C99 complex implementations give some help? The problem I have is comment #9 from PR 22097.
Thanks, FX
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |