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-1.c
blob
2dc1aad2abc0ee6ed814c703e973a5ba25205861
1
typedef
int
new_int
__attribute__
((
aligned
(
16
)));
2
struct
S
{
int
x
; };
3
4
int
main
()
5
{
6
if
(
sizeof
(
struct
S
) !=
sizeof
(
int
))
7
abort
();
8
return
0
;
9
}