Commit 022bd4c2 by Marek Polacek Committed by Marek Polacek

* gcc.dg/pr57980.c: Use vector of two elements, not just one.

From-SVN: r201686
parent 09ce3660
2013-08-13 Marek Polacek <polacek@redhat.com>
* gcc.dg/pr57980.c: Use vector of two elements, not just one.
2013-08-13 David Malcolm <dmalcolm@redhat.com>
Example of converting global state to per-pass state.
......
/* PR tree-optimization/57980 */
/* { dg-do compile } */
/* { dg-options "-O -foptimize-sibling-calls" } */
/* { dg-options "-O -foptimize-sibling-calls -w" } */
typedef int V __attribute__ ((vector_size (sizeof (int))));
typedef int V __attribute__ ((vector_size (2 * sizeof (int))));
extern V f (void);
V
......
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