public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "martelm at quark dot vsc dot edu" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug bootstrap/12539] GCC 3.3.1 bootstrap failure on AIX 5.2
Date: Wed, 08 Oct 2003 16:49:00 -0000	[thread overview]
Message-ID: <20031008164905.14735.qmail@sources.redhat.com> (raw)
In-Reply-To: <20031008111644.12539.martelm@quark.vsc.edu>

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12539



------- Additional Comments From martelm at quark dot vsc dot edu  2003-10-08 16:49 -------
I've attahced the original math.h from the configure/bootstrap process.  I found
this link :

http://gcc.gnu.org/ml/gcc/2003-07/msg00212.html

And I modified this section of math.h to remove the #ifndef __cplusplus and the
corrosponding #endif and the make bootstrap is moving along.

#ifndef __LONGDOUBLE128
#define fpclassify(__x)	\
    (sizeof(__x) == sizeof(float) ?  \
        ((_classf((double)__x) == FP_SNAN) || (_classf((double)__x) == FP_QNAN) ? \
            FP_QNAN : \
            (_classf((double) __x) & 0x00000001 ? \
                _classf((double) __x) - 1 : \
                _classf((double) __x)) ) : \
#ifndef __cplusplus
        ((class(__x) == FP_SNAN) || (class(__x) == FP_QNAN) ? \
#endif
            FP_QNAN : \
#ifndef __cplusplus
            (class(__x)  & 0x00000001 ? \
#endif


  parent reply	other threads:[~2003-10-08 16:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-08 11:16 [Bug bootstrap/12539] New: " martelm at quark dot vsc dot edu
2003-10-08 15:28 ` [Bug bootstrap/12539] " pinskia at gcc dot gnu dot org
2003-10-08 16:49 ` martelm at quark dot vsc dot edu [this message]
2003-10-08 16:53 ` pinskia at gcc dot gnu dot org
2003-10-20 18:16 ` pinskia at gcc dot gnu dot org
2003-10-20 18:16 ` pinskia at gcc dot gnu dot org

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=20031008164905.14735.qmail@sources.redhat.com \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /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).