Commit 20c0aa30 by Jiong Wang

Adding missing testcase.

(should svn add first...)

From-SVN: r213489
parent 15c0c5c9
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-rtl-expand" } */
extern void initialize_array (unsigned char *, int);
int
test15 (void)
{
unsigned char a[480];
initialize_array (a, 480);
if (a[0] == 0x10)
return 1;
return 0;
}
/* { dg-final { scan-rtl-dump "\\(mem\[^\\n\]*\\(plus\[^\\n\]*virtual-stack-vars" "expand" } } */
/* { dg-final { cleanup-rtl-dump "expand" } } */
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