public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: [Committed] Fix the gcc.dg/plugin/plugindir*.c tests for darwin
@ 2019-01-05 19:29 Dominique d'Humières
  0 siblings, 0 replies; 2+ messages in thread
From: Dominique d'Humières @ 2019-01-05 19:29 UTC (permalink / raw)
  To: gcc-patches; +Cc: Iain Sandoe

[-- Attachment #1: Type: text/plain, Size: 92 bytes --]

> Committed on trunk as obvious

Committed as revision r267599. Patch attached.

Dominique


[-- Attachment #2: patch-plug --]
[-- Type: application/octet-stream, Size: 1843 bytes --]

--- trunk/gcc/testsuite/gcc.dg/plugin/plugindir1.c	2019/01/05 14:32:12	267598
+++ trunk/gcc/testsuite/gcc.dg/plugin/plugindir1.c	2019/01/05 17:18:00	267599
@@ -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.*" } */
--- trunk/gcc/testsuite/gcc.dg/plugin/plugindir2.c	2019/01/05 14:32:12	267598
+++ trunk/gcc/testsuite/gcc.dg/plugin/plugindir2.c	2019/01/05 17:18:00	267599
@@ -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.*" } */
--- trunk/gcc/testsuite/gcc.dg/plugin/plugindir3.c	2019/01/05 14:32:12	267598
+++ trunk/gcc/testsuite/gcc.dg/plugin/plugindir3.c	2019/01/05 17:18:00	267599
@@ -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.*" } */
--- trunk/gcc/testsuite/gcc.dg/plugin/plugindir4.c	2019/01/05 14:32:12	267598
+++ trunk/gcc/testsuite/gcc.dg/plugin/plugindir4.c	2019/01/05 17:18:00	267599
@@ -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.*" } */

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Committed] Fix the gcc.dg/plugin/plugindir*.c tests for darwin
@ 2019-01-05 17:29 Dominique d'Humières
  0 siblings, 0 replies; 2+ messages in thread
From: Dominique d'Humières @ 2019-01-05 17:29 UTC (permalink / raw)
  To: gcc-patches; +Cc: Iain Sandoe

Committed on trunk as obvious

	* 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.

Dominique

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-01-05 19:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-05 19:29 [Committed] Fix the gcc.dg/plugin/plugindir*.c tests for darwin Dominique d'Humières
  -- strict thread matches above, loose matches on Subject: below --
2019-01-05 17:29 Dominique d'Humières

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).