x86: Update gcc.target/i386/incoming-11.c
Expect no stack realignment since we no longer realign stack when copying data. * gcc.target/i386/incoming-11.c: Expect no stack realignment.
This commit is contained in:
parent
dadbb1a886
commit
ff12cc3d4e
@ -15,4 +15,4 @@ void f()
|
||||
for (i = 0; i < 100; i++) q[i] = 1;
|
||||
}
|
||||
|
||||
/* { dg-final { scan-assembler "andl\[\\t \]*\\$-16,\[\\t \]*%esp" } } */
|
||||
/* { dg-final { scan-assembler-not "andl\[\\t \]*\\$-16,\[\\t \]*%esp" } } */
|
||||
|
Loading…
Reference in New Issue
Block a user