- 09 Jul, 2002 1 commit
-
-
* cp-demangle.c (demangle_v3_with_details): Wrap in !defined IN_GLIBCPP_V3. From-SVN: r55335
Kaveh R. Ghazi committed
-
- 08 Jul, 2002 14 commits
-
-
* configure.in: Don't build grez. * Makefile.in: Ditto. From-SVN: r55334
Nathanael Nerode committed -
* mauve-libgcj: Don't compile java.sql.Blob.BlobTest, java.sql.Clob.ClobTest, java.sql.Connection.TestJdbc20, java.sql.DatabaseMetaData.TestJdbc20 From-SVN: r55333
Mark Wielaard committed -
* Makefile.in: Remove references to bsp, cygmon, libstub. * configure.in: Ditto. * configure.in: Remove leftover reference to gdbtest. From-SVN: r55332
Nathanael Nerode committed -
2002-07-08 Eric Christopher <echristo@redhat.com> * configure.target: Fix comment for mips atomicity. Add mips*-*-linux* target, enable atomic operations there. * config/cpu/mips/atomicity.h: Fix comments, remove #ifndef/#endif. Add push/pop mips2. From-SVN: r55331
Eric Christopher committed -
* gcc/c-pragma.h (add_to_renaming_pragma_list): New function. * gcc/c-pragma.c (add_to_renaming_pragma_list): New function. (handle_pragma_redefine_extname): Change to use new function. From-SVN: r55330
Steve Ellcey committed -
* combine.c (combine_simplify_rtx): Add an explicit cast to avoid signed/unsigned comparison warning. (simplify_if_then_else): Likewise. (extended_count): Likewise. (simplify_shift_const): Likewise. (simplify_comparison): Likewise. From-SVN: r55329
Roger Sayle committed -
* pt.c (can_complete_type_without_circularity): Add static to function definition. From-SVN: r55326
Kriang Lerdsuwanakij committed -
stl_deque.h (_Deque_alloc_base): Change order of member declarations to avoid compiler warnings and restore 3.1 ABI. 2002-07-08 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de> * include/bits/stl_deque.h (_Deque_alloc_base): Change order of member declarations to avoid compiler warnings and restore 3.1 ABI. From-SVN: r55325
Peter Schmid committed -
configure.in (gxx_include_dir): Change to match versioned C++ headers if --enable-version-specific-runtime-libs... 2002-07-08 Phil Edwards <pme@gcc.gnu.org> * configure.in (gxx_include_dir): Change to match versioned C++ headers if --enable-version-specific-runtime-libs is used. From-SVN: r55323
Phil Edwards committed -
2002-07-08 Phil Edwards <pme@gcc.gnu.org> * docs/html/23_containers/howto.html: Link to dk_std::vector paper and homepage. From-SVN: r55322
Phil Edwards committed -
* config/mips/mips.md: Add imadd type. Update scheduler description to use imadd as well as imul. (*mul_acc_si, *madsi): Change imul alternatives to imadd. (*mul_acc_di, *mul_acc_64bit_di): Likewise. (*mul_sub_si): Likewise for first alternative. Change second alternative from imul to multi. From-SVN: r55321
Richard Sandiford committed -
* cp-tree.h (have_extern_spec): Declare it * decl.c (have_extern_spec): Define it. (start_decl): Eliminate use of used_extern_spec. (start_function): Likewise. * parse.y (have_extern_spec): Remove declaration. (used_extern_spec): Likewise. (frob_specs): Eliminate use of used_extern_spec. (.hush_warning): Likewise. From-SVN: r55319
Mark Mitchell committed -
From-SVN: r55318
GCC Administrator committed -
* Make-lang.in (cp/parse.o): Depend on decl.h. * cp-tree.h (do_decl_instantiation): Change prototype. * parse.y: Include decl.h. (parse_decl_instantiation): New function. (explicit_instantiation): Use it. * pt.c (do_decl_instantiation): Accept a DECL, not a DECLARATOR and DECLSPECS. From-SVN: r55309
Mark Mitchell committed
-
- 07 Jul, 2002 6 commits
-
-
* c-common.c (c_common_post_options): Update prototype; don't init backends if preprocessing only. * langhooks-def.h (LANG_HOOKS_POST_OPTIONS): Update. * langhooks.h (struct lang_hooks): Update post_options to return a boolean. * toplev.c (parse_options_and_default_flags, do_compile, lang_independent_init): Update prototypes. Allow the front end to specify that there is no need to initialize the back end. (general_init): Move call to hex_init here... (toplev_main): ...from here. Pass flag for back end init suppression. java: * lang.c (java_post_options): Update prototype. From-SVN: r55306
Neil Booth committed -
* sh.h (PRINT_OPERAND_PUNCT_VALID_P): Allow '\''. (PREDICATE_CODES): Add entries for equality_comparison_operator, greater_comparison_operator and less_comparison_operator. * sh.c (print_operand): Add '\'' code. Make 'o' handle more operators. (equality_comparison_operator): New function. (greater_comparison_operator, less_comparison_operator): Likewise. * sh.md (beq_media_i): Disable generator function generation. Use match_operator to handle a whole class of comparisons. Add modifier in output template to provide branch prediction. Add type. (bgt_media_i, ble_media_i): Likewise. Allow zero operands. (bne_media_i, bge_media_i, bgtu_media_i, bgeu_media_i): Delete. (blt_media_i, bleu_media_i, bltu_media_i): Likewise. (bgt, blt, ble, bge, bgtu, bltu, bgeu, bleu): Allow zero operands. From-SVN: r55305
J"orn Rennecke committed -
* error.c (dump_function_name): Use DECL_TEMPLATE_RESULT for constructor and destructor tests when passed a TEMPLATE_DECL. * g++.dg/template/qualttp21.C: New test case. From-SVN: r55304
Roger Sayle committed -
* config/mmix/mmix.md ("call"): Use mmix_get_hard_reg_initial_val, not unprototyped get_hard_reg_initial_val. ("call_value", "nonlocal_goto_receiver"): Ditto. ("return"): Make define_expand. Move real insn to... ("*expanded_return"): New pattern. ("prologue", "epilogue"): New define_expands. * config/mmix/mmix.h (MMIX_rO_REGNUM): New macro. (struct machine_function): New member in_prologue. (FIRST_PSEUDO_REGISTER): Adjust for including rO as register. (FIXED_REGISTERS, CALL_USED_REGISTERS): Ditto. (MMIX_MMIXWARE_ABI_REG_ALLOC_ORDER): Ditto. (MMIX_GNU_ABI_REG_ALLOC_ORDER, REG_CLASS_CONTENTS): Ditto. (REGISTER_NAMES, ADDITIONAL_REGISTER_NAMES): Ditto. (LOCAL_REGNO): Define. Adjust comment. * config/mmix/mmix.c (MMIX_CFUN_NEEDS_SAVED_EH_RETURN_ADDRESS): Consider regs_ever_live[MMIX_rJ_REGNUM], not just leaf_function_p. (MMIX_OUTPUT_REGNO): Don't translate registers while outputting the prologue. (mmix_target_asm_function_prologue): Make static. Just mark that the prologue is being emitted. Move guts to... (mmix_expand_prologue): New function. Adjust for emitting prologue as rtl. For sizes, use HOST_WIDE_INT only. (mmix_target_asm_function_epilogue): Make static. Simply emit a \n. Move guts to... (mmix_expand_epilogue): New function. Adjust for emitting epilogue as rtl. For sizes, use HOST_WIDE_INT only. (mmix_target_asm_function_end_prologue): Mark that the prologue has ended. (TARGET_ASM_FUNCTION_END_PROLOGUE): Define. (mmix_conditional_register_usage): Improve comments. (mmix_local_regno): New function. (mmix_emit_sp_add, mmix_get_hard_reg_initial_val): Ditto. * config/mmix/mmix-protos.h (mmix_local_regno): Prototype. (mmix_expand_prologue, mmix_expand_epilogue): Ditto. (mmix_get_hard_reg_initial_val): Ditto. From-SVN: r55302
Hans-Peter Nilsson committed -
2002-07-07 Paolo Carlini <pcarlini@unitus.it> PR libstdc++/7186 * include/bits/stl_deque.h (_Deque_iterator::operator-): Make non-member, as already happens for the comparison operators in accord with DR179 (Ready). * testsuite/23_containers/deque_operators.cc: Add test02. From-SVN: r55301
Paolo Carlini committed -
From-SVN: r55300
GCC Administrator committed
-
- 06 Jul, 2002 9 commits
-
-
* gcc.c-torture/compile/20020706-1.c: New test. * gcc.c-torture/compile/20020706-2.c: New test. From-SVN: r55290
Alexandre Oliva committed -
From-SVN: r55289
Brian R. Gaeke committed -
From-SVN: r55288
Alexandre Oliva committed -
* toplev.c (set_fast_math_flags): Don't use ISO C style function definitions. * gengtype.c (open_base_files): Likewise. (close_output_files): Likewise. * tracer.c (find_best_predecessor): Likewise. (find_best_successor): Likewise. (ignore_bb_p): Likewise. From-SVN: r55287
Andreas Jaeger committed -
* toplev.c (set_fast_math_flags): Don't use ISO C style function definitions. * gengtype.c (open_base_files): Likewise. (close_output_files): Likewise. * tracer.c (find_best_predecessor): Likewise. (find_best_successor): Likewise. (ignore_bb_p): Likewise. From-SVN: r55286
Andreas Jaeger committed -
From-SVN: r55285
GCC Administrator committed -
2002-07-05 Tony Kimball <alk@pobox.com> * java/lang/natRuntime.cc (nativeGetLibname): Added missing `#'. From-SVN: r55280
Tony Kimball committed -
2002-07-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> PR c++/7099 * g++.dg/warn/noreturn1.C: New test. From-SVN: r55277
Kaveh R. Ghazi committed -
PR c++/7099 * builtin-attrs.def: Define new attribute lists for use in builtins.def. * builtins.def [DEF_BUILTIN]: Modify to take an additional ATTRS argument, an enumerated value defined in builtin-attrs.def that represents the attribute list for the builtins. Modify all builtin functions to pass an appropriate attribute list. Specify "abort", "exit", "_exit" and "_Exit" builtins here with their required noreturn attributes. * tree.h (enum_builtin_function): Ignore the additional parameter to DEF_BUILTIN. * builtins.c (built_in_names): Likewise. * c-common.c: (builtin_function_2): Replace the "int noreturn_p" argument with a tree representing the functions attribute list. Pass this "attrs" argument to builtin_function. No longer handle the noreturn_p processing manually. (built_in_attributes): Move the definitions from builtin-attrs.def before c_common_nodes_and_builtins. (c_common_nodes_and_builtins): Handle the new ATTRS parameter in DEF_BUILTIN, passing it to both builtin_function and the changed builtin_function_2. * doc/extend.texi: Document __builtin_abort, __builtin_exit, __builtin__exit and __builtin__Exit. * java/builtins.c (initialize_builtins): Ignore the additional parameter to DEF_BUILTIN. Handle more C/C++ specific junk in the builtins.def file. From-SVN: r55276
Roger Sayle committed
-
- 05 Jul, 2002 10 commits
-
-
* config/m68hc11/m68hc11.md ("*movqi_68hc12"): Avoid allocating QI mode registers in soft registers. ("zero_extendqihi2"): Do not take into account soft registers for register allocation (use '*' constraint). From-SVN: r55274
Stephane Carrez committed -
* cvt.c (cp_convert_to_pointer): Call force_fit_type for null pointers. From-SVN: r55272
Jason Merrill committed -
* config/m68hc11/m68hc11.md ("*ashlsi3"): Avoid saving y if we know it is dead. ("*ashrsi3"): Likewise. ("*lshrsi3"): Likewise. From-SVN: r55270
Stephane Carrez committed -
2002-07-05 Vladimir Makarov <vmakarov@redhat.com> * genautomata.c (output_max_insn_queue_index_def): Take latencies into account. From-SVN: r55269
Vladimir Makarov committed -
* config/m68hc11/m68hc11.md (peephole2): New peephole2 to optimize address computation and memory moves. From-SVN: r55267
Stephane Carrez committed -
2002-07-04 Tom Tromey <tromey@redhat.com> Jeff Sturm <jsturm@one-point.com> Fix for PR libgcj/7060: * java/lang/Class.h (_getMethod): Renamed from getMethod. * java/lang/natClass.cc (_getMethod): Renamed from getMethod. Recurse into superinterfaces. Don't throw NoSuchMethodException. * java/lang/Class.java (getMethod): New Java implementation; complies with spec. (_getMethod): New native method. Co-Authored-By: Jeff Sturm <jsturm@one-point.com> From-SVN: r55266
Tom Tromey committed -
PR c++/6706 * dwarfout.c (output_reg_number): Fix warning message. (output_bound_representation): Check SAVE_EXPR_RTL is not NULL before using it. PR c++/6706 * g++.dg/debug/debug6.C: New test. * g++.dg/debug/debug7.C: New test. From-SVN: r55264
Mark Mitchell committed -
re PR rtl-optimization/7145 (g++ -O with structure initializer & return value optimization generates bad code) PR optimization/7145 * tree.c (cp_copy_res_decl_for_inlining): Also copy DECL_INITIAL. [[Split portion of a mixed commit.]] From-SVN: r55262.2
Jason Merrill committed -
re PR rtl-optimization/7145 (g++ -O with structure initializer & return value optimization generates bad code) PR optimization/7145 * tree.c (cp_copy_res_decl_for_inlining): Also copy DECL_INITIAL. From-SVN: r55261
Jason Merrill committed -
From-SVN: r55260
Nathan Sidwell committed
-