summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * 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
* * include/sparc-signal.h (SIGNAL_HANDLER): Third argument now atromey1999-09-272-1/+6
| | | | | | | | `void *'. (MAKE_THROW_FRAME): Cast third argument back to `ucontext_t *'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29682 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (mips*el-*-openbsd*): Don't duplicate default settings.gavin1999-09-276-215/+405
| | | | | | | | | | | (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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29681 138bc75d-0d04-0410-961f-82ee72b054a4
* * alloca-conf.h (alloca) [C_ALLOCA]: Don't use Gcc builtinlaw1999-09-276-8/+51
| | | | | | | | | | | | | 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29680 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Recognize target *vxworks* and add fragment vxworks.mt.law1999-09-274-8/+21
| | | | | | | | * config/vxworks.mt: New file. * gen-params: Let configure override HAVE_PRINTF_FP. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29679 138bc75d-0d04-0410-961f-82ee72b054a4
* Kill RCSid strings.law1999-09-272-8/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29678 138bc75d-0d04-0410-961f-82ee72b054a4
* Update copyright.law1999-09-271-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29677 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/m68k/m68k.c (output_function_prologue,schwab1999-09-272-4/+10
| | | | | | | | | | 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29676 138bc75d-0d04-0410-961f-82ee72b054a4
* Reformat ChangeLog 1999-09-27 Nathan Sidwell <nathan@acm.org>nathan1999-09-271-1/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29675 138bc75d-0d04-0410-961f-82ee72b054a4
* * g++.old-deja/g++.pt/memtemp77.C: Adjust expectednathan1999-09-272-1/+6
| | | | | | | __PRETTY_FUNCTION__. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29674 138bc75d-0d04-0410-961f-82ee72b054a4
* Augment stringification of trees.nathan1999-09-274-607/+880
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * cp-tree.h (tree_string_flags): New error stringifying enumeration. (fndecl_as_string, type_as_string_real, args_as_string, code_as_string, language_as_string, parm_as_string, op_as_string, assop_as_string, cv_as_string): Remove. (type_as_string, decl_as_string, expr_as_string): Adjust prototype. (context_as_string): Declare new function. * error.c (cp_printers): Move definition. (OB_UNPUT): Remove. (OB_END_TEMPLATE_ID): Adjust. (interesting_scope_p): Remove. (dump_scope): New static function. (dump_qualifiers): Adjust prototype, reimplement. (dump_template_value): Use tree_string_flags. (dump_type_real): Move back to dump_type. (dump_type): Adjust prototype. Use tree_string_flags. (dump_aggr_type): Likewise. Use dump_template_parms. (dump_type_prefix): Adjust prototype. Use tree_string_flags. Return pad flag. (dump_type_suffix): Adjust prototype. Use tree_string_flags. (dump_simple_decl): Likewise. (dump_decl): Likewise. Use dump_template_decl. (dump_template_decl): New static function broken out of dump_decl. (dump_function_decl): Adjust prototype. Use tree_string_flags. (dump_parameters): Likewise. Prefix space. (dump_exception_spec): Adjust prototype. Use tree_string_flags. (dump_function_name): Likewise. Use dump_template_parms. (dump_template_parms): New static function broken out of dump_function_name. (dump_expr_list): Adjust prototype. Use tree_string_flags. (dump_expr): Likewise. (fndecl_as_string): Removed (type_as_string_real): Removed (dump_binary_op): Adjust prototype. Use tree_string_flags. (dump_unary_op): Likewise. (type_as_string): Likewise. (expr_as_string): Likewise. (decl_as_string): Likewise. (context_as_string): New function. (lang_decl_name): Adjust. (decl_to_string): New static print callback. (expr_to_string): Likewise. (fndecl_to_string): Likewise. (code_as_string): Renamed to ... (code_to_string): ... here. Adjust. (language_as_string): Renamed to ... (language_to_string): ... here. Adjust. (parm_as_string): Renamed to ... (parm_to_string): ... here. (op_as_string): Renamed to ... (op_to_string): ... here. (assop_as_string): Renamed to ... (assop_to_string): ... here. (type_to_string): New static print callback. (args_as_string): Renamed to ... (args_to_string): ... here. Adjust. (cv_as_string): Renamed to ... (cv_to_string): ... here. Adjust. * pt.c (mangle_class_name_for_template): Use tree_string_flags. (print_template_context): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29673 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.law1999-09-275-5/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29672 138bc75d-0d04-0410-961f-82ee72b054a4
* * cp-tree.h (expand_throw): Remove prototype.mmitchel1999-09-276-35/+44
| | | | | | | | | | | | | | | | | | | * except.c (expand_throw): Make it static. Use tree-generation functions, rather than RTL-generation functions. (build_throw): Use it. * expr.c: Include except.h. (cplus_expand_expr): Don't call expand_throw here. * Makefile.in (expr.o): Depend on except.h. * ir.texi: Update documentation for THROW_EXPR. * decl.c (start_function): Set x_dont_save_pending_sizes rather than calling get_pending_sizes. * init.c (build_new): Don't save and restore immediate_size_expand; instead, assert that it has the expected value already. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29671 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/i386/dgux.h (SELECT_RTX_SECTION): Provide dummy argumentrobertl1999-09-263-3/+9
| | | | | | | | for symbolic_operand(). * config/i386/sco5.h (SELECT_RTX_SECTION): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29670 138bc75d-0d04-0410-961f-82ee72b054a4
* * decl.c (start_function): Set x_dont_save_pending_sizes rathermmitchel1999-09-264-17/+28
| | | | | | | | | | than calling get_pending_sizes. * init.c (build_new): Don't save and restore immediate_size_expand; instead, assert that it has the expected value already. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29669 138bc75d-0d04-0410-961f-82ee72b054a4
* * function.h (struct function): Add x_dont_save_pending_sizes_p.mmitchel1999-09-262-0/+13
| | | | | | | | * stor-layout.c (variable_size): Don't add sizes to the pending sizes list if x_dont_save_pending_sizes_p is set. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29668 138bc75d-0d04-0410-961f-82ee72b054a4
* * combine.c (gen_rtx_combine): Add missing call to va_end().ghazi1999-09-266-2/+24
| | | | | | | | | | | | * final.c (asm_fprintf): Likewise. * genattrtab.c (attr_rtx): Likewise. cp: * lex.c (compiler_error): Add missing call to va_end(). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29667 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.law1999-09-265-5/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29666 138bc75d-0d04-0410-961f-82ee72b054a4
* * cse.c: Update comments.law1999-09-253-48/+28
| | | | | | | | | | | | | (cse_insn): When converting a conditional/computed jump into an unconditional jump, always make sure a BARRIER immediately follows the converted jump. Do not delete unreachable code. (cse_basic_block): Do not delete unreachable code. * toplev.c (rest_of_compilation): Move call to delete_trivially_dead_insns after the conditional call to jump_optimize. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29665 138bc75d-0d04-0410-961f-82ee72b054a4
* * dump.c (dequeue_and_dump): Handle RESULT_DECL.mmitchel1999-09-253-0/+15
| | | | | | | * ir.texi: Document RESULT_DECL and DECL_RESULT. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29664 138bc75d-0d04-0410-961f-82ee72b054a4
* * cp-tree.h (check_return_expr): New function.mmitchel1999-09-255-184/+266
| | | | | | | | | | | | | | | | | | | | | * decl.c (finish_constructor_body): New function. (pushdecl): Put global friend functions in namespace binding level, not the class binding level. (finish_destructor_body): Make sure the dtor_label is always defined. Fix typo in comment. (finish_function): Move generation of constructor-termination code to semantic-analysis time. Move generation of implicit `main' return value to semantic-analysis time. * semantics.c (finish_return_stmt): Generate goto's to ctor_label/dtor_label here. Use check_return_expr to do semantic analysis on the returned expression. * typeck.c (maybe_warn_about_returning_address_of_local): New function split out from c_expand_return. (check_return_expr): Likewise. (c_expand_return): Just generate the RTL for the return. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29663 138bc75d-0d04-0410-961f-82ee72b054a4
* include:ghazi1999-09-258-11/+25
| | | | | | | | | | | | | | | | | | | | * libiberty.h (make_temp_file): Add a prototype. libiberty: * choose-temp.c: Remove obsolete comment about gcc. (make_temp_file): Constify a char*. gcc: * collect2.c (make_temp_file): Don't prototype. * gcc.c (make_temp_file): Likewise. * mips.c (mips_make_temp_file): Renamed from `make_temp_file'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29662 138bc75d-0d04-0410-961f-82ee72b054a4
* Tidy up assemble_variable()'s handling of uninitialised varaibles.nickc1999-09-252-65/+121
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29661 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.law1999-09-255-5/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29660 138bc75d-0d04-0410-961f-82ee72b054a4
* * cp-tree.h (CPTI_CLEANUP_TYPE): New macro.mmitchel1999-09-2411-36/+137
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (cleanup_type): Likewise. (search_tree): Change prototype. * decl.c (local_variable_p): Adjust for new interface to search_tree. (check_default_argument): Likewise. * error.c (dump_expr): Handle INIT_EXPR. * except.c (expand_throw): Don't make cleanup_type a local static. * expr.c (cplus_expand_expr): Don't handle NEW_EXPR. * init.c (build_new): Call build_new_1 directly, rather than building a NEW_EXPR. (build_new_1): Tidy. Don't build a VEC_INIT_EXPR except when processing file-scope initializers. * lex.c (init_parse): Add an opname_tab entry for INIT_EXPR. * tree.c: Include splay-tree.h (no_linkage_helper): Adjust for new interface to search_tree. (search_tree): Pass around pointers to tree nodes, rather than the nodes themselves. Handle VEC_INIT_EXPR. (no_linkage_check): Adjust for new interface to search_tree. (mapcar): Handle VEC_INIT_EXPR. (target_remap): New variable. (bot_manip): Use it. (bot_replace): New function. (break_out_target_exprs): Use it to remap all variables used in a default argument expression. * typeck.c (build_modify_expr): Don't crash when outside a function and presented with an INIT_EXPR assignment * Makefile.in (tree.o): Depend on splay-tree.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29659 138bc75d-0d04-0410-961f-82ee72b054a4
* Changed credit to the right person.apbianco1999-09-241-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29658 138bc75d-0d04-0410-961f-82ee72b054a4
* Fri Sep 24 12:23:05 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco1999-09-242-1/+4
| | | | | | | * decl.c (insert_block): Removed unconditional `abort'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29657 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix for PR java.util/47:tromey1999-09-2410-372/+343
| | | | | | | | | | | | | | | | | | * configure, include/config.h: Rebuilt. * configure.in: Don't look for ctime or ctime_r. * Makefile.in: Rebuilt. * Makefile.am (nat_source_files): Don't mention natDate.cc. * java/util/natDate.cc: Removed. * java/util/TimeZone.java (tzIDs, rawOffsets, timeZones): New static fields. (getAvailableIDs): Rewrote. (getTimeZone): Rewrote. * java/util/Date.java (toGMTString): New method. (toLocaleString): New method. (toString): Rewrote. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29656 138bc75d-0d04-0410-961f-82ee72b054a4
* Cope with down shifting a 32 bit constant on a 64 bit host.nickc1999-09-242-2/+8
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29655 138bc75d-0d04-0410-961f-82ee72b054a4
* Make Pmode be defined in terms of word_mode again now that emit-rtl.claw1999-09-241-1/+1
| | | | | | | has been fixed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29654 138bc75d-0d04-0410-961f-82ee72b054a4
* Allow to distinguish between three classes of builtin functionscrux1999-09-2420-336/+420
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29653 138bc75d-0d04-0410-961f-82ee72b054a4
* * optabs.c (init_traps): Fix typo in last change.mmitchel1999-09-242-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29652 138bc75d-0d04-0410-961f-82ee72b054a4
* * toplev.c (rest_of_decl_compilation): Update comment.mmitchel1999-09-242-3/+9
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29651 138bc75d-0d04-0410-961f-82ee72b054a4
* * decl.c (pushdecl): Don't make local declarations of externmmitchel1999-09-243-20/+48
| | | | | | | | | | variables give the variable a DECL_CONTEXT for the function. (make_rtl_for_nonlocal_decl): Don't fuss with obstacks. Simplify. Don't accidentally make RTL for local declarations. (emit_local_var): Handle declarations with asm-specifiers here. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29650 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.law1999-09-245-5/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29649 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Put the symbolgeoffk1999-09-244-3/+28
| | | | | | | | | | | | in .sbss if appropriate. (EXTRA_SECTION_FUNCTIONS): Add sbss. (SBSS_SECTION_ASM_OP): New macro. * config/mips/linux.h (EXTRA_SECTION_FUNCTIONS): Add sbss. (EXTRA_SECTIONS): Add in_sbss. * config/mips/mips.h: Prototype sbss_section. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29648 138bc75d-0d04-0410-961f-82ee72b054a4