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

Re: 4 GCC HEAD regressions, 1 new, with your patch on 2005-01-24T05:04:07Z.


On Monday 24 January 2005 16:50, 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 3
> failures that existed before and after that patch; 0 failures
> have been fixed.
>
> The new failures are:
> native gcc.sum gcc.dg/cpp/Wmissingdirs.c
>
> The old failures, which were not fixed or introduced by your patch, are:
> native g++.sum g++.old-deja/g++.robertl/eb132.C
> native g++.sum g++.old-deja/g++.robertl/eb73.C
> native libstdc++.sum 18_support/numeric_limits.cc
>
> For more information, see http://gcc.gnu.org/regtest/.

RTH already mentioned elsewhere that this one caused bootstrap problems
for him pn Alpha:

+2005-01-23  Roger Sayle  <roger@eyesopen.com>
+
+	* expmed.c (expand_mult_highpart): Make static.  Change type of
+	constant multiplier argument from unsigned HOST_WIDE_INT to rtx.
+	(expand_divmod): Updates calls to expand_mult_highpart by using
+	gen_int_mode to pass a CONST_INT rtx.
+	* rtl.h (expand_mult_highpart): Remove prototype.

Maybe it's the same problem.


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