Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.target / i386 / lea.c
blob61d9955f3e2f50ade49a94356be9c4ba2475bef7
1 /* { dg-do compile { target i?86-*-* x86_64-*-* } } */
2 /* { dg-require-effective-target ilp32 } */
3 /* { dg-options "-O2 -march=i686" } */
4 /* { dg-final { scan-assembler "leal" } } */
5 typedef struct {
6 char **visbuf;
7 char **allbuf;
8 } TScreen;
10 void
11 VTallocbuf(TScreen *screen, unsigned long savelines)
13 screen->visbuf = &screen->allbuf[savelines];