This is the mail archive of the
gcc-regression@gcc.gnu.org
mailing list for the GCC project.
Re: 4 GCC HEAD regressions, 1 new, with your patch on 2005-01-24T05:04:07Z.
- From: Steven Bosscher <stevenb at suse dot de>
- To: gcc-regression at gcc dot gnu dot org
- Cc: joseph at codesourcery dot com, kargls at comcast dot net, kazu at cs dot umass dot edu, pcarlini at suse dot de, roger at eyesopen dot com, rth at redhat dot com
- Date: Wed, 26 Jan 2005 02:03:42 +0100
- Subject: Re: 4 GCC HEAD regressions, 1 new, with your patch on 2005-01-24T05:04:07Z.
- Organization: SUSE Labs
- References: <20050124155013.1B3411484BD3F@gcc-regress.apple.com>
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.