aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-09-10nil_method.c (nil_method): No longer varardic.Jan Hubicka2-1/+9
2002-09-10 Jan Hubicka <jh@suse.cz> * nil_method.c (nil_method): No longer varardic. From-SVN: r57001
2002-09-10Daily bump.GCC Administrator6-6/+6
From-SVN: r57000
2002-09-10Daily bump.GCC Administrator1-1/+1
[[Split portion of a mixed commit.]] From-SVN: r56999.3
2002-09-10print-tree.c (print_node): In a STRING_CST...Per Bothner2-1/+19
* print-tree.c (print_node): In a STRING_CST, escape non-ascii characters, and only print TREE_STRING_LENGTH chars. From-SVN: r56994
2002-09-10* gcc.dg/20020312-2.c: Adjust for x86-64.Andreas Jaeger2-6/+12
From-SVN: r56993
2002-09-10locale_facets.tcc (__convert_from_v): Replace strdup with ISO malloc and strcpy.Danny Smith2-6/+17
* include/bits/locale_facets.tcc (__convert_from_v): Replace strdup with ISO malloc and strcpy. From-SVN: r56991
2002-09-09hpux.h (TARGET_HPUX_LD): New, define true.Steve Ellcey5-9/+101
* config/ia64/hpux.h (TARGET_HPUX_LD): New, define true. (ASM_FILE_END) New. * config/ia64/ia64.h (TARGET_HPUX_LD): New, define false. * config/ia64/ia64-protos.h (ia64_hpux_asm_file_end): New. * config/ia64/ia64.c (ia64_asm_output_external): Create list of external functions if TARGET_HPUX_LD is true. (ia64_hpux_add_extern_decl): New, routine to put names on list of external functions. (ia64_hpux_asm_file_end): Put out declarations for external functions if and only if they are used. From-SVN: r56986
2002-09-09pa.md (exception_receiver, [...]): Add blockage on TARGET_64BIT before pic ↵John David Anglin2-0/+13
register restore. * pa.md (exception_receiver, builtin_setjmp_receiver): Add blockage on TARGET_64BIT before pic register restore. From-SVN: r56985
2002-09-09jartool.c (mkdir): Define.Tom Tromey7-229/+412
* jartool.c (mkdir): Define. * config.h.in: Rebuilt. * aclocal.m4, configure: Rebuilt. * acinclude.m4: New file. Copied gcc_AC_COMPILE_CHECK_SIZEOF, gcc_AC_EXAMINE_OBJECT, and fastjar_AC_COMPILE_C_BIGENDIAN from aclocal.m4. From-SVN: r56983
2002-09-09Fix for recent treelang build failure due to changes to C.Tim Josling2-0/+10
From-SVN: r56981
2002-09-09re PR web/7596 (Broken links on g77 web page)Gerald Pfeifer4-3/+11
Fix PR web/7596: * ffe.texi (Front End): Fix broken links. * bugs.texi (Known Bugs): Refer to gcc.gnu.org instead of www.gnu.org for onlinedocs. * news.texi (News): Ditto. From-SVN: r56980
2002-09-09configopts.html: Change grouping.Benjamin Kosnik7-139/+258
2002-09-09 Benjamin Kosnik <bkoz@redhat.com> * docs/html/configopts.html: Change grouping. Note ABI impacts. Update information for locale model defaults. * docs/html/install.html: Update include directory information. Update testing information. Update linux issues for named locales. * docs/html/abi.txt: Fix typos. Add more info. * src/misc-inst.cc: Add missing instantiations. * testsuite/abi_check.cc: Make output results more verbose. * config/os/gnu-linux/ctype_base.h: Remove shadow headers injections. From-SVN: r56979
2002-09-09tm.texi (TARGET_HAVE_SRODATA_SECTION): New description.David Edelsohn2-0/+16
* doc/tm.texi (TARGET_HAVE_SRODATA_SECTION): New description. (TARGET_HAVE_TLS): New description. From-SVN: r56978
2002-09-09extend.texi (Statement Exprs): Fix broken link.Janis Johnson2-1/+5
2002-09-09 Janis Johnson <janis187@us.ibm.com> * doc/extend.texi (Statement Exprs): Fix broken link. From-SVN: r56976
2002-09-09avr.md (movstrhi, clrstrhi): Use gen_int_mode for right conversion of ↵Denis Chertykov2-5/+14
operands[1]. * config/avr/avr.md (movstrhi, clrstrhi): Use gen_int_mode for right conversion of operands[1]. From-SVN: r56975
2002-09-09s390.md ("*tmdi_reg", [...]): Do not mark as commutative.Ulrich Weigand2-55/+70
* config/s390/s390.md ("*tmdi_reg", "*tmsi_reg"): Do not mark as commutative. Use "nonimmediate_operand" instead of "register_operand" as predicate for operand 0. Move to after the "*tmXX_mem" insns. ("*tmdi_mem", "*tmsi_mem", "*tmhi_mem", "*tmqi_mem"): Do not mark as commutative. ("*anddi3_ni", "*andsi3_ni", "*iordi3_ni", "*iorsi3_ni"): Do not mark as commutative. Use "nonimmediate_operand" instead of "register_operand" as predicate for operand 1. ("movstrictsi"): Fix typo in insn name. From-SVN: r56974
2002-09-09parse.y (DIR_SEPARATOR): Don't define.Ranjit Mathew2-8/+8
2002-09-09 Ranjit Mathew <rmathew@hotmail.com> * parse.y (DIR_SEPARATOR): Don't define. (check_class_interface_creation): Use IS_DIR_SEPARATOR. From-SVN: r56973
2002-09-09i386.c (index_register_operand): New.Jan Hubicka4-7/+60
2002-09-09 Jan Hubicka <jh@suse.cz> * i386.c (index_register_operand): New. * i386.h (predicate_codes): Add new predicate. * i386.md (lea_general_*): Use index_regsiter_operand (ashift to lea splitter): Do not produce invalid leas (ashift to mov+ashift split): New. From-SVN: r56970
2002-09-09(output.h): Move after inclusion of tree.h. Fix folding marks.Nick Clifton2-15/+23
From-SVN: r56969
2002-09-09sh.h (OVERRIDE_OPTIONS): align_functions is in bytes, not bits.Toshiyasu Morita2-2/+7
2002-09-09 Toshiyasu Morita <toshiyasu.morita@hsa.hitachi.com> J"orn Rennecke <joern.rennecke@superh.com> * sh/sh.h (OVERRIDE_OPTIONS): align_functions is in bytes, not bits. Co-Authored-By: J"orn Rennecke <joern.rennecke@superh.com> From-SVN: r56968
2002-09-09Daily bump.GCC Administrator6-6/+6
From-SVN: r56967
2002-09-09Daily bump.GCC Administrator1-1/+1
[[Split portion of a mixed commit.]] From-SVN: r56966.3
2002-09-09rs6000.c (rs6000_binds_local_p): Return bool.Alan Modra2-6/+18
* config/rs6000/rs6000.c (rs6000_binds_local_p): Return bool. (function_ok_for_sibcall): Use binds_local_p. Respect longcall attributes. From-SVN: r56961
2002-09-09* cp-tree.h (require_complete_eh_spec_types): Add prototype.Kaveh R. Ghazi2-0/+5
From-SVN: r56960
2002-09-09* fr30.c (fr30_print_operand): Fix bug in output of CONST_DOUBLE.Kaveh R. Ghazi2-1/+7
From-SVN: r56959
2002-09-08dwarf2.h (DW_OP_call_ref): Rename from DW_OP_calli.Richard Henderson6-22/+166
* dwarf2.h (DW_OP_call_ref): Rename from DW_OP_calli. (DW_OP_GNU_push_tls_address): New. (DW_OP_lo_user): Fix. * dwarf2out.c (INTERNAL_DW_OP_tls_addr): New. (dwarf_stack_op_name): Handle it, plus other dwarf3 opcodes. (size_of_loc_descr): Likewise. (output_loc_operands): Handle INTERNAL_DW_OP_tls_addr. (add_AT_location_description): Take a dw_loc_descr_ref not an rtx. (loc_descriptor_from_tree): Handle TLS variables. (rtl_for_decl_location): Do avoid_constant_pool_reference here ... (add_location_or_const_value_attribute): ... not here. Defer to loc_descriptor_from_tree for TLS variables. * config/i386/i386.h (ASM_OUTPUT_DWARF_DTPREL): New. * config/i386/i386.c (i386_output_dwarf_dtprel): New. * config/i386/i386-protos.h: Update. From-SVN: r56957
2002-09-08re PR rtl-optimization/6405 (Loop-unrolling related performance regressions)Roger Sayle3-2/+10
PR optimization/6405 * unroll.c (loop_iterations): last_loop_insn should be the previous non-note instruction before loop->end. * loop.c (strength_reduce): The conditional jump is the last non-note instruction before loop->end (as above). From-SVN: r56956
2002-09-08combine.c (try_combine): Handle the case that undobuf.other_insn has been ↵Roger Sayle2-2/+52
turned into a return or... * combine.c (try_combine): Handle the case that undobuf.other_insn has been turned into a return or unconditional jump, by inserting a BARRIER if necessary. (simplify_set): Test if a condition code setter has a constant comparison at compile time, if so convert this insn to a no-op move and update/simplify the condition code user (undobuf.other_insn). From-SVN: r56955
2002-09-08netbsd.h (INITIALIZE_TRAMPOLINE): Redefine.Krister Walfridsson2-0/+32
* config/arm/netbsd.h (INITIALIZE_TRAMPOLINE): Redefine. (CLEAR_INSN_CACHE): Define. From-SVN: r56954
2002-09-08re PR fortran/7388 (Incorrect output with 0 based array of characters.)Toon Moene2-0/+16
2002-09-08 Toon Moene <toon@moene.indiv.nluug.nl> * g77.dg/7388.f: New test case for PR 7388. From-SVN: r56953
2002-09-08basic-block.h: Fix comment formatting.Kazu Hirata25-51/+78
* basic-block.h: Fix comment formatting. * c-common.c: Likewise. * c-common.h: Likewise. * c-lex.c: Likewise. * c-pretty-print.c: Likewise. * cfglayout.c: Likewise. * cfgloop.c: Likewise. * defaults.h: Likewise. * et-forest.c: Likewise. * explow.c: Likewise. * function.h: Likewise. * gcov.c: Likewise. * genattrtab.c: Likewise. * gengtype.c: Likewise. * ifcvt.c: Likewise. * libgcc2.c: Likewise. * loop.c: Likewise. * profile.c: Likewise. * ra-build.c: Likewise. * real.c: Likewise. * rtl.h: Likewise. * tracer.c: Likewise. * tree-inline.c: Likewise. * varasm.c: Likewise. From-SVN: r56952
2002-09-08emit-rtl.c (set_mem_attributes_minus_bitpos): Fix array_ref handling.Jan Hubicka3-26/+58
2002-09-08 Jan Hubicka <jh@suse.cz> * emit-rtl.c (set_mem_attributes_minus_bitpos): Fix array_ref handling. * loop.c (loop_gics_reduce): Emit addition after. From-SVN: r56950
2002-09-08gcc_release: Make snapshots come from the mainline.Joseph Myers3-3/+8
* gcc_release: Make snapshots come from the mainline. * snapshot-README: Update. From-SVN: r56949
2002-09-08varasm.c (default_assemble_visibility): Rename from assemble_visibility.Alan Modra5-4/+12
* varasm.c (default_assemble_visibility): Rename from assemble_visibility. * output.h: Here too. * target-def.h (TARGET_ASM_ASSEMBLE_VISIBILITY): And here. * config/rs6000/rs6000.c (rs6000_assemble_visibility): And here. From-SVN: r56948
2002-09-08reload.c (find_reloads <p constraint>): Pass operand_mode to ↵Alan Modra2-1/+6
find_reloads_address. * reload.c (find_reloads <p constraint>): Pass operand_mode to find_reloads_address. From-SVN: r56946
2002-09-08h8300.md (udivmodqi4): Enable on H8/300.Kazu Hirata2-2/+7
* config/h8300/h8300.md (udivmodqi4): Enable on H8/300. (anonymous pattern): Likewise. From-SVN: r56945
2002-09-08Daily bump.GCC Administrator6-6/+6
From-SVN: r56944
2002-09-08Daily bump.GCC Administrator1-1/+1
[[Split portion of a mixed commit.]] From-SVN: r56943.3
2002-09-08re PR target/7374 (__builtin_fabsl broken on alpha)Scott Snyder2-1/+6
2002-09-07 Scott Snyder <snyder@fnal.gov> PR target/7374 * config/alpha/alpha.md (abstf2): Fix typo: 'neg' for 'abs'. From-SVN: r56936
2002-09-08* basic-block.h (struct loop): Remove unused cont_dominator field.Roger Sayle2-3/+4
From-SVN: r56935
2002-09-07varasm.c (decode_rtx_const): Don't check undefined field for CONST_VECTOR.Igor Shevlyakov2-1/+6
* varasm.c (decode_rtx_const): Don't check undefined field for CONST_VECTOR. From-SVN: r56934
2002-09-07Mark PR.Richard Henderson1-0/+1
From-SVN: r56932
2002-09-07sched-deps.c (sched_analyze_insn): Make sure to add insn to reg_last->sets ↵Glen Nakamura2-2/+7
after flushing the dependency lists to... * sched-deps.c (sched_analyze_insn): Make sure to add insn to reg_last->sets after flushing the dependency lists to guarantee that subsequent clobbers will be dependent on it. From-SVN: r56929
2002-09-07combine.c (simplify_shift_const): Calculate rotate count correctly for ↵Igor Shevlyakov2-1/+13
vector operands. * combine.c (simplify_shift_const): Calculate rotate count correctly for vector operands. From-SVN: r56928
2002-09-07c-typeck.c (c_tree_expr_nonnegative_p): New function.Ansgar Esztermann5-21/+55
* c-typeck.c (c_tree_expr_nonnegative_p): New function. (build_binary_op): Call c_tree_expr_nonnegative_p rather than tree_expr_nonnegative_p. (build_conditional_expr): Likewise. * c-tree.h (c_tree_expr_nonnegative_p): Declare. * gcc.dg/compare2.c: Remove xfail from cases 10 and 12. From-SVN: r56927
2002-09-07builtins.def (inf, inff, infl): Mark const.Richard Henderson2-9/+10
* builtins.def (inf, inff, infl): Mark const. (huge_val, huge_valf, huge_vall): Likewise. (BUILT_IN_GETEXP, BUILT_IN_GETMAN): Remove. From-SVN: r56926
2002-09-07* real.c (ereal_inf): Clear E before use.Richard Henderson2-0/+5
From-SVN: r56925
2002-09-07New tests.Richard Henderson2-0/+48
From-SVN: r56924
2002-09-07h8300.md (udivmodqi4): Split the pattern into an expander and an anonymous ↵Kazu Hirata2-2/+45
pattern. * config/h8300/h8300.md (udivmodqi4): Split the pattern into an expander and an anonymous pattern. Zero out the upper half of the dividend in the expander. (udivmodqi4): Likewise. From-SVN: r56923
2002-09-07com.c (ffe_type_for_mode): Handle long double.Jan Hubicka2-1/+8
2002-09-07 Jan Hubicka <jh@suse.cz> * com.c (ffe_type_for_mode): Handle long double. From-SVN: r56921