OSDN Git Service

pf3gnuchains/gcc-fork.git
18 years ago * gfortran.dg/constant_substring.f: New test.
dje [Wed, 3 Aug 2005 01:58:30 +0000 (01:58 +0000)]
    * gfortran.dg/constant_substring.f: New test.
        * gfortran.dg/pr22491.f: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102677 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR fortran/22491
dje [Wed, 3 Aug 2005 01:55:37 +0000 (01:55 +0000)]
PR fortran/22491
* expr.c (simplify_parameter_variable): Do not copy the subobject
references if the expression value is a constant.

* expr.c (gfc_simplify_expr): Evaluate constant substrings.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102676 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoDaily bump.
gccadmin [Wed, 3 Aug 2005 00:16:57 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102673 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * config/i386/t-mingw32 (NATIVE_SYSTEM_HEADER_DIR): Set it.
mmitchel [Tue, 2 Aug 2005 23:24:28 +0000 (23:24 +0000)]
* config/i386/t-mingw32 (NATIVE_SYSTEM_HEADER_DIR): Set it.
* doc/fragments.texi (NATIVE_SYSTEM_HEADER_DIR): Document it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102670 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR 23196
rth [Tue, 2 Aug 2005 20:39:24 +0000 (20:39 +0000)]
    PR 23196
        * explow.c (memory_address): Remove special-case for
        virtual_stack_vars_rtx and virtual_incoming_args_rtx.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102668 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * update-threading.c: Replace by the proper one.
hubicka [Tue, 2 Aug 2005 19:14:45 +0000 (19:14 +0000)]
* update-threading.c: Replace by the proper one.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102667 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR 23164
dnovillo [Tue, 2 Aug 2005 19:12:52 +0000 (19:12 +0000)]
PR 23164
* tree-cfgcleanup.c (cleanup_tree_cfg): Do not limit the
number of calls to cleanup_tree_cfg_1.

testsuite/ChangeLog

PR 23164
* g++.dg/tree-ssa/pr23164.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102666 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoCommited for Martin Reinecke <martin@mpa-garching.mpg.de>
steven [Tue, 2 Aug 2005 17:17:32 +0000 (17:17 +0000)]
Commited for Martin Reinecke  <martin@mpa-garching.mpg.de>

* doc/invoke.texi: document file extensions .F90 and .F95

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102661 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-02 Richard Guenther <rguenther@suse.de>
rguenth [Tue, 2 Aug 2005 15:12:03 +0000 (15:12 +0000)]
2005-08-02  Richard Guenther  <rguenther@suse.de>

* fold-const.c (tree_expr_nonnegative_p): frexp(x, &e) is
positive if its first argument is positive.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102657 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * gcc.dg/tree-ssa/pr23192.c: New test.
dnovillo [Tue, 2 Aug 2005 14:09:46 +0000 (14:09 +0000)]
* gcc.dg/tree-ssa/pr23192.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102656 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-02 Richard Guenther <rguenther@suse.de>
rguenth [Tue, 2 Aug 2005 11:46:44 +0000 (11:46 +0000)]
2005-08-02  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/23177
* tree-ssa-operands.c (get_tmr_operands): Use get_expr_operands
on TMR_TAG.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102654 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-02 James A. Morrison <phython@gcc.gnu.org>
phython [Tue, 2 Aug 2005 05:08:40 +0000 (05:08 +0000)]
2005-08-02  James A. Morrison  <phython@gcc.gnu.org>

        PR tree-optimization/23129
        * tree-vrp.c (extract_range_from_binary_expr): Set value range to
        varying for divisions with anti-ranges.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102653 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoDaily bump.
gccadmin [Tue, 2 Aug 2005 00:16:21 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102650 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * tree-ssa-dom.c (thread_across_edge): Remove updating here.
hubicka [Tue, 2 Aug 2005 00:12:50 +0000 (00:12 +0000)]
* tree-ssa-dom.c (thread_across_edge): Remove updating here.
(thread_block): Add it here.
* update-threading.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102648 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoAdd long_call attribute to mips port.
wilson [Mon, 1 Aug 2005 22:25:52 +0000 (22:25 +0000)]
Add long_call attribute to mips port.
* config/mips/mips.c (mips_encode_section_info, mips_attribute_table,
TARGET_ENCODE_SECTION_INFO, TARGET_ATTRIBUTE_TABLE): New.
* config/mips/mips.h (SYMBOL_FLAG_LONG_CALL, SYMBOL_REF_LONG_CALL_P):
New.
* config/mips/predicates.md (const_call_insn_operand): Add check for
SYMBOL_REF_LONG_CALL_P.
* doc/extend.texi (long_call): Document the new attribute.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102646 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * Makefile.in (RTL_BASE_H): Add real.h.
rth [Mon, 1 Aug 2005 21:16:31 +0000 (21:16 +0000)]
    * Makefile.in (RTL_BASE_H): Add real.h.
        * real.h (REAL_VALUE_FROM_CONST_DOUBLE): Use structure copy
        instead of memcpy.
        * emit-rtl.c (const_double_from_real_value): Likewise; use rtx.u.rv
        directly.
        * rtl.c (rtl_check_failed_code_mode): New.
        * rtl.h (struct rtx_def): Add u.rv.
        (XCMWINT, XCNMPRV): New.
        (CONST_DOUBLE_LOW, CONST_DOUBLE_HIGH): Use XCMWINT.
        (CONST_DOUBLE_REAL_VALUE): Use XCNMPRV; constify.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102643 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR libfortran/23178
fxcoudert [Mon, 1 Aug 2005 21:13:39 +0000 (21:13 +0000)]
PR libfortran/23178
* intrinsics/flush.c (flush_i8): Add function flush_i8. Update
copyright years.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102641 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * dwarf2out.c (mem_loc_descriptor): Use XEXP, not SUBREG_REG,
rth [Mon, 1 Aug 2005 21:10:26 +0000 (21:10 +0000)]
    * dwarf2out.c (mem_loc_descriptor): Use XEXP, not SUBREG_REG,
        with auto-inc codes.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102640 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * config/alpha/predicates.md (and_operand): Test mode of CONST_DOUBLE.
rth [Mon, 1 Aug 2005 21:07:59 +0000 (21:07 +0000)]
    * config/alpha/predicates.md (and_operand): Test mode of CONST_DOUBLE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102639 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * i386-protos.h (asm_preferred_eh_data_format): Declare.
hubicka [Mon, 1 Aug 2005 18:56:14 +0000 (18:56 +0000)]
* i386-protos.h (asm_preferred_eh_data_format): Declare.
* i386.c: Include dwarf2.h
(asm_preferred_eh_data_format): New.
* i386.h (ASM_PREFERRED_EH_DATA_FORMAT): Move offline.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102638 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * config/host-linux.c (linux_gt_pch_get_address): Add new name
ian [Mon, 1 Aug 2005 17:43:33 +0000 (17:43 +0000)]
* config/host-linux.c (linux_gt_pch_get_address): Add new name
randomize_va_space for virtual address randomization control.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102636 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-01 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Mon, 1 Aug 2005 16:29:17 +0000 (16:29 +0000)]
2005-08-01  Andrew Pinski  <pinskia@physics.uc.edu>

        * gcc.c-torture/compile/20050801-1.c: New test.
        * gcc.c-torture/compile/20050801-2.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102634 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago* tree-inline.c (copy_decl_for_dup): Add missing condition.
razya [Mon, 1 Aug 2005 15:25:28 +0000 (15:25 +0000)]
* tree-inline.c (copy_decl_for_dup): Add missing condition.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102632 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * common.opt (flag_ipa_cp): Put in right place to maintain
steven [Mon, 1 Aug 2005 12:34:19 +0000 (12:34 +0000)]
* common.opt (flag_ipa_cp): Put in right place to maintain
alphabetic sort.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102631 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * decl.c, utils.c: Fix comment typos.
kazu [Mon, 1 Aug 2005 12:31:40 +0000 (12:31 +0000)]
* decl.c, utils.c: Fix comment typos.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102630 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * profile.c (compute_value_histograms): Fix thinko.
hubicka [Mon, 1 Aug 2005 09:51:17 +0000 (09:51 +0000)]
* profile.c (compute_value_histograms): Fix thinko.
* value-prof.c: Include toplev.h
(check_counter): New function.
(tree_divmod_fixed_value_transform, tree_mod_pow2_value_transform,
tree_mod_subtract_transform): Add sanity check.

* val-prof-5.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102629 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-01 Richard Guenther <rguenther@suse.de>
rguenth [Mon, 1 Aug 2005 08:58:25 +0000 (08:58 +0000)]
2005-08-01  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/23133
* tree-ssa-math-opts.c (execute_cse_reciprocals): Walk
current functions parameter decls to find defs to cse
reciprocals of.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102628 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-01 Richard Guenther <rguenther@suse.de>
rguenth [Mon, 1 Aug 2005 08:52:59 +0000 (08:52 +0000)]
2005-08-01  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/23109
* tree-ssa-math-opts.c (execute_cse_reciprocals_1):
If trapping math is in effect, use post-dominator information
to check if we'd in any case reach a trapping point before
doing the reciprocal insertion.
(execute_cse_reciprocals): Compute post-dominators, if necessary.
* tree-ssa-loop-im.c (determine_invariantness_stmt): RDIV
expressions are invariant only if trapping math is not in effect.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102627 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoInterprocedural constant propagation.
razya [Mon, 1 Aug 2005 07:47:25 +0000 (07:47 +0000)]
Interprocedural constant propagation.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102626 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * Makefile.in: Add ipcp.c, ipa-prop.h, ipa-prop.c. Remove integrate.h
razya [Mon, 1 Aug 2005 07:42:09 +0000 (07:42 +0000)]
* Makefile.in: Add ipcp.c, ipa-prop.h, ipa-prop.c. Remove integrate.h
dependency from tree-inline.o.
Add ipa-prop.h dependency to tree-inline.o and cgraphunit.o.
        * common.opt: Add ipa-cp flag.
        * timevar.def: Add IPCP optimization.
        * tree-optimize.c (init_tree_optimization_passes): Schedule
pass_ipa_cp.
* tree-pass.h (pass_ipa_cp): Declare.
        * cgraph.h (update_call_expr, cgraph_copy_node_for_versioning,
        cgraph_function_versioning): New declarations.
* cgraphunit.c: Add include to ipa-prop.h.
        (update_call_expr, cgraph_copy_node_for_versioning,
cgraph_function_versioning): New functions.
        * integrate.c (copy_decl_for_inlining): Remove.
        * tree-inline.c: Remove include to integrate.h, Add include ipa-prop.h.
        (struct inline_data): Add versioning_p, ipa_info, new fields.
        (remap_decl, mark_local_for_remap_r, setup_one_parameter,
declare_return_variable): Replace calls to copy_decl_for_inlining with
        copy_decl_for_dup.
        (copy_body_r, copy_bb, copy_cfg_body, copy_tree_r, inlining_p): Add
versioning support.
        (copy_decl_for_dup): Rename from copy_decl_for_inlining.
Add argument VERSIONING.
        (copy_arguments_for_versioning, copy_static_chain,
function_versionable_p, tree_versionable_function_p,
tree_function_versioning, replace_ref_tree): New functions.
* tree-inline.h: Include varray.h.
        (tree_versionable_function_p,  tree_function_versioning,
tree copy_decl_for_dup): New declarations.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102625 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * ipa-cp.c: New file. Contains IPCP specific functionality.
razya [Mon, 1 Aug 2005 07:26:30 +0000 (07:26 +0000)]
* ipa-cp.c: New file. Contains IPCP specific functionality.
* ipa-prop.h: New file. Contains structures/definitions that can be
used by several interprocedural data flow optimizations (and also IPCP).
* ipa-prop.c: New file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102624 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-07-31 Jerry DeLisle <jvdelisle@verizon.net>
jvdelisle [Mon, 1 Aug 2005 05:13:08 +0000 (05:13 +0000)]
2005-07-31  Jerry DeLisle  <jvdelisle@verizon.net>

        * intrinsic.texi: Add documentation for exponent, floor, and fnum and
        fix description of ceiling in index.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102622 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * class.c, decl.c, name-lookup.c, pt.c, typeck.c, typeck2.c:
kazu [Mon, 1 Aug 2005 04:02:26 +0000 (04:02 +0000)]
* class.c, decl.c, name-lookup.c, pt.c, typeck.c, typeck2.c:
Fix comment typos.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102621 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * dwarf2out.c, fold-const.c, ipa-type-escape.c,
kazu [Mon, 1 Aug 2005 03:55:03 +0000 (03:55 +0000)]
* dwarf2out.c, fold-const.c, ipa-type-escape.c,
loop-invariant.c, predict.c, predict.def, reload1.c, reorg.c,
tree-sra.c, config/arm/arm.c, config/crx/crx.c,
config/i386/i386.c, config/mips/mips.h,
config/rs6000/rs6000.h, config/sh/sh.c,
config/stormy16/stormy16.c: Fix comment typos.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102620 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR c/22311
jsm28 [Mon, 1 Aug 2005 01:29:06 +0000 (01:29 +0000)]
PR c/22311
* c-typeck.c (build_binary_op): Use common_type wrapper on
shortened types.
(common_type): Update comment.

testsuite:
* gcc.dg/pr22311-1.c : New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102615 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoDaily bump.
gccadmin [Mon, 1 Aug 2005 00:16:13 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102612 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR target/23095
steven [Sun, 31 Jul 2005 21:45:44 +0000 (21:45 +0000)]
PR target/23095
* common.opt (flag_gcse_after_reload): Don't initialize to 2.
(flag_rerun_cse_after_loop): Initialize this to 2 instead.
* postreload-gcse.c (hash_scan_set): Do not consider stack regs.

testsuite/
PR target/23095
* gfortran.dg/pr23095.f: New test.

PR c++/22003
* g++.dg/other/pr22003.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102610 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * trans-decl.c (gfc_build_builtin_function_decls): Give the internal
steven [Sun, 31 Jul 2005 21:41:39 +0000 (21:41 +0000)]
* trans-decl.c (gfc_build_builtin_function_decls): Give the internal
malloc functions the 'malloc' attribute.  Give runtime_error the
'noreturn' attribute.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102609 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * pretty-print.h (pp_widest_integer): New macro.
hubicka [Sun, 31 Jul 2005 20:55:41 +0000 (20:55 +0000)]
* pretty-print.h (pp_widest_integer): New macro.
* tree-pretty-print.c (dump_bb_header): Print BB frequencies and
counts.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102608 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * trans-stmt.c (gfc_trans_goto): Jump to the known label instead
steven [Sun, 31 Jul 2005 20:36:47 +0000 (20:36 +0000)]
* trans-stmt.c (gfc_trans_goto): Jump to the known label instead
of the assigned goto variable.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102607 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * output.h (enum section_category): Export from varasm.c
hubicka [Sun, 31 Jul 2005 09:12:34 +0000 (09:12 +0000)]
* output.h (enum section_category): Export from varasm.c
(categorize_decl_for_section): Likewise.
* varasm.c (enum section_category): Kill.
(categorize_decl_for_section): Make global.
* i386-protos.h (x86_output_aligned_bss, x86_elf_aligned_common):
Declare.
* i386.c (ix86_section_threshold): New static variable.
(ix86_in_large_data_p, ix86_encode_section_info,
x86_64_elf_unique_section,
x86_64_elf_select_section): New functions.
(TARGET_ENCODE_SECTION_INFO): Define
(override_options): Enable medium model for PIC.
(ix86_expand_prologue): Expand gen_set_got_rex64.
(legitimate_constant_p): Handle new UNSPECs.
(legitimate_pic_address_disp_p): Likewise.
(legitimize_pic_address): Lower MEDIUM model addressing.
* i386.h (PIC_OFFSET_TABLE_REGNUM): Set for medium model PIC.
(enum cmodel): Add MEDIUM_PIC.
(SYMBOL_REF_FAR_ADDR_P): New macro.
(SYMBOL_FLAG_FAR_ADDR): New flag.
* i386.md (movdi): Support medium model.
(set_got_rex64): New pattern.
* i386.opt (mlarge-data-threshold): New flag.
* predicates.md (zext_operand/sext_operand): Deal with medium model.
* x86-64.h (ASM_OUTPUT_ALIGNED_BSS): Use x86_output_aligned_bss.
(ASM_OUTPUT_ALIGNED_COMMON, TARGET_ASM_SELECT_SECTION,
TARGET_ASM_UNIQUE_SECTION): New.

* invoke.texi (-mlarge_data_threshold): Document

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102606 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR target/20621
rsandifo [Sun, 31 Jul 2005 08:30:15 +0000 (08:30 +0000)]
PR target/20621
* gcc.c-torture/execute/pr20621-1.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102601 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR libfortran/21787
fxcoudert [Sun, 31 Jul 2005 07:30:34 +0000 (07:30 +0000)]
PR libfortran/21787
* intrinsics/abort.c (abort): Close units before aborting.
Updated copyright years.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102600 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoDaily bump.
gccadmin [Sun, 31 Jul 2005 00:16:13 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102597 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-07-30 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Sat, 30 Jul 2005 22:46:25 +0000 (22:46 +0000)]
2005-07-30  Andrew Pinski  <pinskia@physics.uc.edu>

        * scripts/make_exports.pl: Pass --strip-underscores to c++filt.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102595 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * tree-outof-ssa.c (coalesce_ssa_name): Use coalesce_cost.
hubicka [Sat, 30 Jul 2005 22:14:17 +0000 (22:14 +0000)]
* tree-outof-ssa.c (coalesce_ssa_name): Use coalesce_cost.
(coalesce_vars): Likewise.
* tree-ssa-live.c (coalesce_cost): New.
(build_tree_conflict_graph): Use coalesce_cost.
* tree-ssa-live.h (coalesce_cost): Declare.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102593 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-07-30 Thomas Koenig <Thomas.Koenig@online.de>
tkoenig [Sat, 30 Jul 2005 20:56:02 +0000 (20:56 +0000)]
2005-07-30  Thomas Koenig  <Thomas.Koenig@online.de>

        * gfortran.dg/comma_format_extension_4.f:  Adjust length
        of string for format.
        * gfortran.dg/der_array_io_1.f:  Replace illegal internal
        print statement with internal write.
        * gfortran.dg/der_array_io_2.f:  Likewise.
        * gfortran.dg/der_array_io_3.f:  Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102591 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR libfortran/22436
fxcoudert [Sat, 30 Jul 2005 20:45:02 +0000 (20:45 +0000)]
PR libfortran/22436
* io/write.c (write_real): Add default formats for real(10) and
real(16).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102590 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * arm.md (all peepholes for post-increment operations): Delete.
rearnsha [Sat, 30 Jul 2005 18:23:51 +0000 (18:23 +0000)]
* arm.md (all peepholes for post-increment operations): Delete.
(strqi_preinc, strqi_predec, loadqi_preinc, loadqi_predec)
(loadqisi_preinc, loadqisi_predec, strsi_preinc, strsi_predec)
(loadsi_preinc, loadsi_predec, strqi_shiftpreinc, strqi_shiftpredec)
(loadqi_shiftpreinc, loadqi_shiftpredec, strsi_shiftpreinc)
(strsishift_predec, loadsi_shiftpreinc, loadsi_shiftpredec): Delete.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102589 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-07-30 James A. Morrison <phython@gcc.gnu.org>
phython [Sat, 30 Jul 2005 14:39:12 +0000 (14:39 +0000)]
2005-07-30  James A. Morrison  <phython@gcc.gnu.org>

        * fold-const.c (tree_expr_nonnegative_p): Always return true for
        non-integral types.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102587 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-07-30 Paul Thomas <pault@gcc.gnu.org>
pault [Sat, 30 Jul 2005 05:33:39 +0000 (05:33 +0000)]
2005-07-30 Paul Thomas  <pault@gcc.gnu.org>

PR fortran/22570 and related issues.
* transfer.c (formatted_transfer): Make sure that there
really is data present before X- or T- editing. Move all
treatment of tabbing during writes to start of next data
producing format. Suppress incorrect zeroing of bytes_left
in slash formating. Insert int cast for assignment of a
difference of two gfc_offsets.

PR fortran/22570 an related issues.
* gfortran.dg/x_slash_1.f: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102583 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoPatch from Wolfgang Bangerth.
wilson [Sat, 30 Jul 2005 02:12:12 +0000 (02:12 +0000)]
Patch from Wolfgang Bangerth.
PR target/22582
* doc/invoke.texi: Document -rdynamic.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102582 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR c/23143
jsm28 [Sat, 30 Jul 2005 01:34:58 +0000 (01:34 +0000)]
PR c/23143
* c-parser.c (c_parser_parms_list_declarator): Call
mark_forward_parm_decls.
* c-decl.c (merge_decls): Only check DECL_IN_SYSTEM_HEADER for
decls with visibility structure.

testsuite:
* gcc.dg/parm-forwdecl-1.c, gcc.dg/parm-forwdecl-2.c,
gcc.dg/parm-forwdecl-3.c, gcc.dg/parm-forwdecl-4.c: New tests.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102581 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoDaily bump.
gccadmin [Sat, 30 Jul 2005 00:17:15 +0000 (00:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102577 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-07-30 Paul Brook <paul@codesourcery.com>
pbrook [Sat, 30 Jul 2005 00:16:35 +0000 (00:16 +0000)]
2005-07-30  Paul Brook  <paul@codesourcery.com>

* config/arm/arm.c (arm_coproc_mem_operand): Fix inaccurate comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102575 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-07-30 Paul Brook <paul@codesourcery.com>
pbrook [Sat, 30 Jul 2005 00:11:27 +0000 (00:11 +0000)]
2005-07-30  Paul Brook  <paul@codesourcery.com>

* config/arm/arm-protos.h (arm_canonicalize_comparison): Update
prototype.
* config/arm/arm.c (arm_canonicalize_comparison): Use correct limit
value for mode.
* config/arm/arm.h (CANONICALIZE_COMPARISON): Pass mode argument.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102574 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR c/529
jsm28 [Fri, 29 Jul 2005 23:58:37 +0000 (23:58 +0000)]
PR c/529
* c-decl.c (warn_if_shadowing): Don't check for PARM_DECL in
nested function declarators.
(pushdecl): Don't call warn_if_shadowing for PARM_DECL.
(grokparms): Call warn_if_shadowing for parameters used within the
parameter list.
(store_parm_decls_newstyle): Call warn_if_shadowing for parameters
not used within the parameter list.
(store_parm_decls_oldstyle): Call warn_if_shadowing for parameters.

testsuite:
* gcc.dg/Wshadow-3.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102571 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * expr.c (expand_expr_real_1): Do not load mem targets into register.
hubicka [Fri, 29 Jul 2005 22:22:41 +0000 (22:22 +0000)]
* expr.c (expand_expr_real_1): Do not load mem targets into register.
* i386.c (ix86_fixup_binary_operands): Likewise.
(ix86_expand_unary_operator): Likewise.
(ix86_expand_fp_absneg_operator): Likewise.
* optabs.c (expand_vec_cond_expr): Validate dest.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102570 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-07-29 Thomas Koenig <Thomas.Koenig@online.de>
tkoenig [Fri, 29 Jul 2005 21:47:00 +0000 (21:47 +0000)]
2005-07-29  Thomas Koenig  <Thomas.Koenig@online.de>

        * gfortran.dg/matmul_1.f90:  Correct LHS of matmul test (it
        used to have the wrong bounds).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102568 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR c/21720
jsm28 [Fri, 29 Jul 2005 21:14:22 +0000 (21:14 +0000)]
PR c/21720
* real.c (real_from_string): Also set last bit if there is a
nonzero hex digit beyond GCC's internal precision after ".".

testsuite:
* gcc.dg/hex-round-1.c: Test more cases.
* gcc.dg/hex-round-2.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102567 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * config/rs6000/altivec.md: Convert UNSPEC numerical values to
dje [Fri, 29 Jul 2005 21:01:19 +0000 (21:01 +0000)]
    * config/rs6000/altivec.md: Convert UNSPEC numerical values to
        define_constants.  Change duplicate values to unassigned numbers.
        Change UNSPEC_SUBS to UNSPEC_VSUBS.
        (*altivec_vspltsf): New.
        (altivec_vperm_v4sf): Delete.
        (altivec_vperm_<mode>): Use mode macro V.
        (altivec_vsldoi_<mode>): Convert to mode macro pattern.
        (altivec_predicate_v4sf): Delete.
        (altivec_predicate_<mode>): Use mode macro V.
        (*altivec_lvesfx): New.
        (*altivec_stvesfx): New.
        (vec_realign_load_v4sf): Delete.
        (vec_realign_load_<mode>): Use mode macro V.
        * config/rs6000/rs6000.c (generate_set_vrsave): Use
        UNSPECV_SET_VRSAVE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102566 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR bootstrap/23131
mmitchel [Fri, 29 Jul 2005 19:20:44 +0000 (19:20 +0000)]
PR bootstrap/23131
* configure.ac (SYSTEM_HEADER_DIR): Avoid setting to empty
string.
* configure: Regenerated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102562 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-07-29 Paul Brook <paul@codesourcery.com>
pbrook [Fri, 29 Jul 2005 18:04:34 +0000 (18:04 +0000)]
2005-07-29  Paul Brook  <paul@codesourcery.com>

* doc/install.texi: Add link to GFortran binaries wiki page.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102561 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago* config/mips/mips.c (mips_cpu_info_table): Add 5kf to the table.
davidu [Fri, 29 Jul 2005 17:25:27 +0000 (17:25 +0000)]
* config/mips/mips.c (mips_cpu_info_table): Add 5kf to the table.
(mips_rtx_cost_data): Add costs for 5kc and 5kf.
* config/mips/mips.h (processor_type): Add PROCESSOR_5KF.
* config/mips/mips.md (cpu): Add 5kf name.
(includes): Includes 5k.md.
* config/mips/5k.md: New DFA pipeline for the 5kc/5kf.
* doc/invoke.texi (MIPS Options): Updated cpu name supported with
-march flag.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102560 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR 22550
dnovillo [Fri, 29 Jul 2005 16:32:00 +0000 (16:32 +0000)]
PR 22550
* tree-cfgcleanup.c (cleanup_tree_cfg_1): Extract from ...
(cleanup_tree_cfg): ... here.
Call cleanup_tree_cfg_1 until there are no more cleanups to
do.

testsuite/ChangeLog

PR 22550
* g++.dg/tree-ssa/pr22550.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102559 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-07-29 James A. Morrison <phython@gcc.gnu.org>
phython [Fri, 29 Jul 2005 15:22:07 +0000 (15:22 +0000)]
2005-07-29  James A. Morrison  <phython@gcc.gnu.org>

        * tree-vrp.c (compare_range_with_value): Return true or false
        for ~[VAL_1, VAL_2] OP VAL if VAL_1 <= VAL <= VAL_2 for NE_EXPR and
        EQ_EXPR respectively.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102558 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * decl.c, init.c, initialize.c: Fix comment typos.
kazu [Fri, 29 Jul 2005 15:01:51 +0000 (15:01 +0000)]
* decl.c, init.c, initialize.c: Fix comment typos.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102556 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * cfg.c, tree-complex.c, config/frv/frv.c, config/i386/i386.c:
kazu [Fri, 29 Jul 2005 14:52:00 +0000 (14:52 +0000)]
* cfg.c, tree-complex.c, config/frv/frv.c, config/i386/i386.c:
Fix comment typos.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102555 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * method.c: Fix a comment typo.
kazu [Fri, 29 Jul 2005 14:45:54 +0000 (14:45 +0000)]
* method.c: Fix a comment typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102554 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * tree-ssa-dom.c (struct opt_stats_d): Add field num_iterations.
dnovillo [Fri, 29 Jul 2005 14:41:53 +0000 (14:41 +0000)]
* tree-ssa-dom.c (struct opt_stats_d): Add field num_iterations.
(tree_ssa_dominator_optimize): Increment it.
(dump_dominator_optimization_stats): Print it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102553 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-07-29 H.J. Lu <hongjiu.lu@intel.com>
hjl [Fri, 29 Jul 2005 13:35:59 +0000 (13:35 +0000)]
2005-07-29  H.J. Lu  <hongjiu.lu@intel.com>

PR libstdc++/22284
* libsupc++/eh_personality.cc (PERSONALITY_FUNCTION): Revert
the change to info.ttype_base.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102552 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoRichard Earnshaw <richard.earnshaw@arm.com>
rearnsha [Fri, 29 Jul 2005 09:32:14 +0000 (09:32 +0000)]
Richard Earnshaw  <richard.earnshaw@arm.com>
Steven Bosscher  <stevenb@suse.de>

PR rtl-optimization/23117
* sched-rgn.c (add_branch_dependences): Handle COND_EXEC correctly
when head == tail.  Tidy comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102551 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * cse.c (exp_equiv_p): Special case CONST_DOUBLE.
rth [Fri, 29 Jul 2005 05:57:44 +0000 (05:57 +0000)]
    * cse.c (exp_equiv_p): Special case CONST_DOUBLE.
        * cselib.c (rtx_equal_for_cselib_p): Likewise.
        * jump.c (rtx_renumbered_equal_p): Likewise.
        * loop.c (rtx_equal_for_loop_p): Tidy and special case PC, CC0,
        CONST_INT and CONST_DOUBLE.
        (rtx_equal_for_prefetch_p): Likewise, plus LABEL_REF.
        * reload.c (operands_match_p): Special case CONST_INT and
        CONST_DOUBLE; check mode earlier.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102548 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR c/22240
jsm28 [Fri, 29 Jul 2005 02:46:50 +0000 (02:46 +0000)]
PR c/22240
* c-typeck.c (convert_for_assignment): Do not check
DECL_IN_SYSTEM_HEADER on NULL fundecl.

testsuite:
* gcc.dg/transparent-union-4.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102541 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR c/22192
jsm28 [Fri, 29 Jul 2005 02:42:19 +0000 (02:42 +0000)]
PR c/22192
* c-typeck.c (composite_type): Prefer constant size arrays to
VLAs.

testsuite:
* gcc.dg/c99-vla-2.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102540 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR c/21720
jsm28 [Fri, 29 Jul 2005 01:24:38 +0000 (01:24 +0000)]
PR c/21720
* real.c (real_from_string): Set last bit if there is a nonzero
hex digit beyond GCC's internal precision.

testsuite:
* gcc.dg/hex-round-1.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102539 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR rtl-opt/22619
rth [Fri, 29 Jul 2005 00:45:57 +0000 (00:45 +0000)]
    PR rtl-opt/22619
        * cfgcleanup.c (try_forward_edges): Watch out for end of
        insn chain.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102536 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoDaily bump.
gccadmin [Fri, 29 Jul 2005 00:16:31 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102532 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * trans-types.h (gfc_array_range_type): Add missing GTY decl for this.
steven [Fri, 29 Jul 2005 00:02:38 +0000 (00:02 +0000)]
* trans-types.h (gfc_array_range_type): Add missing GTY decl for this.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102529 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoRemove misleading use of the word "all".
wilson [Thu, 28 Jul 2005 23:37:18 +0000 (23:37 +0000)]
Remove misleading use of the word "all".
PR c/23106
* doc/invoke.texi (Wstrict-aliasing=2): Fix misleading wording.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102528 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * Makefile.in (rtl-profile.o): Kill all traces of it.
hubicka [Thu, 28 Jul 2005 21:48:38 +0000 (21:48 +0000)]
* Makefile.in (rtl-profile.o): Kill all traces of it.
* common.opt (fspeculative-prefetching, ftree-based-profiling): Kill.
* coverage.h (rtl_coverage_counter_ref): Kill.
* opts.c (flag_speculative_prefetching_set): Kill.
(flag_loop_optimize_set): New.
(common_handle_option): Disable loop optimizer when profiling;
do not handle speculative prefetching.
* passes.c (init_optimization_passes): Replace pass_profiling combo
by branch_prob pass.
* profile.c (compute_value_histograms): Update for simplified value
profiles.
(rtl_register_profile_hooks): Kill.
(pass_profiling): Kill.
(rest_of_handle_branch_prob): Do not profile.
* toplev.c (process_options): Remove speculative prefetching.
* toplev.h (flag_tree_based_profiling): Kill.
* tree-profile.c (prepare_instrumented_value,
tree_gen_interval_profiler, tree_gen_pow2_profiler,
tree_gen_one_value_profiler, do_tree_profiling): Update for
simplified datastructures.
* value-prof.c: Add comment that speculative prefetching was dropped;
update rest of file for simplified datastructures.
(NOPREFETCH_RANGE_MIN, NOPREFETCH_RANGE_MAX,
rtl_divmod_values_to_profile, insn_prefetch_values_to_profile,
find_mem_reference_1, find_mem_reference_2, find_mem_reference,
rtl_values_to_profile, rtl_divmod_fixed_value, rtl_mod_pow2,
rtl_mod_subtract, gen_speculative_prefetch,
rtl_divmod_fixed_value_transform, rtl_mod_pow2_value_transform,
rtl_mod_subtract_transform, speculative_prefetching_transform): Kill.
(gate_handle_value_profile_transformations,
rest_of_handle_value_profile_transformations,
pass_value_profile_transformations): Kill.
* value-prof.h (histogram_value_t): Remove IL based unions.
(rtl_register_value_prof_hooks, rtl_register_profile_hooks,
rtl_profile_hooks): Remove hooks.

* invoke.texi (-ftree-based-profiling, -fspeculative-prefetching): Kill.

* inliner-1.c: Do not dump everything.
* tree-prof.exp: Do not pass -ftree-based-profiling.
* bprob.exp: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102522 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * cgraph.c (cgraph_clone_edge): New UPDATE_ORIGINAL argument.
hubicka [Thu, 28 Jul 2005 21:45:27 +0000 (21:45 +0000)]
* cgraph.c (cgraph_clone_edge): New UPDATE_ORIGINAL argument.
(cgraph_clone_node): Likewise.
* cgraph.h (cgraph_clone_edge): Update prototype.
(cgraph_clone_node): Likewise.
* ipa-inline.c (cgraph_clone_inlined_nodes): Update call of
cgraph_clone_node.
(lookup_recursive_calls): Consider profile.
(cgraph_decide_recursive_inlining): Fix updating; use new
probability argument; use profile.
* params.def (PARAM_MIN_INLINE_RECURSIVE_PROBABILITY): New.
* tree-inline.c (copy_bb): Update clal of clone_edge.
* tree-optimize.c (tree_rest_of_compilation): UPdate cal of clone_node.

* invoke.texi (min-inline-recursive-probability): Document.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102521 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * gcc.dg/tree-prof/update-loopch.c: Fix thinkos.
hubicka [Thu, 28 Jul 2005 21:40:14 +0000 (21:40 +0000)]
* gcc.dg/tree-prof/update-loopch.c: Fix thinkos.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102520 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoAnnotate for PR.
rth [Thu, 28 Jul 2005 21:32:14 +0000 (21:32 +0000)]
Annotate for PR.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102518 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * doc/install.texi (Configuration): Update Valgrind homepage.
gerald [Thu, 28 Jul 2005 21:29:09 +0000 (21:29 +0000)]
* doc/install.texi (Configuration): Update Valgrind homepage.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102514 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * cfgrtl.c (rtl_merge_blocks): Call maybe_remove_eh_handler on
rth [Thu, 28 Jul 2005 21:11:30 +0000 (21:11 +0000)]
    * cfgrtl.c (rtl_merge_blocks): Call maybe_remove_eh_handler on
        labels we want to delete.
        (cfg_layout_merge_blocks): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102512 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR target/17692
rth [Thu, 28 Jul 2005 20:51:18 +0000 (20:51 +0000)]
    PR target/17692
        * config/i386/i386.c (ix86_split_sse_movcc): Emit DELETED note
        when expanding to nothing.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102509 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * expr.c (expand_load_internal): Fix missing parens in
dnovillo [Thu, 28 Jul 2005 18:28:12 +0000 (18:28 +0000)]
* expr.c (expand_load_internal): Fix missing parens in
predicate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102504 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR c++/22545
mmitchel [Thu, 28 Jul 2005 18:08:59 +0000 (18:08 +0000)]
PR c++/22545
* call.c (add_builtin_candidate): Adjust for changes in
representation of pointer-to-member types.

PR c++/22545
* g++.dg/expr/ptrmem7.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102500 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * pt.c (check_explicit_specialization): Add visibility logic.
mrs [Thu, 28 Jul 2005 18:06:47 +0000 (18:06 +0000)]
    * pt.c (check_explicit_specialization): Add visibility logic.
        (lookup_template_class): Likewise.
        (instantiate_class_template): Likewise.

        * g++.old-deja/g++.mike/visibility-1.C: New test.
Radar 4182971.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102499 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * ipa-inline.c (update_caller_keys): Fix estimated_growth caching.
jconner [Thu, 28 Jul 2005 17:18:23 +0000 (17:18 +0000)]
    * ipa-inline.c (update_caller_keys): Fix estimated_growth caching.
        (cgraph_decide_inlining_of_small_functions): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102498 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * ipa-inline.c (cgraph_edge_badness): Update comments. Invert shift
jconner [Thu, 28 Jul 2005 17:14:57 +0000 (17:14 +0000)]
    * ipa-inline.c (cgraph_edge_badness): Update comments.  Invert shift
        direction of badness if negative.
        (cgraph_default_inline_p): Add reason to parameters, and assign it
        a value.
        (cgraph_decide_inlining_of_small_functions): New parameter in call
        to cgraph_default_inline_p.
        (cgraph_decide_inlining_incrementally): Likewise.
        * cgraphunit.c (decide_is_function_needed): Likewise.
        * cgraph.h (cgraph_default_inline_p): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102497 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * builtins.c: Fix comment typo(s).
reichelt [Thu, 28 Jul 2005 16:30:00 +0000 (16:30 +0000)]
* builtins.c: Fix comment typo(s).
* genautomata.c: Likewise.
* gimplify.c: Likewise.
* tree-dfa.c: Likewise.
* tree-flow-inline.h: Likewise.
* tree-into-ssa.c: Likewise.
* tree-ssa-alias.c: Likewise.
* tree-ssa-ccp.c: Likewise.
* tree-ssa-copy.c: Likewise.
* tree-ssa-dce.c: Likewise.
* tree-ssa-dom.c: Likewise.
* tree-ssa-operands.c: Likewise.
* tree-tailcall.c: Likewise.
* tree-vectorizer.c: Likewise.
* tree-vrp.c: Likewise.
* tree.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102491 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR c/20187
rsandifo [Thu, 28 Jul 2005 16:27:22 +0000 (16:27 +0000)]
PR c/20187
* gcc.c-torture/execute/pr20187-1.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102490 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * tree-vrp.c (test_for_singularity): Extracted from ...
law [Thu, 28 Jul 2005 16:12:03 +0000 (16:12 +0000)]
    * tree-vrp.c (test_for_singularity): Extracted from  ...
        (simplify_cond_using_ranges): Attempt to simplify a relational
        test to NE_EXPR.  Dump information when a COND_EXPR is simplified.

        * gcc.dg/tree-ssa/vrp17.c: Update expected output.
        * gcc.dg/tree-ssa/vrp18.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102489 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * gcc.dg/vect/vect-reduc-1char.c: Fix data to fit in char.
dorit [Thu, 28 Jul 2005 15:27:25 +0000 (15:27 +0000)]
* gcc.dg/vect/vect-reduc-1char.c: Fix data to fit in char.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102488 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR tree-optimization/22506
dorit [Thu, 28 Jul 2005 15:12:49 +0000 (15:12 +0000)]
    PR tree-optimization/22506
        * tree-vectorizer.c (update_phi_nodes_for_guard2): Skip loop-closed
        phis whose argument is constant.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102487 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-07-28 Andrew Haley <aph@redhat.com>
aph [Thu, 28 Jul 2005 15:01:33 +0000 (15:01 +0000)]
2005-07-28  Andrew Haley  <aph@redhat.com>

        * expr.c (expand_load_internal): Convert to destination type.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102486 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-07-15 Andrew Haley <aph@redhat.com>
aph [Thu, 28 Jul 2005 15:00:53 +0000 (15:00 +0000)]
2005-07-15  Andrew Haley  <aph@redhat.com>

        * expr.c (expand_load_internal): Convert to destination type.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102485 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR target/21149
jakub [Thu, 28 Jul 2005 14:38:13 +0000 (14:38 +0000)]
PR target/21149
* gcc.target/i386/sse-3.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102482 138bc75d-0d04-0410-961f-82ee72b054a4