public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug d/112957] New: [13/14 regression] src/std/math/exponential.d doesn't compile on 32-bit FreeBSD/x86
@ 2023-12-11 10:13 ro at gcc dot gnu.org
  2023-12-11 10:14 ` [Bug d/112957] " ro at gcc dot gnu.org
  2024-05-07  7:43 ` [Bug d/112957] [13/14/15 " rguenth at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: ro at gcc dot gnu.org @ 2023-12-11 10:13 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 112957
           Summary: [13/14 regression] src/std/math/exponential.d doesn't
                    compile on 32-bit FreeBSD/x86
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: d
          Assignee: ibuclaw at gdcproject dot org
          Reporter: ro at gcc dot gnu.org
                CC: andreast at gcc dot gnu.org
  Target Milestone: ---
              Host: x86_64-unknown-freebsd14.0
            Target: x86_64-unknown-freebsd14.0
             Build: x86_64-unknown-freebsd14.0

Building both GCC 13.2.0 and trunk on FreeBSD 14.0 failed in the same way:

/vol/gcc/src/gcc-13.2.0/libphobos/src/std/math/exponential.d:1977:9: error:
stat
ic assert:  "no coefficients for exp2()"
 1977 |         static assert(0, "no coefficients for exp2()");
      |         ^
/vol/gcc/src/gcc-13.2.0/libphobos/src/std/math/exponential.d:1684:20: note:
inst
antiated from here: ‘exp2Impl!real’
 1684 |     return exp2Impl(x);
      |                    ^
gmake[9]: *** [Makefile:1285: std/json.lo] Error 1

Only the 32-bit multilib is affected.  I suspect this is due to the unusual
format of long double on 32-bit FreeBSD/x86: i386/freebsd.h has

#define TARGET_96_ROUND_53_LONG_DOUBLE (!TARGET_64BIT)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug d/112957] [13/14 regression] src/std/math/exponential.d doesn't compile on 32-bit FreeBSD/x86
  2023-12-11 10:13 [Bug d/112957] New: [13/14 regression] src/std/math/exponential.d doesn't compile on 32-bit FreeBSD/x86 ro at gcc dot gnu.org
@ 2023-12-11 10:14 ` ro at gcc dot gnu.org
  2024-05-07  7:43 ` [Bug d/112957] [13/14/15 " rguenth at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: ro at gcc dot gnu.org @ 2023-12-11 10:14 UTC (permalink / raw)
  To: gcc-bugs

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

Rainer Orth <ro at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |14.0

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug d/112957] [13/14/15 regression] src/std/math/exponential.d doesn't compile on 32-bit FreeBSD/x86
  2023-12-11 10:13 [Bug d/112957] New: [13/14 regression] src/std/math/exponential.d doesn't compile on 32-bit FreeBSD/x86 ro at gcc dot gnu.org
  2023-12-11 10:14 ` [Bug d/112957] " ro at gcc dot gnu.org
@ 2024-05-07  7:43 ` rguenth at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: rguenth at gcc dot gnu.org @ 2024-05-07  7:43 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|14.0                        |14.2

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 14.1 is being released, retargeting bugs to GCC 14.2.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-05-07  7:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-11 10:13 [Bug d/112957] New: [13/14 regression] src/std/math/exponential.d doesn't compile on 32-bit FreeBSD/x86 ro at gcc dot gnu.org
2023-12-11 10:14 ` [Bug d/112957] " ro at gcc dot gnu.org
2024-05-07  7:43 ` [Bug d/112957] [13/14/15 " rguenth at gcc dot gnu.org

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).