- 30 Sep, 1999 1 commit
-
-
* except.c (build_eh_type_type): Remove special -fno-rtti handling. (build_eh_type_type_ref): Likewise. (build_eh_type): Remove. (expand_throw): Call build_eh_type_type, not build_eh_type. * decl2.c (import_export_decl): Don't associate the tinfo fn with the vtable if -fno-rtti. * decl.c (init_decl_processing): Always init_rtti_processing. * rtti.c (get_typeid): Don't complain about -fno-rtti. From-SVN: r29715
Jason Merrill committed
-
- 29 Sep, 1999 14 commits
-
-
* libjava.lang/PR55.out: New file. * libjava.lang/PR55.java: New file. From-SVN: r29714
Tom Tromey committed -
* ggc-page.c: Don't include <unistd.h> etc taken care of by "system.h". Include <sys/mman.h> afterward. From-SVN: r29713
Richard Henderson committed -
* rs6000.c (rs6000_encode_section_info): If ggc_p, use ggc_alloc_string. From-SVN: r29712
Richard Henderson committed -
* class.c (class_cache_obstack, class_obstack): Remove. (init_class_processing): Don't initialize class_obstack. (push_cache_obstack): Remove. (pushclass): Don't call it. * cp-tree.h: Remove prototype for push_cache_obstack. * decl.c (decl_obstack, decl_stack, push_decl_level): Remove. (pushlevel_class): Don't push_decl_level. (poplevel_class): Don't pop_stack_level. (push_class_level_binding): Don't push_cache_obstack. (init_decl_processing): Don't intialize decl_obstack. * search.c (push_class_decls): Don't push_cache_obstack. * tree.c (list_hash_add): Put hash node on permanent_obstack. (hash_tree_cons): Don't mess with obstacks. (print_lang_statistics): Don't print stats for class_obstack and decl_obstack. From-SVN: r29711
Jason Merrill committed -
* dump.c (dequeue_and_dump): Dump DECL_EXTERNAL. * ir.texi: Document DECL_EXTERNAL. From-SVN: r29710
Mark Mitchell committed -
* dump.c (dequeue_and_dump): Improve support for dumping THUNK_DECLs. * ir.texi: Document THUNK_DECLs. From-SVN: r29709
Mark Mitchell committed -
* cp-tree.h (TMPL_ARGS_HAVE_MULTIPLE_LEVELS): Move here from pt.c. (TMPL_ARGS_DEPTH, TMPL_ARGS_LEVEL, SET_TMPL_ARGS_LEVEL): Likewise. (TMPL_ARG, SET_TMPL_ARG, NUM_TMPL_ARGS, TMPL_PARMS_DEPTH): Likewise. * error.c (dump_template_bindings): Remove unused parameter. Handle multiple levels of template parameters. (dump_template_decl): Use `parms', not `args', for template parameters. Fix thinko. (dump_function_decl): Use DECL_TEMPLATE_INSTANTIATION. Don't pass flags to dump_template_bindings. * pt.c (TMPL_ARGS_HAVE_MULTIPLE_LEVELS): Move to cp-tree.h. (TMPL_ARGS_DEPTH, TMPL_ARGS_LEVEL, SET_TMPL_ARGS_LEVEL): Likewise. (TMPL_ARG, SET_TMPL_ARG, NUM_TMPL_ARGS, TMPL_PARMS_DEPTH): Likewise. (tsubst_copy): Clarify variable name. (most_general_template): Robustify. From-SVN: r29708
Mark Mitchell committed -
* error.c (dump_template_parms): Don't use TS_PEDANTIC_NAME to change primary template rendering. From-SVN: r29707
Nathan Sidwell committed -
* cp-tree.h (UPT_TEMPLATE): Remove. (UPT_PARMS): Likewise. (DECL_NEEDED_P): New macro. * decl2.c (finish_vtable_vardecl): Use it. (finish_objects): Don't crash with -fsyntax-only. (finish_file): Use DECL_NEEDED_P. Don't prune vtables when -fsyntax-only. * pt.c (tsubst_friend_function): Remove FIXME that talks about obstacks. (tsubst_expr): Correct handling of function try-blocks. * semantics.c: Include flags.h. (expand_body): Don't do RTL generation if -fsyntax-only. * Makefile.in (semantics.o): Depends on flags.h. From-SVN: r29706
Mark Mitchell committed -
* cp-tree.h (UPT_TEMPLATE): Remove. (UPT_PARMS): Likewise. (DECL_NEEDED_P): New macro. * decl2.c (finish_vtable_vardecl): Use it. (finish_objects): Don't crash with -fsyntax-only. (finish_file): Use DECL_NEEDED_P. Don't prune vtables when -fsyntax-only. * pt.c (tsubst_friend_function): Remove FIXME that talks about obstacks. (tsubst_expr): Correct handling of function try-blocks. * semantics.c: Include flags.h. (expand_body): Don't do RTL generation if -fsyntax-only. * Makefile.in (semantics.o): Depends on flags.h. From-SVN: r29705
Mark Mitchell committed -
From-SVN: r29704
Jeff Law committed -
From-SVN: r29703
Jeff Law committed -
1999-09-28 Gabriel Dos Reis <gdr@codesourcery.com> Implement function template instantiation pretty printing. * pt.c (most_general_template): Adjust declaration. * cp-tree.h: (most_general_template): Declare. * error.c (dump_template_value): Rename to ... (dump_template_argument): This. (dump_template_argument_list): New function. (dump_type): Use it. (dump_template_parameter): New function. (dump_template_decl): Use it. (dump_template_bindings): New function. (dump_function_decl): Use it. Pretty print function template instantiations. From-SVN: r29702
Gabriel Dos Reis committed -
From-SVN: r29701
Chris Ball committed
-
- 28 Sep, 1999 17 commits
-
-
* configure: Rebuilt. * configure.in (PROCESS): In POSIX case, only set if not already set. * configure.host (PROCESS): Set in mips-tx39 case. From-SVN: r29700
Tom Tromey committed -
* aclocal.m4, configure: Rebuilt. * acinclude.m4 (LIB_AC_PROG_CC): Provide appropriate AC_PROG_ symbol. From-SVN: r29699
Tom Tromey committed -
* aclocal.m4, configure: Rebuilt. * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide From-SVN: r29698
Tom Tromey committed -
* xcoffout.c (xcoffout_declare_function): Add documentation. * rs6000.c (num_insns_constant_wide): Use TARGET_POWERPC64 not TARGET_64BIT. Compare constant to -1, not bit pattern. (easy_fp_constant): Use TARGET_POWERPC64 not TARGET_64BIT. (expand_block_move): Allow 8 DImode loads for PowerPC64. Fix gen_movsi typos. From-SVN: r29697
David Edelsohn committed -
inline functions. From-SVN: r29696
Nick Clifton committed -
From-SVN: r29695
Nick Clifton committed -
* c-decl.c (init_decl_processing): If MD_INIT_BUILTINS is defined, call it. * reg-stack.c (straighten_stack): Copy hard reg set with COPY_HARD_REG_SET. From-SVN: r29694
Bernd Schmidt committed -
From-SVN: r29693
Nathan Sidwell committed -
* decl.c (grokdeclarator): Distinguish parameter context for diagnostics. Tidy up missing type diagnostic. Diagnose `explicit' in one place. Diagnose `mutable' in one place. From-SVN: r29692
Nathan Sidwell committed -
From-SVN: r29691
Franz Sirl committed -
builtins.c (stabilize_va_list): Stabilize array type va_list to a pointer type, not the base record type. * builtins.c (stabilize_va_list): Stabilize array type va_list to a pointer type, not the base record type. (expand_builtin_va_copy): Dereference the pointers explicitly; use the correct size for the copy. * rs6000.c (rs6000_va_start): Dereference valist to get to the record. (rs6000_va_arg): Likewise. From-SVN: r29690
Richard Henderson committed -
From-SVN: r29689
Jeff Law committed -
From-SVN: r29688
Mark Mitchell committed -
From-SVN: r29687
Richard Henderson committed -
* tree.h (struct tree_decl): Use `bclass', not `class', in name of field. (DECL_BUILT_IN_CLASS): Adjust accordingly. From-SVN: r29686
Mark Mitchell committed -
* ggc-page.c (GGC_MIN_LAST_ALLOCATED): New. (init_ggc): Use it instead of a constant. (ggc_collect): Bound allocated_last_gc by it. From-SVN: r29685
Richard Henderson committed -
* fixinc/fixinc.irix (stdio.h): Hack stdio.h to avoid problems with va_list. From-SVN: r29683
Jeffrey A Law committed
-
- 27 Sep, 1999 8 commits
-
-
* include/sparc-signal.h (SIGNAL_HANDLER): Third argument now a `void *'. (MAKE_THROW_FRAME): Cast third argument back to `ucontext_t *'. From-SVN: r29682
Tom Tromey committed -
* configure.in (mips*el-*-openbsd*): Don't duplicate default settings. (mips*-*-openbsd*): Let big endian configuration be a fragment. * configure: Regen. * config/mips/openbsd.h: New, OpenBSD little endian target. * config/mips/openbsd-be.h: New, OpenBSD big endian target fragment. * config/mips/xm-openbsd.h: New, OpenBSD host. From-SVN: r29681
Marc Espie committed -
* alloca-conf.h (alloca) [C_ALLOCA]: Don't use Gcc builtin or <alloca.h>. * clock.c (GNU_HZ): New definition. (clock): Use it. * getruntime.c: Likewise. * config.table: Use mh-beos. * config/mh-beos: New file. From-SVN: r29680
Richard Henderson committed -
* configure.in: Recognize target *vxworks* and add fragment vxworks.mt. * config/vxworks.mt: New file. * gen-params: Let configure override HAVE_PRINTF_FP. From-SVN: r29679
Ulrich Drepper committed -
From-SVN: r29678
Jeff Law committed -
From-SVN: r29677
Jeff Law committed -
m68k.c (output_function_prologue, [...]): Use current_function_uses_pic_offset_table instead of regs_ever_live to decide... * config/m68k/m68k.c (output_function_prologue, output_function_epilogue): Use current_function_uses_pic_offset_table instead of regs_ever_live to decide whether to save/restore pic register. (legitimize_pic_address): Don't modify regs_ever_live any more. From-SVN: r29676
Andreas Schwab committed -
From-SVN: r29675
Nathan Sidwell committed
-