- 30 Aug, 2001 2 commits
-
-
* class.c (build_vtable_entry_ref): Subtract in char*, not ptrdiff_t. Co-Authored-By: Jason Merrill <jason@redhat.com> From-SVN: r45284
Joern Rennecke committed -
From-SVN: r45282
GCC Administrator committed
-
- 29 Aug, 2001 25 commits
-
-
* reload1.c (move2add_note_store): Correct typo checking for argument pushes. From-SVN: r45279
Geoffrey Keating committed -
From-SVN: r45278
Jason Merrill committed -
From-SVN: r45277
Jason Merrill committed -
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
Andrew MacLeod committed -
From-SVN: r45275
Kaveh R. Ghazi committed -
From-SVN: r45274
Kaveh R. Ghazi committed -
From-SVN: r45273
Kazu Hirata committed -
* 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
Kazu Hirata committed -
* 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
John David Anglin committed -
* config/h8300/lib1funcs.asm: Update the copyright. Fix comment typos. From-SVN: r45269
Kazu Hirata committed -
From-SVN: r45268
Kazu Hirata committed -
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
Kazu Hirata committed -
From-SVN: r45264
Kazu Hirata committed -
From-SVN: r45262
Kazu Hirata committed -
* h8300.md (movsi_h8300hs): Optimize loading of several special constants. From-SVN: r45261
Kazu Hirata committed -
From-SVN: r45259
Kazu Hirata committed -
* 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
Kaveh R. Ghazi committed -
From-SVN: r45257
GCC Administrator committed -
* bb-reorder.c (function_tail_eff_head): New. (record_effective_endpoints): Set it. (fixup_reorder_chain): Use it. From-SVN: r45255
Richard Henderson committed -
From-SVN: r45254
Kaveh R. Ghazi committed -
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
Dale Johannesen committed -
From-SVN: r45252
Alexandre Petit-Bianco committed -
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
Alexandre Petit-Bianco committed -
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
Alexandre Petit-Bianco committed -
* include/Makefile.am: Use toplevel_srcdir to refer to src files outside this component. * include/Makefile.in: Regenerate. From-SVN: r45248
Loren J. Rittle committed
-
- 28 Aug, 2001 13 commits
-
-
* tree.c (default_valid_attribute_p): Don't use PARAMS on a function definition. From-SVN: r45247
Kaveh R. Ghazi committed -
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
Daniel Berlin committed -
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
Daniel Berlin committed -
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
Eric Christopher committed -
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
Eric Christopher committed -
* jump.c (mark_jump_label): Fix typo: REG_LABEL is EXPR_LIST, not INSN_LIST. From-SVN: r45242
Alexandre Oliva committed -
* jcf-write.c (generate_bytecode_insns): For increments and decrements just recurse to push constant. Improvement on Mark's patch. From-SVN: r45241
Per Bothner committed -
* 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
Per Bothner committed -
* config/ia64/ia64.md (andcmbi3, iorcmbi3): Fix typos. (one_cmplbi2 splitter): Remove redundant test. From-SVN: r45238
Richard Henderson committed -
* update_web_docs: Also check out texinfo.tex from gcc/doc/include. From-SVN: r45236
Joseph Myers committed -
2001-08-28 Dale Johannesen <dalej@apple.com> * config/rs6000/darwin.h (DEFAULT_SIGNED_CHAR): Define. From-SVN: r45235
Dale Johannesen committed -
From-SVN: r45234
Danny Smith committed -
* config/darwin.h (ASM_OUTPUT_LABELREF): Handle '*' names. (UNALIGNED_SHORT_ASM_OP): Define. (UNALIGNED_INT_ASM_OP): Define. From-SVN: r45232
Stan Shebs committed
-