From b4852d231621ef162ae0652df8e08272866d4dd0 Mon Sep 17 00:00:00 2001 From: Andrew Pinski Date: Sun, 27 Feb 2005 04:37:23 +0000 Subject: [PATCH] inline_asm-2.c: link_error produces a V_MAY_DEF also. 2005-02-26 Andrew Pinski * gcc.dg/tree-ssa/inline_asm-2.c: link_error produces a V_MAY_DEF also. From-SVN: r95606 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gcc.dg/tree-ssa/inline_asm-2.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 9ab9ada96e92..8cdc5c44c29b 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 bc4039f878f9..ef8f96070565 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"} } */