12003-07-24 Lifang Zeng <zlf605@hotmail.com> 2 3 * execute/where_3.f90: Modified. 4 * execute/where_6.f90: New testcase. 5 62003-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 112003-07-02 Paul Brook <paul@nowt.org> 12 13 * execite/initializer.f90: Test arrays with scalar initializer. 14 152003-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 202003-06-01 Paul Brook <paul@nowt.org> 21 22 * execute/power.f90: Check complex ** real. 23 242003-05-20 Paul Brook <paul@nowt.org> 25 26 * execute/forall_1.f90: Avoid many to one assignment. 27 282003-05-20 Canqun Yang <canqun@yahoo.com.cn> 29 30 * execute/forall_1.f90: Replace logical operator 'and' with 'or'. 31 322003-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 382003-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 442003-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 522003-03-15 Paul Brook <paul@nowt.org> 53 54 * execute/elemental.f90: Test expressions inside elemental functions. 55 562003-03-14 Paul Brook <paul@nowt.org> 57 58 * lib/f95-torture.exp (TORTURE_OPTIONS): Check different array 59 repacking strategies. 60 612003-02-15 Paul Brook <paul@nowt.org> 62 63 * execute/der_init.f90: Add tests for non-constant constructors. 64 652003-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 702003-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 752003-02-01 Paul Brook <paul@nowr.org> 76 77 * execute/elemental.f90: Test intrinsic elemental conversion 78 routines. 79 802003-01-28 Paul Brook <paul@nowt.org> 81 82 * compile/mystery_proc.f90: New testcase. 83 842003-01-27 Paul Brook <paul@nowt.org> 85 86 * execute/intrinsic_minmax.f90: Add a couple more variations. 87 882003-01-26 Paul Brook <paul@nowt.org> 89 90 * execute/contained.f90: New testcase. 91 * execute/intrinsic_present.f90: New testcase. 92 932003-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. 100 101 102Copyright (C) 2003 Free Software Foundation, Inc. 103 104Copying and distribution of this file, with or without modification, 105are permitted in any medium without royalty provided the copyright 106notice and this notice are preserved. 107