This is the mail archive of the gcc@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]

fixincl 'make check' regressions...


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


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