inline_asm-2.c: link_error produces a V_MAY_DEF also.
authorAndrew Pinski <pinskia@physics.uc.edu>
Sun, 27 Feb 2005 04:37:23 +0000 (04:37 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Sun, 27 Feb 2005 04:37:23 +0000 (20:37 -0800)
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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/inline_asm-2.c

index 9ab9ada96e92ae161b62c5a6ebfb05af2b6e9f64..8cdc5c44c29b74a4badc4780eb351d527a1513dd 100644 (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
index bc4039f878f9e353a07c66a2865521ed79416a7e..ef8f960705654de4dbf9c5ba637e1e2e1359adf2 100644 (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"} } */