This is the mail archive of the gcc-patches@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: Patch for PR target/19930 [pow(long double, int) on ia64]


On Thu, Feb 24, 2005 at 03:14:46PM -0800, Steve Ellcey wrote:
> + #ifndef LIBGCC2_HAS_XF_MODE
> + #define LIBGCC2_HAS_XF_MODE (LIBGCC2_LONG_DOUBLE_TYPE_SIZE == 80)
> + #endif
...
> ! #define LIBGCC2_HAS_DF_MODE
...
> ! #ifdef LIBGCC2_HAS_DF_MODE

You've now got a mismatch between defined/undefined and true/false.
You should probably use true/false instead of defined/undefined.


r~


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