2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20021008-1.c
blob9d5a7f2763301ef3d8a5da1e7fa749d344e59164
1 /* Origin: PR target/7434 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> */
3 int main(void)
5 static const int align_g[] = { 1, 2, 4, 8, 16 };
6 char * buf;
7 int i = 0;
8 volatile long double val = 0;
9 val = *((long double *)(buf + align_g[i]));
10 return 0;