OSDN Git Service

0e605d0e98f13b4e69d5a75e24a4a2d8e2304376
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2009-01-07  Jason Merrill  <jason@redhat.com>
2
3         * g++.dg/cpp0x/variadic92.C: New test.
4         * g++.dg/cpp0x/variadic93.C: New test.
5
6 2009-01-07  Janis Johnson  <janis187@us.ibm.com>
7
8         * lib/target-supports-dg.exp (current_compiler_flags): New.
9         (check-flags): Use it; do not access dg-test local variables.
10         (dg-skip-if): Do not access dg-test local variables.
11         (dg-xfail-run-if): Ditto.
12         (dg-shouldfail): Ditto.
13         * gcc.test-framework/test-framework.exp
14         (check_effective_target_def_nocache): New.
15         * gcc.test-framework/test-framework.awk: Handle scan tests.
16         * gcc.test-framework/dg-do-run-xrif-nocache-exp-XF.c: New test.
17         * gcc.test-framework/dg-error-nocache-exp-P.c: New test.
18         * gcc.test-framework/dg-nocache-scanasm-exp-XF.c: New test.
19         * gcc.test-framework/dg-warning-nocache-exp-P.c: New test.
20         * gcc.test-framework/dg-nocache-sif-exp-P.c: New test.
21         * gcc.test-framework/dg-nocache-sif-exp-U.c: New test.
22         * gcc.test-framework/dg-nocache-xif-exp-P.c: New test.
23         * gcc.test-framework/dg-do-run-sft-nocache-exp-P.c: New test.
24         * gcc.test-framework/dg-nocache-xif-exp-XP.c: New test.
25
26         * g++.dg/torture/pr38586.C: Ignore a possible warning.
27
28         * lib/target-supports-dg.exp (check_test_flags): Delete.
29
30 2009-01-07  Jan Sjodin  <jan.sjodin@amd.com>
31
32         PR tree-optimization/38492
33         PR tree-optimization/38498
34         * testsuite/gcc.dg/graphite/pr38500.c: Fixed warning as committed
35         in trunk.
36         * testsuite/gcc.dg/graphite/block-0.c: Update test.
37         * testsuite/gcc.dg/graphite/block-1.c: Same.
38         * testsuite/gcc.dg/graphite/block-2.c: Remove xfail and test for blocking.
39         * testsuite/gcc.dg/graphite/block-4.c: Remove test for strip mine.
40         * testsuite/gcc.dg/graphite/block-3.c: New.
41         * testsuite/gcc.dg/graphite/pr38498.c: New.
42
43 2009-01-07  H.J. Lu  <hongjiu.lu@intel.com>
44
45         AVX Programming Reference (December, 2008)
46         * gcc.target/i386/avx-vmovntdq-256-1.c: New.
47         * gcc.target/i386/avx-vmovntpd-256-1.c: Likewise.
48         * gcc.target/i386/avx-vmovntps-256-1.c: Likewise.
49
50         * gcc.target/i386/sse2-movntdq-1.c (TEST): Align array to 16byte.
51         * gcc.target/i386/sse2-movntpd-1.c (TEST): Likewise.
52
53 2009-01-06  Thomas Koenig  <tkoenig@gcc.gnu.org>
54
55         PR fortran/38220
56         * gfortran.dg/c_loc_pure_1.f90:  New test.
57
58 2009-01-06  Mikael Morin  <mikael.morin@tele2.fr>
59
60         PR fortran/38669
61         * gfortran.dg/elemental_dependency_3.f90:
62         Add the final tree dump cleanup.
63
64 2009-01-06  Jakub Jelinek  <jakub@redhat.com>
65
66         * gfortran.dg/pr23095.f: Require ilp32 in target selection instead of
67         passing -m32.
68
69         PR rtl-optimization/38722
70         * gfortran.dg/pr38722.f90: New test.
71
72 2009-01-06  Janis Johnson  <janis187@us.ibm.com>
73
74         PR c/34252
75         * gcc.dg/dfp/decfloat-constants.c: Check for DECnn_SUBNORMAL_MIN
76         instead of DECnn_DEN.  Support -DDBG to list lines that fail.
77
78 2009-01-06  Dominique Dhumieres  <dominiq@lps.ens.fr>
79
80         * gfortran.dg/implicit_12.f90: Add space around dg directive.
81         * gfortran.dg/typebound_call_8.f03: Same.
82         * gfortran.dg/elemental_bind_c.f90: Same.
83         * gfortran.dg/typebound_call_7.f03: Same.
84         * gfortran.dg/interface_proc_end.f90: Same
85         * gfortran.dg/pr37243.f: Fix typo.
86
87 2009-01-06  Uros Bizjak  <ubizjak@gmail.com>
88
89         * gcc.dg/struct-ret-3.c (CHUNK_SIZE): New define.  Use CHUNK_SIZE
90         instead of hardcoded number.  Increase CHUNK_SIZE to 16384 for
91         large stack sizes.
92
93 2009-01-06  H.J. Lu  <hongjiu.lu@intel.com>
94
95         AVX Programming Reference (December, 2008)
96         * gcc.target/i386/avx-2.c: Remove tests for _mm_permute2_pd,
97         _mm256_permute2_pd, _mm_permute2_ps and _mm256_permute2_ps.
98         * gcc.target/i386/sse-14.c: Likewise.
99
100         * gcc.target/i386/avx-vpermil2pd-1.c: Removed.
101         * gcc.target/i386/avx-vpermil2ps-1.c: Likewise.
102         * gcc.target/i386/avx-vpermil2pd-256-1.c: Likewise.
103         * gcc.target/i386/avx-vpermil2ps-256-1.c: Likewise.
104
105 2009-01-05  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
106
107         PR libfortran/38735
108         * gfortran.dg/fmt_bz_bn.f: Update test.
109
110 2009-01-05  Dodji Seketeli  <dodji@redhat.com>
111
112         PR c++/38472
113         * g++.dg/conversion/usual-arith-conv.C: New test.
114
115 2009-01-05  Andrew Pinski  <andrew_pinski@playstation.sony.com>
116
117         PR c/34911
118         * gcc.dg/vector-3.c: New testcase.
119         * g++.dg/ext/vector15.C: New test.
120
121 2009-01-05  Harsha Jagasia  <harsha.jagasia@amd.com>
122
123         PR tree-optimization/38510
124         * gcc.dg/graphite/pr38510.c: New.
125
126 2009-01-05  Harsha Jagasia  <harsha.jagasia@amd.com>
127             Jan Sjodin <jan.sjodin@amd.com>
128
129         PR tree-optimization/38500
130         * gcc.dg/graphite/pr38500.c: New.
131
132 2009-01-05  Laurent GUERBY  <laurent@guerby.net>
133
134         * gcc.c-torture/compile/20001226-1.c: Generalize 
135         dg-timeout-factor.
136         * gcc.c-torture/compile/limits-fnargs.c: Add
137         dg-timeout-factor.
138         * gcc.dg/20020425-1.c: Likewise.
139         * gcc.dg/pch/pch.exp: Likewise.
140         
141 2009-01-05  Paul Thomas  <pault@gcc.gnu.org>
142
143         PR fortran/38657
144         * gfortran.dg/module_commons_3.f90: New test.
145
146 2009-01-05  Daniel Franke  <franke.daniel@gmail.com>
147
148         PR fortran/37159
149         * gfortran.dg/random_seed_1.f90: Updated.
150
151 2009-01-05  Mikael Morin  <mikael.morin@tele2.fr>
152
153         PR fortran/38669
154         PR fortran/38726
155         * gfortran.dg/elemental_subroutine_7.f90: 
156         Fix p values so that it can be used as vector subscript.
157
158 2009-01-05  Jason Merrill  <jason@redhat.com>
159
160         * g++.dg/cpp0x/initlist12.C: Add another test.
161
162         * g++.dg/cpp0x/defaulted7.C: New test.
163
164 2009-01-05  Thomas Koenig  <tkoenig@gcc.gnu.org>
165
166         PR fortran/38672
167         * gfortran.dg/host_assoc_blockdata_1.f90:  New test.
168         * gfortran.dg/host_assoc_blockdata_2.f90:  New test.
169
170 2009-01-05  Uros Bizjak  <ubizjak@gmail.com>
171
172         * gcc.dg/compat/struct-layout-1_generate.c (dg-options): Add -mieee
173         for alpha*-*-* targets.
174         * g++.dg/compat/struct-layout-1_generate.c (dg-options): Ditto.
175
176 2009-01-05  Paul Thomas  <pault@gcc.gnu.org>
177
178         PR fortran/38665
179         * gfortran.dg/host_assoc_function_5.f90: New test.
180
181 2009-01-04  Mikael Morin  <mikael.morin@tele2.fr>
182
183         PR fortran/38669
184         * gfortran.dg/elemental_dependency_3.f90: New test.
185         * gfortran.dg/elemental_subroutine_7.f90: New test.
186
187 2009-01-04  Uros Bizjak  <ubizjak@gmail.com>
188
189         * gcc.dg/struct-ret-3.c: Include unistd.h.
190         (main): Exit early if system memory page size is
191         larger than 4096 bytes.
192
193 2009-01-04  Daniel Franke  <franke.daniel@gmail.com>
194
195         PR fortran/38718
196         * gfortran.dg/merge_init_expr.f90: New.
197
198 2009-01-04  Mikael Morin  <mikael.morin@tele2.fr>
199
200         PR fortran/38536
201         * gfortran.dg/c_loc_tests_13.f90: New test.
202         * gfortran.dg/c_loc_tests_14.f90: New test.
203
204 2009-01-03  Daniel Franke  <franke.daniel@gmail.com>
205
206         * gfortran.dg/func_result_4.f90: New.
207
208 2009-01-03  Paul Thomas  <pault@gcc.gnu.org>
209
210         PR fortran/38594
211         * gfortran.dg/host_assoc_call_3.f90: Make sure that the generic
212         interface still works, in addition to original tests.
213         * gfortran.dg/host_assoc_call_6.f90: New test.
214
215 2009-01-03  Jakub Jelinek  <jakub@redhat.com>
216
217         PR c++/38705
218         * g++.dg/torture/pr38705.C: New test.
219
220         PR c/38700
221         * gcc.dg/pr38700.c: New test.
222
223 2009-01-02  Jason Merrill  <jason@redhat.com>
224
225         * g++.dg/cpp0x/initlist11.C: New test.
226         * g++.dg/cpp0x/initlist12.C: New test.
227
228 2009-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
229
230         * gcc.dg/fixed-point/composite-type.c: Update wording of messages.
231         Allow extra informative notes.
232
233 2009-01-01  Jakub Jelinek  <jakub@redhat.com>
234
235         PR c/36489
236         * gcc.dg/pr36489.c: New test.