diff options
author | Jeff Law <jlaw@ventanamicro.com> | 2024-11-16 08:42:01 -0700 |
---|---|---|
committer | Jeff Law <jlaw@ventanamicro.com> | 2024-11-16 08:42:01 -0700 |
commit | 7c7e630cd0b678a348ee9600f637f71293882d2e (patch) | |
tree | 2a26bbdeea44117357563768756ab29c77ee8a59 /libphobos/README.gcc | |
parent | bf00f117eb4b5527592029e39a3d79f2048745d8 (diff) | |
download | gcc-7c7e630cd0b678a348ee9600f637f71293882d2e.zip gcc-7c7e630cd0b678a348ee9600f637f71293882d2e.tar.gz gcc-7c7e630cd0b678a348ee9600f637f71293882d2e.tar.bz2 |
Fix various sh tests to work with c23
A few SH tests want to create a bool typedef which doesn't work for c23.
Easiest fix which should have no impact on the test behavior would be to just
change the name of the typedef so that doesn't conflict.
One test has a crazy function signature (similar to the PRU test someone just
fixed up). For that I'm using -std=gnu17.
Pushing to the trunk.
testsuite/
* gcc.target/sh/pr51244-15.c: Use "mybool" rather than "bool".
* gcc.target/sh/pr52933-1.c: Similarly.
* gcc.target/sh/pr54089-1.c: Similarly.
* gcc.target/sh/pr54089-7.c: Similarly.
* gcc.target/sh/pr54089-8.c: Similarly.
* gcc.target/sh/pr54089-9.c: Similarly.
* gcc.target/sh/pr64366.c: Use -std=gnu17.
Diffstat (limited to 'libphobos/README.gcc')
0 files changed, 0 insertions, 0 deletions