This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: What to do with (known) ABI mismatches during compilation
- From: Richard Henderson <rth at redhat dot com>
- To: Richard Guenther <rguenth at tat dot physik dot uni-tuebingen dot de>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 8 Jun 2005 11:16:10 -0700
- Subject: Re: What to do with (known) ABI mismatches during compilation
- References: <42A71EA1.80404@tat.physik.uni-tuebingen.de>
On Wed, Jun 08, 2005 at 06:36:49PM +0200, Richard Guenther wrote:
> now, with -mno-sse we have the following choices for call
> to function foo:
With -mno-sse and explicit use of sseregparm, error at compile time.
This is no different from any other ISA related compile time error
that we generate.
r~