OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
gcc
[pf3gnuchains/gcc-fork.git]
/
gcc
/
testsuite
/
gcc.dg
/
dremf-type-compat-4.c
diff --git
a/gcc/testsuite/gcc.dg/dremf-type-compat-4.c
b/gcc/testsuite/gcc.dg/dremf-type-compat-4.c
index
f815994
..
b3a2c5a
100644
(file)
--- a/
gcc/testsuite/gcc.dg/dremf-type-compat-4.c
+++ b/
gcc/testsuite/gcc.dg/dremf-type-compat-4.c
@@
-6,8
+6,8
@@
/* { dg-options "" } */
float
-dremf(x, y)
- float x, y;
/* { dg-warning "conflicting types for built-in function 'dremf'" } */
+dremf(x, y)
/* { dg-warning "conflicting types for built-in function 'dremf'" } */
+ float x, y;
{
return x + y;
}