1. 10 Jun, 2003 9 commits
  2. 09 Jun, 2003 29 commits
    • From David Taylor. · 22597a82
      * gcc.dg/Wpadded.c: New file.
      
      From-SVN: r67685
      David Taylor committed
    • Patch from David Taylor. · 64c2816f
      * config/rs6000/rs6000.c (rs6000_build_va_list): Give the two
      bytes of padding in the __va_list_tag structure a name (reserved).
      
      From-SVN: r67684
      David Taylor committed
    • Patch from Osku Salerma · 75b2a93c
      * c-format.c (check_format_string, get_constant): New.
      (handle_format_attribute, handle_format_arg_attribute,
      decode_format_attr): Change to use above functions.
      
      From-SVN: r67680
      Osku Salerma committed
    • * stmt.c (expand_asm_operands): Re-word warning. · 71ed1fdb
      From-SVN: r67678
      Richard Henderson committed
    • re PR target/8787 ([DJGPP] GCC fails to emit .intel_syntax when invoked with the… · 528b8487
      re PR target/8787 ([DJGPP] GCC fails to emit .intel_syntax when invoked with the -masm=intel on DJGPP)
      
      2003-06-08  Andrew Pinski  <pinskia@physics.uc.edu>
      
      	PR target/8787
      	* config/i386/djgpp.h (ASM_FILE_START): emit `.intel_syntax'
      	if -masm=intel.
      
      From-SVN: r67676
      Andrew Pinski committed
    • Fix a ChangeLog typo. · 1b7a98bc
      From-SVN: r67675
      Kazu Hirata committed
    • Make-lang.in (JAVA_OBJS, [...]): Update. · 95ca6d8b
      java:
      	* Make-lang.in (JAVA_OBJS, java/lang.o): Update.
      	(java/j-options.c, java/j-options.h): New.
      	* java-tree.h (resource_name, compile_resource_file,
      	compile_resource_data): Constify.
      	* jcf-write.c (jcf_write_base_directory): Similarly.
      	* jcf.h (jcf_write_base_directory): Similarly.
      	* lang.c: Include j-options.h.
      	(cl_options_count, cl_options, string_option, java_decode_option,
      	lang_f_options, lang_W_options, LANG_HOOKS_DECODE_OPTION,
      	process_option_with_no): Remove.
      	(resource_name): Constify.
      	(LANG_HOOKS_HANDLE_OPTION): Override.
      	(java_handle_option): New.
      	(java_init): Don't call jcf_path_init.
      	(java_init_options): Call jcf_path_init.
      	* lang.opt: New.
      	* resource.c (compile_resource_data, compile_resource_file): Constify.
      
      From-SVN: r67673
      Neil Booth committed
    • Fix copyright problems reported by Doug Evans. · 00051260
      * config/frv/cmovc.c, config/frv/cmovh.c, config/frv/cmovw.c,
      config/frv/frvbegin.c, config/frv/frvend.c, config/frv/lib1funcs.asm:
      Add libgcc exception.
      
      From-SVN: r67672
      James E Wilson committed
    • re PR c++/8861 ([ABI] mangling floating point literal in template arg expression) · 94d3ea58
      	PR 8861
      	* mangle.c (write_real_cst): New function.  Implement
      	ABI-compliant mangling of floating-point literals when
      	-fabi-version>=2; provide backward compatibility with 3.3 when
      	-fabi-version=1 (with warning).  Clarify commentary.
      	(write_template_arg_literal): Use write_real_cst.
      
      From-SVN: r67670
      Zack Weinberg committed
    • 20000419-2.c: Fix dg-require-alias syntax. · b14e185f
      	* gcc.dg/special/20000419-2.c: Fix dg-require-alias syntax.
      	* gcc.dg/special/weak-2.c: Add dg-require-weak.
      	* gcc.dg/weak/weak-3.c: Reverse order of dg-do and
      	dg-require-weak.
      
      From-SVN: r67669
      Mark Mitchell committed
    • rs6000.md (define_attr "type"): Add insert_word. · 8e8238f1
              * config/rs6000/rs6000.md (define_attr "type"): Add insert_word.
              (insvsi*): Add insert_word attribute.
              * config/rs6000/rs6000.c (rs6000_variable_issue): Add TYPE_INSERT_WORD.
              * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
              power4.md,rios1.md,rios2.md,rs64.md}: Add insert_word.
      
      Co-Authored-By: Ayal Zaks <gcchaifa@us.ibm.com>
      
      From-SVN: r67668
      David Edelsohn committed
    • gcc-dg.exp (dg-require-weak): Fix typo. · 4293f7cb
      	* lib/gcc-dg.exp (dg-require-weak): Fix typo.
      	(dg-require-alias): Likewise.
      	(dg-require-gc-sections): Likewise.
      	* lib/target-supports.exp (check_gc_sections_available): Likewise.
      
      From-SVN: r67665
      Mark Mitchell committed
    • * fold-const.c (fold): Fix a comment typo. · 2859471c
      From-SVN: r67664
      Kazu Hirata committed
    • acinclude.m4: Move all AM_CONDITIONAL calls out. · 16da539b
      2003-06-09  Phil Edwards  <pme@gcc.gnu.org>
      
      	* acinclude.m4:  Move all AM_CONDITIONAL calls out.
      	(GLIBCPP_CONFIGURE):  Set defaults for variables used in AM_CONDITIONAL
      	statements.
      	* configure.in:  Centralize AM_CONDITIONALs so that they are always
      	run.  Make use of GLIBCPP_IS_CROSS_COMPILING.
      	* aclocal.m4, configure:  Regenerated.
      
      From-SVN: r67663
      Phil Edwards committed
    • tree-inline.c (expand_call_inline): DECL_SOURCE_LINE_FIRST is removed. · 36f04556
      	* tree-inline.c (expand_call_inline): DECL_SOURCE_LINE_FIRST is
      	removed.
      	* java/java-tree.h (DECL_FUNCTION_LAST_LINE): New.
      	(struct lang_decl_func): Add last_line field.
      	* java/parse.h (DECL_SOURCE_LINE_MERGE, DECL_SOURCE_LINE_FIRST,
      	DECL_SOURCE_LINE_LAST): Remove.
      	* java/parse.y (missing_return_error,
      	finish_method_declaration, lookup_cl, start_artificial_method_body,
      	source_end_java_method, start_complete_expand_method): Adjust.
      
      From-SVN: r67661
      Nathan Sidwell committed
    • * sh.c (gen_block_redirect): Use locators. · 86143cb4
      From-SVN: r67660
      J"orn Rennecke committed
    • howto.html ('LWG Issues'): Add issue 235. · c7d251ba
      2003-06-09  Paolo Carlini  <pcarlini@unitus.it>
      
      	* docs/html/ext/howto.html ('LWG Issues'):  Add issue 235.
      
      From-SVN: r67659
      Paolo Carlini committed
    • arm.h (THUMB_PRINT_OPERAND_ADDRESS): Use %wd in format and remove cast to int. · 659bdc68
      * arm.h (THUMB_PRINT_OPERAND_ADDRESS): Use %wd in format and remove
      cast to int.
      
      From-SVN: r67658
      Richard Earnshaw committed
    • configure.in: Assume gas 2.14 and above can handle MIPS relocation operators. · 4dd03b27
      	* configure.in: Assume gas 2.14 and above can handle MIPS relocation
      	operators.
      	* configure: Regenerated.
      
      From-SVN: r67657
      Richard Sandiford committed
    • mips.h (GLOBAL_POINTER_REGNUM): New macro. · f833ffd4
      	* config/mips/mips.h (GLOBAL_POINTER_REGNUM): New macro.
      	(PIC_OFFSET_TABLE_REGNUM): Look at pic_offset_table_rtx after reload.
      	(STARTING_FRAME_OFFSET): Don't allocate a cprestore slot for
      	n32/64 PIC.
      	(MUST_SAVE_REGISTERS): Delete.
      	* config/mips/mips.c (mips_frame_info): Remove extra_size field.
      	(machine_function): Add global_pointer field.
      	(mips_classify_constant): Check for (const $gp) using pointer equality
      	with pic_offset_table_rtx.
      	(mips_classify_constant): Handle RELOC_LOADGP_HI and RELOC_LOADGP_LO.
      	(mips_restore_gp): Use current_function_outgoing_args_size.
      	(print_operand): Use PIC_OFFSET_TABLE_REGNUM instead of
      	GP_REG_FIRST + 28.  Handle relocation strings that have
      	more than one '('.
      	(mips_reloc_string): Handle RELOC_LOADGP_HI and RELOC_LOADGP_LO.
      	(mips_global_pointer): New function.
      	(mips_save_reg_p): New function, mostly split out from...
      	(compute_frame_size): ...here.  Remove handling of extra_size.
      	Reclaim args_size if no variables depend on it.  Don't treat gp
      	as a special case: handle it in the main GPR loop.
      	(mips_initial_elimination_offset): Fix comment.
      	(save_restore_insns): Save every register in the GPR mask,
      	removing distinction between mask and real_mask.
      	(mips_output_function_prologue): Update .frame psuedo-op after
      	the removal of extra_size.  Move the SVR4 PIC stack allocation
      	and cprestore instructions to mips_expand_prologue.
      	(mips_gp_insn): New function.
      	(mips_expand_prologue): Set REGNO (pic_offset_table_rtx) to
      	the chosen global pointer.  Handle SVR4 PIC stack allocation
      	in the same way as other ABIs.  Adjust varargs code accordingly.
      	Emit a cprestore insn after allocating the stack.  Use mips_gp_insn
      	to emit the loadgp sequence.  Follow it with a loadgp_blockage
      	if not using explicit relocs.
      	(mips_output_function_epilogue): Reinstate the default gp register.
      	(mips16_gp_pseudo_reg): Use pic_offset_table_rtx.
      	(mips16_optimize_gp): Likewise.
      	* config/mips/mips.md (UNSPEC_LOADGP): Remove.
      	(UNSPEC_SETJMP, UNSPEC_LONGJMP): Remove.
      	(UNSPEC_CPRESTORE, RELOC_LOADGP_HI, RELOC_LOADGP_LO): New.
      	(loadgp): Remove.
      	(loadgp_blockage, cprestore): New instructions.
      	(builtin_setjmp_setup): Implement using emit_move_insn.  Use
      	pic_offset_table_rtx.
      	(builtin_setjmp_setup_32, builtin_setjmp_setup_64): Remove.
      	(builtin_longjmp): Use gen_raw_REG to force use of $28.
      
      Co-Authored-By: Alexandre Oliva <aoliva@redhat.com>
      
      From-SVN: r67656
      Richard Sandiford committed
    • mips-protos.h (mips_output_division): Declare. · 32ad6a47
      	* config/mips/mips-protos.h (mips_output_division): Declare.
      	* config/mips/mips.h (MASK_CHECK_RANGE_DIV): Remove.
      	(MASK_BRANCHLIKELY): Use MASK_CHECK_RANGE_DIV's old number.
      	(TARGET_NO_CHECK_ZERO_DIV, TARGET_CHECK_RANGE_DIV): Remove.
      	(TARGET_CHECK_ZERO_DIV): New macro.
      	(TARGET_SWITCHES): Remove -mcheck-range-div & -mno-check-range-div.
      	* config/mips/mips.c (mips_output_division): New function.
      	* config/mips/mips.md (length): Take TARGET_CHECK_ZERO_DIV into
      	account when calculating the default length of a division.
      	(divmodsi4, divmoddi4, udivmodsi4, udivmoddi4): Turn into define_insns.
      	Enable regardless of optimization level.  Use mips_output_division.
      	(divmodsi4_internal, divmoddi4_internal, udivmodsi4_internal,
      	udivmoddi4_internal, div_trap, div_trap_normal, div_trap_mips16,
      	divsi3, divsi3_internal, divdi3, divdi3_internal, modsi3,
      	modsi3_internal, moddi3, moddi3_internal, udivsi3, udivsi3_internal,
      	udivdi3, udivdi3_internal, umodsi3, umodsi3_internal, umoddi3,
      	umoddi3_internal): Remove.
      
      From-SVN: r67655
      Richard Sandiford committed
    • mips.c (mips_reg_names): Change hilo entry to "". · d334c3c1
      	* config/mips/mips.c (mips_reg_names): Change hilo entry to "".
      	(mips_sw_reg_names): Likewise.
      	(mips_regno_to_class): Change hilo entry to NO_REGS.
      	(hilo_operand): Use MD_REG_P.
      	(extend_operator): New predicate.
      	(override_options): Remove 'a' constraint.
      	(mips_secondary_reload_class): Remove hilo handling.  Also remove
      	handling of (plus sp reg) reloads for mips16.
      	(mips_register_move_cost): Remove hilo handling.
      	* config/mips/mips.h (FIXED_REGISTERS): Make hilo entry fixed.
      	(MD_REG_LAST): Remove hilo from range.
      	(HILO_REGNUM): Delete.
      	(reg_class): Remove HILO_REG and HILO_AND_GR_REGS.
      	(REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update accordingly.
      	(PREDICATE_CODES): Add entry for extend_operator.
      	(DEBUG_REGISTER_NAMES): Change hilo entry to "".
      	* config/mips/mips.md: Remove hilo clobbers wherever they occur.
      	Remove constraints from multiplication define_expands.  Remove
      	clobbers from "decorative" define_expand patterns.
      	(UNSPEC_HILO_DELAY): Delete.
      	(*mul_acc_si, *mul_sub_si): Add early-clobber to operand 6.
      	(mulsidi3, umulsidi3): Change pattern to match the TARGET_64BIT case.
      	Adjust C code to just emit insns for !TARGET_64BIT.
      	(mulsidi3_internal): Rename to mulsidi3_32bit.
      	(mulsidi3_64bit): Use a "d" constraint for the destination.
      	Use extend_operator so that the pattern can handle umulsidi3 as well.
      	Split the instruction after reload.
      	(*mulsidi3_64bit_parts): New pattern, generated by mulsidi3_64bit.
      	(umulsidi3_internal): Rename to umulsidi3_32bit.
      	(umulsidi3_64bit): Remove.
      	(*smsac_di, *umsac_di): Line-wrap fixes.
      	(udivsi3_internal): Don't allow operand 2 to be constant.
      	(udivdi3_internal, umodsi3_internal, umoddi3_internal): Likewise.
      	(movdi_internal2, movsi_internal): Remove hilo alternatives.
      	(reload_in[sd]i, reload_out[sd]i, hilo_delay): Remove.
      
      From-SVN: r67654
      Richard Sandiford committed
    • re PR target/10913 (mips-elf ICE in text_section at varasm.c: 241) · 20db0e3c
      	PR target/10913
      	* config/mips/mips.h (TARGET_FILE_SWITCHING, NO_DBX_FUNCTION_END,
      	PUT_SDB_SCL, PUT_SDB_INT_VAL, PUT_SDB_VAL, PUT_SDB_ENDEF,
      	PUT_SDB_TYPE, PUT_SDB_SIZE, PUT_SDB_DIM, PUT_SDB_START_DIM,
      	PUT_SDB_NEXT_DIM, PUT_SDB_LAST_DIM, PUT_SDB_TAG, PUT_SDB_SRC_FILE,
      	SDB_GENERATE_FAKE, TEXT_SECTION): Delete.
      	(PUT_SDB_DEF, PUT_SDB_PLAIN_DEF, PUT_SDB_BLOCK_START,
      	PUT_SDB_BLOCK_END, PUT_SDB_FUNCTION_END): Replace use of
      	asm_out_text_file with asm_out_file.
      	* config/mips/iris5gas.h (PUT_SDB_SIZE, PUT_SDB_TYPE): Likewise.
      	* config/mips/elf.h (TEXT_SECTION): Undefine.
      	* config/mips/elf64.h (TEXT_SECION): Undefine.
      	* config/mips/openbsd.h (TEXT_SECION): Undefine.
      	* config/mips/mips.c (asm_out_text_file, asm_out_data_file): Delete.
      	(override_options): Disable small-data optimizations unless using
      	gas or explicit relocations.
      	(mips_asm_file_start, mips_asm_file_end, mips_output_function_epilogue,
      	iris6_asm_named_section, iris6_asm_file_start): Remove code for
      	handling TARGET_FILE_SWITCHING.
      	(copy_file_data): Move into TARGET_IRIX6 block.
      
      From-SVN: r67653
      Richard Sandiford committed
    • re PR bootstrap/10974 (Bootstrap failure) · aa9dc53d
      	PR bootstrap/10974
      	* physmem.c: Update comment.
      	* configure.in: Modify test for _system_configuration for older
      	AIX systems.
      
      	* config.in, configure: Regenerated.
      
      From-SVN: r67649
      Albert Chin-A-Young committed
    • expr.h (EXPAND_MEMORY): New. · 017e1b43
              * expr.h (EXPAND_MEMORY): New.
              * expr.c (expand_expr): Check it.
              * stmt.c (expand_asm_operands): Provide it when the constraint
              requires a memory.  Warn for memory input constraints without
              a memory operand.
      
              * gcc.dg/20011029-2.c: Fix the array reference.
              * gcc.dg/asm-7.c: New.
      
      From-SVN: r67645
      Richard Henderson committed
    • * varasm.c: Don't include c-tree.h. · f8950e17
      From-SVN: r67644
      Kaveh R. Ghazi committed
    • Daily bump. · fbad57fd
      From-SVN: r67642
      GCC Administrator committed
  3. 08 Jun, 2003 2 commits