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
* c-c++-common/ubsan/float-cast-overflow-6.c: Add i?86-*-* target.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
lto
/
pr28706_1.c
blob
4550b6374282e894013225c0122382d9506523f0
1
/* PR c/28706 */
2
3
struct
A
4
{
5
int
i
;
6
}
__attribute__
((
aligned
(
sizeof
(
long int
))));
7
8
extern
void
foo
(
struct
A
*);
9
extern
void
foo
(
struct
A
*);