This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: bootstrap/8146: gcc 3.2 miscompiles gcc 2.95.3
- From: Joe Buck <jbuck at synopsys dot com>
- To: gcc-gnats at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, prj at po dot cwru dot edu
- Date: Fri, 08 Nov 2002 13:54:38 -0800
- Subject: Re: bootstrap/8146: gcc 3.2 miscompiles gcc 2.95.3
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8146
This is fixed on the branch by HJ's patch:
2002-11-07 H.J. Lu <hjl@gnu.org>
Fix bootstrap/8146 and
gcc.c-torture/execute/20020307-2.c with -march=i686.
* calls.c (PUSH_ARGS_REVERSED): Define only if not defined.
* expr.c (PUSH_ARGS_REVERSED): Likewise.
* config/i386/i386.h (PUSH_ARGS_REVERSED): Set to 1.
Does this bug affect the mainline?