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
Update concepts branch to revision 131834
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
powerpc
/
rs6000-fpint-2.c
blob
66bb61d2536d0a699517416ba7adf7d2d08a90aa
1
/* { dg-do compile { target powerpc*-*-darwin* powerpc*-*-linux* } } */
2
/* { dg-options "-mno-powerpc-gfxopt -mpowerpc64" } */
3
extern
void
bar
(
void
*);
4
extern
double
x
;
5
void
6
foo
(
void
)
7
{
8
char
buf2
[
32
][
1024
];
9
bar
(
buf2
[(
int
)
x
]);
10
}
11