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
+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
/* { 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.*" } */
/* { 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.*" } */
/* { 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.*" } */
/* { 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.*" } */