public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "ro at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug libfortran/104233] New: [12 regression] ieee/issignaling_fallback.h broke Solaris/SPARC bootstrap
Date: Tue, 25 Jan 2022 21:27:59 +0000	[thread overview]
Message-ID: <bug-104233-4@http.gcc.gnu.org/bugzilla/> (raw)

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104233

            Bug ID: 104233
           Summary: [12 regression] ieee/issignaling_fallback.h broke
                    Solaris/SPARC bootstrap
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libfortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ro at gcc dot gnu.org
                CC: fxcoudert at gcc dot gnu.org
  Target Milestone: ---
            Target: sparc-sun-solaris2.11

The introduction of ieee/issignaling_fallback.h broke Solaris/SPARC bootstrap:

In file included from
/vol/gcc/src/hg/master/local/libgfortran/ieee/ieee_helper.c:32:
/vol/gcc/src/hg/master/local/libgfortran/ieee/issignaling_fallback.h:204:3:
error: unknown type name ‘__float128’
  204 |   __float128 value;
      |   ^~~~~~~~~~
/vol/gcc/src/hg/master/local/libgfortran/ieee/issignaling_fallback.h:218:20:
error: unknown type name ‘__float128’; did you mean ‘_Float128’?
  218 | __issignalingf128 (__float128 x)
      |                    ^~~~~~~~~~
      |                    _Float128
/vol/gcc/src/hg/master/local/libgfortran/ieee/ieee_helper.c: In function
‘ieee_class_helper_4’:
/vol/gcc/src/hg/master/local/libgfortran/ieee/issignaling_fallback.h:240:13:
error: unknown type name ‘__float128’
  240 |             __float128: __issignalingf128, \
      |             ^~~~~~~~~~
/vol/gcc/src/hg/master/local/libgfortran/ieee/ieee_helper.c:97:11: note: in
expansion of macro ‘issignaling’
   97 |       if (issignaling (*value)) \
      |           ^~~~~~~~~~~
/vol/gcc/src/hg/master/local/libgfortran/ieee/ieee_helper.c:106:1: note: in
expansion of macro ‘CLASSMACRO’
  106 | CLASSMACRO(4)
      | ^~~~~~~~~~
/vol/gcc/src/hg/master/local/libgfortran/ieee/ieee_helper.c: In function
‘ieee_class_helper_8’:
/vol/gcc/src/hg/master/local/libgfortran/ieee/issignaling_fallback.h:240:13:
error: unknown type name ‘__float128’
  240 |             __float128: __issignalingf128, \
      |             ^~~~~~~~~~
/vol/gcc/src/hg/master/local/libgfortran/ieee/ieee_helper.c:97:11: note: in
expansion of macro ‘issignaling’
   97 |       if (issignaling (*value)) \
      |           ^~~~~~~~~~~
/vol/gcc/src/hg/master/local/libgfortran/ieee/ieee_helper.c:107:1: note: in
expansion of macro ‘CLASSMACRO’
  107 | CLASSMACRO(8)
      | ^~~~~~~~~~
/vol/gcc/src/hg/master/local/libgfortran/ieee/ieee_helper.c: In function
‘ieee_class_helper_16’:
/vol/gcc/src/hg/master/local/libgfortran/ieee/issignaling_fallback.h:240:13:
error: unknown type name ‘__float128’
  240 |             __float128: __issignalingf128, \
      |             ^~~~~~~~~~
/vol/gcc/src/hg/master/local/libgfortran/ieee/ieee_helper.c:97:11: note: in
expansion of macro ‘issignaling’
   97 |       if (issignaling (*value)) \
      |           ^~~~~~~~~~~
/vol/gcc/src/hg/master/local/libgfortran/ieee/ieee_helper.c:114:1: note: in
expansion of macro ‘CLASSMACRO’
  114 | CLASSMACRO(16)
      | ^~~~~~~~~~

While __FLT128_IS_IEC_60559__ is defined as 2, __float128 isn't supported on
SPARC.

             reply	other threads:[~2022-01-25 21:27 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-25 21:27 ro at gcc dot gnu.org [this message]
2022-01-25 21:28 ` [Bug libfortran/104233] " ro at gcc dot gnu.org
2022-01-25 23:10 ` fxcoudert at gcc dot gnu.org
2022-01-25 23:14 ` fxcoudert at gcc dot gnu.org
2022-01-25 23:28 ` jakub at gcc dot gnu.org
2022-01-25 23:42 ` fxcoudert at gcc dot gnu.org
2022-01-25 23:47 ` jakub at gcc dot gnu.org
2022-01-26  7:51 ` rguenth at gcc dot gnu.org
2022-01-26  8:44 ` ebotcazou at gcc dot gnu.org
2022-01-26  9:21 ` fxcoudert at gcc dot gnu.org
2022-01-26 22:07 ` ro at CeBiTec dot Uni-Bielefeld.DE
2022-01-26 22:09 ` fxcoudert at gcc dot gnu.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=bug-104233-4@http.gcc.gnu.org/bugzilla/ \
    --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).