OSDN Git Service

2008-06-07 Xinliang David Li <davidxl@google.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.fortran-torture / ChangeLog.g95
1 2003-07-24  Lifang Zeng  <zlf605@hotmail.com>
2
3         * execute/where_3.f90: Modified.
4         * execute/where_6.f90: New testcase.
5
6 2003-07-09  Chun HUang  <compiler@sohu.com>
7
8         * execute/intrinsic_scan.f90: Test the SCAN intrinsic.
9         * execute/intrinsic_verify.f90: Test the VERIFY intrinsic.
10
11 2003-07-02  Paul Brook  <paul@nowt.org>
12
13         * execite/initializer.f90: Test arrays with scalar initializer.
14
15 2003-06-02  Kejia Zhao  <kejia_zh@yahoo.com.cn>
16
17         * execute/intrinsic_associated.f90: New testcase.
18         * execute/intrinsic_associated_2.f90: New testcase.
19
20 2003-06-01  Paul Brook  <paul@nowt.org>
21
22         * execute/power.f90: Check complex ** real.
23
24 2003-05-20  Paul Brook  <paul@nowt.org>
25
26         * execute/forall_1.f90: Avoid many to one assignment.
27
28 2003-05-20  Canqun Yang  <canqun@yahoo.com.cn>
29
30         * execute/forall_1.f90: Replace logical operator 'and' with 'or'.
31
32 2003-05-19  Lifang Zeng  <zlf605@hotmail.com>
33
34         * execute/forall_1.f90: FORALL with negative stride, FORALL has
35         arbitrary number of indexes, and actual variables used as FORALL
36         indexes.
37
38 2003-05-07  Kejia Zhao  <kejia_zh@yahoo.com.cn>
39
40         * execute/der_point.f90: DERIVED type with components point to the
41         DERIVED type itself, and two DERIVED type with components point to
42         each other.
43
44 2003-03-16  Paul Brook  <paul@nowt.org>
45
46         * execute/arrayarg.f90: Assumed shape dummy arrays aren't legal when
47         using an implicit interface.
48         * execute/arraysave.f90: Ditto.
49         * execute/bounds.f90: Ditto.
50         * lib/f95-torture.exp (TORTURE_OPTIONS): Check f77 arrays.
51
52 2003-03-15  Paul Brook  <paul@nowt.org>
53
54         * execute/elemental.f90: Test expressions inside elemental functions.
55
56 2003-03-14  Paul Brook  <paul@nowt.org>
57
58         * lib/f95-torture.exp (TORTURE_OPTIONS): Check different array
59         repacking strategies.
60
61 2003-02-15  Paul Brook  <paul@nowt.org>
62
63         * execute/der_init.f90: Add tests for non-constant constructors.
64
65 2003-02-08  Paul Brook  <paul@nowt.org>
66
67         * execute/constructor.f90: Additional tests for non-constant
68         constructors with unexpanded implicit do loops.
69
70 2003-02-06  Paul Brook  <paul@nowt.org>
71
72         * execute/der_type.f90: Add extra tests for initializers and passing
73         components as arguments.
74
75 2003-02-01  Paul Brook  <paul@nowr.org>
76
77         * execute/elemental.f90: Test intrinsic elemental conversion
78         routines.
79
80 2003-01-28  Paul Brook  <paul@nowt.org>
81
82         * compile/mystery_proc.f90: New testcase.
83
84 2003-01-27  Paul Brook  <paul@nowt.org>
85
86         * execute/intrinsic_minmax.f90: Add a couple more variations.
87
88 2003-01-26  Paul Brook  <paul@nowt.org>
89
90         * execute/contained.f90: New testcase.
91         * execute/intrinsic_present.f90: New testcase.
92
93 2003-01-22  Steven Bosscher  <s.bosscher@student.tudelft.nl>
94
95         * compile/bergervoet2.f90, compile/ambig.f90,
96         compile/actual.f90, execute/integer_select.f90: 
97         New testcases.
98         * execute/function_module_1.f90: Fix syntax error.
99         * execute/retarray.f90: Fix another syntax error.