Forgot one file from my previous commit.

From-SVN: r129613
This commit is contained in:
Uros Bizjak 2007-10-24 22:57:14 +02:00
parent 1e204b2bf1
commit 1e88911415
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
/* Ensure that we don't use 'rep stoX' in the presence of register globals. */
/* { dg-do compile } */
/* { dg-options "-Os -m32" } */
/* { dg-options "-Os -w" } */
extern void *memset (void *, int, __SIZE_TYPE__);
register int regvar asm("%ecx"); /* { dg-warning "call-clobbered register" } */
register int regvar asm("%ecx");
int foo[10];
int bar[10];