This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Major regression on mainline
On Wed, Feb 16, 2005 at 05:44:44PM -0500, Jason Merrill wrote:
> On Wed, 16 Feb 2005 14:34:59 -0800, Steve Kargl <sgk@troutmask.apl.washington.edu> wrote:
>
> > A binary search has led to the cause of a serious regression on
> > mainline with gfortran at *all optimization levels (ie., -O0, -O1
> > and -O2)*. The problematic commit is
> >
> > 2005-02-13 Jason Merrill <jason@redhat.com>
> >
> > PR mudflap/19319
> > * gimplify.c (gimplify_modify_expr_rhs) [CALL_EXPR]: Make return
> > slot explicit.
>
> I reverted this change shortly after the commit. Have you tested again
> with updated sources?
>
> I plan to commit a corrected version today.
>
I noticed the problem early yesterday morning and have since been
trying to determine the (quilty) commit. A binary search and
make bootstrap can be a length process :-) I'll update to HEAD
and see what happens. Thanks for the note.
--
Steve