[Bug target/115800] New: PowerPC GCC cannot build a little endian compile if --with-cpu=power5 is used
meissner at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Jul 5 19:44:06 GMT 2024
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115800
Bug ID: 115800
Summary: PowerPC GCC cannot build a little endian compile if
--with-cpu=power5 is used
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: meissner at gcc dot gnu.org
Target Milestone: ---
The libgfortran and libstdc++-v3 libraries cannot be built if you build a
little endian compiler and set the default cpu to power5. The reason appears
to be the libraries both assume that if a little endian target is being built,
that IEEE 128-bit floating point is supported. But power5 does not support the
VSX instruction set and registers, so IEEE 128-bit floating point is not
available.
More information about the Gcc-bugs
mailing list