]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
RISC-V: testsuite: Remove deprecated compatibility headers
authorEdwin Lu <ewlu@rivosinc.com>
Mon, 11 Nov 2024 18:09:02 +0000 (10:09 -0800)
committerEdwin Lu <ewlu@rivosinc.com>
Tue, 12 Nov 2024 18:02:45 +0000 (10:02 -0800)
Since r15-4981-g5c34f02ba7e these tests have been failing on vector
targets with excess errors due to the new deprecation warning message.
Remove the <cstdalign> header.

gcc/testsuite/ChangeLog:

* g++.target/riscv/rvv/base/bug-10.C: Remove cstdalign header.
* g++.target/riscv/rvv/base/bug-11.C: Ditto.
* g++.target/riscv/rvv/base/bug-12.C: Ditto.
* g++.target/riscv/rvv/base/bug-13.C: Ditto.
* g++.target/riscv/rvv/base/bug-14.C: Ditto.
* g++.target/riscv/rvv/base/bug-15.C: Ditto.
* g++.target/riscv/rvv/base/bug-16.C: Ditto.
* g++.target/riscv/rvv/base/bug-17.C: Ditto.
* g++.target/riscv/rvv/base/bug-2.C: Ditto.
* g++.target/riscv/rvv/base/bug-23.C: Ditto.
* g++.target/riscv/rvv/base/bug-3.C: Ditto.
* g++.target/riscv/rvv/base/bug-4.C: Ditto.
* g++.target/riscv/rvv/base/bug-5.C: Ditto.
* g++.target/riscv/rvv/base/bug-6.C: Ditto.
* g++.target/riscv/rvv/base/bug-7.C: Ditto.
* g++.target/riscv/rvv/base/bug-8.C: Ditto.
* g++.target/riscv/rvv/base/bug-9.C: Ditto.

Signed-off-by: Edwin Lu <ewlu@rivosinc.com>
17 files changed:
gcc/testsuite/g++.target/riscv/rvv/base/bug-10.C
gcc/testsuite/g++.target/riscv/rvv/base/bug-11.C
gcc/testsuite/g++.target/riscv/rvv/base/bug-12.C
gcc/testsuite/g++.target/riscv/rvv/base/bug-13.C
gcc/testsuite/g++.target/riscv/rvv/base/bug-14.C
gcc/testsuite/g++.target/riscv/rvv/base/bug-15.C
gcc/testsuite/g++.target/riscv/rvv/base/bug-16.C
gcc/testsuite/g++.target/riscv/rvv/base/bug-17.C
gcc/testsuite/g++.target/riscv/rvv/base/bug-2.C
gcc/testsuite/g++.target/riscv/rvv/base/bug-23.C
gcc/testsuite/g++.target/riscv/rvv/base/bug-3.C
gcc/testsuite/g++.target/riscv/rvv/base/bug-4.C
gcc/testsuite/g++.target/riscv/rvv/base/bug-5.C
gcc/testsuite/g++.target/riscv/rvv/base/bug-6.C
gcc/testsuite/g++.target/riscv/rvv/base/bug-7.C
gcc/testsuite/g++.target/riscv/rvv/base/bug-8.C
gcc/testsuite/g++.target/riscv/rvv/base/bug-9.C

index 4fe7fd30bb48d49e2b286dc4e63b0e153c3185a1..877b9bbdb6e7615bba7c8326ea02f572ad96bf71 100644 (file)
@@ -1,7 +1,6 @@
 /* { dg-do run { target { riscv_v } } } */
 /* { dg-options "-O2" } */
 
-#include<cstdalign>
 #include<cmath>
 #include<cstddef>
 #include<cstdint>
index a916d721d5ac5954e5acaa36f638cabffc9eba44..25f20b1941563dd73b2851931bad399657773d2a 100644 (file)
@@ -1,7 +1,6 @@
 /* { dg-do run { target { riscv_v } } } */
 /* { dg-options "-O2" } */
 
-#include<cstdalign>
 #include<cmath>
 #include<cstddef>
 #include<cstdint>
index daa0e3bfadc7d808ae94594975f5c77db088bc3c..de73162d0a44037c9740582e5e4bd9e0f6b90b6d 100644 (file)
@@ -1,7 +1,6 @@
 /* { dg-do run { target { riscv_v } } } */
 /* { dg-options "-O2" } */
 
-#include<cstdalign>
 #include<cmath>
 #include<cstddef>
 #include<cstdint>
index 4b96899c1f61866665c11e27cf2fb0cc729cb044..bd5ce57f5de5a504f539356a8e720068a485d14f 100644 (file)
@@ -1,7 +1,6 @@
 /* { dg-do run { target { riscv_v } } } */
 /* { dg-options "-O2" } */
 
-#include<cstdalign>
 #include<cmath>
 #include<cstddef>
 #include<cstdint>
index f2d67c85968127de7dcddc769183124035e6586f..6c6e89743cbc1b74264f69be22a166c4e4a7a4c2 100644 (file)
@@ -3,7 +3,6 @@
 /* { dg-require-effective-target rv64 } */
 /* { dg-require-effective-target riscv_v } */
 
-#include<cstdalign>
 #include<cmath>
 #include<cstddef>
 #include<cstdint>
index da95400cc902ce453ebe783879ee6f2b0ced9651..2839013d7f9a3a30750b01a09c7c1b8eb0258a01 100644 (file)
@@ -1,7 +1,6 @@
 /* { dg-do run { target { riscv_v } } } */
 /* { dg-options "-O2" } */
 
-#include<cstdalign>
 #include<cmath>
 #include<cstddef>
 #include<cstdint>
index 5e749d5496d6f3354bb54ce76e959ebc8ba590f4..4b28be03898c7783d5ec8919b24a30f5738cc2da 100644 (file)
@@ -1,7 +1,6 @@
 /* { dg-do run { target { riscv_v } } } */
 /* { dg-options "-O2" } */
 
-#include<cstdalign>
 #include<cmath>
 #include<cstddef>
 #include<cstdint>
index 32b8b2fa066636daf62195eb81ea8d1e53dadfd9..c78549c461bd64fe32e66d1934a57d85f3217536 100644 (file)
@@ -1,7 +1,6 @@
 /* { dg-do run { target { riscv_v } } } */
 /* { dg-options "-O2" } */
 
-#include<cstdalign>
 #include<cmath>
 #include<cstddef>
 #include<cstdint>
index 475280f42a3ab16dd553893f7e44014e4b83ef20..c671a1745889a16f9657d572ffe1f6dee0ce46fe 100644 (file)
@@ -1,7 +1,6 @@
 /* { dg-do run { target { riscv_v } } } */
 /* { dg-options "-O2" } */
 
-#include<cstdalign>
 #include<cmath>
 #include<cstddef>
 #include<cstdint>
index 134ed8304d71feae7d2ba960e9707569b082218b..f409a5809aac932372d9afb768233e94e569c406 100644 (file)
@@ -1,7 +1,6 @@
 /* { dg-do run { target { riscv_v } } } */
 /* { dg-options "-O2" } */
 
-#include<cstdalign>
 #include<cmath>
 #include<cstddef>
 #include<cstdint>
index b0ca43f3df402885bb007456def6a0f6c6fd3a8a..fd4a95e5c288eb3db0e927b63f7d79027f237d7d 100644 (file)
@@ -1,7 +1,6 @@
 /* { dg-do run { target { riscv_v } } } */
 /* { dg-options "-O2" } */
 
-#include<cstdalign>
 #include<cmath>
 #include<cstddef>
 #include<cstdint>
index 7ba1c1a207175f38818270fc9a55474f6d52bca3..ac4d06bd1a2c89ab874bd9669887844b54a1940e 100644 (file)
@@ -1,7 +1,6 @@
 /* { dg-do run { target { riscv_v } } } */
 /* { dg-options "-O2" } */
 
-#include<cstdalign>
 #include<cmath>
 #include<cstddef>
 #include<cstdint>
index 8d4615c22815b55d8f2df3d7b8f90315c9450198..13788c248480c1e5b9d84f7dd5baf56b8d6cd306 100644 (file)
@@ -1,7 +1,6 @@
 /* { dg-do run { target { riscv_v } } } */
 /* { dg-options "-O2" } */
 
-#include<cstdalign>
 #include<cmath>
 #include<cstddef>
 #include<cstdint>
index 005d00da19baecd37d0677e20caded78c6eda634..cb9bebf8796e26bbecf49cbae92b27422833ba1a 100644 (file)
@@ -1,7 +1,6 @@
 /* { dg-do run { target { riscv_v } } } */
 /* { dg-options "-O2" } */
 
-#include<cstdalign>
 #include<cmath>
 #include<cstddef>
 #include<cstdint>
index 411bd171ab7dbebaf2095194d24cff3f4f348b03..0be54c17b45a8a3e12cf4bef80f10537370536b9 100644 (file)
@@ -1,7 +1,6 @@
 /* { dg-do run { target { riscv_v } } } */
 /* { dg-options "-O2" } */
 
-#include<cstdalign>
 #include<cmath>
 #include<cstddef>
 #include<cstdint>
index 371d7972174dec5691d9b4fe9a62fa748a2c4703..26531f64ab35cc2732e770182b1421568880f912 100644 (file)
@@ -1,7 +1,6 @@
 /* { dg-do run { target { riscv_v } } } */
 /* { dg-options "-O2" } */
 
-#include<cstdalign>
 #include<cmath>
 #include<cstddef>
 #include<cstdint>
index c43dfae677d8b956d7a91a924e8187bd29212403..9cbd40952bf34f1bf2c85c8572dd5b453413909d 100644 (file)
@@ -3,7 +3,6 @@
 /* { dg-require-effective-target rv64 } */
 /* { dg-require-effective-target riscv_v } */
 
-#include<cstdalign>
 #include<cmath>
 #include<cstddef>
 #include<cstdint>