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
* config/xtensa/xtensa.c (function_arg): Generalize logic so that it
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
conv-1.c
blob
07e41a6ac47aa84f05792bdb8fd2519accb94a59
1
/* Copyright (C) 2000 Free Software Foundation.
2
3
by Alexandre Oliva <oliva@lsd.ic.unicamp.br> */
4
5
/* { dg-do compile } */
6
7
double
8
foo
(
unsigned long
var
)
9
{
10
return
var
;
11
}