inline_asm-2.c: link_error produces a V_MAY_DEF also.

2005-02-26  Andrew Pinski  <pinskia@physics.uc.edu>

        * gcc.dg/tree-ssa/inline_asm-2.c: link_error produces
        a V_MAY_DEF also.

From-SVN: r95606
This commit is contained in:
Andrew Pinski 2005-02-27 04:37:23 +00:00 committed by Andrew Pinski
parent 478a1f5ea3
commit b4852d2316
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2005-02-26 Andrew Pinski <pinskia@physics.uc.edu>
* gcc.dg/tree-ssa/inline_asm-2.c: link_error produces
a V_MAY_DEF also.
2005-02-26 Andrew Pinski <pinskia@physics.uc.edu>
PR tree-opt/20188

View File

@ -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"} } */