Commit ca8bfb99 by Uros Bizjak

vect-align-2.c: Remove dg-do run directive.

        * gcc.dg/vect/vect-align-2.c: Remove dg-do run directive.
        (main): Call check_vect.

From-SVN: r133193
parent 14456272
2008-02-19 Alon Dayan <alond@il.ibm.com>
2008-03-13 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/vect/vect-align-2.c: Remove dg-do run directive.
(main): Call check_vect.
2008-03-13 Alon Dayan <alond@il.ibm.com>
Olga Golovanevsky <olga@il.ibm.com>
PR tree-optimization/35041
/* { dg-require-effective-target vect_int } */
/* { dg-do run } */
#include <stdlib.h>
#include <stdarg.h>
......@@ -36,6 +35,8 @@ int main (void)
{
struct foo *fp = (struct foo *) malloc (2*sizeof (struct foo));
check_vect ();
fbar(fp);
return 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment