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
* gcc.target/i386/mpx/hard-reg-1-nov.c (mpx_test): Use "esp"
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
align-3.c
blob
2838e773245eae7e21ca916d71c7386e8be612ca
1
void
func
(
void
)
__attribute__
((
aligned
(
256
)));
2
3
void
func
(
void
)
4
{
5
}
6
7
int
main
()
8
{
9
if
(
__alignof__
(
func
) !=
256
)
10
abort
();
11
return
0
;
12
}