diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 9ab9ada96e9..8cdc5c44c29 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2005-02-26 Andrew Pinski + + * gcc.dg/tree-ssa/inline_asm-2.c: link_error produces + a V_MAY_DEF also. + 2005-02-26 Andrew Pinski PR tree-opt/20188 diff --git a/gcc/testsuite/gcc.dg/tree-ssa/inline_asm-2.c b/gcc/testsuite/gcc.dg/tree-ssa/inline_asm-2.c index bc4039f878f..ef8f9607056 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/inline_asm-2.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/inline_asm-2.c @@ -13,5 +13,5 @@ void f(char *a) link_error (); } -/* There should a V_MAY_DEF for the inline-asm. */ -/* { dg-final { scan-tree-dump-times "V_MAY_DEF" 1 "alias1"} } */ +/* There should a V_MAY_DEF for the inline-asm and one for the link_error. */ +/* { dg-final { scan-tree-dump-times "V_MAY_DEF" 2 "alias1"} } */