1. 28 Mar, 2001 27 commits
  2. 27 Mar, 2001 13 commits
    • Fix ia64-linux kernel miscompile, bad unwind info when reorder epilogue block. · ad0fc698
      	* final.c (final_scan_insn, case NOTE_INSN_BASIC_BLOCK): Call
      	IA64_UNWIND_EMIT.
      	* config/ia64/ia64.c (block_num, need_copy_state): New static vars.
      	(process_epilogue): New static function.
      	(process_set): Call process_epilogue instead of emitting .restore
      	directly.
      	(process_for_unwind_directive): Handle NOTE_INSN_BASIC_BLOCK.
      
      From-SVN: r40885
      Jim Wilson committed
    • Makefile.in (SYSTEM_H): Define. · 911e6107
      	* Makefile.in (SYSTEM_H): Define.
      	Depend on $(SYSTEM_H), not system.h.
      
      	* objc/Make-lang.in: Depend on $(SYSTEM_H), not system.h.
      
      cp:
      	* Make-lang.in: Depend on $(SYSTEM_H), not system.h.
      
      f:
      	* Make-lang.in: Depend on $(SYSTEM_H), not system.h.
      
      java:
      	* Make-lang.in: Depend on $(SYSTEM_H), not system.h.
      
      From-SVN: r40883
      Kaveh R. Ghazi committed
    • Fix ia64-linux ICE on bash. · 685af3af
      	* flow.c (struct reg_cond_life_info): New fields orig_condition
      	and stores.
      	(init_propagate_block_info): Set new fields.
      	(mark_regno_cond_dead): Set and use new fields.
      	(flush_reg_cond_reg_1): Likewise.
      	(and_reg_cond, case AND): Check for redundant AND conditions.
      	(mark_used_reg): Delete unnecessary clears before freeing splay trees.
      	Set new fields.
      
      From-SVN: r40881
      Jim Wilson committed
    • * cppmacro.c (stringify_arg): Null terminate strings. · b044e9d5
      From-SVN: r40880
      Neil Booth committed
    • config.gcc (m68hc11-*-*, [...]): Convert to new tm.h inclusion style. · 0b29309a
      	* config.gcc (m68hc11-*-*, m68hc12-*-*): Convert to new tm.h
      	inclusion style.  xm-m68hc11.h no longer exists.
      	* config/m68hc11/xm-m68hc11.h: Delete file.
      	* config/m68hc11/m68hc12.h: Convert to new tm.h inclusion style.
      
      	* config/m68hc11/m68hc11.h: Convert to new tm.h inclusion style.
      	Don't define GCC_VERSION, N_, or PARAMS; don't include
      	gansidecl.h or stdio.h.  Define inhibit_libc here.
      	Make code conditioned on #if GCC_VERSION > 2095 unconditional.
      	Delete code conditioned on #if GCC_VERSION == 2095.
      
      	* config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c:
      	Make code conditioned on #if GCC_VERSION > 2095 unconditional.
      	Delete code conditioned on #if GCC_VERSION == 2095.
      
      From-SVN: r40878
      Zack Weinberg committed
    • c++config (_STL_USE_CONCEPT_CHECKS): Disable by default. · ec0104b3
      
      2001-03-27  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* include/bits/c++config (_STL_USE_CONCEPT_CHECKS): Disable by default.
      
      From-SVN: r40877
      Benjamin Kosnik committed
    • tests_flags.in: Change the order of libstdc++ and libc · 6fd7b97d
      k
      
      2001-03-26  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
      
              * libstdc++-v3/tests_flags.in: Change the order of libstdc++
                and libc
      
      From-SVN: r40876
      Peter Schmid committed
    • system.h: Include symcat.h. · 4bc5fbd4
      	* system.h: Include symcat.h.
      	(STRINGIFY): Don't define.
      
      	* configure.in: Adjust comment.
      
      	* builtins.c: Use STRINGX, not STRINGIFY.
      	* gencheck.c: Likewise.
      	* gengenrtl.c: Likewise.
      	* protoize.c: Likewise.
      
      	* cpplex.c: Don't include symcat.h.
      	* cpplib.c: Likewise.
      
      	* gansidecl.h (HAVE_STRINGIZE): Don't define.
      
      From-SVN: r40875
      Kaveh R. Ghazi committed
    • Daily bump. · 313e46b9
      From-SVN: r40872
      GCC Administrator committed
    • * c-typeck.c (digest_init): Fold init expression. · b13aca19
      From-SVN: r40867
      Alan Modra committed
    • dump.c (dump_access): New function. · 005a5cb0
      	* dump.c (dump_access): New function.
      	(cp_dump_tree): Use it.  Dump basetype information for class
      	types.
      
      Co-Authored-By: Mark Mitchell <mark@codesourcery.com>
      
      From-SVN: r40866
      Mike Yang committed
    • basic_file.h (get_fileno): Remove. · 5fa9abc3
      
      2001-03-26  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* include/bits/basic_file.h (get_fileno): Remove.
      	(_M_fileno): Remove.
      	(_M_cfile_created): Add.
      	(basic_file::basic_file(__c_file_type*, openmode): Add.
      	(basic_file::basic_file(int, const char*, openmode): Remove.
      	* include/bits/fstream.tcc (basic_fstream::basic_filebuf(int __fd,
      	const char*, ios_base::openmode): Don't allocate
      	internal buffers. Turn off internal buffers.
      	(basic_filebuf::overflow): Remove test for null buffer.
      	(basic_filebuf::_M_really_overflow): Same. Allow unbuffered use.
      	* include/bits/streambuf.cc: Tweak.
      	* include/bits/std_ostream.h: Tweak.
      	* config/basic_file_libio.h: Same.
      	* config/basic_file_stdio.h: Same.
      	* src/ios.cc (ios_base::Init::Init()): Unbuffer stdout by default.
      	* testsuite/27_io/filebuf_members.cc: Tweaks.
      	* testsuite/27_io/ios_base_members_static.cc: Tweaks.
      
      From-SVN: r40863
      Benjamin Kosnik committed
    • * sbitmap.c (sbitmap_copy): Call memcpy, not bcopy. · 7c5b92c4
      From-SVN: r40862
      Kaveh R. Ghazi committed