Adding missing testcase.
(should svn add first...) From-SVN: r213489
This commit is contained in:
parent
15c0c5c912
commit
20c0aa30c5
1 changed files with 21 additions and 0 deletions
|
@ -0,0 +1,21 @@
|
|||
/* { 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" } } */
|
Loading…
Add table
Reference in a new issue