Commit 3ea0387c by Jakub Jelinek Committed by Jakub Jelinek

20000405-2.c: New test.

	* compile/20000405-2.c: New test.
	* compile/20000405-3.c: New test.

From-SVN: r32929
parent 5deb91a4
2000-04-05 Jakub Jelinek <jakub@redhat.com>
* compile/20000405-2.c: New test.
* compile/20000405-3.c: New test.
2000-04-05 Alexandre Oliva <oliva@lsd.ic.unicamp.br> 2000-04-05 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
* compile/20000405-1.c: New test. * compile/20000405-1.c: New test.
......
extern void foo (int);
void bar (unsigned long l)
{
foo(l == 0);
}
struct foo {
void *entry[40];
} __attribute__ ((aligned(32)));
int foo (struct foo *ptr, int idx, void *pointer)
{
ptr->entry[idx] = pointer;
return 0;
}
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