1. 20 Aug, 2002 3 commits
    • objc-act.c (build_ivar_chain): Remove. · 1bd5981b
      [gcc]
      2002-08-19  Ziemowit Laski  <zlaski@apple.com>
      
              * objc/objc-act.c (build_ivar_chain): Remove.
              (objc_copy_list): Likewise.
              (get_class_ivars): Inline call to removed build_ivar_chain
              function.  Save off a clean copy of ivars in the CLASS_OWN_IVARS
              slot; use that slot (rather than CLASS_IVARS) when accessing
              ivars for base classes.  Call copy_list and chainon instead of
              objc_copy_list.
              (build_private_template): Call get_class_ivars instead of
              build_ivar_chain.
              (start_class): Allocate room for the CLASS_OWN_IVARS slot.
              (continue_class): Call get_class_ivars instead of
              build_ivar_chain.
              (encode_field_decl): Check for DECL_BIT_FIELD_TYPE instead
              of DECL_BIT_FIELD (which may have been cleared).
              * objc/objc-act.h (CLASS_OWN_IVARS): New accessor macro.
      
      [gcc/testsuite]
      2002-08-19  Ziemowit Laski  <zlaski@apple.com>
      
              * objc.dg/bitfield-1.m: New test.
              * objc.dg/bitfield-2.m: New test.
      
      From-SVN: r56451
      Ziemowit Laski committed
    • genautomata.c (output_translate_vect, [...]): Mark variable with ATTRIBUTE_UNUSED in output file. · 2bf087c0
      	* genautomata.c (output_translate_vect, output_state_ainsn_table,
      	output_min_issue_delay_table): Mark variable with ATTRIBUTE_UNUSED
      	in output file.
      	(output_internal_min_issue_delay_func): Initialize variable in
      	output file.
      
      From-SVN: r56450
      Kaveh R. Ghazi committed
    • configopts.html, [...]: Conform to HTML 4.01 standard. · 1860e6ab
      2002-08-19  Jonathan Wakely  <jw@kayari.org>
      
      	* docs/html/configopts.html, docs/html/documentation.html,
      	docs/html/install.html, docs/html/22_locale/codecvt.html,
      	docs/html/22_locale/ctype.html, docs/html/22_locale/howto.html,
      	docs/html/22_locale/locale.html,
      	docs/html/22_locale/messages.html: Conform to HTML 4.01 standard.
      
      From-SVN: r56449
      Jonathan Wakely committed
  2. 19 Aug, 2002 8 commits
  3. 18 Aug, 2002 4 commits
  4. 17 Aug, 2002 6 commits
  5. 16 Aug, 2002 10 commits
  6. 15 Aug, 2002 9 commits
    • re PR libstdc++/7445 (poor performance of std::locale::classic() in multi-threaded applications) · 6e52332e
      
      2002-08-15  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* include/ext/stdio_filebuf.h (stdio_filebuf): Explicitly set
      	_M_buf_size_opt to zero when unbuffering.
      	* include/bits/fstream.tcc (filebuf::showmanyc): Simplify.
      	Consistency checks for _M_buf_size_opt.
      
      	Revert PR libstdc++/7445
      	* src/locale.cc (locale::classic): Revert.
      
      	* docs/html/17_intro/TODO: Add.
      
      From-SVN: r56365
      Benjamin Kosnik committed
    • Makefile.in (LOOSE_WARN): Remove -fno-common. · 204250d2
              * Makefile.in (LOOSE_WARN): Remove -fno-common.
              (NOCOMMON_FLAG): New substitution point.
              (GCC_WARN_CFLAGS): Include it.
              * configure.in (ac_checking): Set nocommon_flag.
              (nocommon_flag): New substitution point.
      
      From-SVN: r56362
      Richard Henderson committed
    • typeof-1.c: New test. · 2a2bfc59
      * gcc.dg/typeof-1.c: New test.
      * g++.dg/ext/typeof2.C: New test.
      
      From-SVN: r56360
      Jakub Jelinek committed
    • parse.y (sizeof, [...]): New non-terminals to increment skip_evaluation. · c01b9ec8
      * parse.y (sizeof, alignof, typeof): New non-terminals to
      increment skip_evaluation.  Replace terminals with them and
      decrement skip_evaluation at the end of rules using them.
      * decl2.c (mark_used): Don't assemble_external if
      skipping evaluation.
      
      From-SVN: r56359
      Alexandre Oliva committed
    • c-tree.h (skip_evaluation): Move declaration... · 25587e40
      * c-tree.h (skip_evaluation): Move declaration...
      * c-common.h: ... here.
      * c-typeck.c (build_external_ref): Don't assemble_external nor
      mark a tree as used if skip_evaluation is set.
      * c-parse.in (typeof): New non-terminal to set skip_evaluation
      around TYPEOF.
      (typespec_nonreserved_nonattr): Use it.
      
      From-SVN: r56358
      Alexandre Oliva committed
    • documentation.html: Update doxygen links for 3.2. · 0053afb9
      2002-08-15  Phil Edwards  <pme@gcc.gnu.org>
      
      	* docs/html/documentation.html:  Update doxygen links for 3.2.
      
      From-SVN: r56357
      Phil Edwards committed
    • dbxout.c (dbx_debug_hooks): Update end_prologue, end_epilogue. · 702ada3d
      	* dbxout.c (dbx_debug_hooks): Update end_prologue, end_epilogue.
      	(xcoff_debug_hooks): Update end_prologue.
      	* debug.c (do_nothing_debug_hooks): Update end_prologue, end_epilogue.
      	* debug.h (end_prologue): Add file arg.
      	(end_epilogue): Add line and file args.
      	(dwarf2out_end_epilogue): Add line and file args.
      	(vmsdbgout_after_prologue): Remove.
      	* dwarf2out.c (dwarf2out_end_epilogue): Add line and file args.
      	(dwarf2_debug_hooks): Update end_prologue.
      	* dwarfout.c (dwarfout_end_epilogue): Add line and file args.
      	(dwarfout_end_prologue): Add file arg.
      	* final.c (vmsdbgout_after_prologue): Remove
      	(final_end_function): Update end_epilogue call.
      	(final_scan_insn): Update end_prologue call.
      	* sdbout.c (sdbout_end_epilogue): Add line and file args.
      	(sdbout_end_prologue): Add file arg.
      	(sdb_debug_hooks): Update end_prologue.
      	(sdb_begin_prologue): Update sdbout_end_prologue call.
      	* vmsdbgout.c (vmsdbg_debug_hooks): Add vmsdbgout_end_prologue,
      	vmsdbgout_end_function.
      	(vmsdbgout_end_prologue): New function renamed from
      	vmsdbgout_after_prologue. Call vmsdbgout_source_line.
      	(vmsdbgout_end_function): New function.
      	(vmsdbgout_end_epilogue): Add line and file args. Call
      	vmsdbgout_source_line.
      	(write_pclines): Write only valid line numbers.
      	(write_srccorr): Don't write source correlation records if 0 lines.
      	* xcoffout.c (xcoffout_end_epilogue): Add line and file args.
      
      From-SVN: r56356
      Douglas B Rupp committed
    • unwind-cxx.h (__cxa_exception): Change catchTemp type from void* to _Unwind_Ptr. · cb94b155
      	* libstdc++-v3/libsupc++/unwind-cxx.h (__cxa_exception):
      	Change catchTemp type from void* to _Unwind_Ptr.
      	* libstdc++-v3/libsupc++/eh_personality.cc (PERSONALITY_FUNCTION):
      	Do not cast landing_pad or base_of_encoded_value to (void *).
      	* libstdc++-v3/libsupc++/eh_throw.cc (__gxx_exception_cleanup):
      	Accept _URC_NO_REASON as a valid reason code.
      
      From-SVN: r56352
      Steve Ellcey committed