Skip to content
Snippets Groups Projects
Commit b4852d23 authored by Andrew Pinski's avatar Andrew Pinski Committed by Andrew Pinski
Browse files

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
parent 478a1f5e
No related branches found
No related tags found
No related merge requests found
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
......
......@@ -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"} } */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment