c-common.c (c_common_nodes_and_builtins): Set prototype parameters for __builtin_fput...
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Tue, 2 Jan 2001 01:56:55 +0000 (01:56 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Tue, 2 Jan 2001 01:56:55 +0000 (01:56 +0000)
commitc2e42aabfc8f32c9d6ba599b249757460202ea65
treea2b01e32710f5e888eccd6c022f598ae595eabca
parente56b459443c4a8d7f46f33fae6b686d0ed645f2d
c-common.c (c_common_nodes_and_builtins): Set prototype parameters for __builtin_fputs, __builtin_fputc and __builtin_fwrite.

* c-common.c (c_common_nodes_and_builtins): Set prototype
parameters for __builtin_fputs, __builtin_fputc and
__builtin_fwrite.  Don't declare plain fputc as a builtin.

testsuite:
* gcc.c-torture/execute/stdio-opt-1.c: Also test
__builtin_fputc and __builtin_fwrite.

From-SVN: r38605
gcc/ChangeLog
gcc/c-common.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/stdio-opt-1.c