Commit aec98c0d by Yvan Roux Committed by Yvan Roux

Add missing testcase.

2015-04-19  Yvan Roux  <yvan.roux@linaro.org>

	PR target/65648
	* gcc.target/arm/pr65647-2.c: New.

From-SVN: r221981
parent 95487347
2015-04-19 Yvan Roux <yvan.roux@linaro.org>
PR target/65648
* gcc.target/arm/pr65647-2.c: New.
2015-04-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com> 2015-04-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
PR target/65694 PR target/65694
......
/* { dg-do compile } */
/* { dg-options "-O3 -marm -march=armv6 -std=c99" } */
typedef struct {
int i;
} x264_union32_t;
typedef struct {
int level_idx;
} trellis_node_t;
int a, c, d, f, h, i = (int)&c;
trellis_node_t b[1][1];
short *e = 0;
short g;
void fn1() {
int k[64 * 8 * 2];
trellis_node_t *l = b[0];
for (; i >= d; i--) {
if (e[i]) {
for (int j = 1; j < 8; j++) {
((x264_union32_t *)&k[a])->i = l[j].level_idx;
l[j].level_idx = a;
a++;
}
continue;
}
for (int j;; j++)
;
}
int m[6] __attribute__((aligned(16)));
for (; h; h++, f++)
g = m[h];
}
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