projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71ad4a1
)
Delete diagnostic output
author
Kaveh Ghazi
<ghazi@gcc.gnu.org>
Tue, 12 Sep 2000 16:14:22 +0000
(16:14 +0000)
committer
Kaveh Ghazi
<ghazi@gcc.gnu.org>
Tue, 12 Sep 2000 16:14:22 +0000
(16:14 +0000)
From-SVN: r36366
gcc/builtins.c
patch
|
blob
|
history
diff --git
a/gcc/builtins.c
b/gcc/builtins.c
index cc818977b47e805e51cf215b1d93e5d36d5297d1..74a1d86a4b733338ca48fbd3904a41b8d968050d 100644
(file)
--- a/
gcc/builtins.c
+++ b/
gcc/builtins.c
@@
-2363,10
+2363,6
@@
expand_builtin_fputs (arglist, ignore)
build_int_2 (TREE_STRING_POINTER (stripped_string)[0], 0),
newarglist);
-#ifdef TEST_STDIO_OPTS
- warning ("Converted fputs(one-char-string, FILE*) -> fputc(char, FILE*)");
-#endif
-
call_expr = build1 (ADDR_EXPR, build_pointer_type (TREE_TYPE (fn)), fn);
call_expr = build (CALL_EXPR, TREE_TYPE (TREE_TYPE (fn)),
call_expr, newarglist, NULL_TREE);