OSDN Git Service

pf3gnuchains/gcc-fork.git
16 years ago * tree-scalar-evolution.c (scev_const_prop): Add arguments to
rakdver [Mon, 9 Jul 2007 23:04:06 +0000 (23:04 +0000)]
* tree-scalar-evolution.c (scev_const_prop): Add arguments to
force_gimple_operand_bsi.
* tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr,
rewrite_use_compare): Ditto.
* tree-ssa-address.c (gimplify_mem_ref_parts, create_mem_ref):
Ditto.
* tree-ssa-ifcombine.c (ifcombine_ifandif): Ditto.
* tree-ssa-loop-prefetch.c (issue_prefetch_ref): Ditto.
* lambda-code.c (replace_uses_equiv_to_x_with_y): Ditto.
* tree-profile.c (prepare_instrumented_value,
tree_gen_interval_profiler, tree_gen_pow2_profiler,
tree_gen_one_value_profiler, tree_gen_ic_profiler,
tree_gen_ic_func_profiler, tree_gen_average_profiler,
tree_gen_ior_profiler): Ditto.
* tree-ssa-reassoc.c (negate_value): Ditto.
* matrix-reorg.c (transform_access_sites, transform_allocation_sites):
Use force_gimple_operand_bsi.
* tree-vect-transform.c (vect_update_ivs_after_vectorizer): Ditto.
* tree-if-conv.c (add_to_dst_predicate_list,
find_phi_replacement_condition): Ditto.
* gimplify.c (force_gimple_operand_bsi): Add before and m arguments.
Call mark_symbols_for_renaming for new statements.
* tree-flow.h (force_gimple_operand_bsi): Declaration changed.

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

16 years ago * cfghooks.c (remove_edge): New function.
rakdver [Mon, 9 Jul 2007 22:44:03 +0000 (22:44 +0000)]
* cfghooks.c (remove_edge): New function.
(redirect_edge_and_branch, remove_branch, merge_blocks): Updated
loop exit rescans.
* cfghooks.h (remove_edge): Declare.
* cfg.c (remove_edge): Renamed to remove_edge_raw.
* basic-block.h (remove_edge): Declaration changed to remove_edge_raw.

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

16 years ago2007-07-09 Thomas Koenig <tkoenig@gcc.gnu.org>
tkoenig [Mon, 9 Jul 2007 22:34:43 +0000 (22:34 +0000)]
2007-07-09  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR libfortran/32336
* m4/matmul.m4:  When the dimension of b is incorrect,
raise a runtime error instead of a failed assertion.
* generated/matmul_i1.c:  Regenerated.
* generated/matmul_i2.c:  Regenerated.
* generated/matmul_i4.c:  Regenerated.
* generated/matmul_i8.c:  Regenerated.
* generated/matmul_i16.c:  Regenerated.
* generated/matmul_r4.c:  Regenerated.
* generated/matmul_r8.c:  Regenerated.
* generated/matmul_r10.c:  Regenerated.
* generated/matmul_r16.c:  Regenerated.

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

PR libfortran/32336
* gfortran.dg/matmul_5.f90:  New test case.

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

16 years ago * gcc.dg/fesd-any.c: Move to gcc.dg/debug/dwarf2 directory.
ebotcazou [Mon, 9 Jul 2007 22:23:04 +0000 (22:23 +0000)]
* gcc.dg/fesd-any.c: Move to gcc.dg/debug/dwarf2 directory.
* gcc.dg/fesd-any.h: Likewise.
* gcc.dg/fesd-baseonly.c: Likewise.
* gcc.dg/fesd-baseonly.h: Likewise.
* gcc.dg/fesd-none.c: Likewise.
* gcc.dg/fesd-none.h: Likewise.
* gcc.dg/fesd-reduced.c: Likewise.
* gcc.dg/fesd-reduced.h: Likewise.
* gcc.dg/fesd-sys.c: Likewise.
* gcc.dg/fesd-sys.h: Likewise
* gcc.dg/fesd.h: Likewise.

* g++.dg/debug/dwarf2: New directory.
* g++.dg/debug/dwarf2/dwarf2.exp: New driver.
* g++.dg/other/fesd-any.C: Move to g++.dg/debug/dwarf2 directory.
* g++.dg/other/fesd-any.h: Likewise.
* g++.dg/other/fesd-baseonly.C: Likewise.
* g++.dg/other/fesd-baseonly.h: Likewise.
* g++.dg/other/fesd-none.C: Likewise.
* g++.dg/other/fesd-none.h: Likewise.
* g++.dg/other/fesd-reduced.C: Likewise.
* g++.dg/other/fesd-reduced.h: Likewise.
* g++.dg/other/fesd-sys.C: Likewise.
* g++.dg/other/fesd-sys.h: Likewise.
* g++.dg/other/fesd.h: Likewise.

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

16 years ago PR fortran/29459
fxcoudert [Mon, 9 Jul 2007 22:00:52 +0000 (22:00 +0000)]
PR fortran/29459
* trans-array.c (gfc_trans_array_constructor): Mark offset field
with TREE_NO_WARNING.
* trans-decl.c (gfc_build_qualified_array): Mark lbound, ubound,
stride and size variables with TREE_NO_WARNING.

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

16 years ago2007-07-09 Wolfgang Gellerich <gellerich@de.ibm.com>
uweigand [Mon, 9 Jul 2007 20:12:51 +0000 (20:12 +0000)]
2007-07-09  Wolfgang Gellerich  <gellerich@de.ibm.com>

* optabs.h: Added declaration for signbit_optab.
* optabs.c: (init_optabs): Added initialization for signbit_optab.
* genoptinit.c (optabs): Added entry for signbit insns.
* builtins.c (expand_builtin_signbit): Added code to use a signbit insn,
if available.
* config/s390/s390.h (S390_TDC_SIGNBIT_SET): New constant.
* config/s390/s390.md (signbit<mode>2): New expander.

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

16 years ago2007-07-09 Richard Guenther <rguenther@suse.de>
rguenth [Mon, 9 Jul 2007 19:41:54 +0000 (19:41 +0000)]
2007-07-09  Richard Guenther  <rguenther@suse.de>

PR middle-end/32698
* fold-const.c (fold_plusminus_mult_expr): Move constant
arguments second to allow decomposing.

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

16 years ago2007-07-09 Steven G. Kargl <kargl@gcc.gnu.org>
kargl [Mon, 9 Jul 2007 19:41:37 +0000 (19:41 +0000)]
2007-07-09  Steven G. Kargl  <kargl@gcc.gnu.org>

* trans-decl.c (set_tree_decl_type_code): Remove function.
(generate_local_decl): Remove reference to set_tree_decl_type_code.

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

16 years agoRevert:
aoliva [Mon, 9 Jul 2007 19:24:23 +0000 (19:24 +0000)]
Revert:
2007-07-06  Alexandre Oliva  <aoliva@redhat.com>
PR debug/23551
* tree-ssa-copyrename.c (copy_rename_partition_coalesce):
Disregard DECL_FROM_INLINE.

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

16 years ago PR target/27855
uros [Mon, 9 Jul 2007 19:22:03 +0000 (19:22 +0000)]
    PR target/27855
        * doc/extend.texi: Add ftree-reassoc flag.
        * common.opt (ftree-reassoc): New flag.
        * tree-ssa-reassoc.c (gate_tree_ssa_reassoc): New static function.
        (struct tree_opt_pass pass_reassoc): Use gate_tree_ssa_reassoc.

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

16 years ago2007-07-09 Paolo Carlini <pcarlini@suse.de>
paolo [Mon, 9 Jul 2007 19:13:20 +0000 (19:13 +0000)]
2007-07-09  Paolo Carlini  <pcarlini@suse.de>

* testsuite/27_io/ios_base/failure/what-1.cc: Include <stdexcept>.

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

16 years ago2007-05-18 Aurelien Jarno <aurelien@aurel32.net>
aph [Mon, 9 Jul 2007 17:33:46 +0000 (17:33 +0000)]
2007-05-18  Aurelien Jarno  <aurelien@aurel32.net>

* src/arm/ffi.c (ffi_prep_closure_loc): Renamed and ajusted
from (ffi_prep_closure): ... this.
(FFI_INIT_TRAMPOLINE): Adjust.

2005-12-31  Phil Blundell  <pb@reciva.com>

* src/arm/ffi.c (ffi_prep_incoming_args_SYSV,
        ffi_closure_SYSV_inner, ffi_prep_closure): New, add closure support.
* src/arm/sysv.S(ffi_closure_SYSV): Likewise.
* src/arm/ffitarget.h (FFI_TRAMPOLINE_SIZE): Likewise.
(FFI_CLOSURES): Enable closure support.

2007-07-03  Andrew Haley  <aph@hedges.billgatliff.com>

        * testsuite/libffi.call/cls_multi_ushort.c,
        testsuite/libffi.call/cls_align_uint16.c,
        testsuite/libffi.call/nested_struct1.c,
        testsuite/libffi.call/nested_struct3.c,
        testsuite/libffi.call/cls_7_1_byte.c,
        testsuite/libffi.call/cls_double.c,
        testsuite/libffi.call/nested_struct5.c,
        testsuite/libffi.call/nested_struct7.c,
        testsuite/libffi.call/cls_sint.c,
        testsuite/libffi.call/nested_struct9.c,
        testsuite/libffi.call/cls_20byte1.c,
        testsuite/libffi.call/cls_multi_sshortchar.c,
        testsuite/libffi.call/cls_align_sint64.c,
        testsuite/libffi.call/cls_3byte2.c,
        testsuite/libffi.call/cls_multi_schar.c,
        testsuite/libffi.call/cls_multi_uchar.c,
        testsuite/libffi.call/cls_19byte.c,
        testsuite/libffi.call/cls_9byte1.c,
        testsuite/libffi.call/cls_align_float.c,
        testsuite/libffi.call/closure_fn1.c,
        testsuite/libffi.call/problem1.c,
        testsuite/libffi.call/closure_fn3.c,
        testsuite/libffi.call/cls_sshort.c,
        testsuite/libffi.call/closure_fn5.c,
        testsuite/libffi.call/cls_align_double.c,
        testsuite/libffi.call/cls_2byte.c,
        testsuite/libffi.call/nested_struct.c,
        testsuite/libffi.call/nested_struct10.c,
        testsuite/libffi.call/cls_4byte.c,
        testsuite/libffi.call/cls_6byte.c,
        testsuite/libffi.call/cls_8byte.c,
        testsuite/libffi.call/cls_multi_sshort.c,
        testsuite/libffi.call/cls_align_uint32.c,
        testsuite/libffi.call/cls_align_sint16.c,
        testsuite/libffi.call/cls_float.c,
        testsuite/libffi.call/cls_20byte.c,
        testsuite/libffi.call/cls_5_1_byte.c,
        testsuite/libffi.call/nested_struct2.c,
        testsuite/libffi.call/cls_24byte.c,
        testsuite/libffi.call/nested_struct4.c,
        testsuite/libffi.call/nested_struct6.c,
        testsuite/libffi.call/cls_64byte.c,
        testsuite/libffi.call/nested_struct8.c,
        testsuite/libffi.call/cls_uint.c,
        testsuite/libffi.call/cls_multi_ushortchar.c,
        testsuite/libffi.call/cls_schar.c,
        testsuite/libffi.call/cls_uchar.c,
        testsuite/libffi.call/cls_align_uint64.c,
        testsuite/libffi.call/cls_ulonglong.c,
        testsuite/libffi.call/cls_align_longdouble.c,
        testsuite/libffi.call/cls_1_1byte.c,
        testsuite/libffi.call/cls_12byte.c,
        testsuite/libffi.call/cls_3_1byte.c,
        testsuite/libffi.call/cls_3byte1.c,
        testsuite/libffi.call/cls_4_1byte.c,
        testsuite/libffi.call/cls_6_1_byte.c,
        testsuite/libffi.call/cls_16byte.c,
        testsuite/libffi.call/cls_18byte.c,
        testsuite/libffi.call/closure_fn0.c,
        testsuite/libffi.call/cls_9byte2.c,
        testsuite/libffi.call/closure_fn2.c,
        testsuite/libffi.call/closure_fn4.c,
        testsuite/libffi.call/cls_ushort.c,
        testsuite/libffi.call/closure_fn6.c,
        testsuite/libffi.call/cls_5byte.c,
        testsuite/libffi.call/cls_align_pointer.c,
        testsuite/libffi.call/cls_7byte.c,
        testsuite/libffi.call/cls_align_sint32.c,
        testsuite/libffi.special/unwindtest_ffi_call.cc,
        testsuite/libffi.special/unwindtest.cc: Enable for ARM.

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

16 years agogcc/fortran:
dfranke [Mon, 9 Jul 2007 14:56:49 +0000 (14:56 +0000)]
gcc/fortran:
2007-07-09  Daniel Franke  <franke.daniel@gmail.com>

        PR fortran/31129
        * trans-decl.c (generate_local_decl) Emit a warning if an unused
        parameter is found.

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

        PR fortran/31129
        * gfortran.dg/parameter_unused.f90: New test.

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

16 years ago PR tree-optimization/32681
uros [Mon, 9 Jul 2007 13:00:19 +0000 (13:00 +0000)]
PR tree-optimization/32681
* tree-if-conv.c (find_phi_replacement_condition): Use the condition
saved in second_edge->aux when first_bb is a loop header.

testsuite/ChangeLog:

PR tree-optimization/32681
* gcc.dg/tree-ssa/pr32681.c: New test.

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

16 years ago * cse.c (cse_insn): Avoid invalid sharing on trial replacement.
hubicka [Mon, 9 Jul 2007 10:22:36 +0000 (10:22 +0000)]
* cse.c (cse_insn): Avoid invalid sharing on trial replacement.

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

16 years ago2007-07-09 Richard Guenther <rguenther@suse.de>
rguenth [Mon, 9 Jul 2007 09:53:11 +0000 (09:53 +0000)]
2007-07-09  Richard Guenther  <rguenther@suse.de>

cp/
* decl.c (start_preparsed_function): Do not promote return type.

* c-decl.c (start_function): Do not promote return type.

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

16 years ago2007-07-09 Jim Xochellis <jimxoch@yahoo.gr>
paolo [Mon, 9 Jul 2007 09:00:34 +0000 (09:00 +0000)]
2007-07-09  Jim Xochellis  <jimxoch@yahoo.gr>
    Paolo Carlini  <pcarlini@suse.de>

* include/bits/stl_algo.h (search(_ForwardIterator1,
_ForwardIterator1, _ForwardIterator2, _ForwardIterator2)): Tidy.
(search(_ForwardIterator1, _ForwardIterator1, _ForwardIterator2,
_ForwardIterator2, _BinaryPredicate)): Likewise.

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

16 years ago2007-07-08 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Mon, 9 Jul 2007 00:17:42 +0000 (00:17 +0000)]
2007-07-08  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/32678
* gfortran.dg/fmt_t_5.f90: New test.

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

16 years agoDaily bump.
gccadmin [Mon, 9 Jul 2007 00:17:10 +0000 (00:17 +0000)]
Daily bump.

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

16 years ago2007-07-08 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Mon, 9 Jul 2007 00:15:15 +0000 (00:15 +0000)]
2007-07-08  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libgfortran/32678
* io/transfer.c (formatted_transfer_scalar): Don't allow pending_spaces
to go negative.

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

16 years agogcc/fortran:
dfranke [Sun, 8 Jul 2007 22:58:45 +0000 (22:58 +0000)]
gcc/fortran:
2007-07-08  Daniel Franke  <franke.daniel@gmail.com>

PR fortran/29876
* module.c (gfc_match_use): Do not set an non-existant
intrinsic operator if a user-defined operator is found.

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

PR fortran/29876
* gfortran.dg/operator_6.f90: New test.

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

16 years agogcc:
dfranke [Sun, 8 Jul 2007 22:41:35 +0000 (22:41 +0000)]
gcc:
2007-07-08  Daniel Franke  <franke.daniel@gmail.com>

* function.c (do_warn_unused_parameter): Do not warn if
        TREE_NO_WARNING is set.

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

PR fortran/24784
PR fortran/28004
* trans-decl.c (generate_local_decl): Adjusted warning on unused
dummy arguments, tell middle-end not to emit additional warnings.

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

16 years ago/cp
paolo [Sun, 8 Jul 2007 22:41:12 +0000 (22:41 +0000)]
/cp
2007-07-08  Paolo Carlini  <pcarlini@suse.de>

PR c++/30535
* pt.c (unify): Never pass error_mark_node to template_decl_level.

/testsuite
2007-07-08  Paolo Carlini  <pcarlini@suse.de>

PR c++/30535
* g++.dg/template/operator10.C: New.

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

16 years ago2007-07-08 Thomas Koenig <tkoenig@gcc.gnu.org>
tkoenig [Sun, 8 Jul 2007 22:20:04 +0000 (22:20 +0000)]
2007-07-08  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR libfortran/32217
* intrinsics/unpack_generic.c:  If the destination array is
empty, return early.

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

PR libfortran/32217
* gfortran.dg/unpack_zerosize_1.f90:  New test case.

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

16 years agogcc/fortran:
dfranke [Sun, 8 Jul 2007 21:08:52 +0000 (21:08 +0000)]
gcc/fortran:
2007-07-08  Daniel Franke  <franke.daniel@gmail.com>
    Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>

PR fortran/17711
* gfortran.h (gfc_intrinsic_op): Added INTRINSIC_EQ_OS,
INTRINSIC_NE_OS, INTRINSIC_GT_OS, INTRINSIC_GE_OS,
INTRINSIC_LT_OS and INTRINSIC_LE_OS.
* arith.c (eval_intrinsic, eval_type_intrinsic0): Likewise.
* arith.h (gfc_eq, gfc_ne, gfc_gt, gfc_ge, gfc_lt, gfc_le):
Added gfc_intrinsic_op as third argument type.
* dump-parse-tree.c (gfc_show_expr): Account for new enum values.
* expr.c (simplify_intrinsic_op, check_intrinsic_op): Likewise.
* interface.c (check_operator_interface): Likewise.
(gfc_check_interfaces): Added cross-checks for FORTRAN 77 and
Fortran 90 style operators using new enum values.
(gfc_extend_expr): Likewise.
(gfc_add_interface): Likewise.
* match.c (intrinsic_operators): Distinguish FORTRAN 77 style
operators from Fortran 90 style operators using new enum values.
* matchexp.c (match_level_4): Account for new enum values.
* module.c (mio_expr): Likewise.
* resolve.c (resolve_operator): Deal with new enum values, fix
inconsistent error messages.
* trans-expr.c (gfc_conv_expr_op): Account for new enum values.

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

PR fortran/17711
* gfortran.dg/operator_4.f90: New test.
* gfortran.dg/operator_5.f90: New test.
* gfortran.dg/logical_comp.f90: Adjusted error messages.
* gfortran.dg/module_md5_1.f90: Adjusted MD5 sum.

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

16 years ago2007-07-08 Tobias Burnus <burnus@net-b.de>
burnus [Sun, 8 Jul 2007 20:57:07 +0000 (20:57 +0000)]
2007-07-08  Tobias Burnus  <burnus@net-b.de>

PR fortran/32669
* interface.c (get_expr_storage_size): Properly obtain lower bound.
(compare_actual_formal): Add space before parenthesis.

2007-07-08  Tobias Burnus  <burnus@net-b.de>

PR fortran/32669
* gfortran.dg/argument_checking_6.f90: New.

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

16 years agogcc/fortran:
dfranke [Sun, 8 Jul 2007 20:38:58 +0000 (20:38 +0000)]
gcc/fortran:
2007-07-08  Daniel Franke  <franke.daniel@gmail.com>

PR fortran/25094
* resolve.c (resolve_fl_procedure): Added check for PRIVATE types
in PUBLIC interfaces.

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

        PR fortran/25094
* gfortran.dg/interface_15.f90: New test.

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

16 years ago * gcc.dg/c99-math-double-1.c, gcc.dg/c99-math-float-1.c,
ghazi [Sun, 8 Jul 2007 20:02:12 +0000 (20:02 +0000)]
* gcc.dg/c99-math-double-1.c, gcc.dg/c99-math-float-1.c,
c99-math-long-double-1.c, c99-math.h: Test subnormals.

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

16 years ago * doc/invoke.texi (DEC Alpha/VMS Options): Fix typo.
schwab [Sun, 8 Jul 2007 16:06:33 +0000 (16:06 +0000)]
* doc/invoke.texi (DEC Alpha/VMS Options): Fix typo.

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

16 years ago2007-07-08 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
manu [Sun, 8 Jul 2007 14:50:37 +0000 (14:50 +0000)]
2007-07-08  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>

PR testsuite/25241
testsuite/
* gcc.dg/20041213-1.c: Don't use default -pedantic-errors to allow
discern pedantic diagnostics and errors.
* gcc.dg/empty2.c: Add -pedantic, so it actually produces a warning
and not an error.
* gcc.dg/20050121-1.c: This is an error and not a warning.
* gcc.target/i386/sseregparm-2.c:  Likewise.
* gcc.target/i386/20060512-4.c: This is a warning and not an error.
* gcc.dg/charset/attribute2.c: Likewise.
* gcc.dg/bitfld-1.c: Likewise.
* gcc.dg/pack-test-2.c: Likewise.
* gcc.dg/940510-1.c: Match separately error and warning.
* gcc.dg/array-2.c: Match separately multiple messages. The second
diagnostic is a pedantic warning and not an error.
* gcc.dg/pr14475.c: Match separately multiple messages.
* gcc.dg/pr18809-1.c: Likewise.
* gcc.dg/pr27953.c: Likewise.
* gcc.dg/vla-init-1.c: Likewise.
* gcc.dg/redecl-1.c: Fix wrong use of dg-error and dg-warning.

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

16 years ago2007-07-05 Joel Sherrill <joel.sherrill@oarcorp.com>
guerby [Sun, 8 Jul 2007 14:20:22 +0000 (14:20 +0000)]
2007-07-05  Joel Sherrill <joel.sherrill@oarcorp.com>

        * s-osinte-rtems.ads: Correct prototype of pthread_sigmask.

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

16 years ago2007-07-08 Sandra Loosemore <sandra@codesourcery.com>
sandra [Sun, 8 Jul 2007 13:46:20 +0000 (13:46 +0000)]
2007-07-08  Sandra Loosemore  <sandra@codesourcery.com>

Revert this patch:
2007-07-06  Sandra Loosemore  <sandra@codesourcery.com>

* c-opts.c (c_common_handle_option): Make DOLLARS_IN_IDENTIFIERS
apply to assembly language, too.
* doc/tm.texi (DOLLARS_IN_IDENTIFIERS): Update.

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

16 years agoDaily bump.
gccadmin [Sun, 8 Jul 2007 00:16:55 +0000 (00:16 +0000)]
Daily bump.

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

16 years ago2007-07-07 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Sun, 8 Jul 2007 00:09:20 +0000 (00:09 +0000)]
2007-07-07  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/32644
* gfortran.dg/char_decl_1.f90: New test.

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

16 years ago2007-07-07 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Sun, 8 Jul 2007 00:05:27 +0000 (00:05 +0000)]
2007-07-07  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/32644
* decl.c (match_attr_spec): Don't return MATCH_ERROR if comma found and
gfc_match_bind_c does not return MATCH_YES.

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

16 years ago2007-07-07 Daniel Berlin <dberlin@dberlin.org>
dberlin [Sat, 7 Jul 2007 22:23:26 +0000 (22:23 +0000)]
2007-07-07  Daniel Berlin  <dberlin@dberlin.org>

Revert (note the sccvn portions are *not* reverted)
2007-07-06  Daniel Berlin  <dberlin@dberlin.org>

Fix PR tree-optimization/23488

* tree-vn.c (set_value_handle): Use decl_vh_map for decl value
handles.
* tree-flow-inline.h (get_value_handle): Ditto.
* tree-ssa-pre.c (decl_vh_map): New.
(decl_node_pool): New.
(can_value_number_operation): Support DECL_P.
(can_PRE_operation): Ditto.
(create_expression_by_pieces): Ditto.
(find_existing_value_expr): Modify to differnetiate between
addressing and top level.
(create_value_handle_for_expr): Handle DECL's.
(poolify_tree): Ditto.
(make_values_for_phi): Don't insert into PHI_GEN during FRE.
(make_values_for_stmt): Handle DECL's properly.
(init_pre): Reorg to not init useless things during FRE.
(fini_pre): Ditto.
* tree-flow.h: Include pointer-set.h.
(decl_vh_map): Declare.
* Makefile.in (TREE_FLOW_H): Add pointer-set.h

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

16 years ago * config/avr/constraints.md (define_memory_constraint "Q"): Fix
aesok [Sat, 7 Jul 2007 19:55:12 +0000 (19:55 +0000)]
* config/avr/constraints.md (define_memory_constraint "Q"): Fix
the constraint description.
* doc/md.texi: Update documentation of AVR constraints.

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

16 years ago * zh_CN.po: Update.
jsm28 [Sat, 7 Jul 2007 19:20:33 +0000 (19:20 +0000)]
* zh_CN.po: Update.

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

16 years ago * tree-ssa-operands.c (realloc_vop, realloc_vdef,
kazu [Sat, 7 Jul 2007 14:20:58 +0000 (14:20 +0000)]
* tree-ssa-operands.c (realloc_vop, realloc_vdef,
realloc_vuse): Remove.
* tree-ssa-operands.h: Remove the prototype for realloc_vdef
and realloc_vuse.

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

16 years ago * cfgrtl.c (delete_insn_chain_and_edges): Remove.
kazu [Sat, 7 Jul 2007 14:20:02 +0000 (14:20 +0000)]
* cfgrtl.c (delete_insn_chain_and_edges): Remove.
* rtl.h: Remove the prototype for delete_insn_chain_and_edges.

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

16 years ago * decl.c, gfortran.h, interface.c, module.c, resolve.c,
kazu [Sat, 7 Jul 2007 13:15:40 +0000 (13:15 +0000)]
* decl.c, gfortran.h, interface.c, module.c, resolve.c,
trans-array.c, trans-decl.c: Fix comment typos.  Follow
spelling conventions.
* intrinsic.texi: Fix typos.  Follow spelling conventions.

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

16 years ago * auto-inc-dec.c, config/arm/arm.c,
kazu [Sat, 7 Jul 2007 13:00:43 +0000 (13:00 +0000)]
* auto-inc-dec.c, config/arm/arm.c,
config/m32r/constraints.md, config/mips/mips.md,
config/rs6000/rs6000.c, cselib.c, dce.c, df-core.c,
df-problems.c, df-scan.c, df.h, dse.c, gimplify.c,
tree-if-conv.c, tree-ssa-sccvn.c, tree-ssa.c: Fix comment
typos.  Follow spelling conventions.
* doc/invoke.texi, doc/rtl.texi: Fix typos.

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

16 years ago PR c++/32232
mmitchel [Sat, 7 Jul 2007 07:31:54 +0000 (07:31 +0000)]
PR c++/32232
* pt.c (resolve_overloaded_unification): Robustify.  Return a
bool, not an int.
(type_unification_real): Adjust accordingly.
PR c++/32232
* g++.dg/template/overload9.C: New test.

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

16 years ago2007-07-06 Daniel Berlin <dberlin@dberlin.org>
dberlin [Sat, 7 Jul 2007 03:25:29 +0000 (03:25 +0000)]
2007-07-06  Daniel Berlin  <dberlin@dberlin.org>

Fix PR tree-optimization/23488

* tree-ssa-sccvn.c (expr_has_constants): Handle tcc_declaration.
(try_to_simplify): Ditto.
(visit_use): Ditto.
* tree-vn.c (set_value_handle): Use decl_vh_map for decl value
handles.
* tree-flow-inline.h (get_value_handle): Ditto.
* tree-ssa-pre.c (decl_vh_map): New.
(decl_node_pool): New.
(can_value_number_operation): Support DECL_P.
(can_PRE_operation): Ditto.
(create_expression_by_pieces): Ditto.
(find_existing_value_expr): Modify to differnetiate between
addressing and top level.
(create_value_handle_for_expr): Handle DECL's.
(poolify_tree): Ditto.
(make_values_for_phi): Don't insert into PHI_GEN during FRE.
(make_values_for_stmt): Handle DECL's properly.
(init_pre): Reorg to not init useless things during FRE.
(fini_pre): Ditto.
* tree-flow.h: Include pointer-set.h.
(decl_vh_map): Declare.
* Makefile.in (TREE_FLOW_H): Add pointer-set.h

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

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

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

16 years agomissed ChangeLog for last patch
sandra [Fri, 6 Jul 2007 22:10:59 +0000 (22:10 +0000)]
missed ChangeLog for last patch

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

16 years ago2007-07-06 Sandra Loosemore <sandra@codesourcery.com>
sandra [Fri, 6 Jul 2007 22:08:40 +0000 (22:08 +0000)]
2007-07-06  Sandra Loosemore  <sandra@codesourcery.com>

gcc/
* c-opts.c (c_common_handle_option): Make DOLLARS_IN_IDENTIFIERS
apply to assembly language, too.
* doc/tm.texi (DOLLARS_IN_IDENTIFIERS): Update.

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

16 years ago * gcc.dg/20001012-1.c: Run on all fpic-capable targets.
froydnj [Fri, 6 Jul 2007 20:45:29 +0000 (20:45 +0000)]
* gcc.dg/20001012-1.c: Run on all fpic-capable targets.
* gcc.dg/20001012-2.c: Likewise.
* gcc.dg/tls/opt-7.c: Require an fpic-capable target.
* gcc.dg/20000222-1.c: Add -fPIC on all fpic-capable targets.

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

16 years ago * gcc.c-torture/execute/multi-ix.c (CHUNK): Be more conservative
froydnj [Fri, 6 Jul 2007 20:43:05 +0000 (20:43 +0000)]
* gcc.c-torture/execute/multi-ix.c (CHUNK): Be more conservative
about the chunk size when STACK_SIZE is defined.

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

16 years ago2007-07-06 Ian Lance Taylor <iant@google.com>
zack [Fri, 6 Jul 2007 17:57:58 +0000 (17:57 +0000)]
2007-07-06  Ian Lance Taylor  <iant@google.com>
            Zack Weinberg  <zackw@panix.com>

PR middle-end/32441
* builtins.c (std_expand_builtin_va_start): Don't use make_tree.

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

16 years agogcc/
rsandifo [Fri, 6 Jul 2007 17:00:15 +0000 (17:00 +0000)]
gcc/
* config/sh/sh.md (*prefetch_i4): Disable for TARGET_VXWORKS_RTP.
(prefetch): Likewise if "pref" would be used.

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

16 years ago2007-07-06 Josh Conner <jconner@apple.com>
jconner [Fri, 6 Jul 2007 16:57:19 +0000 (16:57 +0000)]
2007-07-06  Josh Conner  <jconner@apple.com>

PR middle-end/32602
PR middle-end/32603
* calls.c (store_one_arg): Handle arguments which are partially
on the stack when detecting argument overlap.

2007-07-06  Josh Conner  <jconner@apple.com>

PR middle-end/32602
* gcc.dg/sibcall-8.c: New test.

2007-07-06  Josh Conner  <jconner@apple.com>

PR middle-end/32603
* gcc.target/arm/sibcall-1.c: New test.

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

16 years ago2007-07-06 H.J. Lu <hongjiu.lu@intel.com>
hjl [Fri, 6 Jul 2007 16:47:47 +0000 (16:47 +0000)]
2007-07-06  H.J. Lu  <hongjiu.lu@intel.com>

* gcc.dg/dfp/convert-dfp-round-thread.c: New test.

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

16 years ago * update_web_docs_svn: Use -o with makeinfo, texi2dvi and texi2pdf
jsm28 [Fri, 6 Jul 2007 16:33:38 +0000 (16:33 +0000)]
* update_web_docs_svn: Use -o with makeinfo, texi2dvi and texi2pdf
commands.

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

16 years ago2007-07-06 H.J. Lu <hongjiu.lu@intel.com>
hjl [Fri, 6 Jul 2007 14:53:06 +0000 (14:53 +0000)]
2007-07-06  H.J. Lu  <hongjiu.lu@intel.com>

* configure.ac (set_have_cc_tls): Add a missing =.
* configure: Regenerated.

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

16 years agoconfig/
hjl [Fri, 6 Jul 2007 14:00:46 +0000 (14:00 +0000)]
config/

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

* tls.m4 (GCC_CHECK_CC_TLS): New.

libgcc/

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

* config.host (tmake_file): Add t-tls for i[34567]86-*-linux*
and x86_64-*-linux*.

* config/t-tls: New file.

* Makefile.in (INTERNAL_CFLAGS): Add @set_have_cc_tls@.

* configure.ac: Include ../config/enable.m4 and
../config/tls.m4.  Use GCC_CHECK_CC_TLS to check if assembler
supports TLS and substitute set_have_cc_tls.
* configure: Regenerated.

libbid/

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

Updated from Intel BID library:
* bid_conf.h (BID_THREAD): Defined only if both HAVE_CC_TLS
and USE_TLS are defined.

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

16 years ago * reload1.c (choose_reload_regs): Set reload_spill_index for regs
bernds [Fri, 6 Jul 2007 13:42:26 +0000 (13:42 +0000)]
* reload1.c (choose_reload_regs): Set reload_spill_index for regs
chosen during find_reloads.

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

16 years agoMove changelog entry from toplev to config.
spop [Fri, 6 Jul 2007 13:36:28 +0000 (13:36 +0000)]
Move changelog entry from toplev to config.

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

16 years agogcc/fortran:
dfranke [Fri, 6 Jul 2007 12:37:22 +0000 (12:37 +0000)]
gcc/fortran:
2007-05-06  Daniel Franke  <franke.daniel@gmail.com>

        PR fortran/32633
        * symbol.c (save_status): New.
        * gfortran.h (save_status): Added external declaration.
        (check_conflict): Check for conflicting explicite SAVE statements
        only.
        (gen_special_c_interop_ptr): Use SAVE_EXPLICIT constant.
        * module.c (ab_attribute, attr_bits): Removed enumerator value
AB_SAVE for save attribute.
        (mio_symbol_attribute): Import/export the full SAVE status,
        removed usage of AB_SAVE.
        * dump-parse-tree.c (gfc_show_attr): Dump full SAVE status.
        * decl.c (add_init_expr_to_sym): Set SAVE_IMPLICIT only if not
        already explicit.

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

        * gfortran.dg/save_parameter.f90: New test.
        * gfortran.dg/module_md5_1.f90: Updated MD5 sum.

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

16 years ago2007-07-06 Richard Guenther <rguenther@suse.de>
rguenth [Fri, 6 Jul 2007 11:23:59 +0000 (11:23 +0000)]
2007-07-06  Richard Guenther  <rguenther@suse.de>

* gimplify.c (gimplify_call_expr): Prefer DECL_ARGUMENTS over
TYPE_ARG_TYPES for verification of argument types.  Use
DECL_ARG_TYPE instead of the PARM_DECL type.  Take excess
parameters as variable arguments.

        * g++.dg/opt/pr30965.C: New testcase.

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

16 years ago2007-07-06 Andreas Krebbel <krebbel1@de.ibm.com>
krebbel [Fri, 6 Jul 2007 10:47:31 +0000 (10:47 +0000)]
2007-07-06  Andreas Krebbel  <krebbel1@de.ibm.com>

* libgcc2.h (word_type): Type definition removed.
(cmp_return_type, shift_count_type): Type definitions added.
(__lshrdi3, __ashldi3, __ashrdi3): word_type of second parameter
replaced with shift_count_type.
(__cmpdi2, __ucmpdi2): word_type of return type replaced with
cmp_return_type.
* libgcc2.c (__udivmoddi4, __moddi3): Type of local variable c
changed from word_type to Wtype.
(__lshrdi3, __ashldi3, __ashrdi3): word_type of second parameter
replaced with shift_count_type.
(__cmpdi2, __ucmpdi2): word_type of return type replaced with
cmp_return_type.
* c-common.c (handle_mode_attribute): Handling for libgcc_cmp_return and
libgcc_shift_count attribute added.
* target-def.h (TARGET_LIBGCC_CMP_RETURN_MODE,
TARGET_LIBGCC_SHIFT_COUNT_MODE): New target hooks defined.
(TARGET_INITIALIZER): New target hooks added.
* targhooks.c (default_libgcc_cmp_return_mode,
default_libgcc_shift_count_mode): Default implementations for the new
target hooks added.
* targhooks.h (default_libgcc_cmp_return_mode,
default_libgcc_shift_count_mode): Function prototypes added.
* target.h (struct gcc_target): Fields for the new target hooks added.
* optabs.c (expand_binop): Use shift_count_mode when expanding shift
as library call.
(prepare_cmp_insn): Use cmp_return_mode when expanding comparison as
library call.

* doc/tm.texi (TARGET_LIBGCC_CMP_RETURN_MODE,
TARGET_LIBGCC_SHIFT_COUNT_MODE): Documentation added.

* config/s390/s390.c (s390_libgcc_cmp_return_mode,
s390_libgcc_shift_count_mode): Functions added.
(TARGET_LIBGCC_CMP_RETURN_MODE, TARGET_LIBGCC_SHIFT_COUNT_MODE): Target
hooks defined.

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

16 years agogcc/
rsandifo [Fri, 6 Jul 2007 09:27:10 +0000 (09:27 +0000)]
gcc/
* config/mips/mips.c (compute_frame_size): Restore the original
gp_sp_offset for !GENERATE_MIPS16E_SAVE_RESTORE and remove the
fp_size term from the GENERATE_MIPS16E_SAVE_RESTORE calculation.
Document why the difference is needed.

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

16 years ago2007-07-06 Richard Guenther <rguenther@suse.de>
rguenth [Fri, 6 Jul 2007 09:24:18 +0000 (09:24 +0000)]
2007-07-06  Richard Guenther  <rguenther@suse.de>

* c-common.c (boolean_increment): Use correctly typed
constant.

cp/
* init.c (build_new_1): Use the correct pointer type.
* typeck2.c (build_m_component_ref): Likewise.

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

16 years agogcc/
rsandifo [Fri, 6 Jul 2007 09:20:46 +0000 (09:20 +0000)]
gcc/
* config/mips/mips.c (mips16e_save_restore_pattern_p): Check that
the topmost argument register is not also included in the save mask.
(mips16e_collect_argument_save_p): Take a pointer to the argument
register, rather than a pointer to the number of arguments.
(mips16e_collect_argument_saves): Only include argument saves
that aren't in the register mask.

gcc/testsuite/
* gcc.target/mips/save-restore-5.c: New test.

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

16 years ago PR rtl_optimization/32450
uros [Fri, 6 Jul 2007 08:53:15 +0000 (08:53 +0000)]
PR rtl_optimization/32450
* function.c (thread_prologue_and_epilogue_insns): Emit blockage insn
to ensure that instructions are not moved into the prologue when
profiling is on.  Remove unused prologue_end variable.
(expand_function_end): Emit blockage insn instead of ASM_INPUT rtx
as a scheduling barrier.

testsuite/ChangeLog:

PR rtl_optimization/32450
* gcc.dg/pr32450.c: New runtime test.

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

16 years agoPR debug/23551
aoliva [Fri, 6 Jul 2007 08:38:40 +0000 (08:38 +0000)]
PR debug/23551
* tree-ssa-copyrename.c (copy_rename_partition_coalesce):
Disregard DECL_FROM_INLINE.

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

16 years ago * g++.dg/ext/visibility/ms-compat-1.C: Change double underscore to
uros [Fri, 6 Jul 2007 08:23:00 +0000 (08:23 +0000)]
    * g++.dg/ext/visibility/ms-compat-1.C: Change double underscore to
        single underscore in scan directives.

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

16 years ago PR c++/32245
mmitchel [Fri, 6 Jul 2007 01:23:54 +0000 (01:23 +0000)]
PR c++/32245
* init.c (build_zero_init): Always build an initializer for
non-static storage.
* typeck2.c (build_functional_cast): Use build_zero_init.

PR c++/32251
* init.c (build_new_1): Always pass the allocation function to
build_op_delete_call.
* call.c (build_op_delete_call): Handle operator delete with a
variable-argument list.  Do not issue an error when no matching
deallocation function is available for a new operator.

PR c++/31992
* cp-tree.h (any_value_dependent_elements_p): Declare it.
* decl.c (value_dependent_init_p): New function.
(cp_finish_decl): Use it.
* pt.c (value_dependent_expression_p): Use
any_value_dependent_elements_p.
* parser.c (cp_parser_primary_expression): Add comment about
treating dependent qualified names as integral
constant-expressions.

PR c++/32245
* g++.dg/init/ptrmem4.C: New test.

PR c++/32251
* g++.dg/init/new21.C: Likewise.

PR c++/31992
* g++.dg/template/static30.C: Likewise.

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

16 years ago * rtlanal.c (num_sign_bit_copies1): Improve cases of ANDing or
nemet [Fri, 6 Jul 2007 00:20:46 +0000 (00:20 +0000)]
* rtlanal.c (num_sign_bit_copies1): Improve cases of ANDing or
IORing with a constant.

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

16 years agoDaily bump.
gccadmin [Fri, 6 Jul 2007 00:16:59 +0000 (00:16 +0000)]
Daily bump.

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

16 years ago * testsuite/lib/libstdc++.exp (v3-build_support): Use env(AR)
hp [Fri, 6 Jul 2007 00:03:03 +0000 (00:03 +0000)]
* testsuite/lib/libstdc++.exp (v3-build_support): Use env(AR)
and env(RANLIB), not env(AR_FOR_TARGET) and env(RANLIB_FOR_TARGET).

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

16 years ago2007-07-05 Seongbae Park <seongbae.park@gmail.com>
spark [Thu, 5 Jul 2007 23:44:44 +0000 (23:44 +0000)]
2007-07-05  Seongbae Park  <seongbae.park@gmail.com>

PR rtl-optimization/32475
* df-scan.c (df_def_record_1): Add a use of the stack pointer
for every definition of the stack pointer.

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

16 years ago * arm.c (vfp3_const_double_index): Copy signed results of
rearnsha [Thu, 5 Jul 2007 21:33:30 +0000 (21:33 +0000)]
* arm.c (vfp3_const_double_index): Copy signed results of
REAL_VALUE_TO_INT into unsigned vars.

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

16 years ago2007-07-05 Richard Guenther <rguenther@suse.de>
rguenth [Thu, 5 Jul 2007 21:21:10 +0000 (21:21 +0000)]
2007-07-05  Richard Guenther  <rguenther@suse.de>

PR middle-end/32639
* alias.c (get_alias_set): Tread METHOD_TYPE the same as
FUNCTION_TYPE.
* tree-ssa.c (useless_type_conversion_p): Check canonical
types early.

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

16 years ago2007-07-05 Andreas Tobler <a.tobler@schweiz.org>
andreast [Thu, 5 Jul 2007 20:44:25 +0000 (20:44 +0000)]
2007-07-05  Andreas Tobler  <a.tobler@schweiz.org>

* java/lang/natPosixProcess.cc: Reorder includes to fix compilation
on hppa2.0w-hp-hpux11.11.
Remove include of <gcj/cni.h>.

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

16 years ago * config/avr/avr.md (zero_extendqihi2, zero_extendqisi2,
aesok [Thu, 5 Jul 2007 20:41:29 +0000 (20:41 +0000)]
* config/avr/avr.md (zero_extendqihi2, zero_extendqisi2,
zero_extendhisi2): Change to define_insn_and_split.
(zero_extendqidi2, zero_extendhidi2, zero_extendsidi2): New.

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

16 years ago PR bootstrap/32622
spop [Thu, 5 Jul 2007 20:26:10 +0000 (20:26 +0000)]
PR bootstrap/32622
* config/mh-x86omitfp (BOOT_CFLAGS): Add -fomit-frame-pointer,
don't reset its value.

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

16 years ago2007-07-05 Paolo Bonzini <bonzini@gnu.org>
bonzini [Thu, 5 Jul 2007 20:04:36 +0000 (20:04 +0000)]
2007-07-05  Paolo Bonzini  <bonzini@gnu.org>

* function.c (match_asm_constraints_1, rest_of_match_asm_constraints,
pass_match_asm_constraints): New.
* passes.c (init_optimization_passes): Add new pass.
* stmt.c (expand_asm_operands): Set cfun->has_asm_statement.
* function.h (struct function): Add has_asm_statement bit.
(current_function_has_asm_statement): New.
* tree-pass.h (pass_match_asm_constraints): New.

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

16 years agoImprove placement in previous commit
rsandifo [Thu, 5 Jul 2007 19:59:16 +0000 (19:59 +0000)]
Improve placement in previous commit

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

16 years agogcc/
rsandifo [Thu, 5 Jul 2007 19:51:48 +0000 (19:51 +0000)]
gcc/
* config/mips/mips.c (mips_file_start): Avoid declaration
after code.

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

16 years ago2007-07-05 Sandra Loosemore <sandra@codesourcery.com>
sandra [Thu, 5 Jul 2007 19:11:05 +0000 (19:11 +0000)]
2007-07-05  Sandra Loosemore  <sandra@codesourcery.com>

gcc/
* optabs.c (expand_binop_directly): Fix signed/unsigned comparison.

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

16 years ago * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
ro [Thu, 5 Jul 2007 18:51:00 +0000 (18:51 +0000)]
* MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
maintainer.

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

16 years ago PR libgcj/28190
ro [Thu, 5 Jul 2007 18:43:16 +0000 (18:43 +0000)]
PR libgcj/28190
* inclhack.def (irix_stdint_c99): New fix.
* fixincl.x: Regenerate.
* tests/base/stdint.h: New test.

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

16 years agoRemove myself as libbid maintainer.
hjl [Thu, 5 Jul 2007 18:26:11 +0000 (18:26 +0000)]
Remove myself as libbid maintainer.

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

16 years ago * rtl.def (NOTE): Change print format string to print
uros [Thu, 5 Jul 2007 17:55:07 +0000 (17:55 +0000)]
* rtl.def (NOTE): Change print format string to print
    operand 5 as a note insn name.

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

16 years agoRegenerate aclocal.m4 in boehm-gc, libffi, libgfortran, libgomp,
hjl [Thu, 5 Jul 2007 17:54:10 +0000 (17:54 +0000)]
Regenerate aclocal.m4 in boehm-gc, libffi, libgfortran, libgomp,
libjava, libmudflap, libobjc, libssp and zlib.

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

16 years ago2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
hjl [Thu, 5 Jul 2007 17:36:59 +0000 (17:36 +0000)]
2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>

* lt~obsolete.m4: New. Import from 20070318 libtool.

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

16 years ago2007-07-05 Sandra Loosemore <sandra@codesourcery.com>
sandra [Thu, 5 Jul 2007 17:10:54 +0000 (17:10 +0000)]
2007-07-05  Sandra Loosemore  <sandra@codesourcery.com>
    David Ung  <davidu@mips.com>

gcc/
* config/mips/mips.c (mips_cpu_info): Add 4ksc and 4ksd processors.
* doc/invoke.texi: (MIPS Options): Document them.

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

16 years ago2007-07-05 Sandra Loosemore <sandra@codesourcery.com>
sandra [Thu, 5 Jul 2007 17:08:37 +0000 (17:08 +0000)]
2007-07-05  Sandra Loosemore  <sandra@codesourcery.com>
    David Ung  <davidu@mips.com>

Add support for SmartMIPS ASE.

gcc/
* optabs.c (expand_binop_directly): New, broken out from...
(expand_binop): Here.  Make it try rotating in the other
direction even when the second operand isn't constant.
* config/mips/mips.md (*lwxs): New.
* config/mips/mips.opt (msmartmips): New.
* config/mips/mips.c (mips_lwxs_address_p): New.
(mips_rtx_costs): Make it recognize scaled indexed addressing.
* config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define
__mips_smartmips when compiling for TARGET_SMARTMIPS.
(ISA_HAS_ROR): Define for TARGET_SMARTMIPS.
(ISA_HAS_LWXS): New.
(ASM_SPEC): Add -msmartmips/-mno-smartmips.
* doc/invoke.texi (MIPS Options): Document -msmartmips/-mno-smartmips.
* testsuite/gcc.target/mips/smartmips-lwxs.c: New test case.
* testsuite/gcc.target/mips/smartmips-ror-1.c: New test case.
* testsuite/gcc.target/mips/smartmips-ror-2.c: New test case.
* testsuite/gcc.target/mips/smartmips-ror-3.c: New test case.
* testsuite/gcc.target/mips/smartmips-ror-4.c: New test case.

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

16 years ago2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
hjl [Thu, 5 Jul 2007 13:19:38 +0000 (13:19 +0000)]
2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>

Updated from Intel BID library:
* bid_conf.h (BID_THREAD): Defined.
(__bid_IDEC_glbround): Add BID_THREAD in declaration.
(__bid_IDEC_glbflags): Likewise.

* decimal_globals.c (__bid_IDEC_glbround): Add BID_THREAD in
declaration.
(__bid_IDEC_glbflags): Likewise.

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

16 years ago * tree-vectorizer.c (new_loop_vec_info): Initialize
dorit [Thu, 5 Jul 2007 13:15:20 +0000 (13:15 +0000)]
    * tree-vectorizer.c (new_loop_vec_info): Initialize
        LOOP_VINFO_COST_MODEL_MIN_ITERS.
        * tree-vectorizer.h (_loop_vec_info): Added new filed
        min_profitable_iters.
        (LOOP_VINFO_COST_MODEL_MIN_ITERS): New access macro to above new field.
        (TARG_SCALAR_TO_VEC_COST): Define cost of scalar to vector operation.
        * tree-vect-analyze.c (vect_analyze_operations): Set
        LOOP_VINFO_COST_MODEL_MIN_ITERS.
        * tree-vect-transform.c (vect_estimate_min_profitable_iters): Use
        VEC_length to determine if there are any LOOP_VINFO_MAY_MISALIGN_STMTS.
        Fix calculation of peel_iters_prologue. Move consideration of epilogue
        and prologue cost to after they are computed.
        (vect_model_induction_cost): Use TARG_SCALAR_TO_VEC_COST instead of
        TARG_VEC_STMT_COST.
        (vect_model_simple_cost): Takes additional argument dt. Consider cost
        of creating vectors from scalars according to dt.
        (vect_model_store_cost): Likewise.
        (vectorizable_call): Use dt array instead of scalar dt. Call
        vect_model_simple_cost with additional argument dt.
        (vectorizable_assignment): Likewise.
        (vectorizable_operation): Likewise.
        (vectorizable_type_demotion): Likewise.
        (vectorizable_type_promotion): Likewise.
        (vectorizable_store): Use dt array instead of scalar dt. Call
        vect_model_store_cost with additional argument dt.
        (vect_do_peeling_for_loop_bound): Don't call
        vect_estimate_min_profitable_iters. Instead, lookup
        LOOP_VINFO_COST_MODEL_MIN_ITERS. Don't always print
        "may not be profitable".

        * gcc.dg/vect/costmodel/ppc: New directory.
        * gcc.dg/vect/costmodel/ppc/ppc-costmodel-vect.exp: New.
        * gcc.dg/vect/costmodel/ppc/costmodel-fast-math-vect-pr29925.c: New test.
        * gcc.dg/vect/costmodel/ppc/costmodel-vect-31a.c: New test.
        * gcc.dg/vect/costmodel/ppc/costmodel-vect-31b.c: New test.
        * gcc.dg/vect/costmodel/ppc/costmodel-vect-31c.c: New test.
        * gcc.dg/vect/costmodel/ppc/costmodel-vect-31d.c: New test.
        * gcc.dg/vect/costmodel/ppc/costmodel-vect-33.c: New test.
        * gcc.dg/vect/costmodel/ppc/costmodel-vect-76a.c: New test.
        * gcc.dg/vect/costmodel/ppc/costmodel-vect-76b.c: New test.
        * gcc.dg/vect/costmodel/ppc/costmodel-vect-76c.c: New test.
        * gcc.dg/vect/costmodel/ppc/costmodel-vect-68a.c: New test.
        * gcc.dg/vect/costmodel/ppc/costmodel-vect-68b.c: New test.
        * gcc.dg/vect/costmodel/ppc/costmodel-vect-68c.c: New test.
        * gcc.dg/vect/costmodel/ppc/costmodel-vect-68d.c: New test.
        * gcc.dg/vect/costmodel/ppc/costmodel-vect-reduc-1char.c: New test.
  * gcc.dg/vect/costmodel/i386/costmodel-vect-68.c: Now vectorized.

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

16 years ago2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
hjl [Thu, 5 Jul 2007 13:12:20 +0000 (13:12 +0000)]
2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>

* MAINTAINERS (libbid): Add myself.

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

16 years agogcc/fortran/
burnus [Thu, 5 Jul 2007 12:51:51 +0000 (12:51 +0000)]
gcc/fortran/
2007-07-05  Daniel Franke  <franke.daniel@gmail.com>
    Tobias Burnus  <burnus@net-b.de>

PR fortran/32359
* gfortran.h (symbol_attribute): Change save attribute into an enum.
* decl.c (add_init_expr_to_sym): Set it to SAVE_IMPLICIT.
* symbol.c (gfc_add_save): Check for SAVE_EXPLICIT.
* resolve.c (resolve_fl_variable): Check for SAVE_EXPLICIT.
(resolve_symbol): Allow OMP threadprivate with
initialization SAVEd and save_all variable.
* trans-decl.c (gfc_finish_var_decl): Remove obsolete sym->value check.

libgomp/
2007-07-05  Tobias Burnus  <burnus@net-b.de>

PR fortran/32359
* testsuite/libgomp.fortran/pr32359.f90: New.

gcc/testsuite/
2007-07-05  Tobias Burnus  <burnus@net-b.de>

PR fortran/32359
* gfortran.dg/module_md5_1.f90: Update MD5 number.

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

16 years ago * ChangeLog: Fix word wrapping.
uros [Thu, 5 Jul 2007 12:00:49 +0000 (12:00 +0000)]
* ChangeLog: Fix word wrapping.

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

16 years ago2007-07-05 Joerg Richter <joerg.richter@pdv-fs.de>
paolo [Thu, 5 Jul 2007 11:45:24 +0000 (11:45 +0000)]
2007-07-05  Joerg Richter  <joerg.richter@pdv-fs.de>

PR libstdc++/31957
* include/Makefile.am: Work around an AIX sed oddity.
* include/Makefile.in: Regenerate.

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

16 years ago PR testsuite/32014
dorit [Thu, 5 Jul 2007 10:56:04 +0000 (10:56 +0000)]
    PR testsuite/32014
        * config/rs6000/altivec.md (UNSPEC_VUPKHS_V4SF, UNSPEC_VUPKLS_V4SF):
        (UNSPEC_VUPKHU_V4SF, UNSPEC_VUPKLU_V4SF): New.
        (vec_unpacks_float_hi_v8hi, vec_unpacks_float_lo_v8hi): New patterns.
        (vec_unpacku_float_hi_v8hi, vec_unpacku_float_lo_v8hi): New patterns.

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

16 years ago * config/i386/i386.c (ix86_address_cost): Do not consider more complex
rakdver [Thu, 5 Jul 2007 09:31:43 +0000 (09:31 +0000)]
* config/i386/i386.c (ix86_address_cost): Do not consider more complex
addressing modes cheaper.

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

16 years ago* dwarf2out.c (dw_ranges_by_label_ref): New typedef.
aoliva [Thu, 5 Jul 2007 08:30:24 +0000 (08:30 +0000)]
* dwarf2out.c (dw_ranges_by_label_ref): New typedef.
(dw_ranges_struct): Rename block_num to num.  Adjust.
(dw_ranges_by_label_struct): New.
(ranges_by_label, ranges_by_label_allocated,
ranges_by_label_in_use): New variables.
(add_ranges_num): Factored most of the code out of...
(add_ranges): ... this one.  Rewrite in terms of the former.
(add_ranges_by_labels): New.
(output_ranges): Output by-label ranges.
(dwarf2out_finish): Output range for multiple-section
compile_unit.  Output standard DW_AT_low_pc in addition to
unexpected DW_AT_entry_pc.

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

16 years ago * config/i386/cygming-crtend.c: Remove svn:executable property.
uros [Thu, 5 Jul 2007 07:07:34 +0000 (07:07 +0000)]
* config/i386/cygming-crtend.c: Remove svn:executable property.
* config/i386/cygming-crtbegin.c: Ditto.
* config/i386/w32-unwinf.h: Ditto.

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

16 years ago2007-07-05 Paul Thomas <pault@gcc.gnu.org>
pault [Thu, 5 Jul 2007 06:49:54 +0000 (06:49 +0000)]
2007-07-05  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/32526
* match.c (gfc_match_call): Check, in all cases, that a symbol
is neither generic nor a subroutine before trying to add it as
a subroutine.

PR fortran/32613
* match.c (gfc_match_do): Reset the implied_index attribute.

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

PR fortran/32526
* gfortran.dg/interface_14.f90: New test.

PR fortran/32613
* gfortran.dg/do_iterator_2.f90: New test.

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