aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-09-07mips.c (override_options): Do not override ISA when ABI specified if ↵Aldy Hernandez2-0/+7
MIPS_CPU_STRING_DEFAULT was specified. * config/mips/mips.c (override_options): Do not override ISA when ABI specified if MIPS_CPU_STRING_DEFAULT was specified. From-SVN: r45476
2001-09-07java-tree.h (compile_resource_file): Grouped with other prototypes.Alexandre Petit-Bianco3-4/+6
2001-09-06 Alexandre Petit-Bianco <apbianco@redhat.com> * java-tree.h (compile_resource_file): Grouped with other prototypes. * jvspec.c (lang_specific_driver): Removed unused local `ptr.' (http://gcc.gnu.org/ml/gcc-patches/2001-09/msg00249.html ) From-SVN: r45475
2001-09-07re PR java/4230 (gcj -C segfaults on static string continuation '+' in gcj ↵Alexandre Petit-Bianco3-4/+46
3.1 expermental.) 2001-09-05 Alexandre Petit-Bianco <apbianco@redhat.com> * jcf-write.c (generate_classfile): Issue an error in case of field/initial value mismatch. * parse.y (analyze_clinit_body): Keep <clinit> if an array is being initialized and we're generating bytecode. (java_complete_lhs): In MODIFY_EXPR section: added comments, set DECL_INITIAL properly when appropriate. Fixes PR java/4230 Fixes PR java/4204 (http://gcc.gnu.org/ml/gcc-patches/2001-09/msg00247.html ) From-SVN: r45474
2001-09-07loop.c (record_giv): Avoid simplifying MULT to ASHIFT.Richard Henderson5-121/+224
* loop.c (record_giv): Avoid simplifying MULT to ASHIFT. (express_from_1): Wrap lines. * rtlanal.c (commutative_operand_precedence): Rename from operand_preference; export. * rtl.h: Declare it. * simplify-rtx.c (simplify_gen_binary): Tidy +/- const_int handling. (simplify_binary_operation): Invoke simplify_plus_minus on (CONST (PLUS ...)) as well. (struct simplify_plus_minus_op_data): New. (simplify_plus_minus_op_data_cmp): New. (simplify_plus_minus): Use them. Avoid infinite recursion with simplify_binary_operation wrt CONST. From-SVN: r45473
2001-09-07ResourceBundle fixesAnthony Green2-28/+48
From-SVN: r45472
2001-09-07h8300-protos.h (general_operand_dst_push): Remove.Kazu Hirata5-45/+89
* h8300-protos.h (general_operand_dst_push): Remove. * h8300.c (general_operand_dst_push): Likewise. * h8300.h (OK_FOR_T): Likewise. (EXTRA_CONSTRAINTS): Do not use OK_FOR_T. * h8300.md (pushqi_h8300): New. (pushqi_h8300hs): Likewise. (pushqi): Likewise. (pushhi_h8300): Likewise. (pushhi_h8300hs): Likewise. (pushhi): Likewise. From-SVN: r45470
2001-09-07genattrtab.c (attr_printf): First arg is unsigned.Richard Kenner2-14/+21
* genattrtab.c (attr_printf): First arg is unsigned. Clean up formatting of callers. From-SVN: r45469
2001-09-07Test gcov output for functions that use longjmp.Janis Johnson1-0/+84
From-SVN: r45468
2001-09-07Control which kinds of gcov output to verify.Janis Johnson4-0/+10
From-SVN: r45467
2001-09-07Add support for a .x file to control XFAIL and wich kinds of gcov outputJanis Johnson1-6/+32
to verify. From-SVN: r45466
2001-09-07gcov.exp: Add support for a .x file to control XFAIL and which kinds of gcov ↵Janis Johnson1-0/+9
output to verify. * gcc.misc-tests/gcov.exp: Add support for a .x file to control XFAIL and which kinds of gcov output to verify. * gcc.misc-tests/gcov-4b.x: New file. * gcc.misc-tests/gcov-5b.x: New file. * gcc.misc-tests/gcov-6.x: New file. * gcc.misc-tests/gcov-7.c: New test. * gcc.misc-tests/gcov-7.x: New file. From-SVN: r45465
2001-09-07mips.c (override_options): Allow abi32 with 64 bit registers.Aldy Hernandez2-2/+6
* config/mips/mips.c (override_options): Allow abi32 with 64 bit registers. From-SVN: r45464
2001-09-07* i386.h (TARGET_SWITCHES): Fix descriptions.Andreas Jaeger2-4/+8
From-SVN: r45463
2001-09-07Daily bump.GCC Administrator6-6/+6
From-SVN: r45462
2001-09-07typeck.c (java_array_type_length, [...]): Represent empty arrays by NULL index.Matt Kraai4-6/+25
* java/typeck.c (java_array_type_length, build_prim_array_type): Represent empty arrays by NULL index. * stor-layout.c (compute_record_mode): Check DECL_SIZE is set. From-SVN: r45460
2001-09-07revert: gcc_update: (files_and_dependencies) Add gcc/java/parse.c ↵Richard Sandiford2-3/+7
gcc/java/parse-scan.c and... Revert: * gcc_update: (files_and_dependencies) Add gcc/java/parse.c gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to touch. From-SVN: r45459
2001-09-07RuleBasedCollator.java (clone): Rewrote.Tom Tromey4-444/+497
* java/text/RuleBasedCollator.java (clone): Rewrote. (RuleBasedCollator(RuleBasedCollator)): Removed. * java/text/MessageFormat.java: Re-merged from Classpath. * java/text/DecimalFormat.java: Re-merged from Classpath. From-SVN: r45458
2001-09-06Remove OP_IDENTIFIER.Ira Ruben5-29/+11
2001-09-06 Ira Ruben <ira@apple.com> Remove OP_IDENTIFIER. * tree.def (OP_IDENTIFIER): Remove. * tree.c (tree_node_kind enum): Remove op_id_kind. (tree_node_kind_names): Remove "op_identifiers". (make_node): Remove OP_IDENTIFIER test. (build_op_identifier): Removed because it isn't being used. * print-tree.c (print_node): Remove OP_IDENTIFIER case. * cp/pt.c (tsubst): Remove OP_IDENTIFIER case. From-SVN: r45457
2001-09-06* simplify-rtx.c (simplify_binary_operation): Revert last change.Richard Henderson2-22/+4
From-SVN: r45456
2001-09-06Simple test of call return percentages along with branch percentages andJanis Johnson1-0/+37
line counts. From-SVN: r45454
2001-09-06Add support for checking call return percentages for gcov -b output.Janis Johnson1-9/+95
From-SVN: r45453
2001-09-06gcov.exp: Add support for call return percentages.Janis Johnson1-0/+5
* gcc.misc-tests/gcov.exp: Add support for call return percentages. * gcc.misc-tests/gcov-6.c: New test. From-SVN: r45452
2001-09-06jvm.h: Declare _Jv_RegisterResource.Anthony Green12-39/+494
* include/jvm.h: Declare _Jv_RegisterResource. * gnu/gcj/Core.java, gnu/gcj/natCore.cc, gnu/gcj/protocol/core/Connection.java, gnu/gcj/protocol/core/Handler.java, gnu/gcj/protocol/core/CoreInputStream.java, gnu/gcj/protocol/core/natCoreInputStream.cc: New files. * java/net/URL.java (setURLStreamHandler): Use gnu.gcj.protocol.core.Handler for the core protocol. * gnu/gcj/runtime/VMClassLoader.java (init): Add "core:/" to the end of java.class.path. * Makefile.am (ordinary_java_source_files): Add new java files. (nat_source_files): Add new native code files. * Makefile.in: Rebuilt. From-SVN: r45450
2001-09-06gcj -R patchesAnthony Green1-0/+14
From-SVN: r45449
2001-09-06class.c (O_BINARY): Define if necessary.Anthony Green6-3/+195
* class.c (O_BINARY): Define if necessary. (registerResource_libfunc): Declare. (init_class_processing): Initilize registerResource_libfunc. (compile_resource_file): New function. * java-tree.h (resource_name): Declare. (compile_resource_file): Declare. * jcf-parse.c (yyparse): Handle compiling java resource files. * lang.c (java_decode_option): Handle -fcompile-resource option. * jvspec.c (lang_specific_driver): Handle -R flag for compiling resource files. * gcj.texi (Code Generation): Add documentation for -R flag. From-SVN: r45448
2001-09-06simplify-rtx.c (simplify_binary_operation): Simplify contents of CONST.Richard Henderson2-0/+27
* simplify-rtx.c (simplify_binary_operation): Simplify contents of CONST. From-SVN: r45447
2001-09-06rs6000.c (rs6000_emit_prologue): Fix DWARF2 register number used for CR ↵Franz Sirl2-2/+8
register. 2001-09-06 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * config/rs6000/rs6000.c (rs6000_emit_prologue): Fix DWARF2 register number used for CR register. From-SVN: r45444
2001-09-06* java/util/Properties.java: Re-merged from Classpath.Tom Tromey2-4/+10
From-SVN: r45442
2001-09-06Joern Rennecke (amylaar@cygnus.com)Jeffrey A Law4-12/+64
Thu Sep 6 11:16:35 2001 Jeffrey A Law (law@cygnus.com) Joern Rennecke (amylaar@cygnus.com) * h8300-protos.h (h8300_return_addr_rtx): New prototype. * h8300.c (initial_offset): Handle offset between RP and FP. (h8300_return_addr_rtx): New function. * h8300.h (FIRST_PSEUDO_REGISTER): Bump now that we have a return register. (FIXED_REGISTERS, CALL_USED_REGISTERS): Corresponding changes. (REG_ALLOC_ORDER, RETURN_ADDRESS_POINTER_REGNUM): Likewise. (REG_CLASS_CONTENTS, ELIMINABLE_REGS): Likewise. (CAN_ELIMINATE, REGISTER_NAMES): (RETURN_ADDR_RTX): Call h8300_return_addr_rtx. Co-Authored-By: Joern Rennecke <amylaar@cygnus.com> From-SVN: r45441
2001-09-06oops, missed a bit in previous commitNathan Sidwell1-1/+1
From-SVN: r45436
2001-09-06re PR c++/3986 (ICE in build_rtti_vtbl_entries)Nathan Sidwell4-11/+100
cp: PR c++/3986 * class.c (force_canonical_binfo_r): Check & move an indirect primary base first. (force_canonical_binfo): Check that it's not already canonical. (mark_primary_virtual_base): Remove BINFO parameter. (mark_primary_bases): Adjust, set BINFO_LOST_PRIMARY_P here. testsuite: PR c++/3986 * g++.dg/abi/vbase1.C: New test. From-SVN: r45435
2001-09-06Remove TYPE_NONCOPIED_PARTS.Nathan Sidwell9-126/+36
* tree.h (TYPE_NONCOPIED_PARTS): Remove. (struct tree_type): Remove noncopied_parts. * c-tree.h (TYPE_ACTUAL_ARG_TYPES): Map onto TYPE_BINFO. * expr.c (save_noncopied_parts, init_noncopied_parts): Remove. (fixed_type_p): Remove. (expand_expr, INIT_EXPR): Don't deal with noncopied parts. (expand_expr, MODIFY_EXPR): Likewise. * ggc-common.c (ggc_mark_trees): Remove TYPE_NONCOPIED_PARTS. * doc/c-tree.texi: Remove TYPE_NONCOPIED_PARTS FIXME. cp: Remove TYPE_NONCOPIED_PARTS. * cp-tree.h (CLASSTYPE_INLINE_FRIENDS): Map onto CLASSTYPE_PURE_VIRTUALS. (TYPE_RAISES_EXCEPTIONS): Map onto TYPE_BINFO. * class.c (duplicate_tag_error): Remove TYPE_NONCOPIED_PARTS. (layout_class_type): Don't call fixup_inlin_methods here ... (finish_struct_1): ... call it here. From-SVN: r45434
2001-09-06for some reason this was missed in theNathan Sidwell1-10/+53
2001-09-04 Nathan Sidwell <nathan@codesourcery.com> * c-common.h (tree_dump_index): Add more comments. * c-dump.c (dump_files): Name flags `tree' rather than `ast'. (dump_option_value_info): New struct. (dump_options): New array. (dump_switch_p): Parse switch options symbolically. * doc/invoke.texi (-fdump-ast): Rename to ... (-fdump-tree): ... here. Document that options are symbolic, and not all are applicable. commit From-SVN: r45433
2001-09-06Daily bump.GCC Administrator6-6/+6
From-SVN: r45431
2001-09-06rs6000.c (mask_operand): Use signed vars to avoid compiler warnings.Alan Modra2-20/+25
* config/rs6000/rs6000.c (mask_operand): Use signed vars to avoid compiler warnings. (mask64_operand): Likewise. (includes_rldic_lshift_p): Likewise. (includes_rldicr_lshift_p): Likewise. From-SVN: r45430
2001-09-06objc-act.c (build_message_expr): If a class method cannot be found...Ziemowit Laski4-3/+45
2001-09-05 Ziemowit Laski <zlaski@apple.com> * objc/objc-act.c (build_message_expr): If a class method cannot be found, do not issue a warning if a corresponding instance method exists in the root class. 2001-09-05 Ziemowit Laski <zlaski@apple.com> * objc.dg/method-2.m: New. From-SVN: r45428
2001-09-05testsuite_flags.in: No longer need to search testsuite builddir.Phil Edwards12-129/+438
2001-09-05 Phil Edwards <pme@sources.redhat.com> * testsuite_flags.in: No longer need to search testsuite builddir. * src/stl-inst.cc (__sink_unused_warning): Unused, remove. * Makefile.am: The testsuite directory never needs to be made here. * Makefile.in: Regenerate. * include/Makefile.in: Regenerate. * libio/Makefile.in: Regenerate. * libmath/Makefile.in: Regenerate. * libsupc++/Makefile.in: Regenerate. * po/Makefile.in: Regenerate. * src/Makefile.in: Regenerate. * testsuite/Makefile.in: Regenerate. From-SVN: r45426
2001-09-05From Eric Blake, via Classpath:Tom Tromey2-6/+41
* java/lang/String.java (CaseInsensitiveComparator): New class. (CASE_INSENSITIVE_ORDER): Use instance of CaseInsensitiveComparator. From-SVN: r45425
2001-09-05* config/alpha/alpha.c (alpha_expand_mov): Initialize temp.Richard Henderson2-1/+5
From-SVN: r45422
2001-09-05* java/util/Date.java: Re-merged with Classpath.Tom Tromey2-6/+9
From-SVN: r45421
2001-09-05* java/text/DateFormatSymbols.java: Re-merged with Classpath.Tom Tromey2-6/+29
From-SVN: r45420
2001-09-05function.c (ggc_mark_struct_function): Mark f->outer.Zack Weinberg4-6/+18
* function.c (ggc_mark_struct_function): Mark f->outer. * toplev.c (rest_of_compilation): Clear DECL_SAVED_INSNS here... * integrate.c (output_inline_function): ... not here. From-SVN: r45419
2001-09-05natClassLoader.cc: Include VirtualMachineError.hCorey Minyard2-0/+24
2001-09-05 Corey Minyard <minyard@acm.org> Tom Tromey <tromey@redhat.com> * java/lang/natClassLoader.cc: Include VirtualMachineError.h (_Jv_RegisterClassHookDefault): Throw error if a class is registered twice. Co-Authored-By: Tom Tromey <tromey@redhat.com> From-SVN: r45418
2001-09-05natSystem.cc (init_properties): Default locale is en_US, not just en.Tom Tromey2-0/+6
* java/lang/natSystem.cc (init_properties): Default locale is en_US, not just en. From-SVN: r45417
2001-09-05* profile.c (branch_prob): Call add_noreturn_fake_exit_edges.Jan Hubicka1-0/+2
From-SVN: r45416
2001-09-05i386.c (size_cost): New static variable.Jan Hubicka5-326/+381
* i386.c (size_cost): New static variable. (override_function): Use size_cost when -Os is specified. * i386.c (ix86_expand_prologue): Set use_fast_prologue_epilogue properly; Use current_function_calls_eh_return. (ix86_expand_epilogue): Avoid dummy optimize_size tests; use leave to avoid depdendancy chain. * local-alloc.c (update_equiv_regs): Use CFG to iterate over INSN stream; get BB loop_depth instead of computing it from LOOP notes. * reg-stack.c (subst_stack_reg_pat): Handle reversal of conditional moves. From-SVN: r45415
2001-09-05som.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.John David Anglin3-0/+22
* som.h (ASM_PREFERRED_EH_DATA_FORMAT): Define. * pa.h (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP, UNALIGNED_DOUBLE_INT_ASM_OP): Define From-SVN: r45414
2001-09-05stor-layout.c (layout_type): Complain if an array's size can not be ↵Jeffrey A Law3-0/+32
represented in a size_t. * stor-layout.c (layout_type): Complain if an array's size can not be represented in a size_t. * config/h8300/elf.h (ENDFILE_SPEC, STARTFILE_SPEC): Define. Co-Authored-By: Jason Merrill <jason@redhat.com> From-SVN: r45413
2001-09-05gcc.c: (process_command) Add parentheses around assignment used as truth value.David Billinghurst2-2/+7
* gcc.c: (process_command) Add parentheses around assignment used as truth value. From-SVN: r45411
2001-09-05gcc_update: (files_and_dependencies) Add gcc/java/parse.c ↵David Billinghurst2-0/+9
gcc/java/parse-scan.c and... * gcc_update: (files_and_dependencies) Add gcc/java/parse.c gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to touch. From-SVN: r45410