OSDN Git Service

pf3gnuchains/gcc-fork.git
17 years agoDaily bump.
gccadmin [Fri, 24 Nov 2006 00:17:28 +0000 (00:17 +0000)]
Daily bump.

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

17 years ago* gfortran.dg/overload_1.f90: New test.
tobi [Thu, 23 Nov 2006 23:35:59 +0000 (23:35 +0000)]
* gfortran.dg/overload_1.f90: New test.

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

17 years agoAdd PR marker for libstdc++/29920
amylaar [Thu, 23 Nov 2006 21:10:20 +0000 (21:10 +0000)]
Add PR marker for libstdc++/29920

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

17 years ago2006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
manu [Thu, 23 Nov 2006 18:49:22 +0000 (18:49 +0000)]
2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>

* real.h (real_isinteger): Declare.
* real.c (real_isinteger): Define.
* builtins.c (integer_valued_real_p): Use it.

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

17 years ago2006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
manu [Thu, 23 Nov 2006 18:39:32 +0000 (18:39 +0000)]
2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>

PR c/9072
* c.opt (Wtraditional-conversion): New.
(Wconversion): Update description.
* c-typeck.c (convert_arguments): Warnings for prototypes causing
type conversions different from what would happen in the absence
of prototype are now handled by Wtraditional-conversion.
* doc/invoke.texi (Wtraditional-conversion): New.
(Wconversion): Update description.
* doc/trouble.texi (Wconversion): Replace Wconversion by
Wtraditional-conversion.

testsuite/

PR c/9072
* gcc.dg/builtin-protos-1.c: Replace Wconversion by
Wtraditional-conversion.
* gcc.dg/overflow-warn-2.c: Likewise.
* gcc.dg/Wconversion.c: Likewise. Renamed as
Wtraditional-conversion.c .
* gcc.dg/Wconversion-2.c: Likewise. Renamed as
Wtraditional-conversion-2.c .
* gcc.dg/dfp/Wconversion-2.c: Likewise. Renamed as
Wtraditional-conversion-2.c
* gcc.dg/Wconversion-negative-constants.c: New.

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

17 years ago2006-11-23 Andrew Pinski <pinskia@gmail.com>
pinskia [Thu, 23 Nov 2006 17:59:53 +0000 (17:59 +0000)]
2006-11-23  Andrew Pinski  <pinskia@gmail.com>

        * predict.c (tree_estimate_probability): Check to make
        sure current_loops is non null before calling flow_loops_dump.
2006-11-23  Andrew Pinski  <pinskia@gmail.com>

        * gcc.dg/tree-ssa/dump-1.c: New test.

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

17 years ago * var-tracking.c (emit_note_insn_var_location): Revert previous patch.
bernds [Thu, 23 Nov 2006 17:50:52 +0000 (17:50 +0000)]
* var-tracking.c (emit_note_insn_var_location): Revert previous patch.

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

17 years ago2006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
manu [Thu, 23 Nov 2006 17:34:34 +0000 (17:34 +0000)]
2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>

        * MAINTAINERS (Write After Approval): Add myself.

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

17 years agogcc:
davidu [Thu, 23 Nov 2006 16:13:46 +0000 (16:13 +0000)]
gcc:
* config/mips/mips.h (ISA_HAS_FP4): Add MIPS32R2 + 64bit fpu
combination.
(ISA_HAS_MXHC1): True if ISA supports mfhc1 and mthc1 opcodes.
(ASM_SPEC): Pass along -mfp32 and -mfp64.
* config/mips/mips.c (mips_split_64bit_move): Use gen_mthc1 to set
high part of FP register when in 64-bit FP register mode.  Similarly
use gen_mfhc1 to load high part of FP register.
(override_options): Allow -mgp32 and -mfp64 combination if
ISA_HAS_MXHC1 (currently for O32 only).
(mips_cannot_change_mode_class): If floating-point registers are
bigger than word size. disallow conversion of float register from a
large integer mode to a float mode smaller than the float register
size.
(mips_class_max_nregs): Handle float registers case seperately.
* config/mips/mips.md (define_constants): Add UNSPEC_MFHC1,
UNSPEC_MTHC1.
(movdi_32bit): Use !TARGET_FLOAT64 in condition pattern.
(movdf_hardfloat_32bit): Similarly.
(movdi_gp32_fp64): New DImode pattern for MIPS32R2 which optionally
support a full 64-bit fpu.
(mthc1): New pattern to generate MTHC1 instruction.
(mfhc1): New pattern to generate MFHC1 instruction.
* doc/invoke.texi (MIPS Options): Document the -mgp32 -mfp64
option for the MIPS32R2 and mention its use under O32 ABI.

gcc/testsuite:
* gcc.target/mips/mips.exp (dg-mips-options): Handle parsing of
-mfp64, allowable when ISA >= 33 and float is enabled.
* gcc.target/mips/mips32r2-mxhc1.c: New test for checking the use
of mthc1 and mfhc1 patterns.

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

17 years ago * var-tracking.c (emit_note_insn_var_location): Take care not to
bernds [Thu, 23 Nov 2006 12:53:15 +0000 (12:53 +0000)]
* var-tracking.c (emit_note_insn_var_location): Take care not to
cause verify_flow_info failures.

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

17 years ago2006-11-22 Daniel Berlin <dberlin@dberlin.org>
dberlin [Thu, 23 Nov 2006 03:37:56 +0000 (03:37 +0000)]
2006-11-22  Daniel Berlin  <dberlin@dberlin.org>

* tree-ssa-structalias.c: Remove edge weights in favor of just
processing them as complex constraints.
(struct constraint_graph): Remove weighted succs and preds. Rename
nonweighted succs and preds.
(constraint_edge): Removed.
(constraint_edge_t): Ditto.
(constraint_edge_pool): Ditto.
(new_constraint_edge): Ditto.
(constraint_edge_equal): Ditto.
(constraint_edge_less): Ditto.
(constraint_edge_vec_find): Ditto.
(erase_self_graph_edge): Ditto.
(add_graph_edge): Removed.
(get_graph_weights): Ditto.
(allocate_graph_weights): Ditto. (
(valid_weighted_graph_edge): Ditto
(bitmap_other_than_zero_bit_set): Ditto.
(int_add_graph_edge): Renamed to add_graph_edge.
(clear_edges_for_node): Remove support for weighted edges.
(merge_graph_nodes): Ditto.
(valid_graph_edge): Ditto.
(build_constraint_graph): Ditto.
(scc_visit): Ditto.
(collapse_nodes): Ditto.
(process_unification_queue): Ditto.
(topo_visit): Ditto.
(do_ds_constraint): Ditto.
(perform_var_subsitution): Ditto.
(solve_graph): Ditto.
(init_alias_vars): Ditto.
(delete_points_to_sets): Ditto.
(do_complex_constraint): Support offsetted copies here.

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

17 years agoRevert accidental commit (patch coming for this :P)
dberlin [Thu, 23 Nov 2006 02:19:39 +0000 (02:19 +0000)]
Revert accidental commit (patch coming for this :P)

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

17 years agoRemove weighted edges from the graph
dberlin [Thu, 23 Nov 2006 02:07:03 +0000 (02:07 +0000)]
Remove weighted edges from the graph

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

17 years ago * config/spu/spu_intrinsics.h (SPU_RdEventStatMask): Rename to
bje [Thu, 23 Nov 2006 01:58:15 +0000 (01:58 +0000)]
* config/spu/spu_intrinsics.h (SPU_RdEventStatMask): Rename to
SPU_RdEventMask.
* config/spu/spu_mfcio.h (spu_read_event_mask): Update.

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

17 years ago * config/spu/spu_mfcio.h (struct mfc_list_element): Change width
bje [Thu, 23 Nov 2006 01:23:42 +0000 (01:23 +0000)]
* config/spu/spu_mfcio.h (struct mfc_list_element): Change width
of size bitfield.

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

17 years agoDaily bump.
gccadmin [Thu, 23 Nov 2006 00:17:30 +0000 (00:17 +0000)]
Daily bump.

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

17 years ago * config/spu/spu-elf.h (LIB_SPEC): Do not link with -lc_p.
bje [Wed, 22 Nov 2006 23:46:27 +0000 (23:46 +0000)]
* config/spu/spu-elf.h (LIB_SPEC): Do not link with -lc_p.

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

17 years ago PR tree-optimization/29921
rakdver [Wed, 22 Nov 2006 23:11:15 +0000 (23:11 +0000)]
PR tree-optimization/29921
* fold-const.c (operand_equal_p): Without HONOR_SIGNED_ZEROS, consider
signed and unsigned zero equal.

* gcc.dg/pr29921.c: New test.

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

17 years agofortran/
tobi [Wed, 22 Nov 2006 22:09:14 +0000 (22:09 +0000)]
fortran/
        PR fortran/29441
        * intrinsic.c (gfc_intrinsic_func_interface): Always check if
        intrinsic is allowed in initialization expression.
testsuite/
        PR fortran/29441
        * gfortran.dg/initialization_4.f90: New test.

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

17 years ago * config/rs6000/rs6000.c (get_store_dest): New.
bergner [Wed, 22 Nov 2006 19:06:41 +0000 (19:06 +0000)]
* config/rs6000/rs6000.c (get_store_dest): New.
(adjacent_mem_locations): Use get_store_dest() to get
the rtl of the store destination.

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

17 years ago * config/rs6000/spe.md (SPE64): New mode macro.
jsm28 [Wed, 22 Nov 2006 16:41:29 +0000 (16:41 +0000)]
* config/rs6000/spe.md (SPE64): New mode macro.
(mov_sidf_e500_subreg0): Change to mov_si<mode>_e500_subreg0.  Add
memory load.
(mov_si<mode>_e500_subreg0_2): New.
(mov_sidf_e500_subreg4): Change to mov_si<mode>_e500_subreg4.  Add
memory load.
(mov_si<mode>_e500_subreg4_2): New.
* config/rs6000/predicates.md (input_operand): Do not allow
invalid E500 subregs.
(rs6000_nonimmediate_operand): Check for invalid E500 subregs also
if TARGET_SPE.
* config/rs6000/rs6000.c (invalid_e500_subreg): Check for subregs
involving DFmode if TARGET_E500_DOUBLE.  Check for subregs
involving vector modes if TARGET_SPE.

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

17 years ago Revert
kkojima [Wed, 22 Nov 2006 15:29:02 +0000 (15:29 +0000)]
Revert
2006-11-12  Kaz Kojima  <kkojima@gcc.gnu.org>
* reorg.c (emit_delay_sequence): Copy the delay slot insn.

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

17 years agoUpdate e-mail address in MAINTAINERS
pthomas [Wed, 22 Nov 2006 15:21:16 +0000 (15:21 +0000)]
Update e-mail address in MAINTAINERS

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

17 years ago2006-11-22 Antony King <anthony.king@st.com>
amylaar [Wed, 22 Nov 2006 14:42:32 +0000 (14:42 +0000)]
2006-11-22  Antony King <anthony.king@st.com>
            J"orn Rennecke <joern.rennecke@st.com>

* include/Makefile.am (stamp-host): Remove CCODECVT_H line.
* include/Makefile.in: Regenerate.

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

17 years ago * config/bfin/predicates.md (d_register_operand, mem_p_address_operand,
bernds [Wed, 22 Nov 2006 14:12:46 +0000 (14:12 +0000)]
* config/bfin/predicates.md (d_register_operand, mem_p_address_operand,
mem_i_address_operand): New predicates.
* config/bfin/bfin.c (bfin_issue_rate): New function.
(TARGET_SCHED_ISSUE_RATE): New macro.
* config/bfin/bfin.md (addrtype): New attribute.
(slot0, slot1, slot2, store, pregs): New cpu_units.
(core): Now a define_reservation.
(alu): Remove some insn types from this reservation.
(dsp32, load32, loadp, loadi, store32, storep, storei, multi): New
insn reservations.
(dummy reservation): Don't trigger for mcld insns.
(absence_sets): Two new absence sets to enforce slot ordering.
(popsi_insn): Set addrtype.

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

17 years ago * doc/c-tree.texi: Document new tree codes.
irar [Wed, 22 Nov 2006 08:46:03 +0000 (08:46 +0000)]
    * doc/c-tree.texi: Document new tree codes.
        * doc/md.texi: Document new optabs.
        * tree-pretty-print.c (dump_generic_node): Handle print of new tree
        codes.
        * optabs.c (optab_for_tree_code, init_optabs): Handle new optabs.
        * optabs.h (optab_index): Add new.
        (vec_extract_even_optab, vec_extract_odd_optab,
        vec_interleave_high_optab, vec_interleave_low_optab): New optabs.
        * genopinit.c (vec_extract_even_optab, vec_extract_odd_optab,
        vec_interleave_high_optab, vec_interleave_low_optab): Initialize
        new optabs.
        * expr.c (expand_expr_real_1): Add implementation for new tree codes.
        * tree-vectorizer.c (new_stmt_vec_info): Initialize new fields.
        * tree-vectorizer.h (stmt_vec_info): Add new fields for interleaving
        along with macros for their access.
        * tree-data-ref.h (first_location_in_loop, data_reference): Update
        comment.
        * tree-vect-analyze.c (toplev.h): Include.
        (vect_determine_vectorization_factor): Fix indentation.
        (vect_insert_into_interleaving_chain,
        vect_update_interleaving_chain, vect_equal_offsets): New functions.
        (vect_analyze_data_ref_dependence): Add argument for interleaving
        check. Check for interleaving if it's true.
        (vect_check_dependences): New function.
        (vect_analyze_data_ref_dependences): Call vect_check_dependences for
        every ddr. Call vect_analyze_data_ref_dependence with new argument.
        (vect_update_misalignment_for_peel): Update for interleaving.
        (vect_verify_datarefs_alignment): Check only first data-ref for
        interleaving.
        (vect_enhance_data_refs_alignment): Update for interleaving. Check
        only first data-ref for interleaving.
        (vect_analyze_data_ref_access): Check interleaving, update
        interleaving data.
        (vect_analyze_data_refs): Call compute_data_dependences_for_loop
        with different parameters.
        * tree.def (VEC_EXTRACT_EVEN_EXPR, VEC_EXTRACT_ODD_EXPR,
        VEC_INTERLEAVE_HIGH_EXPR, VEC_INTERLEAVE_LOW_EXPR): New tree codes.
        * tree-inline.c (estimate_num_insns_1): Add cases for new codes.
        * tree-vect-transform.c (vect_create_addr_base_for_vector_ref):
        Update step in case of interleaving.
        (vect_strided_store_supported, vect_permute_store_chain): New
        functions.
        (vectorizable_store): Handle strided stores.
        (vect_strided_load_supported, vect_permute_load_chain,
        vect_transform_strided_load): New functions.
        (vectorizable_load): Handle strided loads.
        (vect_transform_stmt): Add argument. Handle strided stores. Check
        that vectorized stmt exists for patterns.
        (vect_gen_niters_for_prolog_loop): Update calculation for
        interleaving.
        (vect_transform_loop): Remove stmt_vec_info for strided stores after
        whole chain vectorization.
        * config/rs6000/altivec.md (UNSPEC_EXTEVEN, UNSPEC_EXTODD,
        UNSPEC_INTERHI, UNSPEC_INTERLO): New constants.
        (vpkuhum_nomode, vpkuwum_nomode, vec_extract_even<mode>,
        vec_extract_odd<mode>, altivec_vmrghsf, altivec_vmrglsf,
        vec_interleave_high<mode>, vec_interleave_low<mode>): Implement.

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

17 years ago2006-11-22 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Wed, 22 Nov 2006 07:32:09 +0000 (07:32 +0000)]
2006-11-22  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

* io/io.h (unit_flags): Add new flag has_recl.
* io.open.c (new_unit): Set flag if RECL= was specified.
* io/transfer.c (us_write): If flag set, leave recl as initialized by
new_unit.

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

17 years agoDaily bump.
gccadmin [Wed, 22 Nov 2006 00:17:59 +0000 (00:17 +0000)]
Daily bump.

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

17 years ago * cse.c (enum taken): Remove PATH_AROUND.
steven [Wed, 22 Nov 2006 00:13:42 +0000 (00:13 +0000)]
* cse.c (enum taken): Remove PATH_AROUND.
(addr_affects_sp_p, invalidate_skipped_set,
invalidate_skipped_block): Remove.
(cse_end_of_basic_block): Remove skip_blocks and related code.
(cse_main): Don't test for flag_cse_skip_blocks.
Update cse_end_of_basic_block call.
(cse_basic_block): Likewise.  Remove PATH_AROUND case.  Remove
code to lengthen the path if a jump was simplified.

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

17 years ago PR rtl-optimization/29924
rakdver [Wed, 22 Nov 2006 00:12:52 +0000 (00:12 +0000)]
PR rtl-optimization/29924
* loop-unroll.c (split_edge_and_insert): Handle the case insns is NULL.
(unroll_loop_runtime_iterations): Assert that the argument passed to
split_edge_and_insert is not NULL.
* loop-doloop.c (add_test): Ditto.

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

17 years ago2006-11-22 Paul Thomas <pault@gcc.gnu.org>
pault [Wed, 22 Nov 2006 00:05:10 +0000 (00:05 +0000)]
2006-11-22 Paul Thomas  <pault@gcc.gnu.org>

PR fortran/25087
* resolve.c (resolve_fl_procedure): Add an error if an external
automatic character length function does not have an explicit
interface.

2006-11-22 Paul Thomas  <pault@gcc.gnu.org>

PR fortran/25087
* gfortran.dg/auto_char_len_4.f90: New test.

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

17 years ago2006-11-22 Paul Thomas <pault@gcc.gnu.org>
pault [Wed, 22 Nov 2006 00:02:02 +0000 (00:02 +0000)]
2006-11-22 Paul Thomas  <pault@gcc.gnu.org>

PR fortran/29652
* interface.c (check_interface1): Use a local value, instead of
the dummy, as the inner iterator over interface symbols.

2006-11-22 Paul Thomas  <pault@gcc.gnu.org>

PR fortran/29652
* gfortran.dg/generic_7.f90: New test.
* gfortran.dg/defined_operators_1.f90: Add new error.

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

17 years ago * tree-loop-linear.c (linear_transform_loops): Use single_exit accessor
rakdver [Tue, 21 Nov 2006 23:54:16 +0000 (23:54 +0000)]
* tree-loop-linear.c (linear_transform_loops): Use single_exit accessor
functions.
* tree-ssa-loop-niter.c (loop_only_exit_p): Ditto.
* cfgloopmanip.c (update_single_exits_after_duplication,
update_single_exit_for_duplicated_loop, loop_version): Ditto.
* tree-scalar-evolution.c (get_loop_exit_condition,
get_exit_conditions_rec, loop_closed_phi_def,
number_of_iterations_in_loop, scev_const_prop): Ditto.
* tree-ssa-loop-ivopts.c (single_dom_exit): Ditto.
* modulo-sched.c (generate_prolog_epilog, loop_canon_p, sms_schedule):
Ditto.
* tree-ssa-loop-ivcanon.c (canonicalize_loop_induction_variables):
Ditto.
* tree-vectorizer.c (slpeel_update_phis_for_duplicate_loop,
slpeel_update_phi_nodes_for_guard1, slpeel_update_phi_nodes_for_guard2,
slpeel_make_loop_iterate_ntimes,
slpeel_tree_duplicate_loop_to_edge_cfg, slpeel_can_duplicate_loop_p,
slpeel_verify_cfg_after_peeling, slpeel_tree_peel_loop_to_edge):
Ditto.
* tree-if-conv.c (if_convertible_loop_p): Ditto.
* tree-vect-analyze.c (vect_analyze_operations, vect_stmt_relevant_p,
vect_analyze_loop_form): Ditto.
* lambda-code.c (lambda_loopnest_to_gcc_loopnest, exit_phi_for_loop_p,
can_convert_to_perfect_nest, perfect_nestify): Ditto.
* tree-vect-transform.c (vect_create_epilog_for_reduction,
vect_update_ivs_after_vectorizer, vect_do_peeling_for_loop_bound,
vect_transform_loop): Ditto.
* cfgloop.c (mark_single_exit_loops, verify_loop_structure): Ditto.
(single_exit, set_single_exit): New functions.
* cfgloop.h (struct loop): Rename single_exit field to single_exit_.
(single_exit, set_single_exit): Declare.
* doc/loop.texi: Undocument single_exit field.  Document single_exit
accessor function.

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

17 years ago PR tree-optimization/29902
rakdver [Tue, 21 Nov 2006 23:45:21 +0000 (23:45 +0000)]
PR tree-optimization/29902
* tree-ssa-loop-manip.c (can_unroll_loop_p): Return false if
any involved ssa name appears in abnormal phi node.

* g++.dg/tree-ssa/pr29902.C: New test.

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

17 years ago2006-11-21 Paul Thomas <pault@gcc.gnu.org>
pault [Tue, 21 Nov 2006 23:42:17 +0000 (23:42 +0000)]
2006-11-21 Paul Thomas  <pault@gcc.gnu.org>

PR fortran/29820
* trans-array.c (gfc_get_derived_type): Once done, spread the
backend_decl to all identical derived types in all sibling
namespaces.

2006-11-21 Paul Thomas  <pault@gcc.gnu.org>

PR fortran/29820
* gfortran.dg/used_types_13.f90: New test.

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

17 years ago * config/xtensa/xtensa.c (xtensa_char_to_class): Delete.
bwilson [Tue, 21 Nov 2006 21:49:26 +0000 (21:49 +0000)]
* config/xtensa/xtensa.c (xtensa_char_to_class): Delete.
(xtensa_const_ok_for_letter_p): Delete.
(xtensa_extra_constraint): Delete.
(override_options): Delete xtensa_char_to_class initialization.
* config/xtensa/xtensa.h (REG_CLASS_FROM_LETTER): Delete.
(CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
(EXTRA_CONSTRAINT): Delete.
* config/xtensa/xtensa.md: Include constraints.md.
(call_internal): Combine alternatives.
(call_value_internal): Likewise, and remove invalid constraints.
* config/xtensa/constraints.md: New file.
* config/xtensa/xtensa-protos.h (xtensa_const_ok_for_letter_p): Delete.
(xtensa_extra_constraint): Delete.
* doc/md.texi (Machine Constraints): Refer to constraints.md for
Xtensa constraints.
--Ths line, and those below, will be ignored--

M    gcc/doc/md.texi
M    gcc/ChangeLog
M    gcc/config/xtensa/xtensa.c
M    gcc/config/xtensa/xtensa.h
M    gcc/config/xtensa/xtensa.md
A    gcc/config/xtensa/constraints.md
M    gcc/config/xtensa/xtensa-protos.h

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

17 years ago * MAINTAINERS (spu port): Add myself as maintainer.
tsmigiel [Tue, 21 Nov 2006 21:49:03 +0000 (21:49 +0000)]
* MAINTAINERS (spu port): Add myself as maintainer.
(Write After Approval): Remove myself.

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

17 years ago * configure.in (skipdirs): Don't build libssp for SPU.
bje [Tue, 21 Nov 2006 20:54:16 +0000 (20:54 +0000)]
* configure.in (skipdirs): Don't build libssp for SPU.
* configure: Regenerate.

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

17 years ago * config/dfp-bits.c (DFP_TO_INT): Remove code to saturate result
janis [Tue, 21 Nov 2006 20:40:26 +0000 (20:40 +0000)]
* config/dfp-bits.c (DFP_TO_INT): Remove code to saturate result
  of conversion that doesn't fit.

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

17 years agodecnumber/
janis [Tue, 21 Nov 2006 20:35:57 +0000 (20:35 +0000)]
decnumber/
* decLibrary.c (__dec_type_swap): Add prototype.
(__dfp_enable_traps, dfp_raise): Delete.
gcc/
* config/dfp-bit.h (CONTEXT_TRAPS, CONTEXT_ERRORS, DFP_RAISE): Delete.
* config/dfp-bit.c (dfp_unary_op, dfp_binary_op, dfp_compare_op,
DFP_TO_DFP, INT_TO_DFP, BFP_TO_DFP): Remove calls to DFP_RAISE.
testsuite/
* gcc.dg/dfp/snan.c: Delete.

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

17 years ago * config/dfp-bit.c (dfp_binary_func): Fix typedef.
janis [Tue, 21 Nov 2006 20:28:27 +0000 (20:28 +0000)]
* config/dfp-bit.c (dfp_binary_func): Fix typedef.

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

17 years ago2006-11-21 Douglas Gregor <doug.gregor@gmail.com>
dgregor [Tue, 21 Nov 2006 20:23:03 +0000 (20:23 +0000)]
2006-11-21      Douglas Gregor <doug.gregor@gmail.com>

        * cp-tree.def (STATIC_ASSERT): New.
* cp-objcp-common.c (cp_tree_size): Handle STATIC_ASSERT.
* error.c (dump_decl): Handle STATIC_ASSERT.
* cp-tree.h (STATIC_ASSERT_CONDITION): New.
        (STATIC_ASSERT_MESSAGE): New.
(STATIC_ASSERT_SOURCE_LOCATION): New.
(struct tree_static_assert): New.
(enum cp_tree_node_structure_enum): Add TS_CP_STATIC_ASSERT.
(union lang_tree_node): Add static_assertion.
        (finish_static_assert): Declare.
* cxx-pretty-print.c (pp_cxx_statement): Handle STATIC_ASSERT.
(pp_cxx_declaration): Handle STATIC_ASSERT.
* pt.c (instantiate_class_template): Handle
STATIC_ASSERT members.
        (tsubst_expr): Handle STATIC_ASSERT statements.
* semantics.c (finish_static_assert): New.
        * lex.c (D_CPP0X): New.
        (reswords): Add static_assert keyword.
        (init_reswords): If not flag_cpp0x, mask out C++0x keywords.
        * parser.c (cp_parser_block_declaration): Parse static
assertions.
        (cp_parser_static_assert): New.
        (cp_parser_member_declaration): Parse static assertions.

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

17 years ago2006-11-21 Douglas Gregor <doug.gregor@gmail.com>
dgregor [Tue, 21 Nov 2006 20:22:30 +0000 (20:22 +0000)]
2006-11-21      Douglas Gregor <doug.gregor@gmail.com>

        * c-common.h (enum rid): Add RID_STATIC_ASSERT.

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

17 years ago * Makefile.in: Don't include decRound in library used by compiler.
janis [Tue, 21 Nov 2006 20:22:18 +0000 (20:22 +0000)]
* Makefile.in: Don't include decRound in library used by compiler.

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

17 years ago2006-11-21 Douglas Gregor <doug.gregor@gmail.com>
dgregor [Tue, 21 Nov 2006 20:22:05 +0000 (20:22 +0000)]
2006-11-21      Douglas Gregor <doug.gregor@gmail.com>

        * g++.dg/cpp0x/static_assert1.C: New.
        * g++.dg/cpp0x/static_assert2.C: New.
        * g++.dg/cpp0x/static_assert3.C: New.

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

17 years ago2006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
pinskia [Tue, 21 Nov 2006 18:53:35 +0000 (18:53 +0000)]
2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        * MAINTAINERS (spu port): Add myself as maintainer.
        (libobjc): Update my email address.

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

17 years ago2006-11-21 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 21 Nov 2006 18:10:45 +0000 (18:10 +0000)]
2006-11-21  Benjamin Kosnik  <bkoz@redhat.com>

* include/ext/hashtable.h: -Wshadow fixes.
* include/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp: Same.
* include/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp: Same.
* include/ext/pb_ds/detail/pat_trie_/internal_node.hpp: Same.
* include/ext/pb_ds/detail/gp_hash_table_map_/
constructor_destructor_fn_imps.hpp: Same.
* include/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp: Same.
* include/ext/pb_ds/detail/ov_tree_map_/
constructors_destructor_fn_imps.hpp: Same.
* src/mt_allocator.cc: Same.
* src/debug.cc: Same.
* config/locale/gnu/codecvt_members.cc: Same.

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

17 years ago2006-11-21 Gary Benson <gbenson@redhat.com>
gary [Tue, 21 Nov 2006 16:18:08 +0000 (16:18 +0000)]
2006-11-21  Gary Benson  <gbenson@redhat.com>

* java/security/Security.java: Merge with classpath.
* java/lang/Package.java: Likewise.
* java/lang/Class.java (getDeclaredAnnotations): New method.

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

17 years ago2006-11-21 Richard Guenther <rguenther@suse.de>
rguenth [Tue, 21 Nov 2006 14:29:53 +0000 (14:29 +0000)]
2006-11-21  Richard Guenther  <rguenther@suse.de>

* tree-vectorizer.h (NUM_PATTERNS): Increase.
* tree-vect-patterns.c (vect_vect_recog_func_ptrs): Add
vect_recog_pow_pattern.
(vect_recog_pow_pattern): New function.

* gcc.dg/vect/vect-pow-1.c: New testcase.
* gcc.dg/vect/vect-pow-2.c: Likewise.

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

17 years ago * config/bfin/bfin.c (hard_regno_mode_ok): Only allow first 31
bernds [Tue, 21 Nov 2006 12:07:39 +0000 (12:07 +0000)]
* config/bfin/bfin.c (hard_regno_mode_ok): Only allow first 31
regs for DImode.
(bfin_register_move_cost): Bump costs if trying to move plain
integer values through accumulators.

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

17 years agoAdding myself as a mantainer
andreabo [Tue, 21 Nov 2006 10:21:17 +0000 (10:21 +0000)]
Adding myself as a mantainer

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

17 years ago * config/bfin/bfin.opt (mstack-check-l1): New.
bernds [Tue, 21 Nov 2006 10:07:38 +0000 (10:07 +0000)]
* config/bfin/bfin.opt (mstack-check-l1): New.
* doc/invoke.texi (Blackfin Options): Document it.
* config/bfin/bfin.c (bfin_expand_prologue): Generate code to use
stack bounds in L1 memory if the new option is enabled.
(override_options): Don't allow combinations of -fstack-limit and
-mstack-check-l1.
(add_to_reg): Renamed from add_to_sp.  All callers changed.  Lose some
dead code.

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

17 years ago2006-11-21 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 21 Nov 2006 09:54:40 +0000 (09:54 +0000)]
2006-11-21  Benjamin Kosnik  <bkoz@redhat.com>
    Howard Hinnant  <hhinnant@apple.com>

* src/iostream-inst.cc: Remove iostream include.

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

17 years ago2006-11-07 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 21 Nov 2006 09:51:11 +0000 (09:51 +0000)]
2006-11-07  Benjamin Kosnik  <bkoz@redhat.com>
    Howard Hinnant  <hhinnant@apple.com>

* src/iostream-inst.cc: Remove iostream include.

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

17 years ago PR c++/29570
jakub [Tue, 21 Nov 2006 09:43:16 +0000 (09:43 +0000)]
PR c++/29570
* decl.c (cp_finish_decl): Check for value dependent brace enclosed
scalar initializer.

* g++.dg/template/static29.C: New test.

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

17 years ago PR c++/29734
jakub [Tue, 21 Nov 2006 09:41:27 +0000 (09:41 +0000)]
PR c++/29734
* cp-tree.h (WANT_VECTOR): Define.
(WANT_ARITH): Add WANT_VECTOR.
* cvt.c (build_expr_type_conversion): Handle vector types.
* typeck.c (build_unary_op): Add WANT_VECTOR to
build_expr_type_conversion flags.

* g++.dg/conversion/simd4.C: New test.

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

17 years ago * config/spu/spu.c (spu_expand_vector_init): Initialise x.
bje [Tue, 21 Nov 2006 03:30:34 +0000 (03:30 +0000)]
* config/spu/spu.c (spu_expand_vector_init): Initialise x.

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

17 years agoFormatting fixes.
bje [Tue, 21 Nov 2006 02:22:40 +0000 (02:22 +0000)]
Formatting fixes.

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

17 years agoChangeLog
tsmigiel [Tue, 21 Nov 2006 01:35:42 +0000 (01:35 +0000)]
ChangeLog

* configure.in (skipdirs) : Don't build target-libiberty for SPU.
* configure : Rebuilt.

gcc/ChangeLog

* config.gcc : Add target for SPU.
* config/spu/constraints.md : New file.
* config/spu/crt0.c : New file.
* config/spu/crtend.c : New file.
* config/spu/crti.asm : New file.
* config/spu/crtn.asm : New file.
* config/spu/float_unsdidf.c : New file.
* config/spu/float_unssidf.c : New file.
* config/spu/predicates.md : New file.
* config/spu/spu-builtins.def : New file.
* config/spu/spu-builtins.h : New file.
* config/spu/spu-builtins.md : New file.
* config/spu/spu-c.c : New file.
* config/spu/spu-elf.h : New file.
* config/spu/spu-modes.def : New file.
* config/spu/spu-protos.h : New file.
* config/spu/spu.c : New file.
* config/spu/spu.h : New file.
* config/spu/spu.md : New file.
* config/spu/spu.opt : New file.
* config/spu/spu_internals.h : New file.
* config/spu/spu_intrinsics.h : New file.
* config/spu/spu_mfcio.h : New file.
* config/spu/t-spu-elf : New file.
* config/spu/vec_types.h : New file.
* config/spu/vmx2spu.h : New file.
* doc/contrib.texi : Document SPU contributor.
* doc/extend.texi : Document SPU extensions.
* doc/invoke.texi : Document SPU options.
* doc/md.texi : Document SPU constraints.

libcpp/ChangeLog

* configure.ac (need_64bit_hwint): Need 64bit hwint for SPU.
* configure : Rebuilt.

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

17 years ago * cfgloopmanip.c (add_loop, duplicate_loop): Do not set level
rakdver [Tue, 21 Nov 2006 01:08:40 +0000 (01:08 +0000)]
* cfgloopmanip.c (add_loop, duplicate_loop): Do not set level
of the loop.
* cfgloop.c (flow_loop_level_compute, flow_loops_level_compute):
Removed.
(flow_loop_dump): Do not dump loop level.
(flow_loops_find): Do not call flow_loops_level_compute.
* cfgloop.h (struct loop): Remove level field.

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

17 years ago * tree-ssa-loop-im.c (schedule_sm, determine_lsm_ref,
rakdver [Tue, 21 Nov 2006 00:20:02 +0000 (00:20 +0000)]
* tree-ssa-loop-im.c (schedule_sm, determine_lsm_ref,
hoist_memory_references, loop_suitable_for_sm, determine_lsm_loop):
Use vector of edges instead of array.
* tree-ssa-loop-niter.c (find_loop_niter, find_loop_niter_by_eval,
estimate_numbers_of_iterations_loop): Ditto.
* predict.c (predict_loops): Ditto.
* loop-unroll.c (analyze_insns_in_loop): Ditto.
* tree-ssa-threadupdate.c: Remove declaration of heap allocation for
edge vectors.
* basic-block.h: Declare heap allocation for edge vectors.
* tree-outof-ssa.c: Ditto.
* cfgloop.c (get_loop_exit_edges): Return vector of edges.
* cfgloop.h (get_loop_exit_edges): Declaration changed.

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

17 years agoDaily bump.
gccadmin [Tue, 21 Nov 2006 00:17:38 +0000 (00:17 +0000)]
Daily bump.

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

17 years ago * gengtype.c (process_gc_options): Remove unnecessary forward decl.
zack [Tue, 21 Nov 2006 00:16:45 +0000 (00:16 +0000)]
* gengtype.c (process_gc_options): Remove unnecessary forward decl.
Add another out parameter, "skip".
(set_gc_used_type): Adjust calls to process_gc_options.  If a field
is tagged "skip", do not mark its type used.

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

17 years ago * MAINTAINERS (Write After Approval): Add myself.
tsmigiel [Tue, 21 Nov 2006 00:07:54 +0000 (00:07 +0000)]
* MAINTAINERS (Write After Approval): Add myself.

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

17 years agofortran/
burnus [Mon, 20 Nov 2006 21:29:32 +0000 (21:29 +0000)]
fortran/
2006-11-17  Tobias Burnus  <burnus@net-b.de>

    PR fortran/27546
    * primary.c (gfc_match_rvalue): Added IMPORT support.

testsuite/
2006-11-17  Tobias Burnus  <burnus@net-b.de>

    PR fortran/27546
    * gfortran.dg/import.f90: Extended test.
    * gfortran.dg/import2.f90: Extended test.

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

17 years ago PR c++/29475
mmitchel [Mon, 20 Nov 2006 21:15:44 +0000 (21:15 +0000)]
PR c++/29475
* cp-tree.h (enforce_access, perform_or_defer_access_check): Added an
extra argument that represents the declaration to use to print
potential error messages.
* init.c (build_offset_ref): Adjusted the call to
perform_or_defer_access_check.
* class.c (alter_access, resolve_address_of_overloaded_function):
Likewise.
* decl.c (make_typename_type, make_unbound_class_template): Likewise.
* search.c (lookup_member): Likewise.
* friend.c (add_friend): Likewise.
* parser.c (cp_parser_template_id,
cp_parser_pre_parsed_nested_name_specifier): Likewise.
* semantics.c (finish_non_static_data_member,
check_accessibility_of_qualified_id, finish_id_expression): Likewise.
(pop_to_parent_deferring_access_checks, perform_access_checks,
perform_or_defer_access_check): Adjusted the call to enforce_access.
* call.c (enforce_access): Use the new extra argument to build the
error message.
(build_op_delete_call): Adjusted the call to
perform_or_defer_access_check.
(build_over_call): Likewise.

PR c++/29475
* g++.dg/template/access19.C: New test.
* g++.old-deja/g++.other/access11.C: Adjusted the line where the
error is reported.

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

17 years ago2006-11-20 Andrew Pinski <andrew_pinski@playstation.sony.com>
pinskia [Mon, 20 Nov 2006 20:29:10 +0000 (20:29 +0000)]
2006-11-20  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        PR tree-opt/25500
        * tree-sra.c (single_scalar_field_in_record_p): New function.
        (decide_block_copy): Use it.

2006-11-20  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        PR tree-opt/25500
        * gcc.dg/tree-ssa/sra-4.c: New testcase.

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

17 years agofortran/
burnus [Mon, 20 Nov 2006 20:04:24 +0000 (20:04 +0000)]
fortran/
2006-11-20  Tobias Burnus  <burnus@net-b.de>

        * symbol.c (check_conflict): Add conflict between VOLATILE
          attribute and program name.

testsuite/
2006-11-20  Tobias Burnus  <burnus@net-b.de>

        * gfortran.dg/volatile3.f90: Add conflict test.

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

17 years ago2006-11-20 David Daney <ddaney@avtrex.com>
daney [Mon, 20 Nov 2006 19:49:08 +0000 (19:49 +0000)]
2006-11-20  David Daney  <ddaney@avtrex.com>

* include/mips-signal.h (sys/syscall.h): Do not include.
(sig_ucontext_t): Removed.
(MAKE_THROW_FRAME): Changed to be a nop.
(_INIT_SIG_HANDLER): New macro.
(INIT_SEGV): Rewrote to use _INIT_SIG_HANDLER.
(INIT_FPE): Same.

2006-11-20  David Daney  <ddaney@avtrex.com>

* config/mips/linux-unwind.h (mips_fallback_frame_state): Adjust
PC to point to following instruction.

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

17 years ago * testsuite/libjava.lang/Throw_3.java: New Test.
daney [Mon, 20 Nov 2006 19:43:25 +0000 (19:43 +0000)]
* testsuite/libjava.lang/Throw_3.java: New Test.
* testsuite/libjava.lang/Throw_3.out: Its expected output.

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

17 years ago PR target/18553
aesok [Mon, 20 Nov 2006 18:16:21 +0000 (18:16 +0000)]
PR target/18553
PR target/29449
* config/avr/avr.h (OBJECT_FORMAT_ELF): Define.

* config/avr/avr.h (DWARF2_DEBUGGING_INFO): Define.

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

17 years ago * config.gcc (sh*-superh-elf): Add t-superh to tmake_file.
amylaar [Mon, 20 Nov 2006 17:37:50 +0000 (17:37 +0000)]
* config.gcc (sh*-superh-elf): Add t-superh to tmake_file.
Add sh/superh.h to tm_file.

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

17 years agogcc/
carlos [Mon, 20 Nov 2006 17:15:27 +0000 (17:15 +0000)]
gcc/

2006-11-20  Carlos O'Donell  <carlos@codesourcery.com>
    Mark Mitchell  <mark@codesourcery.com>

* cppdefault.c: Define cpp_PREFIX, cpp_PREFIX_len, and
gcc_exec_prefix.
(cpp_relocated): New function.
* cppdefault.h: Declare cpp_PREFIX, cpp_PREFIX_len, gcc_exec_prefix
and cpp_relocated.
* Makefile.in (PREPROCESSOR_DEFINES): Add -DPREFIX option.
* c-incpath.c (add_standard_paths): Call cpp_relocated. If relocated,
replace configured prefix with gcc_exec_prefix.

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

17 years agofortran/ChangeLog
aldot [Mon, 20 Nov 2006 16:20:33 +0000 (16:20 +0000)]
fortran/ChangeLog
2006-11-20  Bernhard Fischer  <aldot@gcc.gnu.org>

        PR fortran/24783
        * resolve.c (resolve_variable): Get the implicit type from the
        symbols namespace rather than the default namespace. Fix whitespace.
        (resolve_formal_arglist, resolve_equivalence): Fix typo.

testsuite/ChangeLog
2006-11-20  Bernhard Fischer  <aldot@gcc.gnu.org>

        PR fortran/24783
        * gfortran.dg/implicit_10.f90: New test.

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

17 years agoMAINTAINERS list - adding myself
andreao [Mon, 20 Nov 2006 14:18:03 +0000 (14:18 +0000)]
MAINTAINERS list - adding myself

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

17 years ago * tree-ssa-loop-ivopts.c (get_address_cost): Do not artificially
bernds [Mon, 20 Nov 2006 13:06:13 +0000 (13:06 +0000)]
* tree-ssa-loop-ivopts.c (get_address_cost): Do not artificially
inflate costs for addresses with an out-of-bounds address.

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

17 years ago * config/bfin/bfin.c (bfin_function_ok_for_sibcall): Handle some
bernds [Mon, 20 Nov 2006 12:40:57 +0000 (12:40 +0000)]
* config/bfin/bfin.c (bfin_function_ok_for_sibcall): Handle some
edge cases with local functions and TARGET_ID_SHARED_LIBRARY.

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

17 years ago * config/bfin/bfin.md (call_symbol, call_value_symbol, sibcall_symbol,
bernds [Mon, 20 Nov 2006 12:35:47 +0000 (12:35 +0000)]
* config/bfin/bfin.md (call_symbol, call_value_symbol, sibcall_symbol,
sibcall_value_symbol): Allow these patterns if
TARGET_LEAF_ID_SHARED_LIBRARY.
* config/bfin/bfin.c (bfin_expand_call): Allow them here as well.
(override_options): Turn on id shared library flags if -msep-data,
but disallow the combination of these options on the command line.
* config/bfin/bfin.h (TARGET_LEAF_ID_SHARED_LIBRARY, MASK_SEP_DATA
MASK_LEAF_ID_SHARED_LIBRARY, TARGET_SEP_DATA): New macros.
(DRIVER_SELF_SPECS): -mleaf-id-shared-library implies
-mid-shared-library.
(TARGET_SWITCHES): Add -mleaf-id-shared-library and -msep-data.
* doc/invoke.texi (Blackfin Options): Document new switches.

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

17 years ago * config/bfin/bfin.h (LEGITIMATE_CONSTANT_P): Call
bernds [Mon, 20 Nov 2006 12:22:25 +0000 (12:22 +0000)]
* config/bfin/bfin.h (LEGITIMATE_CONSTANT_P): Call
bfin_legitimate_constant_p.
* config/bfin/bfin.md (movsi expander): Check return value of
expand_mvoe.
* config/bfin/bfin-protos.h (bfin_legitimate_constant_p): Declare.
(expand_move): Adjust prototype.
* config/bfin/bfin.c (expand_move): Now returns bool.  Handle
invalid constants specially.
(bfin_cannot_force_const_mem, bfin_legitimate_constant_p): New
functions.
(TARGET_CANNOT_FORCE_CONST_MEM): New macro.

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

17 years ago2006-11-19 Andrew Pinski <pinskia@gmail.com>
pinskia [Mon, 20 Nov 2006 04:51:47 +0000 (04:51 +0000)]
2006-11-19  Andrew Pinski  <pinskia@gmail.com>

        PR rtl-opt/29879
        * fwprop.c (loops): Remove.
        (forward_propagate_into): Use current_loops instead of
        loops.
        (fwprop_init): Call loop_optimizer_init instead of
        flow_loops_find.
        (fwprop_done): Call loop_optimizer_finalize instead of
        flow_loops_free.
        (fwprop): Use current_loops instead of loo

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

17 years ago2006-11-19 Gabriel Dos Reis <gdr@integrable-solutions.net>
gdr [Mon, 20 Nov 2006 01:03:49 +0000 (01:03 +0000)]
2006-11-19  Gabriel Dos Reis  <gdr@integrable-solutions.net>

        PR c++/8586
        * c-opts.c (c_common_handle_option): Enable -Wwrite-strings if
        -Wall.

testsuite/
2006-11-19  Gabriel Dos Reis  <gdr@integrable-solutions.net>

        PR c++/8586
        * g++.dg/warn/Wall-write-strings.C: New.

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

17 years agoDaily bump.
gccadmin [Mon, 20 Nov 2006 00:18:09 +0000 (00:18 +0000)]
Daily bump.

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

17 years agofortran/
eedelman [Sun, 19 Nov 2006 21:27:16 +0000 (21:27 +0000)]
fortran/
2006-11-19  Erik Edelmann  <eedelman@gcc.gnu.org>

        * resolve.c (resolve_ref): Check for ALLOCATABLEs to the right of
        nonzero rank part references too.

testsuite/
2006-11-19  Erik Edelmann  <eedelman@gcc.gnu.org>

        * gfortran.dg/alloc_comp_constraint_5.f90: New.
        * gfortran.dg/alloc_comp_assign_2.f90: Removed invalid code.

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

17 years ago * module.c (gfc_use_module): Uncomment the ISO_FORTRAN_ENV code.
fxcoudert [Sun, 19 Nov 2006 21:18:26 +0000 (21:18 +0000)]
* module.c (gfc_use_module): Uncomment the ISO_FORTRAN_ENV code.
Check that intrinsic and non-intrinsic modules don't conflict.
(use_iso_fortran_env_module): New function.
(create_int_parameter): New function.
* trans-types.c (gfc_init_kinds): Choose values for
gfc_numeric_storage_size and gfc_character_storage_size.
(gfc_numeric_storage_size, gfc_character_storage_size): New variables.
* resolve.c (resolve_symbol): Do no check intrinsic modules
against the list of intrinsic symbols.
* iso-fortran-env.def: New file.
* gfortran.h (gfc_numeric_storage_size,
gfc_character_storage_size): Add prototypes.

* gfortran.dg/use_3.f90: Remove error message.
* gfortran.dg/iso_fortran_env_1.f90: New test.
* gfortran.dg/iso_fortran_env_2.f90: New test.
* gfortran.dg/iso_fortran_env_3.f90: New test.
* gfortran.dg/iso_fortran_env_4.f90: New test.

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

17 years ago PR target/29114
danglin [Sun, 19 Nov 2006 18:24:21 +0000 (18:24 +0000)]
PR target/29114
* pa.c (emit_move_sequence): Don't split constants with PLUS for modes
larger than BITS_PER_WORD.

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

17 years ago2006-11-19 Paolo Carlini <pcarlini@suse.de>
paolo [Sun, 19 Nov 2006 16:23:17 +0000 (16:23 +0000)]
2006-11-19  Paolo Carlini  <pcarlini@suse.de>

* include/tr1/functional (hash(long long), hash(unsigned long long)):
Add specializations.

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

17 years ago* gcc.dg/vect/vect-27.c: Fix initialization.
dorit [Sun, 19 Nov 2006 11:11:57 +0000 (11:11 +0000)]
* gcc.dg/vect/vect-27.c: Fix initialization.

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

17 years agoDaily bump.
gccadmin [Sun, 19 Nov 2006 00:18:13 +0000 (00:18 +0000)]
Daily bump.

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

17 years ago PR fortran/27885
danglin [Sat, 18 Nov 2006 23:17:33 +0000 (23:17 +0000)]
PR fortran/27885
PR middle-end/28176
* stor-layout.c (set_sizetype): Limit precision of *bitsizetypes types
to MAX_FIXED_MODE_SIZE.

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

17 years ago * builtins.c (integer_valued_real_p): Handle fmin/fmax.
ghazi [Sat, 18 Nov 2006 20:38:40 +0000 (20:38 +0000)]
* builtins.c (integer_valued_real_p): Handle fmin/fmax.
(fold_builtin_fmin_fmax): New.
(fold_builtin_1): Use it.

testsuite:
* gcc.dg/builtins-20.c: Add fmin/fmax cases.
* gcc.dg/torture/builtin-minmax-1.c: New.

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

17 years ago * fold-const.c (fold_strip_sign_ops): Handle copysign.
ghazi [Sat, 18 Nov 2006 20:29:22 +0000 (20:29 +0000)]
* fold-const.c (fold_strip_sign_ops): Handle copysign.

testsuite:
* gcc.dg/builtins-20.c: Add cases for copysign.

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

17 years ago2006-11-18 Richard Guenther <rguenther@suse.de>
rguenth [Sat, 18 Nov 2006 20:03:52 +0000 (20:03 +0000)]
2006-11-18  Richard Guenther  <rguenther@suse.de>

* config/i386/i386.c (ix86_builtins): New array for ix86
builtin function decls.
(def_builtin): New function.
(def_builtin_const): Likewise.
(ix86_init_mmx_sse_builtins): Mark sqrt and cvt builtins const.

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

17 years ago2006-11-18 Vladimir Makarov <vmakarov@redhat.com>
vmakarov [Sat, 18 Nov 2006 18:43:19 +0000 (18:43 +0000)]
2006-11-18  Vladimir Makarov  <vmakarov@redhat.com>

* doc/invoke.texi (core2): Add item.

* config/i386/i386.h (TARGET_CORE2, TARGET_CPU_DEFAULT_core2): New
macros.
(TARGET_CPU_CPP_BUILTINS): Add code for core2.
(TARGET_CPU_DEFAULT_generic): Change value.
(TARGET_CPU_DEFAULT_NAMES): Add core2.
(processor_type): Add new constant PROCESSOR_CORE2.

* config/i386/i386.md (cpu): Add core2.

* config/i386/i386.c (core2_cost): New initialized variable.
(m_CORE2): New macro.
(x86_use_leave, x86_push_memory, x86_movx, x86_unroll_strlen,
x86_deep_branch, x86_partial_reg_stall, x86_use_simode_fiop,
x86_use_cltd, x86_promote_QImode, x86_sub_esp_4, x86_sub_esp_8,
x86_add_esp_4, x86_add_esp_8, x86_integer_DFmode_moves,
x86_partial_reg_dependency, x86_memory_mismatch_stall,
x86_accumulate_outgoing_args, x86_prologue_using_move,
x86_epilogue_using_move, x86_arch_always_fancy_math_387,
x86_sse_partial_reg_dependency, x86_rep_movl_optimal,
x86_use_incdec, x86_four_jump_limit, x86_schedule,
x86_pad_returns): Add m_CORE2.
(override_options): Add entries for Core2.
(ix86_issue_rate): Add case for Core2.

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

17 years ago * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
ghazi [Sat, 18 Nov 2006 14:08:54 +0000 (14:08 +0000)]
* configure.in (--with-mpfr-dir): Also look in .libs and _libs for
libmpfr.a.
* configure: Regenerate.

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

17 years ago PR fortran/24285
fxcoudert [Sat, 18 Nov 2006 12:16:42 +0000 (12:16 +0000)]
PR fortran/24285

* io.c (check_format): Allow dollars everywhere in format, and
issue a warning.

* gfortran.dg/dollar_edit_descriptor-3.f: New test.

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

17 years ago* doc/invoke.texi: Fix mno-isel typo.
aldyh [Sat, 18 Nov 2006 10:55:38 +0000 (10:55 +0000)]
* doc/invoke.texi: Fix mno-isel typo.

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

17 years ago * config/rs6000/spe.md (movv4hi_internal): Add alternative for
jsm28 [Sat, 18 Nov 2006 00:27:03 +0000 (00:27 +0000)]
* config/rs6000/spe.md (movv4hi_internal): Add alternative for
easy vector constant loads.

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

17 years agogcc:
jsm28 [Sat, 18 Nov 2006 00:22:45 +0000 (00:22 +0000)]
gcc:
* config/rs6000/rs6000.h (TARGET_NO_LWSYNC): Define.
* config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
__NO_LWSYNC__ if TARGET_NO_LWSYNC.
* config/rs6000/sync.md (lwsync): Emit plain sync if
TARGET_NO_LWSYNC.

libstdc++-v3:
* config/cpu/powerpc/atomic_word.h (_GLIBCXX_WRITE_MEM_BARRIER):
Use plain sync if __NO_LWSYNC__.

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

17 years agoDaily bump.
gccadmin [Sat, 18 Nov 2006 00:17:55 +0000 (00:17 +0000)]
Daily bump.

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

17 years ago2006-11-17 Jerry DeLisle <jvdelisle@fcc.gnu.org
jvdelisle [Fri, 17 Nov 2006 23:30:49 +0000 (23:30 +0000)]
2006-11-17  Jerry DeLisle  <jvdelisle@fcc.gnu.org

* ChangeLog: Fix typos.

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