The intent was to clear up some stuff in the README.
When I noticed that I had affected other files, I had tried to put
everything back.  Obviously a glitch.  I'll fix it when I get home
tonight.

On Mon, Mar 15, 2010 at 11:00 PM, David Miller <da...@davemloft.net> wrote:
>
> 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