5 GCC HEAD regressions, 1 new, with your patch on 2005-03-11T01:51:46Z.

Andrew Pinski pinskia@physics.uc.edu
Fri Mar 11 14:52:00 GMT 2005


On Mar 11, 2005, at 9:31 AM, GCC regression checker wrote:

> With your recent patch, GCC HEAD has some regression test failures,
> which used to pass.  There are 1 new failures, and 4
> failures that existed before and after that patch; 0 failures
> have been fixed.
>
> The new failures are:
> native gcc.sum gcc.dg/builtins-32.c

Obviously this was caused by:
2005-03-10  Roger Sayle  <roger@eyesopen.com>

         * builtins.c (expand_builtin_signbit): Extend to handle floating
         point modes wider than the largest integer type, using the
         operand_subword_force function to obtain the signbit's word.

2005-03-10  Roger Sayle  <roger@eyesopen.com>

         * gcc.dg/builtins-32.c: Add new run-time tests for long double.

I knew this was going to happen as it did not handle IBM's 128bit long
double format.

-- Pinski



More information about the Gcc-regression mailing list