summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright dates.law1999-09-301-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29736 138bc75d-0d04-0410-961f-82ee72b054a4
* * h8300.h (INIT_TARGET_OPTABS): Use init_one_optab instead oflaw1999-09-304-33/+38
| | | | | | | | | generating RTL directly. * mips.h (INIT_TARGET_OPTABS): Likewise. * mn10200.h (INIT_TARGET_OPTABS): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29734 138bc75d-0d04-0410-961f-82ee72b054a4
* * cp-tree.h (lang_decl_flags): Add global_ctor_p andmmitchel1999-09-305-4/+69
| | | | | | | | | | | | | | | global_dtor_p. Add init_priority. (DECL_ACCESS): Adjust accordingly. (DECL_GLOBAL_CTOR_P, DECL_GLOBAL_DTOR_P): New macros. (GLOBAL_INIT_PRIORITY): Likewise. * decl.c (lang_mark_tree): Adjust accordingly. (start_objects): Set DECL_GLOBAL_CTOR_P, DECL_GLOBAL_DTOR_P, and GLOBAL_INIT_PRIORITY. * dump.c (dequeue_and_dump): Print them. * ir.texi: Document them. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29733 138bc75d-0d04-0410-961f-82ee72b054a4
* Move -Wfloat-equal into the correct location.law1999-09-301-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29732 138bc75d-0d04-0410-961f-82ee72b054a4
* * decl2.c (struct priority_info_s): Remove initialization_sequencemmitchel1999-09-302-298/+269
| | | | | | | | | | | | | | | | | | | | | | and destruction_sequence. (start_static_storage_duration_function): Return the body of the function. Convert for function-at-a-time mode. (generate_inits_for_priority): Remove. (finish_static_storage_duration_function): Change prototype. Adjust for function-at-a-time mode. (do_static_initialization): Likewise. (do_static_destruction): Likewise. (do_static_initialization_and_destruction): Remove. (start_static_initialization_or_destruction): New function. (finish_static_initialization_or_destruction): Likewise. (get_priority_info): Don't manipulation initialization_sequence or destruction_sequence. (prune_vars_needing_no_initialization): New function. (write_out_vars): Likewise. (finish_file): Use the various new functions instead of the old. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29731 138bc75d-0d04-0410-961f-82ee72b054a4
* Use lookup table to get register sizes in dwarf2 ehcrux1999-09-307-106/+67
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29730 138bc75d-0d04-0410-961f-82ee72b054a4
* * c-lang.c (finish_file case ndef ASM_OUTPUT_{CON,DE}STRUCTOR):rearnsha1999-09-302-2/+11
| | | | | | | Correctly build argument list to constructor and destructor functions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29728 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.law1999-09-305-5/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29727 138bc75d-0d04-0410-961f-82ee72b054a4
* * expr.h (init_mov_optab): Delete declarationlaw1999-09-302-1/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29726 138bc75d-0d04-0410-961f-82ee72b054a4
* * editbuf.cc, parsestream.cc, pfstream.cc: Include string.h.law1999-09-304-0/+7
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29725 138bc75d-0d04-0410-961f-82ee72b054a4
* * h8300.c (WORD_REG_USED): Update to avoid useless registerlaw1999-09-302-5/+18
| | | | | | | saves in interrupt functions and functions which never return. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29724 138bc75d-0d04-0410-961f-82ee72b054a4
* * invoke.texi: Add docs for -Wfloat-equal warning.law1999-09-302-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29723 138bc75d-0d04-0410-961f-82ee72b054a4
* * c-tree.h (warn_float_equal): Declare.law1999-09-305-0/+25
| | | | | | | | | | | * c-decl.c (warn_float_equal): Define. (c_decode_option): Recognize -W[no-]float-equal. * c-typeck.c (build_binary_op): Conditionally warn about equality tests of floating point types. * toplev.c (documented_lan_options): Add -W[no-]float-equal. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29722 138bc75d-0d04-0410-961f-82ee72b054a4
* * cp-tree.h (warn_float_equal): Declare.law1999-09-304-0/+21
| | | | | | | | | | * decl2.c (warn_float_equal): Define. (lang_decode_option): Recognize -W[no-]float-equal. * typeck.c (build_binary_op_nodefault): Conditionally warn about equality tests of floating point types. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29721 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc.misc-tests/mg.exp: delete extraneous redirection.law1999-09-302-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29720 138bc75d-0d04-0410-961f-82ee72b054a4
* * cse.c (struct set): Delete inner_dest_loc field.law1999-09-302-7/+6
| | | | | | | (cse_insn): Remove assignments to inner_dest_loc field. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29719 138bc75d-0d04-0410-961f-82ee72b054a4
* 1999-09-29 Bryce McKinlay <bryce@albatross.co.nz>bryce1999-09-302-0/+51
| | | | | | | * README: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29717 138bc75d-0d04-0410-961f-82ee72b054a4
* update -fno-rttijason1999-09-301-5/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29716 138bc75d-0d04-0410-961f-82ee72b054a4
* Support normal type_info-based EH mechanisms with -fno-rtti.jason1999-09-305-51/+23
| | | | | | | | | | | | | | | * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29715 138bc75d-0d04-0410-961f-82ee72b054a4
* * libjava.lang/PR55.out: New file.tromey1999-09-293-0/+15
| | | | | | | * libjava.lang/PR55.java: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29714 138bc75d-0d04-0410-961f-82ee72b054a4
* * ggc-page.c: Don't include <unistd.h> etc taken care ofrth1999-09-292-7/+9
| | | | | | | by "system.h". Include <sys/mman.h> afterward. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29713 138bc75d-0d04-0410-961f-82ee72b054a4
* * rs6000.c (rs6000_encode_section_info): If ggc_p, userth1999-09-292-8/+28
| | | | | | | ggc_alloc_string. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29712 138bc75d-0d04-0410-961f-82ee72b054a4
* * class.c (class_cache_obstack, class_obstack): Remove.jason1999-09-297-84/+21
| | | | | | | | | | | | | | | | | | | | (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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29711 138bc75d-0d04-0410-961f-82ee72b054a4
* * dump.c (dequeue_and_dump): Dump DECL_EXTERNAL.mmitchel1999-09-293-3/+10
| | | | | | | * ir.texi: Document DECL_EXTERNAL. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29710 138bc75d-0d04-0410-961f-82ee72b054a4
* * dump.c (dequeue_and_dump): Improve support for dumping THUNK_DECLs.mmitchel1999-09-293-13/+43
| | | | | | | * ir.texi: Document THUNK_DECLs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29709 138bc75d-0d04-0410-961f-82ee72b054a4
* * cp-tree.h (TMPL_ARGS_HAVE_MULTIPLE_LEVELS): Move here from pt.c.mmitchel1999-09-295-95/+135
| | | | | | | | | | | | | | | | | | | (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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29708 138bc75d-0d04-0410-961f-82ee72b054a4
* * error.c (dump_template_parms): Don't use TS_PEDANTIC_NAMEnathan1999-09-292-22/+5
| | | | | | | to change primary template rendering. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29707 138bc75d-0d04-0410-961f-82ee72b054a4
* * cp-tree.h (UPT_TEMPLATE): Remove.mmitchel1999-09-291-0/+17
| | | | | | | | | | | | | | | | | | (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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29706 138bc75d-0d04-0410-961f-82ee72b054a4
* * cp-tree.h (UPT_TEMPLATE): Remove.mmitchel1999-09-296-15/+54
| | | | | | | | | | | | | | | | | | (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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29705 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.law1999-09-295-5/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29704 138bc75d-0d04-0410-961f-82ee72b054a4
* Copyright tweaks.law1999-09-292-4/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29703 138bc75d-0d04-0410-961f-82ee72b054a4
* 1999-09-28 Gabriel Dos Reis <gdr@codesourcery.com>gdr1999-09-294-54/+159
| | | | | | | | | | | | | | | | | | | | | 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29702 138bc75d-0d04-0410-961f-82ee72b054a4
* Fixed deallocation of a mutex in thr-single.c (patch from Chris Ball ↵ovidiu1999-09-292-0/+18
| | | | | | <cball@fmco.com>). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29701 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure: Rebuilt.tromey1999-09-284-2/+9
| | | | | | | | | * configure.in (PROCESS): In POSIX case, only set if not already set. * configure.host (PROCESS): Set in mips-tx39 case. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29700 138bc75d-0d04-0410-961f-82ee72b054a4
* * aclocal.m4, configure: Rebuilt.tromey1999-09-284-354/+696
| | | | | | | * acinclude.m4 (LIB_AC_PROG_CC): Provide appropriate AC_PROG_ symbol. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29699 138bc75d-0d04-0410-961f-82ee72b054a4
* * aclocal.m4, configure: Rebuilt.tromey1999-09-288-757/+892
| | | | | | | * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29698 138bc75d-0d04-0410-961f-82ee72b054a4
* * xcoffout.c (xcoffout_declare_function): Add documentation.dje1999-09-283-30/+47
| | | | | | | | | | | * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29697 138bc75d-0d04-0410-961f-82ee72b054a4
* New test: check ability to generate debug information for incomplete types innickc1999-09-282-0/+14
| | | | | | | inline functions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29696 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix the handling of inline, unresolved type references.nickc1999-09-282-13/+29
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29695 138bc75d-0d04-0410-961f-82ee72b054a4
* * c-decl.c (init_decl_processing): If MD_INIT_BUILTINS is defined,crux1999-09-283-1/+12
| | | | | | | | | call it. * reg-stack.c (straighten_stack): Copy hard reg set with COPY_HARD_REG_SET. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29694 138bc75d-0d04-0410-961f-82ee72b054a4
* * g++.old-deja/g++.other/decl6.C: New test.nathan1999-09-282-0/+30
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29693 138bc75d-0d04-0410-961f-82ee72b054a4
* * decl.c (grokdeclarator): Distinguish parameter context fornathan1999-09-282-40/+36
| | | | | | | | diagnostics. Tidy up missing type diagnostic. Diagnose `explicit' in one place. Diagnose `mutable' in one place. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29692 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc.c-torture/execute/va-arg-10.c: New test.rth1999-09-282-0/+252
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29691 138bc75d-0d04-0410-961f-82ee72b054a4
* * builtins.c (stabilize_va_list): Stabilize array type va_listrth1999-09-283-23/+71
| | | | | | | | | | | | 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29690 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.law1999-09-285-5/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29689 138bc75d-0d04-0410-961f-82ee72b054a4
* * ir.texi: Improve documentation for TARGET_EXPR.mmitchel1999-09-282-10/+20
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29688 138bc75d-0d04-0410-961f-82ee72b054a4
* * rtl.h (struct rtx_def): Move gc_mark to align mode field.rth1999-09-282-3/+8
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29687 138bc75d-0d04-0410-961f-82ee72b054a4
* * tree.h (struct tree_decl): Use `bclass', not `class', in name ofmmitchel1999-09-282-2/+14
| | | | | | | | field. (DECL_BUILT_IN_CLASS): Adjust accordingly. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29686 138bc75d-0d04-0410-961f-82ee72b054a4
* * ggc-page.c (GGC_MIN_LAST_ALLOCATED): New.rth1999-09-282-3/+13
| | | | | | | | (init_ggc): Use it instead of a constant. (ggc_collect): Bound allocated_last_gc by it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29685 138bc75d-0d04-0410-961f-82ee72b054a4
* * fixinc/fixinc.irix (stdio.h): Hack stdio.h to avoid problemslaw1999-09-282-0/+42
| | | | | | | with va_list. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29683 138bc75d-0d04-0410-961f-82ee72b054a4