]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/configure.ac
bitmap.c (debug_bitmap_file): Merge uses of HOST_PTR_PRINTF with adjacent stdio calls.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Tue, 8 Jul 2003 00:35:52 +0000 (00:35 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Tue, 8 Jul 2003 00:35:52 +0000 (00:35 +0000)
commit75b6f3fd3a00de216b2a38fb3ad2da80e08979f1
treeff36bca69b7fbedb7d6cc5611fbd918944314e77
parentafeeac3f8845c16d6165f59b1823f89dbca569bb
bitmap.c (debug_bitmap_file): Merge uses of HOST_PTR_PRINTF with adjacent stdio calls.

gcc:
* bitmap.c (debug_bitmap_file): Merge uses of HOST_PTR_PRINTF with
adjacent stdio calls.
* c-decl.c (c_print_identifier): Likewise.
* mips-tfile.c (write_varray, write_object, allocate_cluster): Likewise.
* print-rtl.c (print_rtx): Likewise.
* print-tree.c (print_node_brief, print_node): Likewise.
* system.h (HOST_PTR_PRINTF): Ensure we have a literal string.

* configure.in (AC_COMPILE_CHECK_SIZEOF): Check for `void *'.
* config.in, configure: Regenerated.

cp:
* decl.c (print_binding_level, print_other_binding_stack,
print_binding_stack): Merge uses of HOST_PTR_PRINTF with adjacent
stdio calls.
* ptree.c (cxx_print_decl, cxx_print_binding): Likewise.

From-SVN: r69061
13 files changed:
gcc/ChangeLog
gcc/bitmap.c
gcc/c-decl.c
gcc/config.in
gcc/configure
gcc/configure.in
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/cp/ptree.c
gcc/mips-tfile.c
gcc/print-rtl.c
gcc/print-tree.c
gcc/system.h