* c-common.c (get_priority): Add check for
[official-gcc.git] / gcc / testsuite / gfortran.fortran-torture / ChangeLog.g95
blobc333a3eab1a0eae634f12fd7773dbce3ce553353
1 2003-07-24  Lifang Zeng  <zlf605@hotmail.com>
3         * execute/where_3.f90: Modified.
4         * execute/where_6.f90: New testcase.
6 2003-07-09  Chun HUang  <compiler@sohu.com>
8         * execute/intrinsic_scan.f90: Test the SCAN intrinsic.
9         * execute/intrinsic_verify.f90: Test the VERIFY intrinsic.
11 2003-07-02  Paul Brook  <paul@nowt.org>
13         * execite/initializer.f90: Test arrays with scalar initializer.
15 2003-06-02  Kejia Zhao  <kejia_zh@yahoo.com.cn>
17         * execute/intrinsic_associated.f90: New testcase.
18         * execute/intrinsic_associated_2.f90: New testcase.
20 2003-06-01  Paul Brook  <paul@nowt.org>
22         * execute/power.f90: Check complex ** real.
24 2003-05-20  Paul Brook  <paul@nowt.org>
26         * execute/forall_1.f90: Avoid many to one assignment.
28 2003-05-20  Canqun Yang  <canqun@yahoo.com.cn>
30         * execute/forall_1.f90: Replace logical operator 'and' with 'or'.
32 2003-05-19  Lifang Zeng  <zlf605@hotmail.com>
34         * execute/forall_1.f90: FORALL with negative stride, FORALL has
35         arbitrary number of indexes, and actual variables used as FORALL
36         indexes.
38 2003-05-07  Kejia Zhao  <kejia_zh@yahoo.com.cn>
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.
44 2003-03-16  Paul Brook  <paul@nowt.org>
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.
52 2003-03-15  Paul Brook  <paul@nowt.org>
54         * execute/elemental.f90: Test expressions inside elemental functions.
56 2003-03-14  Paul Brook  <paul@nowt.org>
58         * lib/f95-torture.exp (TORTURE_OPTIONS): Check different array
59         repacking strategies.
61 2003-02-15  Paul Brook  <paul@nowt.org>
63         * execute/der_init.f90: Add tests for non-constant constructors.
65 2003-02-08  Paul Brook  <paul@nowt.org>
67         * execute/constructor.f90: Additional tests for non-constant
68         constructors with unexpanded implicit do loops.
70 2003-02-06  Paul Brook  <paul@nowt.org>
72         * execute/der_type.f90: Add extra tests for initializers and passing
73         components as arguments.
75 2003-02-01  Paul Brook  <paul@nowr.org>
77         * execute/elemental.f90: Test intrinsic elemental conversion
78         routines.
80 2003-01-28  Paul Brook  <paul@nowt.org>
82         * compile/mystery_proc.f90: New testcase.
84 2003-01-27  Paul Brook  <paul@nowt.org>
86         * execute/intrinsic_minmax.f90: Add a couple more variations.
88 2003-01-26  Paul Brook  <paul@nowt.org>
90         * execute/contained.f90: New testcase.
91         * execute/intrinsic_present.f90: New testcase.
93 2003-01-22  Steven Bosscher  <s.bosscher@student.tudelft.nl>
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.