This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: fix g++.dg/eh/simd-2.C and compat/vector-1 crash
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: Richard Henderson <rth at redhat dot com>, gcc-patches at gcc dot gnu dot org
- Date: Mon, 25 Aug 2003 17:00:29 -0700
- Subject: Re: fix g++.dg/eh/simd-2.C and compat/vector-1 crash
- References: <20030825032658.GA28915@redhat.com>
On Sun, Aug 24, 2003 at 08:26:58PM -0700, Richard Henderson wrote:
> Problem here was trying to use sse registers when they aren't available.
>
> The vector-1 test still fails, but now due to the warning instead of a
> compiler crash. There doesn't appear to be dg-options support in that
> directory.
There is, in a limited fashion, and those tests now turn off warnings:
http://gcc.gnu.org/ml/gcc-patches/2003-08/msg01583.html.
Janis