This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix tree-ssa/asm-1.c testcase (PR testsuite/49512)


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]