public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Geoff Keating <geoffk@geoffk.org>
To: trix@redhat.com (Tom Rix)
Cc: gcc@gcc.gnu.org
Subject: Re: soft floats without newlib
Date: Wed, 10 Oct 2001 15:26:00 -0000	[thread overview]
Message-ID: <jm4rp7f73s.fsf@geoffk.org> (raw)
In-Reply-To: <3BC3E079.A1C7EB3.cygnus.gcc@redhat.com>

trix@redhat.com (Tom Rix) writes:

> Since clarify is down,  I am picking at some of the more obscure c
> torture failures on Aix 5.1
> 
> -msoft-float
> A couple of tests fail because they use the system libm.a which is
> assuming args are being passed in fp regs.
> 
> gcc tests that depend on newlib seems pretty bogus to me.
> Thoughts, flames?

These failures indicate that you can't really use -msoft-float to
build applications under AIX, because there is an ABI mismatch between
GCC and the system library if you use that flag.  (You'll find
you can't pass float parameters to printf, either.)

> Just wanted some opinions.
> I know the correct thing to do is set these cases to XFAIL.

Actually, they should be set to UNSUPPORTED or simply not run.  They
are not bugs, they are testing functionality that is not supposed to work.

-- 
- Geoffrey Keating <geoffk@geoffk.org>

           reply	other threads:[~2001-10-10 15:26 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <3BC3E079.A1C7EB3.cygnus.gcc@redhat.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jm4rp7f73s.fsf@geoffk.org \
    --to=geoffk@geoffk.org \
    --cc=gcc@gcc.gnu.org \
    --cc=trix@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).