Line 1070 is as follows:
1070: #ifndef __cplusplus
1071: ((_class(__x) == FP_SNAN) || (_class(__x) == FP_QNAN) ? \
1072: #endif
It looks fine to me. But i could try removing these ifndef/endif lines.
Is gcc-lib a separate package? I notice it refers to aix4.3.2.0 yet my
aix is 5.2.0.0. Perhaps that could be a reason why its not working. If
its a separate package then maybe i should install that first.
John
Ian Lance Taylor wrote:
"John Ling" <jling@xxxxxxxxxxxxxxxxxxxxx> writes:
/usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.2.0/2.95.3/include/math.h:1070:
`#' operator should be followed by a macro argument name
What is line 1070 in the file
/usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.2.0/2.95.3/include/math.h
?
This may be a bug in the way gcc 2.95.3 fixed the header file. If so,
your best bet is probably going to be to patch it by hand.
Ian