1. 23 Aug, 2003 14 commits
    • i860.c (i860_build_va_list): Create the va_decl declaration. · 5dab8d92
      2003-08-22  Jason Eckhardt  <jle@rice.edu>
      
      	* config/i860/i860.c (i860_build_va_list): Create the va_decl
      	declaration.  Document the va_list structure.
      	(i860_va_start): Initialize the va_list structure.
      	(i860_va_arg): Rewrite completely.
      	* config/i860/i860.h (LIBGCC_NEEDS_DOUBLE): Don't define.
      	* config/i860/varargs.asm: Do not allocate or initialize
      	a va_list.  Return the address of the register save area.
      
      From-SVN: r70729
      Jason Eckhardt committed
    • configure.in: Use newline instead of semicolon when assuming shell arguments in a for loop. · 415d7ef9
      2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
      
      	* configure.in:  Use newline instead of semicolon when assuming
      	shell arguments in a for loop.
      	* configure:  Regenerated.
      
      From-SVN: r70728
      Phil Edwards committed
    • iq2000.c: Fix comment typos. · 2cac216b
      	* config/iq2000/iq2000.c: Fix comment typos.
      	* config/iq2000/iq2000.md: Likewise.
      
      From-SVN: r70727
      Kazu Hirata committed
    • iq2000.c: Follow spelling conventions. · 4375e090
      	* config/iq2000/iq2000.c: Follow spelling conventions.
      	* config/iq2000/iq2000.h: Likewise.
      	* config/mn10300/mn10300.c: Likewise.
      
      From-SVN: r70726
      Kazu Hirata committed
    • i860.c (output_move_double): Don't set latehalf to zero for CONST_INT (since it… · a36b8cb8
      i860.c (output_move_double): Don't set latehalf to zero for CONST_INT (since it could be, e.g., -1).
      
      2003-08-22  Jason Eckhardt  <jle@rice.edu>
      
      	* config/i860/i860.c (output_move_double): Don't set latehalf
      	to zero for CONST_INT (since it could be, e.g., -1).
      
      	* config/i860/i860.h (REMSI3_LIBCALL): Replace this macro...
      	(MODSI3_LIBCALL): ...with this one.
      	(UREMSI3_LIBCALL): Replace this macro...
      	(UMODSI3_LIBCALL): ...with this one.
      
      From-SVN: r70725
      Jason Eckhardt committed
    • i860-protos.h (output_delay_insn): Remove prototype. · 89520fd7
      2003-08-22  Jason Eckhardt  <jle@rice.edu>
      
      	* config/i860/i860-protos.h (output_delay_insn): Remove prototype.
      	(output_delayed_branch): Remove prototype.
      	(single_insn_src_p): Remove prototype.
      	* config/i860/i860.c (single_insn_src_p): Remove function.
      	(output_delayed_branch): Remove function.
      	(output_delay_insn): Remove function.
      	(va_start): Remove unconditional test and dead code, re-format.
      	Fix coding style and spelling problems in various comments.
      	* config/i860/i860.md (UNSPECV_BLOCKAGE): Define constant...
      	(blockage pattern): ...and use it here.
      	(all define_peephole patterns related to delayed branches): Remove.
      	Fix coding style and spelling problems in various comments.
      
      From-SVN: r70724
      Jason Eckhardt committed
    • i860.c: Replace all occurrences of 'GNU CC' with 'GCC'. · 8274e603
      2003-08-22  Jason Eckhardt  <jle@rice.edu>
      
      	* config/i860/i860.c: Replace all occurrences of 'GNU CC' with 'GCC'.
      	Remove all uses of the PARAMS macro.  Remove superflous prototypes.
      	Convert all function definitions from traditional to ISO C90 syntax.
      	* config/i860/i860-protos.h: Replace all occurrences of 'GNU CC'
      	with 'GCC'.  Remove all uses of the PARAMS macro.
      	* config/i860/i860.h: Replace all occurrences of 'GNU CC' with 'GCC'.
      	* config/i860/i860.md: Likewise.
      	* config/i860/sysv4.h: Likewise.
      	* config/i860/varargs.asm: Likewise.
      
      From-SVN: r70723
      Jason Eckhardt committed
    • i860-protos.h (i860_va_start): Remove 'stdarg_p' argument. · cfbdb830
      2003-08-22  Jason Eckhardt  <jle@rice.edu>
      
      	* config/i860/i860-protos.h (i860_va_start): Remove 'stdarg_p'
      	argument.
      	(tdesc_section): Add prototype.
      	Update copyright dates.
      	* config/i860/i860.c: Include coretypes.h, tm.h, and toplev.h.
      	(TARGET_ASM_FUNCTION_PROLOGUE): Move definition to end of file.
      	(TARGET_ASM_FUNCTION_EPILOGUE): Likewise.
      	(targetm): Likewise.
      	(i860_output_function_prologue): Substitute HOST_WIDE_INT_PRINT_DEC
      	for '%d' where necessary.
      	(i860_va_start): Remove 'stdarg_p' argument.  Make conditional checks
      	on 'stdarg_p' unconditional.  Divide current_function_args_info.ints
      	by UNITS_PER_WORD when referencing (likewise for .floats).
      	(I860_SVR4_VARARGS): Rename...
      	(I860_SVR4_VA_LIST): ...to this.
      	Call build() with 't' rather than 'field'.
      	(i860_rtx_costs): New function.
      	(TARGET_RTX_COSTS): Define.
      	(i860_internal_label): New function.
      	(TARGET_ASM_INTERNAL_LABEL): Define.
      	(i860_file_start): New function.
      	Update copyright dates.
      	* config/i860/i860.h (CPP_PREDEFINES): Remove.
      	(TARGET_CPU_CPP_BUILTINS): Define.
      	(EXPAND_BUILTIN_VA_START): Remove 'stdarg' argument.
      	(CONST_COSTS): Remove (and move code to i860_rtx_costs).
      	(ASM_FILE_START): Remove.
      	(ASM_FILE_START_1): Remove.
      	(ASM_GLOBALIZE_LABEL): Remove.
      	(ASM_OUTPUT_INTERNAL_LABEL): Remove.
      	(ASM_OUTPUT_CASE_LABEL): Replace call of ASM_OUTPUT_INTERNAL_LABEL
      	with targetm.asm_out.internal_label.
      	Update copyright dates.
      	* config/i860/sysv4.h (USER_LABEL_PREFIX): Define.
      	(CPP_PREDEFINES): Remove.
      	(TARGET_OS_CPP_BUILTINS): Define.
      	(GLOBAL_ASM_OP): Define.
      	(ASM_FILE_START): Remove.
      	(TARGET_ASM_FILE_START_FILE_DIRECTIVE): Define.
      	(TARGET_ASM_FILE_START): Define.
      	Update copyright dates.
      
      From-SVN: r70722
      Jason Eckhardt committed
    • linkage.exp: Treat all HP-UX platforms identically. · 35f73a73
      	* gcc.misc-tests/linkage.exp: Treat all HP-UX platforms
      	identically.
      
      From-SVN: r70721
      Mark Mitchell committed
    • MAINTAINERS: Resurrect the i860 maintainer. · e1567352
      2003-08-22  Jason Eckhardt  <jle@rice.edu>
      
      ChangeLog
      	* MAINTAINERS: Resurrect the i860 maintainer.
      
      gcc/ChangeLog:
      	* gcc/config.gcc (i860-*-sysv4*): Add target.
      	* config/i860/i860-protos.h: New.
      	* config/i860/i860.c: New.
      	* config/i860/i860.h: New.
      	* config/i860/i860.md: New.
      	* config/i860/sysv4.h: New.
      	* config/i860/varargs.asm: New.
      	* config/i860/x-sysv4: New.
      
      From-SVN: r70719
      Jason Eckhardt committed
    • pa.c: Replace 'GNU CC' with 'GCC'. · b7849684
      2003-08-22  Jason Eckhardt  <jle@rice.edu>
      
      	* config/pa/pa.c: Replace 'GNU CC' with 'GCC'.
      	Remove all uses of PARAMS macro.
      	Convert all function definitions to ISO C90 syntax.
      	* config/pa/elf.h: Replace 'GNU CC' with 'GCC'.
      	* config/pa/fptr.c: Likewise.
      	* config/pa/lib2funcs.asm: Likewise.
      	* config/pa/long_double.h: Likewise.
      	* config/pa/milli64.S: Likewise.
      	* config/pa/pa-64.h: Likewise.
      	* config/pa/pa-hpux.h: Likewise.
      	* config/pa/pa-hpux10.h: Likewise.
      	* config/pa/pa-hpux11.h: Likewise.
      	* config/pa/pa-linux.h: Likewise.
      	* config/pa/pa-modes.def: Likewise.
      	* config/pa/pa-osf.h: Likewise.
      	* config/pa/pa-pro-end.h: Likewise.
      	* config/pa/pa.md: Likewise.
      	* config/pa/pa32-linux.h: Likewise.
      	* config/pa/pa64-linux.h: Likewise.
      	* config/pa/pa64-hpux.h: Likewise.
      	* config/pa/pa64-regs.h: Likewise.
      	* config/pa/quadlib.c: Likewise.
      	* config/pa/rtems.h: Likewise.
      	* config/pa/pa-protos.h: Replace 'GNU CC' with 'GCC' and remove
      	all uses of the PARAMS macro.
      	* config/pa/pa.h: Likewise.
      	* config/pa/som.h: Likewise.
      
              * config/iq2000/iq2000.c: Replace 'GNU CC' with 'GCC'.
              Remove all uses of PARAMS macro.
              Convert all function definitions to ISO C90 syntax.
      	* config/iq2000-protos.h: Replace 'GNU CC' with 'GCC'.
              Remove all uses of PARAMS macro.
      	* config/iq2000.h: Remove all uses of PARAMS macro.
              * config/iq2000/iq2000.md: Replace 'GNU CC' with 'GCC'.
      
      From-SVN: r70715
      Jason Eckhardt committed
    • s390-protos.h (s390_output_pool_entry): Declare. · 416cf582
      	* config/s390/s390-protos.h (s390_output_pool_entry): Declare.
      	* config/s390/s390.c (gen_consttable): Remove.
      	(s390_dump_pool): Use UNSPECV_POOL_ENTRY for pool entry insns.
      	(s390_output_pool_entry): New function.
      	* config/s390/s390.md (UNSPECV_POOL_QI, UNSPECV_POOL_HI,
      	UNSPECV_POOL_SI, UNSPECV_POOL_DI, UNSPECV_POOL_TI,
      	UNSPECV_POOL_SF, UNSPECV_POOL_DF): Remove, replace by ...
      	(UNSPECV_POOL_ENTRY): ... this new constant.
      	("consttable_qi", "consttable_hi", "consttable_si", "consttable_di",
      	"consttable_ti", "consttable_sf", "consttable_df"): Remove ...
      	("*pool_entry"): ... and replace by this new insn.
      	("literal_pool_31"): Do not emit anchor label if pool empty.
      
      	* config/s390/s390.c (struct machine_function): Add save_return_addr_p.
      	(s390_optimize_prolog): Save RETURN_REGNUM if save_return_addr_p.
      	(s390_fixup_clobbered_return_reg): Remove.
      	(s390_reorg): Don't call s390_fixup_clobbered_return_reg.
      	(s390_return_addr_rtx): Always retrieve return address from save area
      	slot.  Use save_return_addr_p to force slot to be filled.
      	(s390_emit_prologue): Remove has_hard_reg_initial_val test.
      
      From-SVN: r70714
      Ulrich Weigand committed
    • Daily bump. · 27a9da79
      From-SVN: r70712
      GCC Administrator committed
  2. 22 Aug, 2003 18 commits
  3. 21 Aug, 2003 8 commits
    • re PR libgcj/12013 (Calling Reference.clear() can cause runtime to crash.) · c9a61d5a
      2003-08-21  David Daney  <ddaney@avtrex.com>
      
      	Fix for PR libgcj/12013:
      	* java/lang/ref/natReference.cc (finalize_referred_to_object):
      	Check `cleared' field.
      	* java/lang/ref/Reference.java (copy): Updated comments.
      	(cleared): New field.
      	(clear): Rewrote.
      
      From-SVN: r70668
      David Daney committed
    • re PR c++/11283 (ICE in build_conditional_expr) · aa779cf3
              PR c++/11283
              * call.c (build_conditional_expr): Ignore cv-qual differences for
              non-class types.
      
      From-SVN: r70667
      Jason Merrill committed
    • * gcc_build: Fix handling of -t option. Add -x option. · 9d3d50d2
      From-SVN: r70658
      Mark Mitchell committed
    • Makefile.am (gtk_awt_peer_sources): Add gnu/java/awt/peer/GLightweightPeer.java. · c79c6c5b
      2003-08-21  Scott Gilbertson  <scottg@mantatest.com>
                  Thomas Fitzsimmons  <fitzsim@redhat.com>
      
      	* Makefile.am (gtk_awt_peer_sources): Add
      	gnu/java/awt/peer/GLightweightPeer.java.  Remove
      	gnu/java/awt/GLightweightPeer.java.
      	* gnu/java/awt/GLightweightPeer.java: Remove file.
      	* gnu/java/awt/peer/GLightweightPeer.java: New file.
      	* java/awt/Component.java (getToolkit): Add comment about
      	lightweight components.
      	* java/awt/Toolkit.java (createComponent): Return
      	gnu.java.awt.peer.GLightweightPeer.
      
      Co-Authored-By: Thomas Fitzsimmons <fitzsim@redhat.com>
      
      From-SVN: r70657
      Scott Gilbertson committed
    • m68k.c (m68k_rtx_costs): Adjust mul/div costs for ColdFire cores. · eb849993
      	* config/m68k/m68k.c (m68k_rtx_costs): Adjust mul/div costs for
      	ColdFire cores.
      
      Co-Authored-By: Paul Dale <pauli@snapgear.com>
      Co-Authored-By: Peter Barada <peter@baradas.org>
      
      From-SVN: r70653
      Bernardo Innocenti committed
    • re PR c++/11551 (g++ accepts typedef as destructor name) · f3c2dfc6
      	PR c++/11551
      	* parser.c (cp_parser_id_expression): Add declarator_p parameter.
      	(cp_parser_primary_expression): Adjust call to
      	cp_parser_id_expression.
      	(cp_parser_unqualified_id): Complain about the use of
      	typedef-names in a destructor declarator.
      	(cp_parser_postfix_expression): Adjust call to
      	cp_parser_id_expression.
      	(cp_parser_type_parameter): Likewise.
      	(cp_parser_template_argument): Likewise.
      	(cp_parser_declarator_id): Likewise.
      
      	PR c++/11919
      	* call.c (standard_conversion): Use same_type_p, not pointer
      	equality, to compare types.
      
      	PR c++/10762
      	* parser.c (cp_parser_using_declaration): Check for invalid uses
      	of template-ids here...
      	* decl2.c (do_class_using_decl): ... rather than here.
      
      	PR c++/11919
      	* g++.dg/overload/prom1.C: New test.
      
      	PR c++/11551
      	* g++.dg/parse/dtor2.C: New test.
      
      	PR c++/10762
      	* g++.dg/parse/using2.C: New test.
      
      From-SVN: r70652
      Mark Mitchell committed
    • Makefile.in (INCLUDES): Remove -I$(srcdir)/config. · ca11c37c
      	* Makefile.in (INCLUDES): Remove -I$(srcdir)/config.
      	* config.gcc (*-*-openbsd): Don't set tm_file.
      	(alpha*-*-openbsd, arm*-*-coff*, arm*-wince-pe*,
      	arm-*-pe*, avr-*-*, h8300-*-rtems*, h8300-*-elf*,
      	h8300-*-*, hppa*-*-osf*, hppa*-*-bsd*, hppa*-*-hpux*,
      	i370-*-opened*, i370-*-mvs*, i370-*-linux*, i?86-*-openbsd*,
      	i?86-*-lynxos, i?86-*-nto-qnx*, iq2000*-*-elf*, m68000-hp-hpux*,
      	m68k-hp-hpux*, m68k-*-aout*, m68k-*-coff*, m68020-*-elf*,
      	m68k-*-elf*, m68k*-*-netbsd*, m68k*-*-openbsd*, m68k-*-sysv4*,
      	m68k-*-linux*, m68k-*-rtems*, mcore-*-pe*, mips*-*-netbsd*,
      	mips*-*-openbsd*, rs6000-*-lynxos*, sh*-*-elf*, sh*-*-ka,
      	sh-*-rtemself, sparc-*-openbsd*, strongarm-*-pe, vax-*-openbsd*,
      	xscale-*-coff): Use explicit and complete lists of target headers
      	to include.  Move definitions to tm_defines where appropriate.
      	(hppa*-*-openbsd*, powerpc-*-openbsd*): Comment out stanza for
      	not-yet-contributed configuration.
      
      	* config/lynx.h, config/alpha/openbsd.h, config/arm/coff.h
      	* config/avr/avr.h, config/frv/frv.h, config/h8300/elf.h
      	* config/i370/linux.h, config/i370/mvs.h, config/i370/oe.h
      	* config/i386/nto.h, config/iq2000/iq2000.h,
      	* config/m68k/coff.h, config/m68k/hp310.h, config/m68k/hp320.h
      	* config/m68k/linux.h, config/m68k/m68k-aout.h
      	* config/m68k/m68k-none.h, config/m68k/m68kv4.h
      	* config/m68k/netbsd.h, config/m68k/openbsd.h
      	* config/m68k/sgs.h, config/mcore/mcore-pe.h,
      	* config/mips/netbsd.h, config/mips/openbsd.h, config/pa/pa.h,
      	* config/rs6000/lynx.h, config/sh/embed-elf.h, config/sparc/openbsd.h:
      	Remove includes of other target config headers, and
      	definitions of macros moved to tm_defines lists.  Add #undefs
      	where now necessary to prevent redefinition warnings.
      
      	* config/h8300/coff.h: New file split out of...
      	* config/h8300/elf.h: ...here.
      	* config/m68k/hp320base.h: New file split out of...
      	* config/m68k/hp320.h: ...here.
      	* config/rs6000/lynxbase.h: New file split out of...
      	* config/rs6000/lynx.h: ...here.
      
      	* config/m68k/hp310g.h, config/m68k/hp320g.h, config/m68k/hpux7.h
      	* config/m68k/m68k-coff.h, config/mips/openbsd-be.h: Delete file.
      
      	* config/sol2.h: Remove #if 0-ed #include of sys/mman.h.
      	* config/m68k/m68kelf.h: Remove commented out #include of m68k/sgs.h.
      	* config/mcore/mcore.h: Don't include hwint.h nor machmode.h.
      	Remove unnecessary #ifndef.
      	* config/s390/s390.h: Prefix #include of s390/fixdfdi.h
      	[under IN_LIBGCC2] with config/.
      
      From-SVN: r70651
      Zack Weinberg committed
    • cppfiles.c (stack_file): Correctly pass return_at_eof parameter to cpp_push_buffer. · ac650a0a
      
      	* cppfiles.c (stack_file):  Correctly pass return_at_eof parameter
      	to cpp_push_buffer.
      	* cpplex.c (_cpp_get_fresh_line):  Don't buffer->prev - handled
      	by return_at_eof check.  Always call _cpp_pop_buffer at end.
      
      From-SVN: r70646
      Per Bothner committed