OSDN Git Service

2011-02-22 Tobias Burnus <burnus@net-b.de>
authorburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 22 Feb 2011 10:10:25 +0000 (10:10 +0000)
committerburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 22 Feb 2011 10:10:25 +0000 (10:10 +0000)
        * abstract_type_1.f90: Fix dg-do syntax.
        * abstract_type_2.f03: Ditto.
        * abstract_type_3.f03: Ditto.
        * abstract_type_4.f03: Ditto.
        * abstract_type_5.f03: Ditto.
        * abstract_type_6.f03: Ditto.
        * alloc_comp_constraint_6.f90: Ditto.
        * alloc_comp_init_expr.f03: Ditto.
        * allocatable_scalar_11.f90: Ditto.
        * allocate_scalar_with_shape.f90: Ditto.
        * array_function_5.f90: Ditto.
        * asynchronous_3.f03: Ditto.
        * char_expr_1.f90: Ditto.
        * class_14.f03: Ditto.
        * data_array_6.f: Ditto.
        * data_invalid.f90: Ditto.
        * dot_product_1.f03: Ditto.
        * func_derived_5.f90: Ditto.
        * func_result_4.f90: Ditto.
        * implied_do_1.f90: Ditto.
        * initialization_25.f90: Ditto.
        * initialization_26.f90: Ditto.
        * interface_34.f90: Ditto.
        * iso_c_binding_init_expr.f03: Ditto.
        * keyword_symbol_1.f90: Ditto.
        * matmul_8.f03: Ditto.
        * merge_init_expr.f90: Ditto.
        * pack_assign_1.f90: Ditto.
        * pack_vector_1.f90: Ditto.
        * pointer_check_8.f90: Ditto.
        * product_init_expr.f03: Ditto.
        * reshape_order_5.f90: Ditto.
        * reshape_shape_1.f90: Ditto.
        * reshape_zerosize_2.f90: Ditto.
        * same_name_2.f90: Ditto.
        * selected_real_kind_1.f90: Ditto.
        * spread_init_expr.f03: Ditto.
        * stmt_func_1.f90: Ditto.
        * sum_init_expr.f03: Ditto.
        * transpose_3.f03: Ditto.
        * unpack_init_expr.f03: Ditto.
        * warn_conversion.f90: Ditto.
        * warn_conversion_2.f90: Ditto.
        * warn_intent_out_not_set.f90: Ditto.
        * warn_unused_dummy_argument_1.f90: Ditto.
        * warn_unused_dummy_argument_2.f90: Ditto.
        * whole_file_16.f90: Ditto.
        * whole_file_17.f90: Ditto.
        * whole_file_18.f90: Ditto.
        * whole_file_20.f03: Ditto.
        * whole_file_5.f90: Ditto.
        * whole_file_6.f90: Ditto.
        * write_invalid_format.f90: Ditto.
        * zero_sized_6.f90: Ditto.

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

55 files changed:
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/abstract_type_1.f90
gcc/testsuite/gfortran.dg/abstract_type_2.f03
gcc/testsuite/gfortran.dg/abstract_type_3.f03
gcc/testsuite/gfortran.dg/abstract_type_4.f03
gcc/testsuite/gfortran.dg/abstract_type_5.f03
gcc/testsuite/gfortran.dg/abstract_type_6.f03
gcc/testsuite/gfortran.dg/alloc_comp_constraint_6.f90
gcc/testsuite/gfortran.dg/alloc_comp_init_expr.f03
gcc/testsuite/gfortran.dg/allocatable_scalar_11.f90
gcc/testsuite/gfortran.dg/allocate_scalar_with_shape.f90
gcc/testsuite/gfortran.dg/array_function_5.f90
gcc/testsuite/gfortran.dg/asynchronous_3.f03
gcc/testsuite/gfortran.dg/char_expr_1.f90
gcc/testsuite/gfortran.dg/class_14.f03
gcc/testsuite/gfortran.dg/data_array_6.f
gcc/testsuite/gfortran.dg/data_invalid.f90
gcc/testsuite/gfortran.dg/dot_product_1.f03
gcc/testsuite/gfortran.dg/func_derived_5.f90
gcc/testsuite/gfortran.dg/func_result_4.f90
gcc/testsuite/gfortran.dg/implied_do_1.f90
gcc/testsuite/gfortran.dg/initialization_25.f90
gcc/testsuite/gfortran.dg/initialization_26.f90
gcc/testsuite/gfortran.dg/interface_34.f90
gcc/testsuite/gfortran.dg/iso_c_binding_init_expr.f03
gcc/testsuite/gfortran.dg/keyword_symbol_1.f90
gcc/testsuite/gfortran.dg/matmul_8.f03
gcc/testsuite/gfortran.dg/merge_init_expr.f90
gcc/testsuite/gfortran.dg/pack_assign_1.f90
gcc/testsuite/gfortran.dg/pack_vector_1.f90
gcc/testsuite/gfortran.dg/pointer_check_8.f90
gcc/testsuite/gfortran.dg/product_init_expr.f03
gcc/testsuite/gfortran.dg/reshape_order_5.f90
gcc/testsuite/gfortran.dg/reshape_shape_1.f90
gcc/testsuite/gfortran.dg/reshape_zerosize_2.f90
gcc/testsuite/gfortran.dg/same_name_2.f90
gcc/testsuite/gfortran.dg/selected_real_kind_1.f90
gcc/testsuite/gfortran.dg/spread_init_expr.f03
gcc/testsuite/gfortran.dg/stmt_func_1.f90
gcc/testsuite/gfortran.dg/sum_init_expr.f03
gcc/testsuite/gfortran.dg/transpose_3.f03
gcc/testsuite/gfortran.dg/unpack_init_expr.f03
gcc/testsuite/gfortran.dg/warn_conversion.f90
gcc/testsuite/gfortran.dg/warn_conversion_2.f90
gcc/testsuite/gfortran.dg/warn_intent_out_not_set.f90
gcc/testsuite/gfortran.dg/warn_unused_dummy_argument_1.f90
gcc/testsuite/gfortran.dg/warn_unused_dummy_argument_2.f90
gcc/testsuite/gfortran.dg/whole_file_16.f90
gcc/testsuite/gfortran.dg/whole_file_17.f90
gcc/testsuite/gfortran.dg/whole_file_18.f90
gcc/testsuite/gfortran.dg/whole_file_20.f03
gcc/testsuite/gfortran.dg/whole_file_5.f90
gcc/testsuite/gfortran.dg/whole_file_6.f90
gcc/testsuite/gfortran.dg/write_invalid_format.f90
gcc/testsuite/gfortran.dg/zero_sized_6.f90

index d27cd28..4d824c3 100644 (file)
@@ -1,3 +1,60 @@
+2011-02-22  Tobias Burnus  <burnus@net-b.de>
+
+       * abstract_type_1.f90: Fix dg-do syntax.
+       * abstract_type_2.f03: Ditto.
+       * abstract_type_3.f03: Ditto.
+       * abstract_type_4.f03: Ditto.
+       * abstract_type_5.f03: Ditto.
+       * abstract_type_6.f03: Ditto.
+       * alloc_comp_constraint_6.f90: Ditto.
+       * alloc_comp_init_expr.f03: Ditto.
+       * allocatable_scalar_11.f90: Ditto.
+       * allocate_scalar_with_shape.f90: Ditto.
+       * array_function_5.f90: Ditto.
+       * asynchronous_3.f03: Ditto.
+       * char_expr_1.f90: Ditto.
+       * class_14.f03: Ditto.
+       * data_array_6.f: Ditto.
+       * data_invalid.f90: Ditto.
+       * dot_product_1.f03: Ditto.
+       * func_derived_5.f90: Ditto.
+       * func_result_4.f90: Ditto.
+       * implied_do_1.f90: Ditto.
+       * initialization_25.f90: Ditto.
+       * initialization_26.f90: Ditto.
+       * interface_34.f90: Ditto.
+       * iso_c_binding_init_expr.f03: Ditto.
+       * keyword_symbol_1.f90: Ditto.
+       * matmul_8.f03: Ditto.
+       * merge_init_expr.f90: Ditto.
+       * pack_assign_1.f90: Ditto.
+       * pack_vector_1.f90: Ditto.
+       * pointer_check_8.f90: Ditto.
+       * product_init_expr.f03: Ditto.
+       * reshape_order_5.f90: Ditto.
+       * reshape_shape_1.f90: Ditto.
+       * reshape_zerosize_2.f90: Ditto.
+       * same_name_2.f90: Ditto.
+       * selected_real_kind_1.f90: Ditto.
+       * spread_init_expr.f03: Ditto.
+       * stmt_func_1.f90: Ditto.
+       * sum_init_expr.f03: Ditto.
+       * transpose_3.f03: Ditto.
+       * unpack_init_expr.f03: Ditto.
+       * warn_conversion.f90: Ditto.
+       * warn_conversion_2.f90: Ditto.
+       * warn_intent_out_not_set.f90: Ditto.
+       * warn_unused_dummy_argument_1.f90: Ditto.
+       * warn_unused_dummy_argument_2.f90: Ditto.
+       * whole_file_16.f90: Ditto.
+       * whole_file_17.f90: Ditto.
+       * whole_file_18.f90: Ditto.
+       * whole_file_20.f03: Ditto.
+       * whole_file_5.f90: Ditto.
+       * whole_file_6.f90: Ditto.
+       * write_invalid_format.f90: Ditto.
+       * zero_sized_6.f90: Ditto.
+
 2011-02-21  Jeff Law <law@redhat.com>
 
        PR rtl-optimization/46178
index 7a91e11..d0cd432 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do "compile" }
+! { dg-do compile }
 ! { dg-options "-std=f95" }
 
 ! Abstract Types.
index 9b4ddeb..2583f1f 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do "compile" }
+! { dg-do compile }
 
 ! Abstract Types.
 ! Check for parser errors.
index a6f0623..79bc131 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do "compile" }
+! { dg-do compile }
 
 ! Abstract Types.
 ! Check for errors when using abstract types in an inappropriate way.
index bc34d4e..a6e5de2 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do "compile" }
+! { dg-do compile }
 
 ! Abstract Types.
 ! Check for module file IO.
index 7da38e8..42ac963 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do "compile" }
+! { dg-do compile }
 
 ! Abstract Types.
 ! Check for correct handling of abstract-typed base object references.
index bc8e543..53116df 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do "compile" }
+! { dg-do compile }
 ! Test the fix for PR43266, in which an ICE followed correct error messages.
 !
 ! Contributed by Tobias Burnus <burnus@gcc.gnu.org>
index 657b724..e2b609a 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do compile )
+! { dg-do compile }
 ! PR45889 Regression with I/O of element of allocatable array in derived type 
 module cell
   implicit none
index 5e399ac..02ca7fc 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do "compile" }
+! { dg-do compile }
 ! PR fortran/34402 - allocatable components shall not be
 ! data-initialized in init expr
 
index 1f4f9d5..0fa9ce1 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do "compile" }
+! { dg-do compile }
 ! PR fortran/41940
 
 integer, allocatable :: a
index 05f3c92..9c95f80 100644 (file)
@@ -1,4 +1,4 @@
-! {  dg-do run )
+! {  dg-do run }
 ! PR41278 internal compiler error related to matmul and transpose
 ! Test case prepared by Jerry DeLisle  <jvdelisle@gcc.gnu.org>
 ! Original test case by Chris <cmklaij@hetnet.nl>
index 7b83374..dfc5e6e 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do "compile" }
+! { dg-do compile }
 !
 ! PR fortran/44457 - no array-subscript actual argument
 !                    for an asynchronous dummy
index ba0e1f2..35bfe34 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do "run" }
+! { dg-do run }
 ! PR fortran/36795
 ! "(str)" (= an expression) was regarded as "str" (= a variable)
 ! and thus when yy was deallocated so was xx. Result: An invalid
index 9b06b01..4e6db17 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do "compile" }
+! { dg-do compile }
 ! Test the final fix for PR42353, in which a compilation error was
 ! occurring because the derived type of the initializer of the vtab
 ! component '$extends' was not the same as that of the component.
index 6564402..64b492b 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do "compile" }
+! { dg-do compile }
 !
 ! PR fortran/38404 - location marker in wrong line
 ! Testcase contributed by Steve Chapel <steve DOT chapel AT a2pg DOT com>
index 10ea7e5..960a8f3 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do "compile" }
+! { dg-do compile }
 ! { dg-options "-std=f95 -fmax-errors=0" }
 !
 ! Testcases from PR fortran/24978
index 5ba6633..45d6585 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do "run" }
+! { dg-do run }
 ! Transformational intrinsic DOT_PRODUCT as initialization expression.
 
   INTEGER, PARAMETER :: n = 10
index afe5ec0..76d45a8 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do "compile" }
+! { dg-do compile }
 ! PR fortran/41369 - rejected empty type in function return values
 
 module m
index 81f02a5..c3da2d6 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do "compile" }
+! { dg-do compile }
 ! { dg-options "-c" }
 !
 ! Do not apply the SAVE attribute to function results.
index 7f1266c..d837e8f 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do "run" }
+! { dg-do run }
 ! PR fortran/29458 - spurious warning for implied do-loop counter
 
   integer :: n, i
index fc667f4..66c447e 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do "compile" }
+! { dg-do compile }
 !
 ! PR fortran/35779 - unrelated error message
 ! Tescase contributed by
index d5bc93b..4532216 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do "compile" }
+! { dg-do compile }
 !
 ! Verify that the outer do-loop counter 'j' is accepted as
 ! as end-expression of the inner loop.
index 3e409d5..880f179 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-compile }
+! { dg-do compile }
 !
 ! PR fortran/47042
 !
index 7195f25..2661897 100644 (file)
@@ -1,4 +1,4 @@
-! ' dg-do compile }
+! { dg-do compile }
 ! This tests the fix for PR28526, in which a public interface named
 ! 'end' would be treated as a variable because the matcher tried
 ! 'END INTERFACE' as an assignment and left the symbol modified in
index d73fdcd..fcd4b0d 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do "run" }
+! { dg-do run }
 ! Transformational intrinsic MATMUL as initialization expression.
 
   REAL, PARAMETER :: PI = 3.141592654, theta = PI/6.0
index f40f490..c691aa0 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do "run" }
+! { dg-do run }
 !
 ! Check simplification of MERGE.
 !
index 4bab0da..7c480fc 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do "compile" }
+! { dg-do compile }
 ! PR32890 - compile-time checks for assigments
 
 INTEGER :: it, neighbrs(42)  ! anything but 30
index ba3624e..956bb16 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do "compile" }
+! { dg-do compile }
 !
 ! Check that the VECTOR argument of the PACK intrinsic has at least
 ! as many elements as the MASK has .TRUE. values.
index b47aa97..99c6652 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do compile}
+! { dg-do compile }
 ! { dg-options "-fcheck=pointer" }
 !
 ! PR 46809: [OOP] ICE with -fcheck=pointer for CLASS IS
index 6724eb7..c6ff7e8 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do "run" }
+! { dg-do run }
 ! { dg-options "-fno-inline" }
 !
 ! PRODUCT as initialization expression.
index 9c76b88..2ef5fce 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do "compile" }
+! { dg-do compile }
 !
 ! PR fortran/37203 - check RESHAPE arguments
 !
index 008c9a8..bd5e3cb 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do "compile" }
+! { dg-do compile }
 !
 ! PR fortran/37203 - check RESHAPE arguments
 !
index cdbee42..474ea30 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do "run" }
+! { dg-do run }
 
   ! Simplifier of RESHAPE was broken when reshaping an empty array.
   INTEGER, PARAMETER :: empty(0,0) = RESHAPE(SHAPE(1), (/0, 0/))
index 948ff75..c8da3e1 100644 (file)
@@ -1,4 +1,4 @@
-! ( dg-do compile }
+! { dg-do compile }
 ! Tests the fix for PR27701, in which two same name procedures
 ! were not diagnosed if they had no arguments.
 !
index 0f40a59..f771f9a 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do "compile" }
+! { dg-do compile }
 !
 ! PR fortran/44347 - arguments of SELECTED_REAL_KIND shall be scalar
 ! Testcase contributed by Vittorio Zecca <zeccav AT gmail DOT com>
index a8bdc5e..05714f6 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do "run" }
+! { dg-do run }
 
   INTEGER, PARAMETER :: n = 5
   INTEGER, PARAMETER :: a1(n) = SPREAD(1, 1, n)
index 072f21b..472d7d7 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-compile }
+! { dg-do compile }
 ! { dg-options "" }
 !
 ! PR fortran/47542
index 9071a41..f0cfe95 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do "run" }
+! { dg-do run }
 ! { dg-options "-fno-inline" }
 !
 ! SUM as initialization expression.
index b245166..269db49 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do "run" }
+! { dg-do run }
 ! Transformational intrinsic TRANSPOSE as initialization expression.
 
   INTEGER, PARAMETER :: n = 10
index 78460d1..924694c 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do "run" }
+! { dg-do run }
 !
 ! Example from F2003, sec 13.7.125
 !
index c8f0e23..e9b7e39 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do "compile" }
+! { dg-do compile }
 ! { dg-options "-Wconversion" }
 
 !
index c022298..d2b4eec 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do "compile" }
+! { dg-do compile }
 ! { dg-options "-Wconversion-extra" }
 
   real(8) :: sqrt2
index 52b2315..76c62ea 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do "compile" }
+! { dg-do compile }
 ! { dg-options "-c -Wall" }
 !
 ! PR fortran/42360
index 85472dd..6a2233b 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do "compile" }
+! { dg-do compile }
 ! { dg-options "-Wall -Wno-unused-dummy-argument" }
 !
 ! PR fortran/38407
index 2a17d0b..048350f 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do "compile" }
+! { dg-do compile }
 ! { dg-options "-fwhole-file" }
 !
 ! PR fortran/31346
index deaddf9..86272b8 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do "compile" }
+! { dg-do compile }
 ! { dg-options "-fwhole-file" }
 !
 ! PR fortran/30668
index fac15d6..f758408 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do "compile" }
+! { dg-do compile }
 ! { dg-options "-fwhole-file -Wno-unused-dummy-argument" }
 !
 ! PR fortran/34260
index 231a5aa..61e2a4d 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do "compile" }
+! { dg-do compile }
 ! { dg-options "-fwhole-file -fcoarray=single" }
 !
 ! Procedures with dummy arguments that are coarrays or polymorphic
index 0ba8ffe..34240c9 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do "compile" }
+! { dg-do compile }
 ! { dg-options "-O3 -fwhole-file -fdump-tree-optimized" }
 ! { dg-add-options bind_pic_locally }
 !
index 266c289..1d92bc3 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do "compile" }
+! { dg-do compile }
 ! { dg-options "-O3 -fwhole-file -fdump-tree-optimized" }
 ! { dg-add-options bind_pic_locally }
 !
index fb60313..8de7bc2 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do "compile" }
+! { dg-do compile }
 ! PR fortran/35582 - ICE on invalid format
 ! Testcase contributed by
 ! Leandro Martinez <leandromartinez DOT spam AT gmail DOT com> 
index 30ed8df..f944fd9 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do "compile" }
+! { dg-do compile }
 ! PR38709 - ICE-on-invalid on zero-sized array in init-expr.
 
   INTEGER, PARAMETER :: a(1) = (/ 1 /)