2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / 20020116-1.c
blobd554675bc69034e40ea3e943c429ee8bcf236113
1 /* This testcase ICEd on Alpha because ldq_u argument was not subject to
2 small_symbolic_mem_operand splitting. */
3 /* { dg-do compile } */
4 /* { dg-options "-O2" } */
5 /* { dg-options "-O2 -fpic -mexplicit-relocs -mcpu=ev4" { target alpha*-*-* } } */
7 static char a;
8 char *b;
10 void foo (void)
12 register char *c;
14 c = b;
15 *c = a;