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
* tree-loop-distribution.c (INCLUDE_ALGORITHM): New header file.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
20110713-1.c
blob
aa446af596f8c1eb8f72f7a20357f78064d726ec
1
/* { dg-do compile } */
2
/* { dg-require-effective-target ilp32 } */
3
4
void
*
5
test
(
unsigned long long
x
,
unsigned long long
y
)
6
{
7
return
(
void
*) (
unsigned int
) (
x
/
y
);
8
}