--- /home/dave/gnu/gcc/gcc/fixincludes/tests/base/iso/math_c99.h        Wed May 
28 21:33:13 2008
***************
*** 49,55 ****
                           ? __builtin_signbitf(x) \
                           : sizeof(x) == sizeof(long double) \
                             ? __builtin_signbitl(x) \
!                            : __builtin_signbit(x));
  #endif  /* SOLARIS_MATH_8_CHECK */


--- 49,55 ----
                           ? __builtin_signbitf(x) \
                           : sizeof(x) == sizeof(long double) \
                             ? __builtin_signbitl(x) \
!                            : __builtin_signbit(x))
  #endif  /* SOLARIS_MATH_8_CHECK */


-- 
           Summary: fixincludes/tests/base/iso/math_c99.h check fails
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
 GCC build triplet: hppa-unknown-linu-gnu
  GCC host triplet: hppa-unknown-linu-gnu
GCC target triplet: hppa-unknown-linu-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43357

Reply via email to