2005-02-26 Andrew Pinski <pinskia@physics.uc.edu>
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 27 Feb 2005 04:37:23 +0000 (04:37 +0000)
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 27 Feb 2005 04:37:23 +0000 (04:37 +0000)
        * gcc.dg/tree-ssa/inline_asm-2.c: link_error produces
        a V_MAY_DEF also.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95606 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 9ab9ada..8cdc5c4 100644 (file)
@@ -1,5 +1,10 @@
 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
        * gcc.dg/tree-ssa/inline_asm-1.c: New test.
        * gcc.dg/tree-ssa/inline_asm-2.c: New test.
index bc4039f..ef8f960 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"} } */