- 03 Oct, 1998 11 commits
-
-
* decl2.c (merge_functions): Remove duplicates. * decl2.c: Add -f{no-,}implicit-inline-templates. (lang_decode_option): Unset it if -frepo. (import_export_decl): Check it. * decl.c (lookup_name_real): Template parms also take precedence over implicit typename. Only warn if yylex. From-SVN: r22800
Jason Merrill committed -
From-SVN: r22796
Richard Henderson committed -
From-SVN: r22795
Jason Merrill committed -
* typeck.c (build_conditional_expr): Only fold if ifexp is an INTEGER_CST. From-SVN: r22794
Jason Merrill committed -
* decl2.c (finish_vtable_vardecl): Check DECL_INTERFACE_KNOWN instead of linkage. From-SVN: r22793
Jason Merrill committed -
* PROJECTS: Remove template friends. * collect2.c (sort_ids): Remove unused variable. * tm.texi (MATH_LIBRARY): Document. (NEED_MATH_LIBRARY): Remove. From-SVN: r22792
Jason Merrill committed -
* varasm.c (assemble_start_function, assemble_variable, weak_finish, assemble_alias): Do ASM_GLOBALIZE_LABEL for weak symbols, too. From-SVN: r22791
Jason Merrill committed -
From-SVN: r22790
John Carr committed -
From-SVN: r22773
Alexandre Oliva committed -
* g++.old-deja/g++.pt/friend34.C: New test; name injection of friend template declared within template class conflicts with nested class of the same name * g++.old-deja/g++.other/badopt1.C: New test; post-increment is ignored * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of object with direct initializer as function declaration * g++.old-deja/g++.other/decl2.C: New test; duplicate initializers * g++.old-deja/g++.other/null2.C: New test; conditional operator involving const pointer and NULL produces incorrect result * g++.old-deja/g++.other/typename1.C: New test; template-dependent type name without `typename' should be rejected with -pedantic From-SVN: r22770
Alexandre Oliva committed -
From-SVN: r22769
Jeff Law committed
-
- 02 Oct, 1998 20 commits
-
-
From-SVN: r22768
Richard Henderson committed -
From-SVN: r22767
Jason Merrill committed -
function.c (purge_addressof_1): Do not perform endianness corrections on bitpos, who we call will do it for us. * function.c (purge_addressof_1): Do not perform endianness corrections on bitpos, who we call will do it for us. From-SVN: r22766
David S. Miller committed -
* h8300.c (WORD_REG_USED): Fix typo. (initial_offset): Use WORD_REG_USED. * h8300.c (handle_pragma): Fix typo. From-SVN: r22755
Jeffrey A Law committed -
� * caller-save.c (insert_save_restore): Break this function up into new functions insert_restore, insert_save and insert_one_insn. All callers changed. (insert_restore): New function, mostly broken out of insert_save_restore. (insert_save): Likewise. (insert_one_insn): Likewise. (restore_referenced_regs): New argument BLOCK. All callers changed. (save_call_clobbered_regs): Don't keep track of basic block boundaries in this function, do it in insert_one_insn instead. From-SVN: r22754
Jeff Law committed -
0 * caller-save.c (insert_save_restore): Break this function up into new functions insert_restore, insert_save and insert_one_insn. All callers changed. (insert_restore): New function, mostly broken out of insert_save_restore. (insert_save): Likewise. (insert_one_insn): Likewise. (restore_referenced_regs): New argument BLOCK. All callers changed. (save_call_clobbered_regs): Don't keep track of basic block boundaries in this function, do it in insert_one_insn instead. From-SVN: r22753
Jeff Law committed -
* reload1.c (reload): Break out some more pieces into separate functions. (dump_needs): New function, broken out of reload. (set_initial_elim_offsets): Likewise. (init_elim_table): Likewise. (update_eliminables): Likewise. From-SVN: r22752
Bernd Schmidt committed -
* global.c (global_alloc): Delete code to manage the scratch_list. * local-alloc.c (qty_scratch_rtx): Delete. (scratch_block): Delete. (scratch_list): Delete. (scratch_list_length): Delete. (scratch_index): Delete. (alloc_qty_for_scratch): Delete. (local-alloc): Update initialization of max_qty. Delete code to manage the scratch list. Delete code to allocate/initialize qty_scratch_rtx. (block_alloc): Don't allocate quantities for scratches. Delete code to manage the scratch list. * regs.h (scratch_list): Delete declaration. (scratch_block): Delete declaration. (scratch_list_length): Delete declaration. * reload1.c (reload): Delete code to manage the scratch list. (spill_hard_reg): Likewise. (mark_scratch_live): Delete. From-SVN: r22751
Bernd Schmidt committed -
From-SVN: r22750
H.J. Lu committed -
From-SVN: r22749
Bernd Schmidt committed -
From-SVN: r22748
Andreas Jaeger committed -
* README: Remove installation instructions and refer to the INSTALL directory instead. From-SVN: r22747
Gerald Pfeifer committed -
* t-sh (LIB1ASMFUNCS): Add _set_fpscr . * config/sh/lib1funcs.asm (___set_fpscr): Add. From-SVN: r22746
J"orn Rennecke committed -
1998-10-02 Dave Love <d.love@dl.ac.uk> * com.c (ffecom_expr_intrinsic_): Fix return type for RAND. From-SVN: r22745
Dave Love committed -
From-SVN: r22744
Dave Love committed -
8 * regclass.c (reg_scan_mark_refs): Return immediately if passed a NULL_RTX as an argument. From-SVN: r22741
Jeff Law committed -
( * regclass.c (reg_scan_mark_refs): Return immediately if passed a NULL_RTX as an argument. From-SVN: r22740
Jeff Law committed -
From-SVN: r22739
Jeffrey A Law committed -
* Makefile.in (unlibsubdir): Define. (DRIVER_DEFINES): Use unlibsubdir. (cccp.o, cpplib.o, protoize.o, unprotoize.o): Similarly. (stmp-fixinc): Similarly. The infamous unlibsubdir patch. Makes it somewhat easier to move toolchains around. Helps cygwin folks. From-SVN: r22737
Jeffrey A Law committed -
From-SVN: r22736
Jeff Law committed
-
- 01 Oct, 1998 9 commits
-
-
* Makefile.in (INCLUDES): Reference gcc via $MULTIBUILDTOP. (FLAGS_TO_PASS): Added. (runtime-info.h): Reference cc1ibj via $MULTIBUILDTOP. * archive.c: Change config.h to tconfig.h. * configure.in: Find gcc's object directory even for multilibs. Co-Authored-By: Jeffrey A Law <law@cygnus.com> From-SVN: r22725
Robert Lipe committed -
* regmove.c (regmove_optimize): Add variable old_max_uid. At the end of the function, update basic_block_end. From-SVN: r22724
Bernd Schmidt committed -
* gcc.c-torture/compile/981001-2.c: New test. * gcc.c-torture/compile/981001-3.c: New test. From-SVN: r22723
Jeffrey A Law committed -
dwarf2out.c (expand_builtin_dwarf_reg_size): Use FIRST_PSEUDO_REGISTER as upper bound for last_end, not an arbitrary constant. * dwarf2out.c (expand_builtin_dwarf_reg_size): Use FIRST_PSEUDO_REGISTER as upper bound for last_end, not an arbitrary constant. From-SVN: r22722
David S. Miller committed -
From-SVN: r22721
Nick Clifton committed -
� * reload1.c (choose_reload_regs): Fix test if reload_reg_rtx[r] was copied from reload_out[r] . From-SVN: r22720
J"orn Rennecke committed -
From-SVN: r22719
Nick Clifton committed -
From-SVN: r22718
Nick Clifton committed -
* dwarf2out.c (expand_builtin_dwarf_reg_size): Fix to work with more than three size ranges. * flow.c (sbitmap_copy): Use bcopy to copy bitmap. * rtl.c (mode_name): Add a null string at the end of the array. (mode_wider_mode): Change type to unsigned char. (mode_mask_array): New variable. (init_rtl): Update for mode_wider_mode type change. * rtl.h (mode_wider_mode): Change type to unsigned char. (mode_mask_array): Declare. (GET_MODE_MASK): Use mode_mask_array. From-SVN: r22717
John Carr committed
-