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 <ja...@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