public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Fix tree-ssa/asm-1.c testcase (PR testsuite/49512)
@ 2011-06-23 19:02 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2011-06-23 19:02 UTC (permalink / raw)
  To: gcc-patches

Hi!

This testcase checks whether two 2-digit numbers occur in *.optimized
just once.  They can from time to time match decl_uid=..... too though,
so this patch ensures DECL_UID isn't printed.

Regtested on x86_64-linux and i686-linux, committed as obvious.

2011-06-23  Jakub Jelinek  <jakub@redhat.com>

	PR testsuite/49512
	* gcc.dg/tree-ssa/asm-1.c: Use -fdump-tree-optimized-nouid
	instead of -fdump-tree-optimized.

--- gcc/testsuite/gcc.dg/tree-ssa/asm-1.c.jj	2008-09-05 12:54:29.000000000 +0200
+++ gcc/testsuite/gcc.dg/tree-ssa/asm-1.c	2011-06-23 10:19:09.000000000 +0200
@@ -2,7 +2,7 @@
    as a def.  */
 
 /* { dg-do compile } */
-/* { dg-options "-O -fdump-tree-optimized" } */
+/* { dg-options "-O -fdump-tree-optimized-nouid" } */
 
 void f()
 {

	Jakub

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-06-23 18:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-23 19:02 [PATCH] Fix tree-ssa/asm-1.c testcase (PR testsuite/49512) Jakub Jelinek

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