Commit e0cb4f36 by Jakub Jelinek Committed by Jakub Jelinek

* gcc.dg/20000904-1.c: New test.

From-SVN: r36130
parent a4414093
2000-09-04 Jakub Jelinek <jakub@redhat.com>
* gcc.dg/20000904-1.c: New test.
2000-09-04 Jakub Jelinek <jakub@redhat.com>
* gcc.dg/cpp/paste8.c: New test.
2000-09-01 Alexandre Oliva <aoliva@redhat.com>
......
/* { dg-do compile { target i?86-*-* } } */
/* { dg-options "-O0 -fpic" } */
static struct {
unsigned short a, b, c, d;
} x[10];
int foo(int i)
{
return ((*((char *)&x[i] + i)) | (*((char *)&x[i] + i)));
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment