1. 19 Jul, 2001 12 commits
    • tree.def: Document restriction on {L|R}SHIFT_EXPR's second argument. · 7d46d516
      2001-07-19  Toon Moene  <toon@moene.indiv.nluug.nl>
      
      	* tree.def: Document restriction on {L|R}SHIFT_EXPR's second argument.
      	* doc/tree.texi: Ditto.
      	* f/com.c (ffecom_expr_intrinsic_): Cope with it.
      
      From-SVN: r44156
      Toon Moene committed
    • unwind-dw2.c (_Unwind_FrameState): Add eh_ptr. · 5442cf15
      	* unwind-dw2.c (_Unwind_FrameState): Add eh_ptr.
      	(extract_cie_info): Handle "eh" augmentation properly,
      	remember eh_ptr.
      	(struct frame_state, __frame_state_for): New.
      
      Co-Authored-By: Jakub Jelinek <jakub@redhat.com>
      
      From-SVN: r44155
      Mark Kettenis committed
    • osf.h (ASM_OUTPUT_WEAK_ALIAS, [...]): Define. · 432fa9f2
      	* config/alpha/osf.h (ASM_OUTPUT_WEAK_ALIAS, ASM_WEAKEN_LABEL,
      	HANDLE_SYSV_PRAGMA): Define.
      	* mips-tfile.c (add_ext_symbol): Pass complete symbol ptr, inline
      	previous args.
      	(copy_object): Caller changed.
      
      	testsuite:
      	* g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
      	g++.old-deja/g++.pt/static6.C: Likewise.
      	* lib/target-supports.exp (check_weak_available): alpha*-*-osf*
      	supports weak symbols.
      
      From-SVN: r44153
      Rainer Orth committed
    • re PR java/3731 (gcj should generate class init code for instanceof) · deaabf14
      * libjava.lang/PR3731.java: New file.
      * libjava.lang/PR3731.out: New file.
      * libjava.lang/PR3731.xfail: New file.
      
      From-SVN: r44151
      Jeff Sturm committed
    • configure.in (assembler dwarf2 debug_line support): Define nop insn for m68k. · bfabbc3c
      	* configure.in (assembler dwarf2 debug_line support): Define nop
      	insn for m68k.
      	* configure: Regenerated.
      
      From-SVN: r44149
      Andreas Schwab committed
    • * class.c (finish_struct_anon): Forbid nested classes. · b7076960
      From-SVN: r44148
      Mark Mitchell committed
    • Daily bump. · 69e6b1d4
      From-SVN: r44146
      GCC Administrator committed
    • Makefile.in (toplev.o, [...]): Don't depend on dwarfout.h. · 2b85879e
      	* Makefile.in (toplev.o, dwarfout.o, final.o): Don't depend on
      	dwarfout.h.
      	* dbxout.c (dbxout_function): Rename dbxout_funciton_decl, move
      	to conditionally compiled block.
      	(dbx_debug_hooks, xcoff_debug_hooks): Update.
      	* dbxout.h (dbxout_function): Remove.
      	* debug.c (do_nothing_debug_hooks): Update.
      	* debug.h (struct gcc_debug_hooks): New hooks function_decl,
      	global_decl, deferred_inline_function.
      	* dwarf2out.c (dwarf2_debug_hooks): Update.
      	(dwarf2out_global_decl): New.
      	* dwarfout.c: Don't include dwarfout.h.
      	(dwarfout_global_decl, dwarfout_function_decl,
      	dwarfout_deferred_inline_function): New.
      	(dwarf_debug_hooks): Update.
      	* dwarfout.h: Remove.
      	* final.c: Don't include dwarfout.h.
      	* sdbout.c (sdbout_global_decl): New.
      	(sdbout_debug_hooks): Update.
      	* toplev.c: Don't include dwarfout.h.
      	(check_global_declarations, rest_of_compilation): Use new debug hooks.
      	(note_deferral_of_defined_inline_function): Remove.
      	* toplev.h (note_deferral_of_defined_inline_function): Remove.
      	* ch/Makefile.in (lex.o): No dependence on dwarfout.h.
      	* ch/lex.c: Don't include dwarfout.h.
      	* cp/Make-lang.in (decl2.o): No dependence on dwarfout.h, dwarf2out.h.
      	(semantics.o, optimize.o): Depend on debug.h not dwarfout.h.
      	* cp/decl2.c: Don't include dwarfout.h and dwarf2out.h.
      	* cp/optimize.c: Include debug.h.
      	(maybe_clone_body): Use debug hook.
      	* cp/semantics.c: Include debug.h.
      	(expand_body): Use debug hook.
      	* po/POTFILES.in: Remove dwarfout.h.
      
      From-SVN: r44145
      Neil Booth committed
    • c-lex.c (c_lex): Remove CPP_INT, CPP_FLOAT cases. · c60e94a7
      	* c-lex.c (c_lex): Remove CPP_INT, CPP_FLOAT cases.
      	* c-parse.in (yyerror, _yylex): Similarly.
      	* cppexp.c (parse_number, parse_defined, lex, _cpp_parse_expr):
      	Don't use CPP_INT, CPP_FLOAT; CPP_NUMBER is enough.
      	Update comments.
      	* cpplib.h (CPP_INT, CPP_FLOAT): Remove.
      	* cp/spew.c (read_token, yyerror): Remove CPP_INT, CPP_FLOAT cases.
      
      From-SVN: r44144
      Neil Booth committed
    • class.c (type_requires_array_cookie): New function. · dbc957f1
      	* class.c (type_requires_array_cookie): New function.
      	(check_methods): Don't try to figure out whether the type needs a
      	cookie here.
      	(check_bases_and_members): Set TYPE_VEC_NEW_USES_COOKIE here.
      	* cp-tree.h (TYPE_VEC_DELETE_TAKES_SIZE): Remove.
      	(TYPE_VEC_NEW_USES_COOKIE): Reimplement.
      	* pt.c (instantiate_class_template): Don't set
      	TYPE_VEC_DELETE_TAKES_SIZE.
      	* NEWS: Document ABI changes from GCC 3.0.
      
      From-SVN: r44142
      Mark Mitchell committed
    • dwarf2out.c (dwarf2out_abstract_function): Don't emit in-class declaration at -g1. · 8458e954
      * dwarf2out.c (dwarf2out_abstract_function): Don't emit
      in-class declaration at -g1.  Fixes c++/2814.
      
      From-SVN: r44141
      Jeff Sturm committed
    • gen-num-limits.cc (set_signals_handler): New function. · b2a4c43c
              * src/gen-num-limits.cc (set_signals_handler): New function.
              Factor out signals setting.  Set signal handler for SIGILL.
      
      Co-Authored-By: Bert De Knuydt <Bert.Deknuydt@esat.kuleuven.ac.be>
      
      From-SVN: r44139
      Gabriel Dos Reis committed
  2. 18 Jul, 2001 28 commits