Ever since your changes installed on March 12th, I've been getting
fixincludes testsuite failures of the form below.

I also notice that none of these changes added ChangeLog entries, and
furthermore the SVN commit messages were extremely terse so it was
hard to diagnose the intent or reasoning behind your changes.

iso/math_c99.h 
/home/davem/src/GIT/GCC/gcc/fixincludes/tests/base/iso/math_c99.h differ: char 
1366, line 52
*** iso/math_c99.h      Mon Mar 15 22:55:36 2010
--- /home/davem/src/GIT/GCC/gcc/fixincludes/tests/base/iso/math_c99.h   Thu Jan 
21 04:06:11 2010
***************
*** 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 */
  
  

There were fixinclude test FAILURES

Reply via email to