- 20 Mar, 2002 20 commits
-
-
* config/xtensa/xtensa.h (ASM_OUTPUT_POOL_PROLOGUE): Emit a ".literal_position" directive before the constant pool. From-SVN: r51096
Bob Wilson committed -
* doc/contrib.texi (Contributors): Update Geoffrey Keating. Add Craig Rodrigues. Add Brad Lucier to testers. From-SVN: r51095
Gerald Pfeifer committed -
* gcj.texi: @code{gcj} becomes @command{gcj}. @code{gcc} becomes @command{gcc}. GcjRaw changed to gnu.gcc.RawData. From-SVN: r51092
Nic Ferrier committed -
PR target/4792 * config/arc/arc.md (movsicc, movdicc, movsfcc, movdfcc): Add mode to if_then_else. (movsicc_insn, movdicc_insn, movsfcc_insn, movdfcc_insn): Likewise. * config/arc/arc.c (arc_final_prescan_insn): Use extract_insn_cached instead of insn_extract. From-SVN: r51090
Jakub Jelinek committed -
PR bootstrap/4192 * config/fr30/fr30.md (jump): Comment out clobber of fixed register. * genemit.c (output_added_clobbers_hard_reg_p): Only output return stmt if some case has been output. * gcc.c-torture/compile/20020320-1.c: New test. From-SVN: r51088
Jakub Jelinek committed -
PR c/5972 * config/i386/i386.md (movdicc_c_rex64, movsicc_noc, movhicc_noc, movsfcc_1, movdfcc_1): Add %O2. * config/i386/i386.c (print_operand): Handle %ON. Print . before float condition codes in Sun as cmov syntax. * config/i386/sol2.h (CMOV_SUN_AS_SYNTAX): Define for Sun as. * config.gcc (i[34567]86-*-solaris2*): Remove comment which is no longer true. From-SVN: r51086
Jakub Jelinek committed -
2002-03-20 Philip Blundell <pb@nexus.co.uk> * config/arm/arm.c (arm_output_epilogue): Don't generate separate return instruction if PC was popped. From-SVN: r51083
Philip Blundell committed -
PR c++/2136 * init.c (build_delete): Check access for a member op delete here. * decl2.c (delete_sanity): Not here. From-SVN: r51079
Jason Merrill committed -
* config/xtensa/xtensa.md: Remove unused type attributes. (adddi_carry, subddi_carry): Change type attribute to "multi". From-SVN: r51078
Bob Wilson committed -
From-SVN: r51077
Jakub Jelinek committed -
PR c++/5118 * class.c (get_vfield_name): Use the constructor_name. From-SVN: r51075
Jason Merrill committed -
PR optimization/5999, middle-end/5731 * expr.c (expand_expr) [RDIV_EXPR]: Only convert real divisions into multiplications by reciprocals. * gcc.c-torture/compile/20020319-1.c: New test. From-SVN: r51071
Dale Johannesen committed -
From-SVN: r51070
GCC Administrator committed -
* Makefile.in: Update. * c-common.c: Include langhooks.h. (inline_forbidden_p): Use new hook. * diagnostic.c: Include langhooks.h. (format_with_decl, announce_function, default_print_error_function): Use new hook. * dwarf2out.c (dwarf2_name): Use new hook. * function.c: Include langhooks.h. (init_function_start): Use new hook. * langhooks-def.h (lhd_decl_printable_name): New. (LANGHOOKS_DECL_PRINTABLE_NAME): New. (LANGHOOKS_INITIALIZER): Update. * langhooks.c (lhd_decl_printable_name): New. * langhooks.h (struct lang_hooks): New hook. * toplev.c (decl_name, decl_printable_name): Remove. (open_dump_file): Use new hook. (process_options): Remove old hook. * tree.h (decl_printable_name): Remove. ada: * misc.c (LANG_HOOKS_DECL_PRINTABLE_NAME): Redefine. (gnat_init): Remove old hook. cp: * cp-lang.c (LANG_HOOKS_DECL_PRINTABLE_NAME): Redefine. * cp-tree.h (lang_printable_name): Rename. * error.c (lang_decl_name): Use new hook. * lex.c (cxx_init): Remove old hook. * pt.c (tsubst_expr): Use new hook. * tree.c (lang_printable_name): Rename. f: * com.c (lang_printable_name): Rename. (LANG_HOOKS_DECL_PRINTABLE_NAME): Redefine. (ffe_init): Don't use old hook. java: * decl.c (start_java_method): Use new hook. * lang.c (LANG_HOOKS_DECL_PRINTABLE_NAME): Redefine. (java_init): Remove old hook. objc: * objc-act.c (objc_init): Remove old hook. (objc_printable_name): Export. * objc-act.h (objc_printable_name): New. * objc-lang.c (LANG_HOOKS_DECL_PRINTABLE_NAME): Redefine. From-SVN: r51066
Neil Booth committed -
* c-lex.c (cb_file_change): Pass the #inclusion's line number to the start_source_file debug hook, not the current line number. From-SVN: r51064
Jim Blandy committed -
From-SVN: r51061
David Edelsohn committed -
* flow.c (EH_USES): Provide default. (calculate_global_regs_live): Use it for EH edges and noreturn calls. * doc/tm.texi (EH_USES): New. * config/ia64/ia64.c (ia64_eh_uses): New. * config/ia64/ia64-protos.h: Update. * config/ia64/ia64.h (EH_USES): New. From-SVN: r51060
Richard Henderson committed -
From-SVN: r51059
Richard Henderson committed -
From-SVN: r51056
Richard Henderson committed -
* except.c (current_function_has_exception_handlers): New. * except.h: Declare it. * sibcall.c (optimize_sibling_and_tail_recursive_call): Use it. Combine tests that disable all sibcalls for the function. From-SVN: r51054
Richard Henderson committed
-
- 19 Mar, 2002 20 commits
-
-
* varasm.c (output_constant_def): Don't call ENCODE_SECTION_INFO for INTEGER_CST. From-SVN: r51052
Olivier Hainque committed -
2002-03-19 Paolo Carlini <pcarlini@unitus.it> Ulrich Drepper <drepper@redhat.com> * src/locale-inst.cc (__convert_from_v): Add an additional __size parameter in the declarations. * include/bits/locale_facets.tcc (__convert_from_v): When available (that is, _GLIBCPP_USE_C99 defined) use snprintf instead of sprintf. (num_put::_M_convert_float): Depending on _GLIBCPP_USE_C99 being defined or not, call and use __convert_from_v in the appropriate way. (num_put::_M_convert_int): Same here. (money_put::do_put(long double)): Same here. Co-Authored-By: Ulrich Drepper <drepper@redhat.com> From-SVN: r51050
Paolo Carlini committed -
From-SVN: r51049
Richard Henderson committed -
* config/ia64/ia64.c: Revert 2002-03-01 patch. * config/ia64/ia64.h (INIT_EXPANDERS): New. From-SVN: r51048
Richard Henderson committed -
* include/jni.h Use correct C comments From-SVN: r51046
Martin Kahlert committed -
* cppmacro.c (cpp_macro_definition): Emit a space after the macro name, even if the replacement list contains no tokens, as required by Dwarf. From-SVN: r51045
Jim Blandy committed -
* varasm.c (globalize_decl): Get the name from the RTL, not DECL_ASSEMBLER_NAME. From-SVN: r51043
Jason Merrill committed -
From-SVN: r51041
Jason Merrill committed -
* config/xtensa/xtensa.md (adddi3, adddi_carry, subdi3, subdi_carry): Define. From-SVN: r51039
Bob Wilson committed -
2002-03-19 Phil Edwards <pme@gcc.gnu.org> * docs/html/faq/index.html (#3.6): Rewrap and close <a href> tags. * docs/html/faq/index.txt: Regenerate. From-SVN: r51038
Phil Edwards committed -
From-SVN: r51036
Andreas Jaeger committed -
acinclude.m4 (GLIBCPP_ENABLE_LIBUNWIND_EXCEPTIONS): Define GLIBCPP_ENABLE_LIBUNWIND_EXCEPTIONS to set LIBUNWIND_FLAG if... 2002-03-19 Steve Ellcey <sje@cup.hp.com> * acinclude.m4 (GLIBCPP_ENABLE_LIBUNWIND_EXCEPTIONS): Define GLIBCPP_ENABLE_LIBUNWIND_EXCEPTIONS to set LIBUNWIND_FLAG if --enable-libunwind-exceptions is set. * configure.in (GLIBCPP_ENABLE_LIBUNWIND_EXCEPTIONS): Call new macro to check for libunwind. * configure: Regenerate. * src/Makefile.am (libstdc___la_LDFLAGS): Add LIBUNWIND_FLAG to libstdc link line. * src/Makefile.in: Regenerate. From-SVN: r51035
Steve Ellcey committed -
* config/rs6000/rs6000.c (rs6000_override_options): Only warn about -fpic/-fPIC if extra_warnings set. From-SVN: r51034
David Edelsohn committed -
* expr.c (expand_expr): Sign-extend CONST_INT generated from TREE_STRING_POINTER. From-SVN: r51033
David Edelsohn committed -
* config/sparc/sparc.h (CAN_ELMINIATE): Can only eliminate FP in favor of SP if FRAME_POINTER_REQUIRED is false. From-SVN: r51032
Richard Kenner committed -
* emit-rtl.c (gen_int_mode): New function. * rtl.h: Prototype for it. * combine.c (make_extraction, simplify_comparison), expmed.c (store_bit_field, expand_mult_highpart, expand_divmod), expr.c (convert_modes, store_field), optabs.c (expand_fix), simplify-rtx.c (neg_const_int, simplify_unary_real), * config/rs6000/rs6000.c, config/rs6000/rs6000.md: Use it instead of GEN_INT (trunc_int_for_mode (...)). From-SVN: r51030
Lars Brinkhoff committed -
2002-03-19 Benjamin Kosnik <bkoz@redhat.com> * docs/html/faq/index.html: Add OS X workaround. * docs/html/17_intro/TODO: Update. From-SVN: r51029
Benjamin Kosnik committed -
2002-03-19 Benjamin Kosnik <bkoz@redhat.com> * docs/html/faq/index.html: Add OS X workaround. * docs/html/17_intro/TODO: Update. From-SVN: r51028
Benjamin Kosnik committed -
From-SVN: r51027
J"orn Rennecke committed -
From-SVN: r51026
Jakub Jelinek committed
-