public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH, testsuite]: Fix PR 50796, FAIL: gcc.dg/plugin/plugindir[1234].c
@ 2011-10-19 21:43 Uros Bizjak
  2011-10-19 21:52 ` Andreas Schwab
  0 siblings, 1 reply; 2+ messages in thread
From: Uros Bizjak @ 2011-10-19 21:43 UTC (permalink / raw)
  To: gcc-patches

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

Hello!

Update dg-prune-output due to inacessible -> inaccessible change.

2011-10-19  Uros Bizjak  <ubizjak@gmail.com>

	PR testsuite/50796
	* gcc.dg/plugin/plugindir?.c Update dg-prune-output.

Tested on x86_64-pc-linux-gnu, committed to mainline SVN.

Uros.

[-- Attachment #2: p.diff.txt --]
[-- Type: text/plain, Size: 1971 bytes --]

Index: gcc.dg/plugin/plugindir1.c
===================================================================
--- gcc.dg/plugin/plugindir1.c	(revision 180206)
+++ gcc.dg/plugin/plugindir1.c	(working copy)
@@ -1,4 +1,4 @@
 /* { dg-do compile } */
 /* { dg-options "-c -fplugin=foo" } */
 
-/* { dg-prune-output ".*inacessible plugin file.*foo\.so expanded from short plugin name.*" } */
+/* { dg-prune-output ".*inaccessible plugin file.*foo\.so expanded from short plugin name.*" } */
Index: gcc.dg/plugin/plugindir2.c
===================================================================
--- gcc.dg/plugin/plugindir2.c	(revision 180206)
+++ gcc.dg/plugin/plugindir2.c	(working copy)
@@ -1,4 +1,4 @@
 /* { dg-do compile } */
 /* { dg-options "-save-temps -c -fplugin=foo" } */
 
-/* { dg-prune-output ".*inacessible plugin file.*foo\.so expanded from short plugin name.*" } */
+/* { dg-prune-output ".*inaccessible plugin file.*foo\.so expanded from short plugin name.*" } */
Index: gcc.dg/plugin/plugindir3.c
===================================================================
--- gcc.dg/plugin/plugindir3.c	(revision 180206)
+++ gcc.dg/plugin/plugindir3.c	(working copy)
@@ -1,4 +1,4 @@
 /* { dg-do preprocess } */
 /* { dg-options "-fplugin=foo" } */
 
-/* { dg-prune-output ".*inacessible plugin file.*foo\.so expanded from short plugin name.*" } */
+/* { dg-prune-output ".*inaccessible plugin file.*foo\.so expanded from short plugin name.*" } */
Index: gcc.dg/plugin/plugindir4.c
===================================================================
--- gcc.dg/plugin/plugindir4.c	(revision 180206)
+++ gcc.dg/plugin/plugindir4.c	(working copy)
@@ -1,4 +1,4 @@
 /* { dg-do preprocess } */
 /* { dg-options "-iplugindir=my-plugindir -fplugin=foo" } */
 
-/* { dg-prune-output ".*inacessible plugin file.*my-plugindir/foo\.so expanded from short plugin name.*" } */
+/* { dg-prune-output ".*inaccessible plugin file.*my-plugindir/foo\.so expanded from short plugin name.*" } */

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

* Re: [PATCH, testsuite]: Fix PR 50796, FAIL: gcc.dg/plugin/plugindir[1234].c
  2011-10-19 21:43 [PATCH, testsuite]: Fix PR 50796, FAIL: gcc.dg/plugin/plugindir[1234].c Uros Bizjak
@ 2011-10-19 21:52 ` Andreas Schwab
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Schwab @ 2011-10-19 21:52 UTC (permalink / raw)
  To: Uros Bizjak; +Cc: gcc-patches

Uros Bizjak <ubizjak@gmail.com> writes:

> Index: gcc.dg/plugin/plugindir1.c
> ===================================================================
> --- gcc.dg/plugin/plugindir1.c	(revision 180206)
> +++ gcc.dg/plugin/plugindir1.c	(working copy)
> @@ -1,4 +1,4 @@
>  /* { dg-do compile } */
>  /* { dg-options "-c -fplugin=foo" } */
>  
> -/* { dg-prune-output ".*inacessible plugin file.*foo\.so expanded from short plugin name.*" } */
> +/* { dg-prune-output ".*inaccessible plugin file.*foo\.so expanded from short plugin name.*" } */

Another case of pruning too much.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

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

end of thread, other threads:[~2011-10-19 21:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-19 21:43 [PATCH, testsuite]: Fix PR 50796, FAIL: gcc.dg/plugin/plugindir[1234].c Uros Bizjak
2011-10-19 21:52 ` Andreas Schwab

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