]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite: prune new LTO warning
authorMartin Liska <mliska@suse.cz>
Thu, 13 May 2021 07:23:30 +0000 (09:23 +0200)
committerMartin Liska <mliska@suse.cz>
Thu, 13 May 2021 07:24:23 +0000 (09:24 +0200)
libgomp/ChangeLog:

PR testsuite/100569
* testsuite/libgomp.c/omp-nested-3.c: Prune new LTO warning.
* testsuite/libgomp.c/pr46032-2.c: Likewise.
* testsuite/libgomp.oacc-c-c++-common/data-clauses-kernels-ipa-pta.c: Likewise.
* testsuite/libgomp.oacc-c-c++-common/data-clauses-parallel-ipa-pta.c: Likewise.

gcc/testsuite/ChangeLog:

PR testsuite/100569
* gcc.dg/atomic/c11-atomic-exec-2.c: Prune new LTO warning.
* gcc.dg/torture/pr94947-1.c: Likewise.

gcc/testsuite/gcc.dg/atomic/c11-atomic-exec-2.c
gcc/testsuite/gcc.dg/torture/pr94947-1.c
libgomp/testsuite/libgomp.c/omp-nested-3.c
libgomp/testsuite/libgomp.c/pr46032-2.c
libgomp/testsuite/libgomp.oacc-c-c++-common/data-clauses-kernels-ipa-pta.c
libgomp/testsuite/libgomp.oacc-c-c++-common/data-clauses-parallel-ipa-pta.c

index 9ee56b601937de9c4a5fe6f4cc1065502b8581e6..3e75096243e08e3473b413a0524f4446cad370d8 100644 (file)
@@ -2,6 +2,7 @@
    assignment.  */
 /* { dg-do run } */
 /* { dg-options "-std=c11 -pedantic-errors" } */
+/* { dg-prune-output "warning: using serial compilation" } */
 
 extern void abort (void);
 extern void exit (int);
index ab8b488c6fceb1f951af1a8282c4c6bc5c53a9a7..832e40db11865a3d821080598a6a6d54e08de16f 100644 (file)
@@ -1,6 +1,7 @@
 /* { dg-do run } */
 /* { dg-additional-sources "pr94947-2.c" } */
 /* { dg-additional-options "-fipa-pta -flto-partition=1to1" } */
+/* { dg-prune-output "warning: using serial compilation" } */
 
 extern void abort ();
 extern void baz ();
index 7790c58d5156ec5c084e3ed796101361948e829b..446e6bd386aca21770a962f26cf65ca1b16a655c 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { target lto } }
 // { dg-additional-options "-fipa-pta -flto -flto-partition=max" }
+// { dg-prune-output "warning: using serial compilation" }
 
 #include "omp-nested-1.c"
index 1125f6ec2b2a26609e7f1369fe09bb2cf3f57256..36f37301abe9cff744b40695ba7d46be839df681 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do run { target lto } } */
 /* { dg-options "-O2 -ftree-vectorize -std=c99 -fipa-pta -flto -flto-partition=max" } */
+/* { dg-prune-output "warning: using serial compilation" } */
 
 #include "pr46032.c"
index 2cd98bd9d78696d94413fa6b1fd880a24bacfadd..49c11acd933e0a27cce6a82b7941d862dc3335e0 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do run { target lto } } */
 /* { dg-additional-options "-fipa-pta -flto -flto-partition=max" } */
+/* { dg-prune-output "warning: using serial compilation" } */
 
 #include "data-clauses-kernels.c"
index ddcf4e389cb311eb143d9beebd68a8171768046c..4d61d847c61fb40b6bfee36a6d8dd1889ceaaf19 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do run { target lto } } */
 /* { dg-additional-options "-fipa-pta -flto -flto-partition=max" } */
+/* { dg-prune-output "warning: using serial compilation" } */
 
 #include "data-clauses-parallel.c"