]> gcc.gnu.org Git - gcc.git/commitdiff
plugindir1.c: Adjust dg-prune-output for Darwin.
authorDominique d'Humieres <dominiq@gcc.gnu.org>
Sat, 5 Jan 2019 17:18:00 +0000 (18:18 +0100)
committerDominique d'Humieres <dominiq@gcc.gnu.org>
Sat, 5 Jan 2019 17:18:00 +0000 (18:18 +0100)
2019-01-05  Dominique d'Humieres  <dominiq@gcc.gnu.org>

* gcc.dg/plugin/plugindir1.c: Adjust dg-prune-output for Darwin.
* gcc.dg/plugin/plugindir2.c: Likewise.
* gcc.dg/plugin/plugindir3.c: Likewise.
* gcc.dg/plugin/plugindir4.c: Likewise.

From-SVN: r267599

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/plugin/plugindir1.c
gcc/testsuite/gcc.dg/plugin/plugindir2.c
gcc/testsuite/gcc.dg/plugin/plugindir3.c
gcc/testsuite/gcc.dg/plugin/plugindir4.c

index 70d51e4d1f4548fe9d5ccad67cd74d48bf7ebd9e..fe449c2861c56981c2de44985e593ffd09fd0242 100644 (file)
@@ -1,3 +1,10 @@
+2019-01-05  Dominique d'Humieres  <dominiq@gcc.gnu.org>
+
+       * gcc.dg/plugin/plugindir1.c: Adjust dg-prune-output for Darwin.
+       * gcc.dg/plugin/plugindir2.c: Likewise.
+       * gcc.dg/plugin/plugindir3.c: Likewise.
+       * gcc.dg/plugin/plugindir4.c: Likewise.
+
 2019-01-05  Janus Weil  <janus@gcc.gnu.org>
 
        PR fortran/88009
index 72821ac98522205ae46e0cb417c49136896c7e15..160e92327878fd57a865004859c1f966eaefe272 100644 (file)
@@ -1,4 +1,4 @@
 /* { dg-do compile } */
 /* { dg-options "-c -fplugin=foo" } */
 
-/* { dg-prune-output ".*inaccessible plugin file.*foo\.so expanded from short plugin name.*" } */
+/* { dg-prune-output ".*inaccessible plugin file.*foo\.(so|dylib) expanded from short plugin name.*" } */
index 063b9d9e5944e4a638d912ee8cf59273b924586c..a0bdbb4f2bd6612696ad337597cd0a0d172251fe 100644 (file)
@@ -1,4 +1,4 @@
 /* { dg-do compile } */
 /* { dg-options "-save-temps -c -fplugin=foo" } */
 
-/* { dg-prune-output ".*inaccessible plugin file.*foo\.so expanded from short plugin name.*" } */
+/* { dg-prune-output ".*inaccessible plugin file.*foo\.(so|dylib) expanded from short plugin name.*" } */
index 9b1c004cfd135e749913218ef095ead99d4a1ded..8528c2eba11ecaffd6295db94f3cde1c6b9d477a 100644 (file)
@@ -1,4 +1,4 @@
 /* { dg-do preprocess } */
 /* { dg-options "-fplugin=foo" } */
 
-/* { dg-prune-output ".*inaccessible plugin file.*foo\.so expanded from short plugin name.*" } */
+/* { dg-prune-output ".*inaccessible plugin file.*foo\.(so|dylib) expanded from short plugin name.*" } */
index 8f1cb8016216db936876cf6d9cd75a94e772c0b8..6f23195f2890453ecdcfe876558c480f204b3d1d 100644 (file)
@@ -1,4 +1,4 @@
 /* { dg-do preprocess } */
 /* { dg-options "-iplugindir=my-plugindir -fplugin=foo" } */
 
-/* { dg-prune-output ".*inaccessible plugin file.*my-plugindir/foo\.so expanded from short plugin name.*" } */
+/* { dg-prune-output ".*inaccessible plugin file.*my-plugindir/foo\.(so|dylib) expanded from short plugin name.*" } */
This page took 0.083435 seconds and 5 git commands to generate.