public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Eric Botcazou <ebotcazou@libertysurf.fr>
To: gcc-patches@gcc.gnu.org
Cc: Dale Johannesen <dalej@apple.com>
Subject: Re: Patch: fix SPEC regressions
Date: Thu, 21 Nov 2002 10:18:00 -0000	[thread overview]
Message-ID: <200211211909.59272.ebotcazou@libertysurf.fr> (raw)
In-Reply-To: <1C457790-EAAD-11D6-B8DA-000393D76DAA@apple.com>

On Monday 28 October 2002 20:40, Dale Johannesen wrote:
> This patch fixes the problems I ran into building SPEC on darwin last
> week.

The installed version of that patch (btw, Dale, you should put the complete 
ChangeLog entry

	* doloop.c (doloop_modify_runtime):  Fix loop count computation
	for unrolled loops.
	* loop.c (loop_invariant_p):  Support calling from unroller.

as the commit message, this makes it much easier to grab the modifications) 
fixes PR optimization/8599, which is a regression from gcc 3.2 present on 
gcc-3_2-branch.

Bootstrapped/regtested on i586-redhat-linux-gnu (c,c++,objc,f77). OK to 
install once the branch is reopen ? OK to install the testcase on mainline as 
well ?

-- 
Eric Botcazou


2002-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>

	PR optimization/8599

	2002-11-04  Dale Johannesen  <dalej@apple.com>

	* doloop.c (doloop_modify_runtime):  Fix loop count computation
	for unrolled loops.
	* loop.c (loop_invariant_p):  Support calling from unroller.


2002-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>

	* gcc.dg/i386-unroll-1.c: New test.


/* PR optimization/8599 */
/* { dg-do run { target i?86-*-* } } */
/* { dg-options "-mcpu=k6 -O2 -funroll-loops" } */

void *array[4];

int main ()
{
 int i;

 for (i = 0; i < 4; i++)
   array[i] = 0;
 
 exit (0);
}

  parent reply	other threads:[~2002-11-21 18:18 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-28 11:40 Dale Johannesen
2002-10-29  7:46 ` Richard Henderson
2002-10-29  9:40   ` Dale Johannesen
2002-10-29 10:38     ` Richard Henderson
2002-10-29 15:10       ` Dale Johannesen
2002-10-31 15:18         ` Richard Henderson
2002-10-31 15:22           ` Dale Johannesen
2002-10-31 17:41             ` Richard Henderson
2002-11-01 15:56               ` Patch: fix SPEC regressions (rewrite) Dale Johannesen
2002-11-03 15:32                 ` Richard Henderson
2002-11-21 10:18 ` Eric Botcazou [this message]
2002-11-21 13:52   ` Patch: fix SPEC regressions Richard Henderson
2002-12-14 14:48   ` Eric Botcazou
2002-12-17  5:35     ` Eric Botcazou
2002-12-19 13:15       ` Richard Henderson
2002-12-19 13:40         ` Eric Botcazou
2002-12-19 13:20       ` Richard Henderson
2002-12-21 12:34         ` Eric Botcazou
2002-12-21  4:16       ` Eric Botcazou
2002-12-21 11:19       ` Richard Henderson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200211211909.59272.ebotcazou@libertysurf.fr \
    --to=ebotcazou@libertysurf.fr \
    --cc=dalej@apple.com \
    --cc=gcc-patches@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).