This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: fix opt/2960
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Richard Henderson <rth at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Mon, 07 Oct 2002 14:36:14 -0400
- Subject: Re: fix opt/2960
- References: <20021007030152.GA3788@redhat.com>
PR optimization/2960
* toplev.c (rest_of_compilation): Don't copy_loop_headers if
optimize_size.
This patch causes a regression of execute/loop-15.c on AIX when compiled
with -Os.
David