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