diff options
author | Michael Meissner <meissner@linux.ibm.com> | 2022-02-16 22:00:00 -0500 |
---|---|---|
committer | Michael Meissner <meissner@linux.ibm.com> | 2022-02-16 22:00:00 -0500 |
commit | 687e57d7ac741d1c48ac030f87041aa56b888532 (patch) | |
tree | e1df40a1a9996fb9ade858a29ce67ab994ed85bf /libjava/java/util/ResourceBundle$1.h | |
parent | 5fbcbcaff7248604e04b39464f4fbd64fbf6e43b (diff) | |
download | gcc-687e57d7ac741d1c48ac030f87041aa56b888532.zip gcc-687e57d7ac741d1c48ac030f87041aa56b888532.tar.gz gcc-687e57d7ac741d1c48ac030f87041aa56b888532.tar.bz2 |
Define __SIZEOF_FLOAT128__ and __SIZEOF_IBM128__.
Define the sizes of the PowerPC specific types __float128 and __ibm128 if those
types are enabled.
This patch will define __SIZEOF_IBM128__ and __SIZEOF_FLOAT128__ if their
respective types are created in the compiler. Currently, this means both of
these will be defined if float128 support is enabled. But at some point in
the future, __ibm128 could be enabled without enabling float128 support and
__SIZEOF_IBM128__ would be defined.
2022-02-16 Michael Meissner <meissner@the-meissners.org>
gcc/
PR target/99708
* config/rs6000/rs6000-c.cc (rs6000_cpu_cpp_builtins): Define
__SIZEOF_IBM128__ if the IBM 128-bit long double type is created.
Define __SIZEOF_FLOAT128__ if the IEEE 128-bit floating point type
is created.
gcc/testsuite/
PR target/99708
* gcc.target/powerpc/pr99708.c: New test.
Diffstat (limited to 'libjava/java/util/ResourceBundle$1.h')
0 files changed, 0 insertions, 0 deletions