Commit 2a95da04 by Dominique d'Humieres

plugindir1.c: Adjust dg-prune-output for Darwin.

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
parent f8add009
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> 2019-01-05 Janus Weil <janus@gcc.gnu.org>
PR fortran/88009 PR fortran/88009
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-c -fplugin=foo" } */ /* { 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-do compile } */
/* { dg-options "-save-temps -c -fplugin=foo" } */ /* { 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-do preprocess } */
/* { dg-options "-fplugin=foo" } */ /* { 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-do preprocess } */
/* { dg-options "-iplugindir=my-plugindir -fplugin=foo" } */ /* { 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.*" } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment