This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: What is this patch doing?
- To: Joern Rennecke <amylaar at cygnus dot co dot uk>
- Subject: Re: What is this patch doing?
- From: Bernd Schmidt <bernds at cygnus dot co dot uk>
- Date: Tue, 1 Aug 2000 20:35:02 +0100 (BST)
- cc: gcc at gcc dot gnu dot org, rth at cygnus dot com
On Tue, 1 Aug 2000, Joern Rennecke wrote:
>
> > The failure can be observed by compiling c-torture/execute/950612-1.c with
> > "-m3". We get a segfault from cc1. This goes away if I revert this patch.
>
> Do I need to pass any other flags to cc1? Or is this dependent on some
> patch that was checked in after mine?
Just -m3 is enough to reproduce it here.
Bernd