repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pr66818.c
blob
d90394cab2e9b2f22bde02cbf4b5d299cdd15013
1
/* { dg-do compile { target ia32 } } */
2
/* { dg-options "-O2 -mno-sse -mno-mmx -miamcu" } */
3
4
struct
dummy
{
int
x
__attribute__
((
aligned
)); };
5
int
array
[
__alignof__
(
struct
dummy
) ==
4
?
1
: -
1
];