]> gcc.gnu.org Git - gcc.git/commit
Mangle __ibm128 into u8__ibm128.
authorMichael Meissner <meissner@linux.ibm.com>
Fri, 29 Jul 2022 19:29:00 +0000 (15:29 -0400)
committerMichael Meissner <meissner@linux.ibm.com>
Fri, 29 Jul 2022 19:29:00 +0000 (15:29 -0400)
commit455317497e400a6dd14df6c4518d796f7dff7b43
tree9573a369e625f25564f07bb20d7a899400f2c8b1
parent21b1a8d79bcedd7dccc7957be2a831d8c60fd6f4
Mangle __ibm128 into u8__ibm128.

This patch changes the mangling of __ibm128 when long double uses the IBM
128-bit encoding.  This change is necessary due to the change where __ibm128 and
long double no longer share the same internal type node.

2022-07-29   Michael Meissner  <meissner@linux.ibm.com>

gcc/

PR target/85657
* config/rs6000/rs600.cc (rs6000_mangle_type): Mangle __ibm128 into
"u8__ibm128".
gcc/config/rs6000/rs6000.cc
This page took 0.059429 seconds and 6 git commands to generate.