Commit Graph

37241 Commits

Author SHA1 Message Date
J"orn Rennecke 95602da11c c-typeck.c (pointer_diff): Try to eliminate common term before doing conversions.
* c-typeck.c (pointer_diff): Try to eliminate common term before
	doing conversions.

From-SVN: r45285
2001-08-30 13:46:52 +01:00
Joern Rennecke f232e4a500 class.c (build_vtable_entry_ref): Subtract in char*, not ptrdiff_t.
* class.c (build_vtable_entry_ref): Subtract in char*, not
        ptrdiff_t.

Co-Authored-By: Jason Merrill <jason@redhat.com>

From-SVN: r45284
2001-08-30 08:44:22 -04:00
GCC Administrator c8cbefbb57 Daily bump.
From-SVN: r45282
2001-08-30 07:16:09 +00:00
Geoffrey Keating 52fdbf26b6 reload1.c (move2add_note_store): Correct typo checking for argument pushes.
* reload1.c (move2add_note_store): Correct typo checking for
	argument pushes.

From-SVN: r45279
2001-08-29 23:18:51 +00:00
Jason Merrill 9500c9029d make x a long
From-SVN: r45278
2001-08-29 18:36:26 -04:00
Jason Merrill d0d19c87a6 make BaseFunc virtual, too
From-SVN: r45277
2001-08-29 18:35:39 -04:00
Andrew MacLeod c63b1ae8a1 gcse.c (compute_hash_table): The SRC part of an insn with a RETVAL note should not be considered outside the...
2001-08-29  Andrew MacLeod  <amacleod@redhat.com>

	* gcse.c (compute_hash_table): The SRC part of an insn with a RETVAL
	note should not be considered outside the libcall block.

From-SVN: r45276
2001-08-29 21:43:41 +00:00
Kaveh R. Ghazi c864312278 * ansidecl.h: Update comments reflecting previous change.
From-SVN: r45275
2001-08-29 19:44:39 +00:00
Kaveh R. Ghazi ec83eb53a7 * genattrtab.c (attr_printf): Use VA_OPEN/VA_FIXEDARG/VA_CLOSE.
From-SVN: r45274
2001-08-29 18:26:31 +00:00
Kazu Hirata 5965bbf846 * config/h8300/h8300.md (movsi_h8300hs): Make it 64-bit safe.
From-SVN: r45273
2001-08-29 18:21:07 +00:00
Kazu Hirata 366a7b2715 h8300-protos.h: Add a prototype for emit_logical_op.
* config/h8300/h8300-protos.h: Add a prototype for
	emit_logical_op.
	* config/h8300/h8300.c (emit_logical_op): New.
	* config/h8300/h8300.md (andhi3): Use emit_logical_op.
	(andsi3): Likewise.
	(iorhi3): Likewise.
	(iorsi3): Likewise.
	(xorhi3): Likewise.
	(xorsi3): Likewise.

From-SVN: r45272
2001-08-29 18:18:15 +00:00
John David Anglin 6e9c53b489 pa.c (move_operand): Cast GET_MODE_SIZE results to HOST_WIDE_INT for comparison with rtx INTVAL.
* pa.c (move_operand): Cast GET_MODE_SIZE results to HOST_WIDE_INT for
	comparison with rtx INTVAL.
	(pa_output_function_prologue): Don't mix signed and unsigned in `?'
	expression.
	* pa.h (FUNCTION_ARG_SIZE): Likewise.

From-SVN: r45271
2001-08-29 17:57:47 +00:00
Kazu Hirata 53251a5575 lib1funcs.asm: Update the copyright.
* config/h8300/lib1funcs.asm: Update the copyright.  Fix
	comment typos.

From-SVN: r45269
2001-08-29 16:37:13 +00:00
Kazu Hirata 07322342cb Fix typos in ChangeLog.
From-SVN: r45268
2001-08-29 16:23:53 +00:00
Kazu Hirata 0cb3708d3c h8300.md (anonymous movhi pattern): Don't move (reg n) to (mem (pre_dec (reg n)) (anonymous movsi pattern): Likewise.
* h8300.md (anonymous movhi pattern): Don't move (reg n) to
	(mem (pre_dec (reg n))
	(anonymous movsi pattern): Likewise.

From-SVN: r45266
2001-08-29 16:17:25 +00:00
Kazu Hirata af592bf91d * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
From-SVN: r45264
2001-08-29 16:10:41 +00:00
Kazu Hirata 39fc3cc778 * h8300.h (RETURN_ADDR_RTX): New.
From-SVN: r45262
2001-08-29 16:04:13 +00:00
Kazu Hirata b3a68dbae8 h8300.md (movsi_h8300hs): Optimize loading of several special constants.
* h8300.md (movsi_h8300hs): Optimize loading of several
	special constants.

From-SVN: r45261
2001-08-29 16:01:59 +00:00
Kazu Hirata 45a4bc1dc5 * config/h8300/lib1funcs.asm: Fix comment typos.
From-SVN: r45259
2001-08-29 14:45:35 +00:00
Kaveh R. Ghazi c3d03e3a07 iris6.h (ASM_DECLARE_OBJECT_NAME, [...]): Fix format specifier warnings.
* iris6.h (ASM_DECLARE_OBJECT_NAME, ASM_FINISH_DECLARE_OBJECT):
	Fix format specifier warnings.

	* irix6-libc-compat.c (inet_ntoa, inet_lnaof, inet_netof,
	inet_makeaddr, semctl): Prototype.

	* mips.c (compute_frame_size): Fix signed/unsigned warnings.
	(save_restore_insns): Use base_offset, not gp_offset.

	* mips.h (GP_REG_OR_PSEUDO_STRICT_P): Fix signed/unsigned warning.
	(ASM_OUTPUT_BYTE): Fix format specifier warning.

From-SVN: r45258
2001-08-29 11:45:14 +00:00
GCC Administrator e0e4041f3b Daily bump.
From-SVN: r45257
2001-08-29 09:32:43 +00:00
Richard Henderson a7b01a4bf1 bb-reorder.c (function_tail_eff_head): New.
* bb-reorder.c (function_tail_eff_head): New.
        (record_effective_endpoints): Set it.
        (fixup_reorder_chain): Use it.

From-SVN: r45255
2001-08-29 02:31:44 -07:00
Kaveh R. Ghazi c43f84d7ce * dwarf2asm.c (dw2_asm_output_nstring): Fix typo in previous change.
From-SVN: r45254
2001-08-29 03:16:12 +00:00
Dale Johannesen c0cbc013a2 darwin.c (machopic_function_base_name): Add const qualifier to a string.
2001-08-28  Dale Johannesen  <dalej@apple.com>

        * config/darwin.c (machopic_function_base_name): Add const
        qualifier to a string.
        (darwin_encode_section_info): Ditto.

From-SVN: r45253
2001-08-29 02:43:26 +00:00
Alexandre Petit-Bianco 8dfa3e5380 Removing conflict indicators. Oops.
From-SVN: r45252
2001-08-28 19:31:55 -07:00
Alexandre Petit-Bianco 1ca09b4878 re PR java/4141 (GCJ compiles illegal code without complaining.)
2001-08-27  Alexandre Petit-Bianco  <apbianco@redhat.com>

	* parse.y (resolve_qualified_expression_name): Handle unresolved
	qualified expressions, prevent numerical qualifiers, fixed typo.
	Fixes PR java/4141

(http://gcc.gnu.org/ml/gcc-patches/2001-08/msg01644.html)

From-SVN: r45251
2001-08-28 19:22:52 -07:00
Alexandre Petit-Bianco 51a25585ff re PR java/3949 (fastjar exits success if @file not found)
2001-08-28  Alexandre Petit-Bianco  <apbianco@redhat.com>

	* jartool.c (add_to_jar): Return 1 if `stat' initialy failed.
	Fixes PR java/3949.

(http://gcc.gnu.org/ml/gcc-patches/2001-08/msg01641.html)

From-SVN: r45250
2001-08-28 18:35:32 -07:00
Loren J. Rittle 533ab4d1f3 Makefile.am: Use toplevel_srcdir to refer to src files outside this component.
* include/Makefile.am: Use toplevel_srcdir to refer to src files
outside this component.
* include/Makefile.in: Regenerate.

From-SVN: r45248
2001-08-29 00:32:49 +00:00
Kaveh R. Ghazi 252cf8126e tree.c (default_valid_attribute_p): Don't use PARAMS on a function definition.
* tree.c (default_valid_attribute_p): Don't use PARAMS on a
	function definition.

From-SVN: r45247
2001-08-28 23:44:42 +00:00
Daniel Berlin d59c534651 df.h (struct df): Add rts_order variable.
2001-08-28  Daniel Berlin  <dan@cgsoftware.com>

	* df.h (struct df): Add rts_order variable.

	* df.c (df_visit_next_rts): New function.
	(df_visit_next): Renamed to df_visit_next_rc
	(df_analyse_1): Allocate/compute/free rts_order as well.
	(df_rd_global_compute): Use df_visit_next_rc instead of
	df_visit_next.
	(df_ru_global_compute): Use df_visit_next_rts instead of
	df_visit_next.

	* flow.c (flow_reverse_top_sort_order_compute): New function.

	* basic-block.h: Add prototype.

From-SVN: r45246
2001-08-28 23:43:23 +00:00
Daniel Berlin e0c39f1bd5 ssa-ccp.c (ssa_ccp_df_delete_unreachable_insns): For unreachable blocks, the BB_REACHABLE is now set, rather than aux being non-NULL.
2001-08-28  Daniel Berlin  <dan@cgsoftware.com>

	* ssa-ccp.c (ssa_ccp_df_delete_unreachable_insns): For unreachable
	blocks, the BB_REACHABLE is now set, rather than aux being
	non-NULL. Update the test to reflect this.

From-SVN: r45245
2001-08-28 23:38:12 +00:00
Eric Christopher a098df27dd crtn.asm: Add comment explaining 16 byte alignment.
2001-08-28  Eric Christopher  <echristo@redhat.com>

	* config/mips/crtn.asm: Add comment explaining 16 byte alignment.
	config/mips/crti.asm: Ditto.

From-SVN: r45244
2001-08-28 23:23:37 +00:00
Eric Christopher 46f9491e74 c-pragma.h (add_weak): Move prototype from here...
2001-08-28  Eric Christopher <echristo@redhat.com>
	    Richard Henderson <rth@redhat.com>

	* c-pragma.h (add_weak): Move prototype from here...
	* output.h (add_weak): ... to here.
	* varasm.c (add_weak): Fix typo.
	* config/mips/crti.asm: New file.
	* config/mips/crtn.asm: Ditto.
	* config/mips/elf.h (SBSS_SECTION_ASM_OP) Add #undef.
	(CTOR_LISTS_DEFINED_EXTERNALLY): Remove.
	(INVOKE__main): Ditto.
	(INIT_SECTION_ASM_OP): New.
	(FINI_SECTION_ASM_OP): Ditto.
	(STARTFILE_SPEC): Add crti.
	(ENDFILE_SPEC): Add crtn.
	* config/mips/elf64.h: Same.
	* config/mips/rtems64.h (INVOKE__main, NAME__MAIN, SYMBOL__MAIN):
	Remove.
	* config/mips/vxworks.h: Ditto.
	* config/mips/t-elf: Support crti and crtn.

Co-Authored-By: Richard Henderson <rth@redhat.com>

From-SVN: r45243
2001-08-28 23:03:52 +00:00
Alexandre Oliva 5dde01439e jump.c (mark_jump_label): Fix typo: REG_LABEL is EXPR_LIST, not INSN_LIST.
* jump.c (mark_jump_label): Fix typo: REG_LABEL is EXPR_LIST, not
INSN_LIST.

From-SVN: r45242
2001-08-28 22:20:40 +00:00
Per Bothner 1a27eec11a jcf-write.c (generate_bytecode_insns): For increments and decrements just recurse to push constant.
* jcf-write.c  (generate_bytecode_insns):  For increments and
        decrements just recurse to push constant.  Improvement on Mark's patch.

From-SVN: r45241
2001-08-28 15:18:57 -07:00
Per Bothner 4046760603 BigInteger.java (init(int,Random)): New method.
* java/math/BigInteger.java (init(int,Random)):  New method.
	Move body of constructor <init>(int,Random)) here.
	Re-write it to avoid constructing unneeded temporaries.
	(<init>(int,int,Random)):  Use new init method to avoid constructing
	extra temporary BigIntegers.

From-SVN: r45240
2001-08-28 15:16:11 -07:00
Richard Henderson 967603efc9 ia64.md (andcmbi3, iorcmbi3): Fix typos.
* config/ia64/ia64.md (andcmbi3, iorcmbi3): Fix typos.
        (one_cmplbi2 splitter): Remove redundant test.

From-SVN: r45238
2001-08-28 14:48:24 -07:00
Joseph Myers 70f6603960 update_web_docs: Also check out texinfo.tex from gcc/doc/include.
* update_web_docs: Also check out texinfo.tex from
	gcc/doc/include.

From-SVN: r45236
2001-08-28 22:11:02 +01:00
Dale Johannesen 4f400cf638 darwin.h (DEFAULT_SIGNED_CHAR): Define.
2001-08-28  Dale Johannesen  <dalej@apple.com>

        * config/rs6000/darwin.h (DEFAULT_SIGNED_CHAR): Define.

From-SVN: r45235
2001-08-28 19:51:50 +00:00
Danny Smith c976fa8847 * config/i386/cygwin.h (BIGGEST_FIELD_ALIGNMENT): Set to 64.
From-SVN: r45234
2001-08-28 14:53:19 -04:00
Stan Shebs 1aef44a740 darwin.h (ASM_OUTPUT_LABELREF): Handle '*' names.
* config/darwin.h (ASM_OUTPUT_LABELREF): Handle '*' names.
        (UNALIGNED_SHORT_ASM_OP): Define.
        (UNALIGNED_INT_ASM_OP): Define.

From-SVN: r45232
2001-08-28 18:37:38 +00:00
Mark Mitchell 06657dcd6e jcf-write.c (generate_bytecode_insns): Generate an integer to real conversion for increments and decrements of reals.
* jcf-write.c (generate_bytecode_insns): Generate an integer to
	real conversion for increments and decrements of reals.

From-SVN: r45230
2001-08-28 17:55:10 +00:00
Will Cohen 68350f4f0f rs6000.md (store_multiple): Correct RTL generation for first set.
2001-08-28  Will Cohen  <wcohen@redhat.com>

	* config/rs6000/rs6000.md (store_multiple): Correct RTL
	generation for first set.

From-SVN: r45229
2001-08-28 17:26:14 +00:00
GCC Administrator fce881ebee Daily bump.
From-SVN: r45227
2001-08-28 07:17:02 +00:00
Benjamin Kosnik 72e2386f87 c_locale_gnu.cc: Move facet info to separate files...
2001-08-27  Benjamin Kosnik  <bkoz@redhat.com>

	* config/locale/c_locale_gnu.cc: Move facet info to separate files...
	* config/locale/c_locale_generic.cc: Same.
	* config/locale/moneypunct_members_gnu.cc: New file.
	* config/locale/moneypunct_members_generic.cc: New file.
	* config/locale/numpunct_members_gnu.cc: New file.
	* config/locale/numpunct_members_generic.cc: New file.
	* acinclude.m4 (GLIBCPP_ENABLE_CLOCALE): Add moneypunct, numpunct
	options.
	* aclocal.m4: Regenerate.
	* configure: Regenerate.
	* src/Makefile.am (sources): And here.
	* src/Makefile.in: Regenerate.

	Rename for consistency with rest of testsuite.
	* testsuite/22_locale/codecvt.cc: New file.
	* testsuite/22_locale/money_put.cc: New file.
	* testsuite/22_locale/money_put_members_char.cc: New file.

From-SVN: r45224
2001-08-28 06:19:35 +00:00
Andreas Jaeger 79e8ec0eb2 (forgot in last checkin)
Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.

From-SVN: r45223
2001-08-28 06:55:48 +02:00
Richard Henderson c23bb84bd3 flow.c (redirect_edge_succ_nodup): Return new edge.
* flow.c (redirect_edge_succ_nodup): Return new edge.
        (try_simplify_condjump): Use new edge.
        * basic-block.h (redirect_edge_succ_nodup): Update prototype.

From-SVN: r45222
2001-08-27 18:32:10 -07:00
Roman Zippel b5a696fb77 * cse.c (cse_basic_block): Skip note instructions.
From-SVN: r45221
2001-08-27 18:29:48 -07:00
Richard Henderson fa4e13e035 combine.c (combine_simplify_rtx): Don't reverse condition if there is no reverse for the condition.
* combine.c (combine_simplify_rtx): Don't reverse condition
        if there is no reverse for the condition.
        (simplify_comparison): Don't simplify subregs from INT to FP.

        * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
        * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.

From-SVN: r45220
2001-08-27 17:59:33 -07:00
Richard Henderson c05148e841 m68k.md (sordered, [...]): New patterns.
* config/m68k/m68k.md (sordered, sordered_1, sunordered, sunordered_1,
        suneq, suneq_1, sunge, sunge_1, sungt, sungt_1, sunle, sunle_1,
        sunlt, sunlt_1, sltgt, sltgt_1, fsogt_1, fsoge_1, fsolt_1, fsole_1,
        bordered, bunordered, buneq, bunge, bungt, bunle, bunlt, bltgt,
        bordered_rev, bunordered_rev, buneq_rev, bunge_rev, bungt_rev,
        bunle_rev, bunlt_rev, bltgt_rev): New patterns.

From-SVN: r45219
2001-08-27 17:51:40 -07:00