gcc.git
16 years agoi386.c (ix86_secondary_memory_needed): Break out to...
Jan Hubicka [Mon, 23 Jul 2007 23:07:46 +0000 (23:07 +0000)]
i386.c (ix86_secondary_memory_needed): Break out to...

* i386.c (ix86_secondary_memory_needed): Break out to...
(inline_secondary_memory_needed): ... here.
(ix86_memory_move_cost): Break out to ...
(inline_memory_move_cost): ... here; add support for IN value of 2 for
maximum of input and output; fix handling of Q_REGS on 64bit.
(ix86_secondary_memory_needed): Microoptimize.

From-SVN: r126861

16 years agotree-data-ref.c (find_vertex_for_stmt, [...]): New.
Sebastian Pop [Mon, 23 Jul 2007 22:30:38 +0000 (22:30 +0000)]
tree-data-ref.c (find_vertex_for_stmt, [...]): New.

* tree-data-ref.c (find_vertex_for_stmt, create_rdg_edge_for_ddr,
create_rdg_edges_for_scalar, create_rdg_edges, create_rdg_vertices,
stmts_from_loop, known_dependences_p, build_rdg): New.
* tree-data-ref.h: Depends on graphds.h.
(rdg_vertex, RDGV_STMT, rdg_dep_type, rdg_edge, RDGE_TYPE): New.
(build_rdg): Declared.
* Makefile.in (TREE_DATA_REF_H): Depends on graphds.h.

From-SVN: r126859

16 years agore PR fortran/25104 ([F2003] Non-initialization expr. as case-selector)
Daniel Franke [Mon, 23 Jul 2007 20:35:03 +0000 (16:35 -0400)]
re PR fortran/25104 ([F2003] Non-initialization expr. as case-selector)

gcc/fortran:
2007-07-23  Daniel Franke  <franke.daniel@gmail.com>

PR fortran/25104
PR fortran/31639
* expr.c (check_transformational): Reject valid transformational
intrinsics to avoid ICE.
(check_inquiry): Report error for assumed character lengths for
all supported standards.
(check_init_expr): Whitespace fix.

gcc/testsuite:
2007-07-23  Daniel Franke  <franke.daniel@gmail.com>

PR fortran/31639
* gfortran.dg/initialization_9.f90: New test.

From-SVN: r126858

16 years agotree-ssa-propagate.c (valid_gimple_expression_p): Match up with ccp_min_invariant.
Daniel Berlin [Mon, 23 Jul 2007 19:11:05 +0000 (19:11 +0000)]
tree-ssa-propagate.c (valid_gimple_expression_p): Match up with ccp_min_invariant.

2007-07-23  Daniel Berlin  <dberlin@dberlin.org>

* tree-ssa-propagate.c (valid_gimple_expression_p): Match up with
ccp_min_invariant.

From-SVN: r126857

16 years agore PR fortran/32797 ([ISO C Binding] Internal Error: gfc_basic_typename(): Undefined...
Christopher D. Rickett [Mon, 23 Jul 2007 17:47:16 +0000 (17:47 +0000)]
re PR fortran/32797 ([ISO C Binding] Internal Error: gfc_basic_typename(): Undefined type)

2007-07-23  Christopher D. Rickett  <crickett@lanl.gov>

        PR fortran/32797
        PR fortran/32800
        * decl.c (verify_bind_c_sym): Use the result symbol for functions
        with a result clause.  Warn if implicitly typed.  Verify the type
        and rank of the SHAPE argument, if given.
        * resolve.c (gfc_iso_c_sub_interface): Use gfc_procedure_use to
        check the actual args against the formal, sorting them if
        necessary.
        * symbol.c (gen_shape_param): Initialize type of SHAPE param to
        BT_VOID.

2007-07-23  Christopher D. Rickett  <crickett@lanl.gov>

        PR fortran/32797
        PR fortran/32800
        * gfortran.dg/bind_c_usage_8.f03: New test case.
        * gfortran.dg/c_f_pointer_tests_2.f03: Ditto.
        * gfortran.dg/c_ptr_tests_5.f03: Updated expected error message.

From-SVN: r126856

16 years agoargv.c (writeargv): Fix typo in inline documentation.
DJ Delorie [Mon, 23 Jul 2007 17:29:17 +0000 (13:29 -0400)]
argv.c (writeargv): Fix typo in inline documentation.

* argv.c (writeargv): Fix typo in inline documentation.
* functions.texi: Regenerate.

From-SVN: r126855

16 years agoPR middle-end/PR28690
Peter Bergner [Mon, 23 Jul 2007 16:43:24 +0000 (11:43 -0500)]
PR middle-end/PR28690

PR middle-end/PR28690
* optabs.c (expand_binop): (emit_cmp_and_jump_insns): Allow EQ compares.
* rtlanal.c (commutative_operand_precedence): Prefer both REG_POINTER
and MEM_POINTER operands over REG and MEM operands.
(swap_commutative_operands_p): Change return value to bool.
* rtl.h: Update the corresponding prototype.
* tree-ssa-address.c (gen_addr_rtx): Use simplify_gen_binary
instead of gen_rtx_PLUS.
* simplify-rtx.c (simplify_plus_minus_op_data_cmp): Change return
value to bool.  Change function arguments to rtx's and update code
to match.
(simplify_plus_minus): Update the simplify_plus_minus_op_data_cmp
calls to match the new declaration.
* simplify-rtx.c (simplify_associative_operation): Don't
reorder simplify_binary_operation arguments.

Co-Authored-By: Jakub Jelinek <jakub@redhat.com>
From-SVN: r126852

16 years agoconfigure.ac (mips-sgi-irix6*): Override SYSTEMSPEC.
Rainer Orth [Mon, 23 Jul 2007 12:51:36 +0000 (12:51 +0000)]
configure.ac (mips-sgi-irix6*): Override SYSTEMSPEC.

* configure.ac (mips-sgi-irix6*): Override SYSTEMSPEC.
* configure: Regenerate.

From-SVN: r126847

16 years agomips.c (override_options): Use mips_costs to derive the default branch cost.
Richard Sandiford [Mon, 23 Jul 2007 12:49:45 +0000 (12:49 +0000)]
mips.c (override_options): Use mips_costs to derive the default branch cost.

gcc/
* config/mips/mips.c (override_options): Use mips_costs to derive
the default branch cost.
* config/mips/mips.h (BRANCH_COST): Use mips_branch_cost rather
than mips_costs.
* config/mips/mips.opt (mbranch-cost=): New option.
* doc/invoke.texi (-mbrach-cost): Document new MIPS option.

gcc/testsuite/
* gcc.target/mips/branch-cost-1.c: New test.
* gcc.target/mips/branch-cost-2.c: Likewise.

From-SVN: r126846

16 years agoFix last changelog.
Richard Sandiford [Mon, 23 Jul 2007 12:16:17 +0000 (12:16 +0000)]
Fix last changelog.

From-SVN: r126845

16 years agomips.h (GR_REG_CLASS_P, [...]): Delete.
Richard Sandiford [Mon, 23 Jul 2007 12:11:14 +0000 (12:11 +0000)]
mips.h (GR_REG_CLASS_P, [...]): Delete.

gcc/
* config/mips/mips.h (GR_REG_CLASS_P, COP_REG_CLASS_P): Delete.
(SECONDARY_MEMORY_NEEDED): Delete commented-out definition.
* config/mips/mips.c (mips_init_libfuncs): Use reg_class_subset_p
instead of GR_REG_CLASS_P and COP_REG_CLASS_P.

From-SVN: r126844

16 years agoFix last changelog.
Richard Sandiford [Mon, 23 Jul 2007 12:06:40 +0000 (12:06 +0000)]
Fix last changelog.

From-SVN: r126843

16 years agoconstraints.md (ks): New constraint.
Richard Sandiford [Mon, 23 Jul 2007 12:04:48 +0000 (12:04 +0000)]
constraints.md (ks): New constraint.

gcc/
* config/mips/constraints.md (ks): New constraint.
* config/mips/mips.md (*add<mode>3_sp1, *add<mode>3_sp2): Fold into...
(*add<mode>3_mips16): ...here and fix their length calculations.

From-SVN: r126842

16 years agore PR fortran/32732 ([Bind C] Character scalars are passed as arrays)
Christopher D. Rickett [Mon, 23 Jul 2007 09:03:30 +0000 (09:03 +0000)]
re PR fortran/32732 ([Bind C] Character scalars are passed as arrays)

2007-07-23  Christopher D. Rickett  <crickett@lanl.gov>

       PR fortran/32732
       * trans-decl.c (generate_local_decl): Convert the TREE_TYPE for by
       value character dummy args of BIND(C) procedures.
       * trans-expr.c (gfc_conv_variable): Do not build address
       expression for BT_CHARACTER dummy args.

2007-07-23  Christopher D. Rickett  <crickett@lanl.gov>

       PR fortran/32732
       * gfortran.dg/c_char_tests.f03: New test case.
       * gfortran.dg/c_char_driver.c: Driver for c_char_tests.f03.
       * gfortran.dg/c_char_tests_2.f03: New test case.
       * gfortran.dg/value_6.f03: Ditto.
       * gfortran.dg/value_7.f03: Ditto.

From-SVN: r126836

16 years agore PR fortran/32600 ([ISO Bind C] C_F_POINTER w/o SHAPE should not be a library function)
Christopher D. Rickett [Mon, 23 Jul 2007 06:03:33 +0000 (06:03 +0000)]
re PR fortran/32600 ([ISO Bind C] C_F_POINTER w/o SHAPE should not be a library function)

2007-07-23  Christopher D. Rickett  <crickett@lanl.gov>
    Tobias Burnus  <burnus@net-b.de>

PR fortran/32600
* trans-expr.c (gfc_conv_function_call): Handle c_funloc.
* trans-types.c: Add pfunc_type_node.
(gfc_init_types,gfc_typenode_for_spec): Use it.
* resolve.c (gfc_iso_c_func_interface): Fix whitespace and
improve error message.

2007-07-23  Christopher D. Rickett  <crickett@lanl.gov>

PR fortran/32600
* intrinsics/iso_c_binding.c (c_funloc): Remove.
* intrinsics/iso_c_binding.h: Remove c_funloc.
* gfortran.map: Ditto.

2007-07-23  Christopher D. Rickett  <crickett@lanl.gov>

PR fortran/32600
* gfortran.dg/c_funloc_tests_5.f03: New.
* gfortran.dg/c_funloc_tests_5.f04: New.
* gfortran.dg/c_funloc_tests_4_driver.c: New.

Co-Authored-By: Tobias Burnus <burnus@net-b.de>
From-SVN: r126835

16 years agoread.c (convert_real): Generate error only on EINVAL.
Jerry DeLisle [Mon, 23 Jul 2007 02:42:05 +0000 (02:42 +0000)]
read.c (convert_real): Generate error only on EINVAL.

2007-07-22  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

* io/read.c (convert_real): Generate error only on EINVAL.

From-SVN: r126834

16 years agoDaily bump.
GCC Administrator [Mon, 23 Jul 2007 00:17:13 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r126832

16 years agore PR c++/32839 (internal compiler error: Segmentation fault (templates))
Nathan Sidwell [Sun, 22 Jul 2007 18:46:51 +0000 (18:46 +0000)]
re PR c++/32839 (internal compiler error: Segmentation fault (templates))

cp/
PR c++/32839
* typeck.c (convert_arguments): Only use default args if we have
a function decl.

testsuite/
PR c++/32839
* g++.dg/expr/call4.C: New.
* g++.dg/expr/call5.C: New.

From-SVN: r126829

16 years agore PR fortran/32710 (ICE: namelist and subroutine with the same name)
Daniel Franke [Sun, 22 Jul 2007 16:37:12 +0000 (12:37 -0400)]
re PR fortran/32710 (ICE: namelist and subroutine with the same name)

gcc/fortran:
2007-07-22  Daniel Franke  <franke.daniel@gmail.com>

PR fortran/32710
* parse.c (gfc_fixup_sibling_symbols): No replacement of symbols if
the current is a namelist.

gcc/testsuite:
2007-07-22  Daniel Franke  <franke.daniel@gmail.com>

PR fortran/32710
* gfortran.dg/namelist_30.f90: New test.

From-SVN: r126828

16 years agoChangeLogs for r126826.
Daniel Franke [Sun, 22 Jul 2007 16:34:31 +0000 (12:34 -0400)]
ChangeLogs for r126826.

From-SVN: r126827

16 years agore PR fortran/29962 (Initialization expressions)
Daniel Franke [Sun, 22 Jul 2007 16:31:11 +0000 (12:31 -0400)]
re PR fortran/29962 (Initialization expressions)

gcc/fortran:
2007-07-22  Daniel Franke  <franke.daniel@gmail.com>

PR fortran/29962
PR fortran/31253
PR fortran/31265
PR fortran/31639
* gfortran.h (gfc_intrinsic_sym): Changed members elemental, pure,
generic, specific, actual_ok, noreturn into bits of a bitfield,
added bits for inquiry, transformational, conversion.
* check.c (non_init_transformational): Removed, removed all callers.
* intrinsic.c (enum class): New.
(add_sym*): Replaced argument elemetal by enum class. Changed all
callers.
(add_functions): Assign appropriate classes to intrinsic functions.
(add_subroutines): Assign appropriate classes to intrinsic subroutines.
(add_conv): Set conversion attribute.
(gfc_init_expr_extensions): Removed, removed all callers.
(gfc_intrinsic_func_interface): Reimplemented check for non-standard
initializatione expressions.
* expr.c (check_specification_function): New.
(gfc_is_constant_expr): Added check for specification functions.
(check_init_expr_arguments): New.
(check_inquiry): Changed return value to MATCH, added checks for
inquiry functions defined by F2003.
(check_transformational): New.
(check_null): New.
(check_elemental): New.
(check_conversion): New.
(check_init_expr): Call new check functions, add more specific error
messages.

gcc/testsuite:
2007-07-22  Daniel Franke  <franke.daniel@gmail.com>

PR fortran/29962
* gfortran.dg/array_initializer_1.f90: Removed warning.
* gfortran.dg/initialization_1.f90: Adjusted messages.
* gfortran.dg/nested_modules_6.f90: Removed warning.

PR fortran/31253
* gfortran.dg/initialization_7.f90: New test.

PR fortran/31639
* gfortran.dg/initialization_8.f90: New test.

From-SVN: r126826

16 years agore PR c++/30818 (templates and typedefs cause function prototype not to match)
Nathan Sidwell [Sun, 22 Jul 2007 16:25:54 +0000 (16:25 +0000)]
re PR c++/30818 (templates and typedefs cause function prototype not to match)

cp/
PR c++/30818
* typeck.c (structural_comptypes): No need to check
resolve_typename_type return value here.
* cp-tree.h (TYPENAME_IS_RESOLVING_P): New.
* pt.c (resolve_typename_type): Follow typename typedefs.  Return
original type rather than error_mark_node in case of failure.
* parser.c (cp_parser_nested_name_specifier_opt): Adjust
resolve_typename_type result check.
(cp_parser_direct_declarator, cp_parser_head,
cp_parser_constructor_declarator_p): Likewise.

testsuite/
PR c++/30818
* g++.dg/template/crash47.C: Adjust errors.
* g++.dg/template/crash48.C: Adjust errors.
* g++.dg/template/typename12.C: New.
* g++.dg/template/typename13.C: New.
* g++.dg/template/typename14.C: New.
* g++.dg/template/typedef6.C: Adjust errors.

From-SVN: r126825

16 years agoAdd missing ChangeLog entry.
H.J. Lu [Sun, 22 Jul 2007 14:50:23 +0000 (07:50 -0700)]
Add missing ChangeLog entry.

From-SVN: r126824

16 years agoDaily bump.
GCC Administrator [Sun, 22 Jul 2007 00:17:05 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r126820

16 years agore PR fortran/32627 ([ISO Bind C] Accept c_f_pointer for TYPE)
Christopher D. Rickett [Sat, 21 Jul 2007 23:45:44 +0000 (23:45 +0000)]
re PR fortran/32627 ([ISO Bind C] Accept c_f_pointer for TYPE)

2007-07-21  Christopher D. Rickett  <crickett@lanl.gov>

        PR fortran/32627
        * resolve.c (set_name_and_label): Set kind number for character
        version of c_f_pointer.
        (gfc_iso_c_sub_interface): Set the kind of the SHAPE formal arg to
        that of the actual SHAPE arg.
        * symbol.c (gen_shape_param): Initialize kind for SHAPE arg.

2007-07-21  Christopher D. Rickett  <crickett@lanl.gov>

        PR fortran/32627
        * libgfortran/intrinsics/iso_c_generated_procs.c: Add c_f_pointer
        for character/string arguments.
        * libgfortran/intrinsic/iso_c_binding.c (c_f_pointer_u0): Allow
        the optional SHAPE arg to be any valid integer kind.
        * libgfortran/gfortran.map: Add c_f_pointer_s0.
        * libgfortran/mk-kinds-h.sh: Save smallest integer kind as default
        character kind.
        * libgfortran/intrinsics/iso_c_generated_procs.c: Add versions of
        c_f_pointer for complex and logical types.
        * libgfortran/gfortran.map: Add c_f_pointer versions for logical
        and complex types.

2007-07-21  Christopher D. Rickett  <crickett@lanl.gov>

        PR fortran/32627
        * gfortran.dg/pr32627_driver.c: Driver for pr32627.
        * gfortran.dg/pr32627.f03: New test case.
        * gfortran.dg/c_f_pointer_logical.f03: New test case.
        * gfortran.dg/c_f_pointer_logical_driver.c: Driver for
        c_f_pointer_logical.
        * gfortran.dg/c_f_pointer_complex_driver.c: Driver for
        c_f_pointer_complex.
        * gfortran.dg/c_f_pointer_complex.f03: New test case.
        * gfortran.dg/c_f_pointer_shape_tests_2_driver.c: Driver for
        c_f_pointer_shape_tests_2.
        * gfortran.dg/c_f_pointer_shape_tests_2.f03: New test case.

From-SVN: r126817

16 years ago* genopinit.c (optabs): Missed commit from my previous commit.
Uros Bizjak [Sat, 21 Jul 2007 21:47:43 +0000 (23:47 +0200)]
* genopinit.c (optabs): Missed commit from my previous commit.

From-SVN: r126814

16 years agooptabs.h (enum optab_index): Add new OTI_signbit.
Uros Bizjak [Sat, 21 Jul 2007 21:45:06 +0000 (23:45 +0200)]
optabs.h (enum optab_index): Add new OTI_signbit.

        * optabs.h (enum optab_index): Add new OTI_signbit.
        (signbit_optab): Define corresponding macro.
        (enum insn_code signbit_optab[]): Remove array.
        * optabs.c (init_optabs): Initialize signbit_optab using init_optab.
        (expand_copysign_absneg): If back end provides signbit insn, use it
        instead of bit operations on floating point argument.
        * builtins.c (enum insn_code signbit_optab[]): Remove array.
        (expand_builtin_signbit): Check signbit_optab->handlers[].insn_code for
        availability of signbit insn.

        * config/i386/i386.md (signbit<mode>2): New insn pattern to implement
        signbitf, signbit and signbitl built-ins as inline x87 intrinsics when
        SSE mode is not active.
        (isinf<mode>2): Disable for mfpmath=sse,387.

From-SVN: r126813

16 years agore PR fortran/32801 (USE of ISO_C_BINDING, ONLY: C_LOC causes compiler seg fault)
Christopher D. Rickett [Sat, 21 Jul 2007 20:31:17 +0000 (20:31 +0000)]
re PR fortran/32801 (USE of ISO_C_BINDING, ONLY: C_LOC causes compiler seg fault)

2007-07-21  Christopher D. Rickett  <crickett@lanl.gov>

        PR fortran/32801
        * symbol.c (generate_isocbinding_symbol): Remove unnecessary
        conditional.

        PR fortran/32804
        * resolve.c (gfc_iso_c_func_interface): Reject assumed-shape and
        deferred-shape arrays as args to C_LOC.  Fix bug in testing
        character args to C_LOC.

2007-07-21  Christopher D. Rickett  <crickett@lanl.gov>

        PR fortran/32804
        * gfortran.dg/c_loc_tests_9.f03: New test case.
        * gfortran.dg/c_loc_tests_10.f03: Ditto.

From-SVN: r126812

16 years agoregclass.c (invalid_mode_change_p): Attach ATTRIBUTE_UNUSED to `class' parameter.
Ben Elliston [Sat, 21 Jul 2007 20:27:18 +0000 (20:27 +0000)]
regclass.c (invalid_mode_change_p): Attach ATTRIBUTE_UNUSED to `class' parameter.

* regclass.c (invalid_mode_change_p): Attach ATTRIBUTE_UNUSED to
`class' parameter.
* struct-equiv.c (note_local_live): Likewise for `y_regno'.

From-SVN: r126811

16 years agore PR fortran/32823 (internal compiler error: in gfc_trans_assignment_1)
Lee Millward [Sat, 21 Jul 2007 17:59:39 +0000 (17:59 +0000)]
re PR fortran/32823 (internal compiler error: in gfc_trans_assignment_1)

        PR fortran/32823
        * trans-intrinsic.c (gfc_conv_intrinsic_int): Evaluate all
        arguments passed, not just the first one. Adjust code to refer
        to "args[0]" instead of "arg" as a result.

        * gfortran.dg/int_2.f90: New test.

From-SVN: r126810

16 years ago* gcc.dg/inline-23.c: Use pointer sized type for cast from pointer.
Rask Ingemann Lambertsen [Sat, 21 Jul 2007 09:30:24 +0000 (11:30 +0200)]
* gcc.dg/inline-23.c: Use pointer sized type for cast from pointer.

From-SVN: r126809

16 years agoDaily bump.
GCC Administrator [Sat, 21 Jul 2007 00:17:11 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r126807

16 years agotree-cfg.c (verify_expr): COND_EXPRs can have any integral typed condition.
Richard Guenther [Fri, 20 Jul 2007 18:10:57 +0000 (18:10 +0000)]
tree-cfg.c (verify_expr): COND_EXPRs can have any integral typed condition.

2007-07-20  Richard Guenther  <rguenther@suse.de>

* tree-cfg.c (verify_expr): COND_EXPRs can have any
integral typed condition.
* tree-ssa.c (useless_type_conversion_p): Do not preserve
booleanness.  Only preserve conversions from a non-base
type to a base type, not in general between types with
different TYPE_MIN_VALUE or TYPE_MAX_VALUE.
* tree.def (COND_EXPR): Document that the condition
can be of any integral type.

From-SVN: r126804

16 years agomips.exp (is_gp32_flag): Return true for -msmartmips.
Richard Sandiford [Fri, 20 Jul 2007 16:00:08 +0000 (16:00 +0000)]
mips.exp (is_gp32_flag): Return true for -msmartmips.

gcc/testsuite/
* gcc.target/mips/mips.exp (is_gp32_flag): Return true for -msmartmips.
* gcc.target/mips/save-restore-5.c: Fix positioning of dg-do directive.

From-SVN: r126802

16 years agomips.h (mips_dwarf_regno): Declare.
Nigel Stephens [Fri, 20 Jul 2007 15:41:29 +0000 (15:41 +0000)]
mips.h (mips_dwarf_regno): Declare.

gcc/
2007-07-20  Nigel Stephens  <nigel@mips.com>
    Richard Sandiford  <richard@codesourcery.com>

* config/mips/mips.h (mips_dwarf_regno): Declare.
(DBX_REGISTER_NUMBER): Remove redundant brackets.
(HI_REGNUM, LO_REGNUM): Define in an endian-dependent way.
(AC1HI_REGNUM, AC1LO_REGNUM, AC2HI_REGNUM, AC2LO_REGNUM)
(AC3HI_REGNUM, AC3LO_REGNUM, ACC_HI_REG_P): Delete.
(reg_class): Rename HI_REG to MD0_REG and LO_REG to MD1_REG.
(REG_CLASS_NAMES): Update accordingly.
* config/mips/mips.c (mips_dwarf_regno): New array.
(mips_regno_to_class): Rename HI_REG to MD0_REG and LO_REG to MD1_REG.
(mips_subword): Remove special handling for accumulator registers.
(override_options): Initiailize mips_dwarf_regno.  Remove use
of ACC_HI_REG_P.
(mips_swap_registers): New function.
(mips_conditional_register_usage): Swap accumulator registers
around if TARGET_LITTLE_ENDIAN.
(mips_cannot_change_mode_class): Remove special treatment of ACC_REGS.
* config/mips/constraints.md (h, l): Use the endianness to choose
between MD0_REG and MD1_REG.
* config/mips/mips.md (*mfhilo_<mode>_macc): Use a fixed-string,
alternative-dependent template.

Co-Authored-By: Richard Sandiford <richard@codesourcery.com>
From-SVN: r126801

16 years agore PR tree-optimization/19910 (ICE with -ftree-loop-linear)
Uros Bizjak [Fri, 20 Jul 2007 09:43:52 +0000 (11:43 +0200)]
re PR tree-optimization/19910 (ICE with -ftree-loop-linear)

PR tree-optimization/19910
* gcc.dg/pr19910.c: New test.

From-SVN: r126799

16 years agoarm.md (movsi): Use can_create_pseudo_p instead of no_new_pseudos.
Richard Sandiford [Fri, 20 Jul 2007 09:20:24 +0000 (09:20 +0000)]
arm.md (movsi): Use can_create_pseudo_p instead of no_new_pseudos.

gcc/
* config/arm/arm.md (movsi): Use can_create_pseudo_p instead of
no_new_pseudos.

From-SVN: r126798

16 years agofunction.c (thread_prologue_and_epilogue_insns): Fix exit predecessor fallthru flags.
Zdenek Dvorak [Fri, 20 Jul 2007 01:32:47 +0000 (03:32 +0200)]
function.c (thread_prologue_and_epilogue_insns): Fix exit predecessor fallthru flags.

* function.c (thread_prologue_and_epilogue_insns): Fix exit
predecessor fallthru flags.

From-SVN: r126797

16 years agotree-ssa-loop-niter.c (assert_loop_rolls_lt): Convert the operands of compare to...
Zdenek Dvorak [Fri, 20 Jul 2007 01:29:43 +0000 (03:29 +0200)]
tree-ssa-loop-niter.c (assert_loop_rolls_lt): Convert the operands of compare to the same type.

* tree-ssa-loop-niter.c (assert_loop_rolls_lt): Convert the operands
of compare to the same type.
* cfgloopmanip.c (add_loop): Update information about loop exits.
(loop_version): Remove the innermost loop requirement.
* tree-ssa-loop-manip.c (determine_exit_conditions): Convert bounds
to sizetype for pointers.

From-SVN: r126796

16 years agoDaily bump.
GCC Administrator [Fri, 20 Jul 2007 00:17:04 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r126794

16 years agoCorrected filename from previous commit.
Daniel Franke [Thu, 19 Jul 2007 21:14:38 +0000 (17:14 -0400)]
Corrected filename from previous commit.

From-SVN: r126791

16 years agore PR fortran/32738 (Error: Function 'tree_size' at (1) has no IMPLICIT type)
Daniel Franke [Thu, 19 Jul 2007 21:11:38 +0000 (17:11 -0400)]
re PR fortran/32738 (Error: Function 'tree_size' at (1) has no IMPLICIT type)

2007-07-19  Daniel Franke  <franke.daniel@gmail.com>

PR fortran/32738
* gfortran.dg/pr32768.f90: New test.

From-SVN: r126790

16 years agore PR fortran/32600 ([ISO Bind C] C_F_POINTER w/o SHAPE should not be a library function)
Christopher D. Rickett [Thu, 19 Jul 2007 06:14:19 +0000 (06:14 +0000)]
re PR fortran/32600 ([ISO Bind C] C_F_POINTER w/o SHAPE should not be a library function)

2007-07-19  Christopher D. Rickett  <crickett@lanl.gov>

PR fortran/32600
* trans-expr.c (gfc_conv_function_call): Inline C_LOC.

2007-07-19  Christopher D. Rickett  <crickett@lanl.gov>

PR fortran/32600
* libgfortran/intrinsics/iso_c_binding.c: Remove C_LOC.
* libgfortran/intrinsics/iso_c_binding.h: Ditto.
* libgfortran/gfortran.map: Ditto.

From-SVN: r126744

16 years agore PR tree-optimization/32635 (gfortran - internal compiler error: verify_ssa failed)
Thomas Koenig [Thu, 19 Jul 2007 04:47:29 +0000 (04:47 +0000)]
re PR tree-optimization/32635 (gfortran - internal compiler error: verify_ssa failed)

2007-07-19  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR tree-optimzation/32635
* gfortran.dg/pr32635.f:  New test case.

From-SVN: r126742

16 years agoDaily bump.
GCC Administrator [Thu, 19 Jul 2007 00:16:57 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r126738

16 years agoMakefile.in (D32PBIT_FUNCS): Add _sd_to_tf and _tf_to_sd.
H.J. Lu [Wed, 18 Jul 2007 22:28:28 +0000 (22:28 +0000)]
Makefile.in (D32PBIT_FUNCS): Add _sd_to_tf and _tf_to_sd.

2007-07-18  H.J. Lu  <hongjiu.lu@intel.com>

* Makefile.in (D32PBIT_FUNCS): Add _sd_to_tf and _tf_to_sd.
(D64PBIT_FUNCS): Add _dd_to_tf and _tf_to_dd.
(D128PBIT_FUNCS): Add _td_to_tf and _tf_to_td.

* config/dfp-bit.c: Empty for TFmode conversions.

From-SVN: r126735

16 years agore PR fortran/32801 (USE of ISO_C_BINDING, ONLY: C_LOC causes compiler seg fault)
Christopher D. Rickett [Wed, 18 Jul 2007 22:02:21 +0000 (22:02 +0000)]
re PR fortran/32801 (USE of ISO_C_BINDING, ONLY: C_LOC causes compiler seg fault)

2007-07-18  Christopher D. Rickett  <crickett@lanl.gov>

PR fortran/32801
* symbol.c (generate_isocbinding_symbol): Fix bug where
ISOCBINDING_FUNPTR was generated for C_LOC instead of the needed
ISOCBINDING_PTR.

2007-07-18  Christopher D. Rickett  <crickett@lanl.gov>

PR fortran/32801
* gfortran.dg/pr32801.f03: New test case.

From-SVN: r126732

16 years agoFix bootstrap on ia64, PR32764
Caroline Tice [Wed, 18 Jul 2007 21:08:05 +0000 (21:08 +0000)]
Fix bootstrap on ia64, PR32764

2007-07-18  Caroline Tice  <ctice@apple.com>

        * var-tracking.c (find_src_status):  Check for  COND_EXEC insns
        and handle them correctly; check that src is not NULL before
        trying to use it.
        (find_src_set_src): Likewise.

From-SVN: r126731

16 years agore PR target/32641 (C99 fpclassify, isinf, isfinite, isnormal may raise FP exceptions)
Kaveh R. Ghazi [Wed, 18 Jul 2007 20:22:32 +0000 (20:22 +0000)]
re PR target/32641 (C99 fpclassify, isinf, isfinite, isnormal may raise FP exceptions)

fixincludes:
PR target/32641

* inclhack.def (solaris_math_4, solaris_math_5, solaris_math_6,
solaris_math_7): Constify and make FP exception-safe.
* tests/base/iso/math_c99.h: Update.

* fixincl.x: Regenerate.

gcc/testsuite:
* gcc.dg/c99-math-double-1.c: Mark test variables as volatile.
Test negative numbers also.
* gcc.dg/c99-math-float-1.c: Likewise.
* gcc.dg/c99-math-long-double-1.c: Likewise.
* gcc.dg/c99-math.h: Check for FP exceptions.  Update for negative
test inputs.

From-SVN: r126730

16 years agoxtensa-config.h (XCHAL_HAVE_THREADPTR): New.
Bob Wilson [Wed, 18 Jul 2007 18:51:21 +0000 (18:51 +0000)]
xtensa-config.h (XCHAL_HAVE_THREADPTR): New.

include/
* xtensa-config.h (XCHAL_HAVE_THREADPTR): New.
(XCHAL_HAVE_RELEASE_SYNC, XCHAL_HAVE_S32C1I): New.
gcc/
* config/xtensa/xtensa.c (xtensa_expand_mask_and_shift): New.
(struct alignment_context, init_alignment_context): New.
(xtensa_expand_compare_and_swap, xtensa_expand_atomic): New.
* config/xtensa/xtensa.h (XCHAL_HAVE_RELEASE_SYNC): Add default.
(XCHAL_HAVE_S32C1I): Likewise.
(TARGET_RELEASE_SYNC, TARGET_S32C1I): New.
* config/xtensa/xtensa.md (UNSPECV_MEMW): New constant.
(UNSPECV_S32RI, UNSPECV_S32C1I): Likewise.
(ATOMIC, HQI): New macros.
(memory_barrier, *memory_barrier): New.
(sync_lock_releasesi): New.
(sync_compare_and_swapsi, sync_compare_and_swap<mode>): New.
(sync_lock_test_and_set<mode>): New.
(sync_<atomic><mode>): New.
(sync_old_<atomic><mode>, sync_new_<atomic><mode>): New.
* config/xtensa/xtensa-protos.h (xtensa_expand_compare_and_swap): New.
(xtensa_expand_atomic): New.
gcc/testsuite/
* lib/target-supports.exp (check_effective_target_sync_int_long):
Enable for xtensa.
(check_effective_target_sync_char_short): Likewise.

From-SVN: r126728

16 years agore PR target/30652 (SSE expansion is missing for isinf() and other fpclassify functions)
Kaveh R. Ghazi [Wed, 18 Jul 2007 17:51:13 +0000 (17:51 +0000)]
re PR target/30652 (SSE expansion is missing for isinf() and other fpclassify functions)

PR target/30652

* builtins.c (expand_builtin_interclass_mathfn): Provide a generic
transformation for builtin ISNORMAL.
(expand_builtin): Handle BUILT_IN_ISNORMAL.
* builtins.def (BUILT_IN_ISNORMAL): New.
* doc/extend.texi: Document isnormal.

testsuite:
* gcc.dg/pr28796-2.c: Add more cases.

From-SVN: r126726

16 years agore PR target/30652 (SSE expansion is missing for isinf() and other fpclassify functions)
Kaveh R. Ghazi [Wed, 18 Jul 2007 17:42:12 +0000 (17:42 +0000)]
re PR target/30652 (SSE expansion is missing for isinf() and other fpclassify functions)

PR target/30652

* builtins.c (expand_builtin_interclass_mathfn): Allow for missing
optabs infrastructure.  Provide generic implementation for
FINITE/ISFINITE.
(expand_builtin): Handle FINITE/ISFINITE.
(fold_builtin_classify): Make ISFINITE canonical instead of FINITE.
(fold_builtin_1): Likewise.

* builtins.def (BUILT_IN_ISFINITE): New.

* doc/extend.texi: Document isfinite.

testsuite:
* gcc.dg/pr28796-1.c: Add more cases.
* gcc.dg/pr28796-2.c: Likewise.

From-SVN: r126725

16 years agore PR target/30652 (SSE expansion is missing for isinf() and other fpclassify functions)
Kaveh R. Ghazi [Wed, 18 Jul 2007 17:30:38 +0000 (17:30 +0000)]
re PR target/30652 (SSE expansion is missing for isinf() and other fpclassify functions)

PR target/30652
PR middle-end/20558

* builtins.c (expand_builtin_interclass_mathfn): Provide a
generic fallback for isinf.
* c-cppbuiltin.c (builtin_define_float_constants): Move FP max
calculation code ...
* real.c (get_max_float): ... to here.
* real.h (get_max_float): New.

testsuite:
* gcc.dg/pr28796-1.c: Add more cases.
* gcc.dg/pr28796-2.c: Likewise.

From-SVN: r126724

16 years agore PR middle-end/32668 (The type-generic builtins apply default promotions)
Kaveh R. Ghazi [Wed, 18 Jul 2007 16:13:09 +0000 (16:13 +0000)]
re PR middle-end/32668 (The type-generic builtins apply default promotions)

PR middle-end/32668

* builtin-attrs.def (ATTR_TYPEGENERIC,
ATTR_CONST_NOTHROW_TYPEGENERIC): New.

* builtins.def (BUILT_IN_ISINF, BUILT_IN_ISNAN,
BUILT_IN_ISGREATER, BUILT_IN_ISGREATEREQUAL, BUILT_IN_ISLESS,
BUILT_IN_ISLESSEQUAL, BUILT_IN_ISLESSGREATER,
BUILT_IN_ISUNORDERED): Use ATTR_CONST_NOTHROW_TYPEGENERIC.

* c-common.c (handle_type_generic_attribute): New.
(c_common_attribute_table): Add "type generic".

* c-typeck.c (convert_arguments): Handle "type generic" functions.

From-SVN: r126723

16 years agotree-ssa-sccvn.c (try_to_simplify): Use valid_gimple_expression
Daniel Berlin [Wed, 18 Jul 2007 15:44:28 +0000 (15:44 +0000)]
tree-ssa-sccvn.c (try_to_simplify): Use valid_gimple_expression

2007-07-18  Daniel Berlin  <dberlin@dberlin.org>

* tree-ssa-sccvn.c (try_to_simplify): Use valid_gimple_expression
* tree-ssa-propagate (valid_gimple_expression): Handle ADDR_EXPR
properly.

From-SVN: r126721

16 years agore PR target/32808 (cris: ICE: RTL check: expected elt 0 type 'e' or 'u', have 'w...
Rask Ingemann Lambertsen [Wed, 18 Jul 2007 13:47:28 +0000 (15:47 +0200)]
re PR target/32808 (cris: ICE: RTL check: expected elt 0 type 'e' or 'u', have 'w' (rtx const_int) in cris_print_index, at config/cris/cris.c:499)

PR target/32808
* config/cris/cris.c (cris_print_index): Don't use XEXP before
checking that the operand is an expression.

From-SVN: r126720

16 years agoPR/other 30335
Christoph von Wittich [Wed, 18 Jul 2007 11:39:01 +0000 (11:39 +0000)]
PR/other 30335

2007-07-19  Christoph von Wittich  <Christoph_vW@reactos.org>
    Danny Smith  <dannysmith@users.sourceforge.net>

PR/other 30335
* config/i386/host-mingw32.c (mingw32_gt_pch_use_address): Put
file mapping object in local namespace if Windows version later
than NT4

Co-Authored-By: Danny Smith <dannysmith@users.sourceforge.net>
From-SVN: r126719

16 years agoarm-protos.h (arm_cannot_force_const_mem): Declare.
Richard Sandiford [Wed, 18 Jul 2007 09:44:21 +0000 (09:44 +0000)]
arm-protos.h (arm_cannot_force_const_mem): Declare.

gcc/
* config/arm/arm-protos.h (arm_cannot_force_const_mem): Declare.
* config/arm/arm.c (TARGET_CANNOT_FORCE_CONST_MEM): Redefine to
arm_cannot_force_const_mem.
(arm_cannot_force_const_mem): New function.
* config/arm/arm.h (ARM_OFFSETS_MUST_BE_WITHIN_SECTIONS_P): New macro.
(LEGITIMATE_CONSTANT_P): Test arm_cannot_force_const_mem instead
of arm_tls_referenced_p.
* config/arm/arm.md (movsi): Split out-of-section constants when
ARM_OFFSETS_MUST_BE_WITHIN_SECTIONS_P.
* config/arm/vxworks.h (ARM_OFFSETS_MUST_BE_WITHIN_SECTIONS_P): Define.

From-SVN: r126718

16 years agomips.md (clear_cache): Treat the size argument as Pmode.
Richard Sandiford [Wed, 18 Jul 2007 09:36:55 +0000 (09:36 +0000)]
mips.md (clear_cache): Treat the size argument as Pmode.

gcc/
* config/mips/mips.md (clear_cache): Treat the size argument as Pmode.

From-SVN: r126717

16 years agomips.md (*extendqihi2): Convert the destination to SImode.
Richard Sandiford [Wed, 18 Jul 2007 09:35:15 +0000 (09:35 +0000)]
mips.md (*extendqihi2): Convert the destination to SImode.

gcc/
* config/mips/mips.md (*extendqihi2): Convert the destination
to SImode.

From-SVN: r126716

16 years agoparse.y: Change copyright header to refer to version 3 of the GNU General Public...
Nick Clifton [Wed, 18 Jul 2007 08:19:29 +0000 (08:19 +0000)]
parse.y: Change copyright header to refer to version 3 of the GNU General Public...

* parse.y: Change copyright header to refer to version 3 of the GNU
  General Public License and to point readers at the COPYING3 file.
* lex.l: Likewise.
* lang.opt: Likewise.
* lang-specs.h: Likewise.
* treelang.h: Likewise.
* config-lang.in: Likewise.
* tree-convert.c: Likewise.
* treetree.c: Likewise.
* tree1.c: Likewise.
* Make-lang.in: Likewise.
* treetree.h: Likewise.
* spec.c: Likewise.

From-SVN: r126713

17 years agoDaily bump.
GCC Administrator [Wed, 18 Jul 2007 00:17:17 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r126710

17 years agore PR fortran/32535 (namelist with private items contained in sub-sub-procedure of...
Janus Weil [Tue, 17 Jul 2007 21:33:34 +0000 (21:33 +0000)]
re PR fortran/32535 (namelist with private items contained in sub-sub-procedure of a module rejected)

2007-07-17  Janus Weil  <jaydub66@gmail.com>

PR fortran/32535
* resolve.c (resolve_fl_namelist): Check for namelist private
components in contained subprograms.

2007-07-17  Janus Weil  <jaydub66@gmail.com>

PR fortran/32535
* gfortran.dg/pr32535.f90: New test.

From-SVN: r126706

17 years agofptr.c: Update license header.
John David Anglin [Tue, 17 Jul 2007 21:21:23 +0000 (21:21 +0000)]
fptr.c: Update license header.

* config/pa/fptr.c: Update license header.
* config/pa/milli64.S: Likewise.

From-SVN: r126705

17 years agoconfigure.ac (target_header_dir, msdosdjgpp): Remove duplicate gettimeofday entry.
DJ Delorie [Tue, 17 Jul 2007 17:52:28 +0000 (13:52 -0400)]
configure.ac (target_header_dir, msdosdjgpp): Remove duplicate gettimeofday entry.

* configure.ac (target_header_dir, msdosdjgpp): Remove duplicate
gettimeofday entry.
* configure: Likewise.

From-SVN: r126704

17 years agore PR fortran/31320 (Illegal read with gfortran.dg/alloc_comp_assign_2.f90 and *_3...
Paul Thomas [Tue, 17 Jul 2007 17:22:44 +0000 (17:22 +0000)]
re PR fortran/31320 (Illegal read with gfortran.dg/alloc_comp_assign_2.f90 and *_3.f90)

2007-07-17  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/31320
PR fortran/32665
* trans-expr.c (gfc_trans_subcomponent_assign): Ensure that
renormalization unity base is done independently of existing
lbound value.
(gfc_trans_scalar_assign): If rhs is not a variable, put
lse->pre after rse->pre to ensure that de-allocation of lhs
occurs after evaluation of rhs.

2007-07-17  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/31320
PR fortran/32665
* gfortran.dg/alloc_comp_constructor_3.f90: New test.

From-SVN: r126703

17 years agoCOPYING_v3: New file.
Nick Clifton [Tue, 17 Jul 2007 08:37:53 +0000 (08:37 +0000)]
COPYING_v3: New file.

* COPYING_v3: New file.  Contains version 3 of the GNU General Public License.
* COPYING.LIB_v3: New file.  Contains version 3 of the GNU Lesser General Public License.
* gpl_v3.texi: New file.  Contains a texinfo formated copy of the GNU General Public License, version 3.

From-SVN: r126701

17 years agore PR rtl-optimization/32773 (SH: ICE in create_pre_exit, at mode-switching.c:223)
Zdenek Dvorak [Tue, 17 Jul 2007 03:56:40 +0000 (05:56 +0200)]
re PR rtl-optimization/32773 (SH: ICE in create_pre_exit, at mode-switching.c:223)

PR rtl-optimization/32773
* cfglayout.c (force_one_exit_fallthru): New function.
(cfg_layout_finalize): Use it.

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

From-SVN: r126700

17 years agointrinsics-1.c: Use dg-message to match flax-vector-conversions note.
Andrew Pinski [Tue, 17 Jul 2007 03:07:09 +0000 (03:07 +0000)]
intrinsics-1.c: Use dg-message to match flax-vector-conversions note.

2007-07-16  Andrew Pinski  <andrew_pinski@playstation.sony.com>

* gcc.target/spu/intrinsics-1.c: Use dg-message to
match flax-vector-conversions note.
* gcc.target/spu/fixed-range-bad.c: Use dg-warning
instead of dg-error for the warning.

From-SVN: r126699

17 years agoDaily bump.
GCC Administrator [Tue, 17 Jul 2007 00:16:54 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r126697

17 years ago20061101-2.c: Variant of 20061101-1.c adapted to work on targets with 16-bit or wider...
Rask Ingemann Lambertsen [Mon, 16 Jul 2007 20:01:20 +0000 (22:01 +0200)]
20061101-2.c: Variant of 20061101-1.c adapted to work on targets with 16-bit or wider int.

2007-07-16  Rask Ingemann Lambertsen  <rask@sygehus.dk>

* gcc.c-torture/execute/20061101-2.c: Variant of 20061101-1.c
  adapted to work on targets with 16-bit or wider int.
* gcc.c-torture/execute/pr29797-2.c: Likewise for pr29797-1.c.
* gcc.c-torture/execute/pr31448-2.c: Likewise for pr31448.c.
* gcc.dg/20061109-2.c: Likewise for 20061109-1.c.
* gcc.dg/pr27959-2.c: Likewise for pr27959.c.

From-SVN: r126693

17 years agotree-if-conv.c (find_phi_replacement_condition): Unshare "*cond" before forcing it...
Richard Guenther [Mon, 16 Jul 2007 19:58:45 +0000 (19:58 +0000)]
tree-if-conv.c (find_phi_replacement_condition): Unshare "*cond" before forcing it to gimple operand.

        * tree-if-conv.c (find_phi_replacement_condition): Unshare "*cond"
        before forcing it to gimple operand.

Co-Authored-By: Uros Bizjak <ubizjak@gmail.com>
From-SVN: r126692

17 years agoltrans-5.c: Only run test on targets which support large arrays.
Rask Ingemann Lambertsen [Mon, 16 Jul 2007 19:57:22 +0000 (21:57 +0200)]
ltrans-5.c: Only run test on targets which support large arrays.

2007-07-16  Rask Ingemann Lambertsen  <rask@sygehus.dk>

* gcc.dg/tree-ssa/ltrans-5.c: Only run test on targets which
support large arrays.
* gcc.dg/pr27959.c: Only run test if an int is at least 32 bits wide.
* gcc.dg/20061109-1.c: Likewise.
* gcc.c-torture/execute/20061101-1.x: Likewise.
* gcc.c-torture/execute/pr29797-1.x: Likewise.
* gcc.c-torture/execute/pr31448.x: Likewise.

From-SVN: r126691

17 years agore PR fortran/32222 (ICE in gfc_trans_assignment_1)
Lee Millward [Mon, 16 Jul 2007 19:12:44 +0000 (19:12 +0000)]
re PR fortran/32222 (ICE in gfc_trans_assignment_1)

PR fortran/32222
PR fortran/32238
PR fortran/32242
* trans-intrinsic.c (gfc_conv_intrinsic_function_args): Adjust
to operate on a stack allocated array for the intrinsic arguments
instead of creating a TREE_LIST. Add two new parameters for the
array and the number of elements. Update all callers to allocate
an array of the correct length to pass in. Update comment.
(gfc_intrinsic_argument_list_length): New function.
(gfc_conv_intrinsic_conversion): Call it.
(gfc_conv_intrinsic_mnimax): Likewise.
(gfc_conv_intrinsic_merge): Likewise.
(gfc_conv_intrinsic_lib_function): Call it. Use new CALL_EXPR
constructors.
(gfc_conv_intrinsic_cmplx): Likewise.
(gfc_conv_intrinsic_ctime): Likewise.
(gfc_covn_intrinsic_fdate): Likewise.
(gfc_conv_intrinsic_ttynam): Likewise.
(gfc_conv_intrinsic_ishftc): Likewise.
(gfc_conv_intrinsic_index): Likewise.
(gfc_conv_intrinsic_scan): Likewise.
(gfc_conv_intrinsic_verify): Likewise.
(gfc_conv_intrinsic_trim): Likewise.
(gfc_conv_intrinsic_aint): Use new CALL_EXPR constructors.
(gfc_conv_intrinsic_exponent): Likewise.
(gfc_conv_intrinsic_bound): Likewise.
(gfc_conv_intrinsic_abs): Likewise.
(gfc_conv_intrinsic_mod): Likewise.
(gfc_conv_intrinsic_sign): Likewise.
(gfc_conv_intrinsic_len): Likewise.
(gfc_conv_intrinsic_adjust): Likewise.
(gfc_conv_intrinsic_si_kind): Likewise.

* gfortran.dg/cmplx_intrinsic_1.f90: New test.

PR fortran/32238
* gfortran.dg/pr32238.f90: New test.

PR fortran/32222
* gfortran.dg/pr32222.f90: New test.

PR fortran/32242
* gfortran.dg/pr32242.f90: New test.

From-SVN: r126689

17 years agomips.h (TUNE_24K): Define.
Sandra Loosemore [Mon, 16 Jul 2007 18:12:01 +0000 (14:12 -0400)]
mips.h (TUNE_24K): Define.

2007-07-16  Sandra Loosemore  <sandra@codesourcery.com>
    David Ung  <davidu@mips.com>

        gcc/

        * config/mips/mips.h (TUNE_24K): Define.
(TUNE_MACC_CHAINS): Add TUNE_24K.
        * config/mips/mips.md: (*mul_acc_si, *mul_sub_si): Change type to
        imadd.
        * config/mips/74k.md (r74k_int_mult): Split madd/msub to ..
        (r74k_int_madd): .. this new reservation.
        (define_bypass): Fixed bypasses for r74k_int_madd to use
mips_linked_madd_p.
        * config/mips/24k.md (define_bypass): Define new
        r24k_int_mul3->r24k_int_madd bypass using mips_linked_madd_p.

gcc/testsuite/

        * gcc.target/mips/mips-sched-madd.c: New test case.

Co-Authored-By: David Ung <davidu@mips.com>
From-SVN: r126688

17 years agomips.md: Include 20kc.md.
Sandra Loosemore [Mon, 16 Jul 2007 17:57:40 +0000 (13:57 -0400)]
mips.md: Include 20kc.md.

2007-07-16  Sandra Loosemore  <sandra@codesourcery.com>
    Nigel Stephens  <nigel@mips.com>

        gcc/

* config/mips/mips.md:  Include 20kc.md.
* config/mips/20kc.md: New file.
* config/mips/mips.c (mips_rtx_cost_data): Fill in 20Kc costs.
(mips_adjust_cost): Tweak for 20Kc.
(mips_issue_rate): Likewise.
* config/mips/mips.h (TUNE_20KC): Define.

Co-Authored-By: Nigel Stephens <nigel@mips.com>
From-SVN: r126687

17 years agors6000.c (struct processor cost): Add cache_line_size, l1_cache_lines, and simultaneo...
David Edelsohn [Mon, 16 Jul 2007 17:31:51 +0000 (13:31 -0400)]
rs6000.c (struct processor cost): Add cache_line_size, l1_cache_lines, and simultaneous_prefetches fields.

* config/rs6000/rs6000.c (struct processor cost): Add
cache_line_size, l1_cache_lines, and simultaneous_prefetches
fields.
(*_cost): Add cache information.
(rs6000_override_options): Set cache parameters.

From-SVN: r126686

17 years agore PR bootstrap/3456 (bootstrapping gcc-3.0 with threadmodel=posix fails on IRIX64...
Rainer Orth [Mon, 16 Jul 2007 17:21:10 +0000 (17:21 +0000)]
re PR bootstrap/3456 (bootstrapping gcc-3.0 with threadmodel=posix fails on IRIX64 6.5)

gcc:
PR bootstrap/3456
* config.gcc (mips-sgi-irix[56]*): Enable pthread support.
* doc/install.texi (mips-sgi-irix6): pthread support works now.

libstdc++-v3:
PR bootstrap/3456
* testsuite/22_locale/locale/cons/12658_thread-1.cc: Enable on
mips-sgi-irix6*.
* testsuite/22_locale/locale/cons/12658_thread-2.cc: Likewise.
* testsuite/thread/18185.cc: Likewise.
* testsuite/thread/pthread1.cc: Likewise.
* testsuite/thread/pthread2.cc: Likewise.
* testsuite/thread/pthread3.cc: Likewise.
* testsuite/thread/pthread4.cc: Likewise.
* testsuite/thread/pthread5.cc: Likewise.
* testsuite/thread/pthread6.cc: Likewise.
* testsuite/thread/pthread7-rope.cc: Likewise.
* testsuite/tr1/2_general_utilities/shared_ptr/thread/default_weaktoshared.cc: Likewise.
* testsuite/tr1/2_general_utilities/shared_ptr/thread/mutex_weaktoshared.cc: Likewise.

From-SVN: r126685

17 years agore PR target/32462 (Linking libgcj.so fails on Solaris 10/x86)
Rainer Orth [Mon, 16 Jul 2007 17:07:25 +0000 (17:07 +0000)]
re PR target/32462 (Linking libgcj.so fails on Solaris 10/x86)

PR target/32462
PR libgcj/32465
* class.c (hide): Wrap in HAVE_GAS_HIDDEN.

From-SVN: r126684

17 years agoconfigure.ac (i?86-*-solaris2.1[0-9]): Set TARGET to X86_64.
Rainer Orth [Mon, 16 Jul 2007 17:05:41 +0000 (17:05 +0000)]
configure.ac (i?86-*-solaris2.1[0-9]): Set TARGET to X86_64.

* configure.ac (i?86-*-solaris2.1[0-9]): Set TARGET to X86_64.
* configure: Regenerate.

From-SVN: r126683

17 years agoFix broken commit -- add files that were missed.
Ulrich Weigand [Mon, 16 Jul 2007 13:30:46 +0000 (13:30 +0000)]
Fix broken commit -- add files that were missed.

From-SVN: r126682

17 years agore PR target/32753 (building a crosscompiler for arm-elf fails because of an error...
Paul Brook [Mon, 16 Jul 2007 13:18:45 +0000 (13:18 +0000)]
re PR target/32753 (building a crosscompiler for arm-elf fails because of an error in cirrus.md)

2007-07-16  Paul Brook  <paul@codesourcery.com>

PR target/32753
gcc/
* config/arm/cirrus.md (cirrus_arm_movsi_insn): Remove dead insn.
(cirrus_thumb2_movsi_insn): Ditto.

From-SVN: r126681

17 years agore PR target/32753 (building a crosscompiler for arm-elf fails because of an error...
Paul Brook [Mon, 16 Jul 2007 13:01:18 +0000 (13:01 +0000)]
re PR target/32753 (building a crosscompiler for arm-elf fails because of an error in cirrus.md)

2007-07-16  Paul Brook  <paul@codesourcery.com>

PR target/32753
gcc/
* config/arm/cirrus.md (cirrus_arm_movsi_insn): Remove dead insn.

From-SVN: r126679

17 years agore PR target/32340 ([arm] libjava build failure due to missing thread synchronization...
Rask Ingemann Lambertsen [Mon, 16 Jul 2007 10:32:05 +0000 (12:32 +0200)]
re PR target/32340 ([arm] libjava build failure due to missing thread synchronization primitives)

PR target/32340
* configure.host (arm*-elf | strongarm*-elf | xscale*-elf): Use the
new sysdeps/arm directory.

From-SVN: r126675

17 years agoctype_base.h: Use the generic libstdc++ masks rather than MSVCRT defines.
Danny Smith [Mon, 16 Jul 2007 09:19:26 +0000 (09:19 +0000)]
ctype_base.h: Use the generic libstdc++ masks rather than MSVCRT defines.

* config/os/mingw32/ctype_base.h: Use the generic libstdc++ masks
rather than MSVCRT defines.
* config/os/mingw32/ctype_noninline.h (classic_table): Construct
and return a static classic table based on generic libstdc++ masks.

From-SVN: r126674

17 years agoMAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
Andreas Krebbel [Mon, 16 Jul 2007 08:11:23 +0000 (08:11 +0000)]
MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.

2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>

* MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.

From-SVN: r126673

17 years agoMAINTAINERS (S/390 co-maintainer): Add myself.
Andreas Krebbel [Mon, 16 Jul 2007 07:45:03 +0000 (07:45 +0000)]
MAINTAINERS (S/390 co-maintainer): Add myself.

2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>

* MAINTAINERS (S/390 co-maintainer): Add myself.
(Write after approval): Remove myself.

From-SVN: r126672

17 years agotarget-supports.exp (check_effective_target_vect_aligned_arrays): Remove "naturally...
Uros Bizjak [Mon, 16 Jul 2007 06:10:25 +0000 (08:10 +0200)]
target-supports.exp (check_effective_target_vect_aligned_arrays): Remove "naturally" from the function comment.

        * target-supports.exp (check_effective_target_vect_aligned_arrays):
        Remove "naturally" from the function comment.

From-SVN: r126671

17 years agoFile.java: Implement Comparable<File>.
Tom Tromey [Mon, 16 Jul 2007 05:00:28 +0000 (05:00 +0000)]
File.java: Implement Comparable<File>.

* java/io/File.java: Implement Comparable<File>.
(compareTo): Removed.
* java/io/File.h: Rebuilt.
* classpath/lib/java/io/File.class: Rebuilt.

From-SVN: r126670

17 years agoDaily bump.
GCC Administrator [Mon, 16 Jul 2007 00:17:13 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r126666

17 years ago* Rebuilt .class files.
Tom Tromey [Sun, 15 Jul 2007 23:58:55 +0000 (23:58 +0000)]
* Rebuilt .class files.

From-SVN: r126663

17 years agore PR target/32748 (gfortran.dg/array_constructor_6.f90)
Janne Blomqvist [Sun, 15 Jul 2007 21:33:32 +0000 (00:33 +0300)]
re PR target/32748 (gfortran.dg/array_constructor_6.f90)

2007-07-16  Janne Blomqvist  <jb@gcc.gnu.org>

PR fortran/32748
* trans-decl.c (gfc_build_builtin_function_decls): Remove
DECL_IS_MALLOC attribute from internal_realloc, thus reverting
part of my 2007-07-03 patch.

From-SVN: r126662

17 years agodarwin-fallback.c (interpret_libc): Change CR2_REGNO to R_CR2.
Geoffrey Keating [Sun, 15 Jul 2007 21:22:14 +0000 (21:22 +0000)]
darwin-fallback.c (interpret_libc): Change CR2_REGNO to R_CR2.

* config/rs6000/darwin-fallback.c (interpret_libc): Change
CR2_REGNO to R_CR2.

From-SVN: r126661

17 years agonatGCInfo.cc: Use HAVE_STRERROR_R.
Krister Walfridsson [Sun, 15 Jul 2007 21:13:05 +0000 (23:13 +0200)]
natGCInfo.cc: Use HAVE_STRERROR_R.

2007-07-14  Krister Walfridsson  <cato@df.lth.se>

* gnu/gcj/util/natGCInfo.cc: Use HAVE_STRERROR_R.
* configure.ac: Remove check for strerror, add check for strerror_r.
* configure: Regenerate.
* include/config.h.in: Regenerate.

From-SVN: r126660

17 years agoconfigure.host: arm*-linux-gnu -> arm*-linux*.
Andrew Haley [Sun, 15 Jul 2007 18:18:35 +0000 (18:18 +0000)]
configure.host: arm*-linux-gnu -> arm*-linux*.

2007-07-15  Andrew Haley  <aph@redhat.com>

        * configure.host:
        arm*-linux-gnu -> arm*-linux*.

From-SVN: r126659

17 years agounwind-sjlj.c (_Unwind_GetIPInfo): Check for context->fc != NULL before looking in...
Andrew Haley [Sun, 15 Jul 2007 17:37:43 +0000 (17:37 +0000)]
unwind-sjlj.c (_Unwind_GetIPInfo): Check for context->fc != NULL before looking in the context.

2007-07-15  Andrew Haley  <aph@redhat.com>

        * unwind-sjlj.c (_Unwind_GetIPInfo): Check for context->fc !=
NULL before looking in the context.

From-SVN: r126658

17 years agore PR middle-end/32398 (checking for suffix of object files... configure: error:...
John David Anglin [Sun, 15 Jul 2007 17:19:13 +0000 (17:19 +0000)]
re PR middle-end/32398 (checking for suffix of object files... configure: error: cannot compute suffix of f object files: cannot compile)

PR middle-end/32398
PR middle-end/32769
* pa-protos.h (pa_eh_return_handler_rtx): Declare.
* pa.c (pa_extra_live_on_entry, rp_saved): Declare.
(TARGET_EXTRA_LIVE_ON_ENTRY): Define.
(pa_output_function_prologue): Use rp_saved and current_function_is_leaf
to generate .CALLINFO statement.
(hppa_expand_prologue): Set rp_saved.
(hppa_expand_epilogue): Use rp_saved.
(pa_extra_live_on_entry, pa_eh_return_handler_rtx): New functions.
* pa.h (EH_RETURN_HANDLER_RTX): Use pa_eh_return_handler_rtx.

From-SVN: r126657

17 years agore PR libfortran/32611 (Print sign of negative zero)
Jerry DeLisle [Sun, 15 Jul 2007 16:35:07 +0000 (16:35 +0000)]
re PR libfortran/32611 (Print sign of negative zero)

2007-07-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/32611
* gfortran.dg/large_real_kind_1.f90: Update test.
* gfortran.dg/pr17706.f90: Update test.
* gfortran.dg/fmt_zero_digits.f90: Update test.
* gfortran.dg/fmt_zero_precision.f90: Update test.
* gfortran.dg/real_const_3.f90: Update test.

From-SVN: r126656

17 years agore PR libfortran/32611 (Print sign of negative zero)
Jerry DeLisle [Sun, 15 Jul 2007 16:29:19 +0000 (16:29 +0000)]
re PR libfortran/32611 (Print sign of negative zero)

2007-07-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
    Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>

PR fortran/32611
* gfortran.h (gfc_option_t): Add flag_sign_zero field.
* lang.opt (-fsign-zero): New option.
* trans.h: Rename gfor_fndecl_set_std into gfor_fndecl_set_options.
* trans-decl.c (gfc_build_builtin_function_decls): Build the function
declaration to pass an array containing the options to be used by the
runtime library. (gfc_generate_function_code): Build an array that
contains option values to be passed to the runtime library and the call
to the function.
* options.c (gfc_init_options): Initialize the flag_sign_zero field.
(gfc_handle_option): Handle the -fsign-zero option.

Co-Authored-By: Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
From-SVN: r126655

17 years agore PR libfortran/32611 (Print sign of negative zero)
Jerry DeLisle [Sun, 15 Jul 2007 16:26:22 +0000 (16:26 +0000)]
re PR libfortran/32611 (Print sign of negative zero)

2007-07-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
    Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>

PR fortran/32611
* runtime/compile_options.c (set_std): Remove.
(set_options): New function.
(init_compile_options): Add initialization for -fsign-zero option.
* gfortran.map (GFORTRAN_1.0): Rename _gfortran_set_std into
_gfortran_set_options.
* libgfortran.h (compile_options_t): Add sign_zero field.
* io/write.c (output_float): Use the sign bit of the value to determine
if a negative sign should be emitted for zero values.  Do not emit the
negative sign for zero if -fno-sign-zero was set during compile.

Co-Authored-By: Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
From-SVN: r126654