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
Use conditional internal functions in if-conversion
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
powerpc
/
ppc64-abi-warn-1.c
blob
c70c14c2858a191403d7a028743db67ca75f670b
1
/* { dg-do compile { target { powerpc*-*-linux* && lp64 } } } */
2
/* { dg-options "-mabi=elfv2" } */
3
4
struct
f8
5
{
6
float
x
[
8
];
7
};
8
9
void
test
(
struct
f8 a
,
struct
f8 b
)
/* { dg-message "note: the ABI of passing homogeneous float aggregates has changed" } */
10
{
11
}
12