OSDN Git Service

PR testsuite/35406
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2008-03-14  H.J. Lu  <hongjiu.lu@intel.com>
2             Uros Bizjak  <ubizjak@gmail.com>
3
4         PR testsuite/35538 
5         * gcc.dg/tree-ssa/ssa-store-ccp-3.c: Support PIC targets.
6         Skip *-*-darwin*.
7         * gcc.dg/tree-ssa/ssa-store-ccp-4.c: Skip *-*-darwin*.
8
9 2008-03-13  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
10             Uros Bizjak  <ubizjak@gmail.com>
11
12         PR testsuite/35406
13         * gcc.dg/tree-ssa/ldist-4.c: Update expected scan match
14         count from 0 to 1 for lp64 targets.
15         * gfortran.dg/ldist-1.f90: Update test to check
16         for 5 loops distributed instead of 4 for lp64 targets.
17
18 2008-03-13  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
19
20         PR fortran/35475
21         * gfortran.dg/derived_sub.f90: New test.
22
23 2008-03-13  H.J. Lu  <hongjiu.lu@intel.com>
24
25         PR testsuite/35558
26         * g++.dg/tls/static-1.C: Move dg-additional-sources after
27         dg-require-effective-target.
28         * g++.dg/tls/static-1a.cc: Likewise.
29
30 2008-03-13  Tom Tromey  <tromey@redhat.com>
31
32         PR libcpp/35322:
33         * gcc.dg/cpp/pr35322.c: New file.
34
35 2008-03-13  Uros Bizjak  <ubizjak@gmail.com>
36
37         * gcc.dg/vect/vect-align-2.c: Remove dg-do run directive.
38         (main): Call check_vect.
39
40 2008-03-13  Alon Dayan  <alond@il.ibm.com>
41             Olga Golovanevsky  <olga@il.ibm.com>
42         
43         PR tree-optimization/35041
44         * gcc.dg/struct/wo_prof_double_malloc.c: New test.
45
46 2008-03-13  Uros Bizjak  <ubizjak@gmail.com>
47
48         PR target/34000
49         PR target/35553
50         * g++.dg/other/i386-3.C: New test.
51         * gcc.target/i386/sse-13.c: Redefine extern instead of static.
52         * gcc.target/i386/sse-14.c: Ditto.
53         * gcc.target/i386/mmx-1.c: Ditto.
54         * gcc.target/i386/mmx-2.c: Ditto.
55         * gcc.target/i386/3dnow-1.c: Ditto.
56         * gcc.target/i386/3dnow-2.c: Ditto.
57         * gcc.target/i386/3dnowA-1.c: Ditto.
58         * gcc.target/i386/3dnowA-2.c: Ditto.
59
60 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
61
62         PR tree-opt/35422
63         * gcc.target/i386/pr35422.c: Escape brackets.
64
65 2008-03-12  Paolo Bonzini  <bonzini@gnu.org>
66
67         PR tree-opt/35422
68         * gcc.dg/vect/slp-7.c: Change target keywords required for vectorizing
69         third loop.
70         * gcc.target/i386/pr35422.c: New.
71
72 2008-03-11  Andrew Pinski  <andrew_pinski@playstation.sony.com>
73
74         PR tree-opt/35403
75         * gcc.dg/tree-ssa/ipa-reference-1.c: New testcase.
76
77 2008-03-11  Uros Bizjak  <ubizjak@gmail.com>
78
79         PR target/35540
80         * gcc.target/i386/pr35540.c: New test.
81
82 2008-03-11  Uros Bizjak  <ubizjak@gmail.com>
83
84         * g++.dg/inherit/override-attribs.C: Require ilp32 x86 target.
85
86 2008-03-11  Uros Bizjak  <ubizjak@gmail.com>
87
88         PR middle-end/35526
89         * g++.dg/torture/pr35526.C: New test.
90
91 2008-03-10  Jakub Jelinek  <jakub@redhat.com>
92
93         PR c++/35328
94         * g++.dg/gomp/pr35328.C: New test.
95
96         PR c++/35337
97         * g++.dg/gomp/pr35337.C: New test.
98
99         PR c/35438
100         PR c/35439
101         * gcc.dg/gomp/pr35438.c: New test.
102         * gcc.dg/gomp/pr35439.c: New test.
103
104         PR middle-end/35099
105         * g++.dg/gomp/pr35099.C: New test.
106
107 2008-03-10  Eric Botcazou  <ebotcazou@adacore.com>
108
109         * gnat.dg/range_check2.adb: New test.
110
111 2008-03-10  H.J. Lu  <hongjiu.lu@intel.com>
112
113         PR tree-optimization/35494
114         * g++.dg/tree-ssa/ssa-store-ccp-1.C: New.
115         * gcc.dg/tree-ssa/ssa-store-ccp-2.c: Likewise.
116         * gcc.dg/tree-ssa/ssa-store-ccp-3.c: Likewise.
117         * gcc.dg/tree-ssa/ssa-store-ccp-4.c: Likewise.
118
119 2008-03-10  Richard Guenther  <rguenther@suse.de>
120
121         PR tree-optimization/34677
122         * gcc.dg/tree-ssa/loadpre23.c: New testcase.
123         * gcc.dg/tree-ssa/loadpre24.c: Likewise.
124         * gcc.dg/tree-ssa/loadpre25.c: Likewise.
125
126 2008-03-09  Paul Thomas  <pault@gcc.gnu.org>
127
128         PR fortran/35474
129         * gfortran.dg/module_commons_2.f90: New test.
130
131 2008-03-09  Eric Botcazou  <ebotcazou@adacore.com>
132
133         * gnat.dg/frame_overflow.adb: Improve portability.
134
135 2008-03-08  H.J. Lu  <hongjiu.lu@intel.com>
136
137         PR target/35350
138         * gcc.target/i386/isa-1.c: Add -march=x86-64.
139         * gcc.target/i386/isa-2.c: Likewise.
140         * gcc.target/i386/isa-3.c: Likewise.
141         * gcc.target/i386/isa-10.c: Likewise.
142         * gcc.target/i386/isa-11.c: Likewise.
143         * gcc.target/i386/isa-12.c: Likewise.
144         * gcc.target/i386/isa-13.c: Likewise.
145         * gcc.target/i386/isa-14.c: Likewise.
146
147 2008-03-08  Uros Bizjak  <ubizjak@gmail.com>
148
149         PR target/22152
150         * gcc.target/i386/pr22152.c: New test.
151         * gcc.target/i386/sse2-mmx.c: Ditto.
152
153 2008-03-08  Eric Botcazou  <ebotcazou@adacore.com>
154
155         * gnat.dg/uninit_func.adb: New test.
156
157 2008-03-08  Eric Botcazou  <ebotcazou@adacore.com>
158
159         * gnat.dg/pack4.adb: New test.
160
161 2008-03-08  Eric Botcazou  <ebotcazou@adacore.com>
162
163         * gnat.dg/small_alignment.adb: New test.
164
165 2008-03-07  Eric Botcazou  <ebotcazou@adacore.com>
166
167         * gnat.dg/specs/alignment2.ads: New test.
168
169 2008-03-07  Eric Botcazou  <ebotcazou@adacore.com>
170
171         * gnat.dg/pack3.adb: New test.
172
173 2008-03-07  Peter O'Gorman  <pogma@thewrittenword.com>
174
175         PR c++/20366
176         * g++.dg/other/pr20366.C: New test.
177
178 2008-03-06  Andrew Pinski  <andrew_pinski@playstation.sony.com>
179
180         PR tree-opt/35402
181         * gcc.dg/tree-ssa/ssa-store-ccp-1.c: New test.
182
183 2008-03-06  Markus Milleder  <markus.milleder@generali.at>
184
185         PR preprocessor/35458
186         * gcc.dg/cpp/cmdlne-M-2.c: New file.
187         * gcc.dg/cpp/cmdlne-M-2#.h: New file.
188         * gcc.dg/cpp/#cmdlne-M-2.h: New file.
189
190 2008-03-06  Tom Tromey  <tromey@redhat.com>
191
192         * lib/treelang-dg.exp, lib/treelang.exp: Delete.
193         * treelang: Delete.
194
195 2008-03-05  Eric Botcazou  <ebotcazou@adacore.com>
196
197         * gnat.dg/specs/pack33.ads: New test.
198
199 2008-03-05  Richard Guenther  <rguenther@suse.de>
200
201         PR tree-optimization/35472
202         * gcc.c-torture/execute/pr35472.c: New testcase.
203
204 2007-03-05  Gabor Loki  <loki@gcc.gnu.org>
205
206         PR 33009
207         * gcc.c-torture/compile/pr11832.c: Check -frtl-abstract-sequences.
208         * gcc.c-torture/compile/pr33009.c: Likewise.
209
210 2008-03-05  Victor Kaplansky  <victork@gcc.gnu.org>
211
212         PR 31341
213         * gcc.dg/vect/pr31041.c: Fix.
214
215 2008-03-05  Hans-Peter Nilsson  <hp@axis.com>
216
217         PR libfortran/35293
218         * lib/lib/target-supports.exp (check_effective_target_fd_truncate):
219         New.
220         * gfortran.fortran-torture/execute/list_read_1.x,
221         gfortran.fortran-torture/execute/read_null_string.x,
222         gfortran.fortran-torture/execute/backspace.x,
223         gfortran.fortran-torture/execute/seq_io.x,
224         gfortran.fortran-torture/execute/slash_edit.x,
225         gfortran.fortran-torture/execute/unopened_unit_1.x,
226         gfortran.dg/namelist_21.f90, gfortran.dg/advance_5.f90,
227         gfortran.dg/fmt_t_7.f, gfortran.dg/eor_1.f90, 
228         gfortran.dg/read_x_past.f, gfortran.dg/tl_editing.f90,
229         gfortran.dg/ftell_2.f90, gfortran.dg/namelist_13.f90,
230         gfortran.dg/namelist_22.f90, gfortran.dg/advance_6.f90,
231         gfortran.dg/read_bad_advance.f90, gfortran.dg/func_derived_3.f90,
232         gfortran.dg/namelist_40.f90, gfortran.dg/x_slash_2.f,
233         gfortran.dg/namelist_14.f90, gfortran.dg/backspace_1.f,
234         gfortran.dg/namelist_23.f90, gfortran.dg/pr17285.f90,
235         gfortran.dg/read_noadvance.f90, gfortran.dg/namelist_use_only.f90,
236         gfortran.dg/namelist_41.f90, gfortran.dg/namelist_15.f90,
237         gfortran.dg/backspace_3.f, gfortran.dg/backslash_3.f,
238         gfortran.dg/namelist_24.f90, gfortran.dg/pr17286.f90,
239         gfortran.dg/endfile.f90, gfortran.dg/open_access_append_1.f90,
240         gfortran.dg/fmt_huge.f90, gfortran.dg/namelist_42.f90,
241         gfortran.dg/pr18392.f90, gfortran.dg/pr19155.f, gfortran.dg/pr12884.f,
242         gfortran.dg/namelist_16.f90, gfortran.dg/backspace_5.f,
243         gfortran.dg/open_readonly_1.f90, gfortran.dg/fmt_read.f90,
244         gfortran.dg/iostat_1.f90, gfortran.dg/namelist_43.f90,
245         gfortran.dg/read_size_noadvance.f90, gfortran.dg/inquire_5.f90,
246         gfortran.dg/read_many_1.f, gfortran.dg/namelist_17.f90,
247         gfortran.dg/list_read_1.f90, gfortran.dg/backspace_10.f90,
248         gfortran.dg/namelist_26.f90, gfortran.dg/unf_read_corrupted_2.f90,
249         gfortran.dg/record_marker_1.f90, gfortran.dg/convert_implied_open.f90,
250         gfortran.dg/iostat_2.f90, gfortran.dg/write_check3.f90,
251         gfortran.dg/namelist_44.f90, gfortran.dg/namelist_use.f90,
252         gfortran.dg/rewind_1.f90, gfortran.dg/streamio_11.f90,
253         gfortran.dg/namelist_18.f90, gfortran.dg/backspace_9.f,
254         gfortran.dg/dos_eol.f, gfortran.dg/read_eof_1.f90,
255         gfortran.dg/namelist_27.f90, gfortran.dg/pad_no.f90,
256         gfortran.dg/endfile.f, gfortran.dg/namelist_11.f,
257         gfortran.dg/namelist_19.f90, gfortran.dg/eor_handling_1.f90,
258         gfortran.dg/write_rewind_1.f, gfortran.dg/comma.f,
259         gfortran.dg/read_eof_2.f90, gfortran.dg/namelist_28.f90,
260         gfortran.dg/record_marker_3.f90, gfortran.dg/complex_read.f90,
261         gfortran.dg/namelist_37.f90, gfortran.dg/error_recovery_5.f90,
262         gfortran.dg/namelist_char_only.f90, gfortran.dg/pr18122.f90,
263         gfortran.dg/list_read_4.f90, gfortran.dg/eor_handling_2.f90,
264         gfortran.dg/read_eof_3.f90, gfortran.dg/dollar_edit_descriptor_1.f,
265         gfortran.dg/pr19467.f90, gfortran.dg/namelist_38.f90,
266         gfortran.dg/inquire_9.f90, gfortran.dg/list_read_5.f90,
267         gfortran.dg/noadv_size.f90, gfortran.dg/backslash_1.f90,
268         gfortran.dg/eor_handling_3.f90, gfortran.dg/read_eof_4.f90,
269         gfortran.dg/runtime_warning_1.f90, gfortran.dg/x_slash_1.f,
270         gfortran.dg/namelist_39.f90, gfortran.dg/streamio_3.f90,
271         gfortran.dg/read_comma.f, gfortran.dg/pr19657.f,
272         gfortran.dg/streamio_15.f90, gfortran.dg/list_read_6.f90,
273         gfortran.dg/eor_handling_4.f90, gfortran.dg/backslash_2.f90,
274         gfortran.dg/pr19216.f, gfortran.dg/PR19872.f,
275         gfortran.dg/backspace_2.f, gfortran.dg/empty_format_1.f90,
276         gfortran.dg/streamio_4.f90, gfortran.dg/append_1.f90,
277         gfortran.dg/fgetc_1.f90, gfortran.dg/complex_write.f90,
278         gfortran.dg/list_read_7.f90, gfortran.dg/eor_handling_5.f90,
279         gfortran.dg/fmt_t_1.f90, gfortran.dg/pr17090.f90,
280         gfortran.dg/backspace_4.f, gfortran.dg/shape_3.f90,
281         gfortran.dg/unf_io_convert_1.f90, gfortran.dg/fgetc_2.f90,
282         gfortran.dg/vector_subscript_3.f90, gfortran.dg/list_read_8.f90,
283         gfortran.dg/flush_1.f90, gfortran.dg/advance_1.f90,
284         gfortran.dg/fmt_t_2.f90, gfortran.dg/backspace_6.f,
285         gfortran.dg/slash_1.f90, gfortran.dg/stat_1.f90,
286         gfortran.dg/unformatted_recl_1.f90, gfortran.dg/record_marker_2.f,
287         gfortran.dg/overwrite_1.f, gfortran.dg/unf_io_convert_2.f90,
288         gfortran.dg/fmt_t_3.f90, gfortran.dg/backspace_8.f,
289         gfortran.dg/stat_2.f90, gfortran.dg/pr18210.f90,
290         gfortran.dg/unformatted_subrecord_1.f90, gfortran.dg/pr20257.f90,
291         gfortran.dg/eof_1.f90, gfortran.dg/fmt_t_4.f90,
292         gfortran.dg/unf_short_record_1.f90, gfortran.dg/fmt_exhaust.f90,
293         gfortran.dg/namelist_20.f90, gfortran.dg/advance_4.f90,
294         gfortran.dg/fmt_t_5.f90, gfortran.dg/namelist_12.f,
295         gfortran.dg/backspace_7.f90, gfortran.dg/write_rewind_2.f,
296         gfortran.dg/ftell_1.f90, gfortran.dg/fseek.f90,
297         gfortran.dg/write_back.f: Gate test on effective_target
298         fd_truncate.
299
300 2008-03-04  Joseph Myers  <joseph@codesourcery.com>
301
302         * gcc.dg/tree-ssa/loop-1.c: Handle i?86-*-mingw* i?86-*-cygwin* as
303         targets declaring functions in assembly.
304
305 2008-03-04  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
306
307         PR 28322
308         * gcc.dg/pr28322-3.c: New.
309
310 2008-03-04  H.J. Lu  <hongjiu.lu@intel.com>
311
312         PR target/35453
313         * gcc.target/i386/sse4_2-pcmpestri-1.c: Replace SIDD_XXX with
314         _SIDD_XXX.
315         * gcc.target/i386/sse4_2-pcmpestri-2.c: Likewise.
316         * gcc.target/i386/sse4_2-pcmpestrm-1.c: Likewise.
317         * gcc.target/i386/sse4_2-pcmpestrm-2.c: Likewise.
318         * gcc.target/i386/sse4_2-pcmpistri-1.c: Likewise.
319         * gcc.target/i386/sse4_2-pcmpistri-2.c: Likewise.
320         * gcc.target/i386/sse4_2-pcmpistrm-1.c: Likewise.
321         * gcc.target/i386/sse4_2-pcmpistrm-2.c: Likewise.
322         * gcc.target/i386/sse4_2-pcmpstr.h: Likewise.
323
324 2008-03-04  Uros Bizjak  <ubizjak@gmail.com>
325
326         PR middle-end/35456
327         * gcc.c-torture/execute/pr35456.c: New test.
328
329 2008-03-04  Joseph Myers  <joseph@codesourcery.com>
330
331         * gcc.target/i386/sse-10.c: Don't use
332         -mno-accumulate-outgoing-args on *-*-mingw* *-*-cygwin*.
333
334 2008-03-04  Uros Bizjak  <ubizjak@gmail.com>
335
336         * gfortran.dg/reassoc_1.f90: Cleanup dump files.
337         * gfortran.dg/reassoc_2.f90: Ditto.
338         * gfortran.dg/reassoc_3.f90: Ditto.
339
340 2008-03-03  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
341
342         PR fortran/33197
343         * gfortran.dg/gomp/gomp.exp: Add .f08 and .F08 file suffixes.
344         * gfortran.dg/dg.exp: Likewise.
345         * gfortran.dg/vect/vect.exp: Likewise.
346         * gfortran.fortran-torture/execute/execute.exp: Likewise.
347         * gfortran.fortran-torture/compile/compile.exp: Likewise.
348         * gfortran.dg/gamma_1.f90: Also check log_gamma.
349         * gfortran.dg/invalid_contains_1.f90: Remove warning about
350         empty CONTAINS.
351         * gfortran.dg/gamma_2.f90: Add a few error messages.
352         * gfortran.dg/invalid_contains_2.f90: Remove warning about
353         empty CONTAINS.
354         * gfortran.dg/gamma_3.f90: Adjust error message.
355         * gfortran.dg/gamma_4.f90: Test for log_gamma instead of lgamma.
356         * gfortran.dg/bind_c_usage_9.f03: Adjust error messages.
357         * gfortran.dg/bessel_1.f90: New test.
358         * gfortran.dg/recursive_check_3.f90: Remove warnings.
359         * gfortran.dg/besxy.f90: Also check for new F2008 intrinsics.
360         * gfortran.dg/derived_function_interface_1.f90: Remove warning.
361         * gfortran.dg/contains_empty_1.f03: New test.
362         * gfortran.dg/erfc_scaled_1.f90: New test.
363         * gfortran.dg/hypot_1.f90: New test.
364         * gfortran.dg/contains_empty_2.f03: New test.
365
366 2007-03-03  Uros Bizjak  <ubizjak@gmail.com>
367
368         * gcc.target/i386/builtin-apply-mmx.c: Do not XFAIL on Darwin.
369
370 2008-03-02  Manuel Lopez-Ibanez  <manu@gcc.gnu.org> 
371
372         PR 24924
373         * g++.dg/cpp/string-2.C: This is a warning now.
374         * g++.dg/cpp/pedantic-errors.C: -pedantic-errors is not enabled by
375         default, so add it.
376         
377 2008-03-01  Douglas Gregor  <doug.gregor@gmail.com>
378
379         * g++.dg/cpp0x/auto1.C: New.
380
381 2008-03-01  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
382
383         PR fortran/34770
384         * gfortran.dg/pointer_1.f90: New test.
385
386 2008-02-29  Douglas Gregor  <doug.gregor@gmail.com>
387
388         PR c++/35315
389         * g++.dg/ext/attrib32.C: Add another test case.
390
391 2008-02-29  Tom Tromey  <tromey@redhat.com>
392
393         * g++.dg/warn/pragma-system_header2.C: Ignore "included from"
394         line.
395
396 2008-02-29  Sebastian Pop  <sebastian.pop@amd.com>
397
398         * testsuite/gcc.dg/tree-ssa/ltrans-8.c: Increase the size of strides
399         to make the interchange profitable.
400
401 2008-02-28  Daniel Franke  <franke.daniel@gmail.com>
402
403         PR fortran/31463
404         PR fortran/33950
405         PR fortran/34296
406         * gfortran.dg/arrayio_11.f90: Fixed test.
407         * gfortran.dg/arrayio_12.f90: Likewise.
408         * gfortran.dg/module_read_1.f90: Added warning-directives.
409         * gfortran.dg/pr32242.f90: Likewise.
410         * gfortran.dg/result_in_spec_3.f90: Likewise.
411         * gfortran.dg/use_12.f90: Likewise.
412         * gfortran.dg/warn_function_without_result.f90 : New test.
413
414 2008-02-28  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
415
416         PR fortran/34868
417         * gfortran.dg/f2c_9.f90: New test.
418
419 2008-02-28  Sebastian Pop  <sebastian.pop@amd.com>
420
421         * testsuite/gcc.dg/tree-ssa/ldist-1.c: New.
422         * testsuite/gcc.dg/tree-ssa/ldist-1a.c: New.
423         * testsuite/gcc.dg/tree-ssa/ldist-2.c: New.
424         * testsuite/gcc.dg/tree-ssa/ldist-3.c: New.
425         * testsuite/gcc.dg/tree-ssa/ldist-4.c: New.
426         * testsuite/gcc.dg/tree-ssa/ldist-5.c: New.
427         * testsuite/gcc.dg/tree-ssa/ldist-6.c: New.
428         * testsuite/gcc.dg/tree-ssa/ldist-7.c: New.
429         * testsuite/gcc.dg/tree-ssa/ldist-8.c: New.
430         * testsuite/gcc.dg/tree-ssa/ldist-9.c: New.
431         * testsuite/gcc.dg/tree-ssa/ldist-10.c: New.
432         * testsuite/gcc.dg/tree-ssa/ldist-11.c: New.
433         * testsuite/gcc.dg/tree-ssa/ldist-12.c: New.
434         * testsuite/gfortran.dg/ldist-1.f90: New.
435
436 2008-02-28  Uros Bizjak  <ubizjak@gmail.com>
437
438         * gcc.dg/pr34351.c: Compile for x86 targets only.  Use %ebx register.
439
440 2008-02-27  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
441
442         * gfortran.dg/large_real_kind_3.F90: Reverse previous commit.
443
444 2008-02-27  Jan Beulich  <jbeulich@novell.com>
445
446         * gcc.target/i386/mmx-1.c: Add
447         -Werror-implicit-function-declaration to dg-options.
448         * gcc.target/i386/mmx-2.c: Likewise.
449         * gcc.target/i386/sse-13.c: Likewise.
450         * gcc.target/i386/sse-14.c: Likewise.
451
452 2008-02-27  Revital Eres  <eres@il.ibm.com>
453
454         PR rtl-optimization/34999
455         * gcc.dg/tree-prof/pr34999.c: New.
456
457 2008-02-27  Richard Guenther  <rguenther@suse.de>
458
459         PR middle-end/25290
460         * gcc.c-torture/execute/pr35390.c: New testcase.
461
462 2008-02-27  Samuel Tardieu  <sam@rfc1149.net>
463
464         PR ada/22255
465         * gnat.dg/test_direct_io.adb: New file.
466
467 2008-02-27  Samuel Tardieu  <sam@rfc1149.net>
468
469         PR ada/34799
470         * gnat.dg/specs/pr34799.ads: New test.
471
472 2008-02-27  Richard Guenther  <rguenther@suse.de>
473
474         PR middle-end/34971
475         * gcc.c-torture/execute/pr34971.c: New testcase.
476
477 2008-02-27  Jakub Jelinek  <jakub@redhat.com>
478
479         * gcc.dg/gomp/preprocess-1.c: New test.
480
481         PR c++/35368
482         * g++.dg/ext/visibility/typeinfo2.C: New test.
483         * g++.dg/ext/visibility/typeinfo3.C: New test.
484
485 2008-02-26  Joseph Myers  <joseph@codesourcery.com>
486
487         * gcc.dg/bf-ms-attrib.c (main): Return 0.
488
489 2008-02-26  Joseph Myers  <joseph@codesourcery.com>
490
491         * gcc.target/i386/mmx-4.c (dump64_64): Use printf %I64 on MinGW.
492         * gcc.target/i386/sse-6.c (dump128_64): Likewise.
493
494 2008-02-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
495
496         PR c/28800
497         * gcc.dg/empty-source-2.c: Adjust for warning message.
498         * gcc.dg/empty-source-3.c: Likewise.
499         * gcc.dg/pack-test-2.c: Adjust comment.
500         * gcc.dg/pragma-ep-2.c: Likewise.
501         * gcc.dg/pragma-re-2.c: Likewise.
502         * gcc.dg/va-arg-2.c: Likewise.
503
504 2008-02-26  Tobias Burnus  <burnus@net-b.de>
505
506         PR fortran/35033
507         * gfortran.dg/assignment_2.f90: New.
508
509 2008-02-26  Jason Merrill  <jason@redhat.com>
510
511         PR c++/35315
512         * g++.dg/ext/attrib32.C: New.
513
514 2008-02-26  Richard Sandiford  <rsandifo@nildram.co.uk>
515
516         * gcc.c-torture/execute/nest-align-1.x: Delete.
517
518 2008-02-26  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
519
520         PR 26264
521         * 20021023-1.c: Use __builtin_va_start instead of
522         __builtin_stdarg_start.
523         * pr17301-1.c: Likewise.
524         * pr17301-2.c: Likewise.
525                 
526 2008-02-26  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
527         
528         * gcc.dg/pr34351.c: New.
529         
530 2008-02-26  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
531
532         * gcc.dg/Wlarger-than2.c: New.
533         
534 2008-02-26  Paolo Carlini  <pcarlini@suse.de>
535
536         PR c++/35323
537         * g++.dg/lookup/crash7.C: New.
538
539 2008-02-26  Kaz Kojima  <kkojima@gcc.gnu.org>
540
541         * gcc.c-torture/execute/nest-align-1.c: Use the largest alignment.
542
543 2008-02-25  Joseph Myers  <joseph@codesourcery.com>
544
545         * gcc.target/i386/pr25993.c: Skip on *-*-mingw*.
546
547 2008-02-25  Joseph Myers  <joseph@codesourcery.com>
548
549         * gcc.dg/debug/dwarf2/aranges-fnsec-1.c: Add -w to dg-options.
550
551 2008-02-25  Joseph Myers  <joseph@codesourcery.com>
552
553         * gcc.dg/builtins-config.h: Disable C99 runtime testing for
554         Windows.
555
556 2008-02-25  Joseph Myers  <joseph@codesourcery.com>
557
558         * lib/target-supports.exp (check_profiling_available): Report -p
559         unavailable on *-*-mingw*.
560
561 2008-02-25  Joseph Myers  <joseph@codesourcery.com>
562
563         * lib/target-supports.exp (check_effective_target_pthread_h): New.
564         * gcc.dg/pthread-init-1.c, gcc.dg/pthread-init-2.c: Use
565         dg-require-effective-target pthread_h.
566
567 2008-02-26  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
568
569         * gcc.dg/Wswitch-enum-error.c: New.
570         * gcc.dg/Wswitch-error.c: New.
571         * gcc.dg/20011021-1.c: Use two directives to match two different
572         messages.
573         
574 2008-02-26  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
575         
576         PR 28322
577         * gcc.dg/pr28322.c: New.
578         * gcc.dg/pr28322-2.c: New.
579         * lib/prune.exp: Ignore "At top level" even if there is no ':'
580         preceding it.
581
582 2008-02-25  Paolo Carlini  <pcarlini@suse.de>
583
584         PR c++/35333
585         * g++.dg/other/error26.C: New.
586
587 2008-02-25  Paolo Carlini  <pcarlini@suse.de>
588
589         PR c++/35338
590         * g++.dg/other/error25.C: New.
591
592 2008-02-25  Andreas Krebbel  <krebbel1@de.ibm.com>
593
594         PR target/35258
595         * gcc.dg/pr35258.c: New testcase.
596
597 2008-02-25  Jan Beulich  <jbeulich@novell.com>
598
599         * gcc.dg/20020426-2.c: Remove bogus workaround.
600         * g++.old-deja/g++.other/store-expr1.C: Likewise.
601         * gcc.target/i386/movq-2.c: Also permit use of movzbl.
602
603 2008-02-25  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
604
605         * gfortran.dg/large_real_kind_3.F90: Xfail on ppc-darwin.
606
607 2008-02-25  Uros Bizjak  <ubizjak@gmail.com>
608
609         PR middle-end/19984
610         * gcc.dg/pr19984.c: New test.
611         * gcc.dg/dfp/compare-special.h: Use _nan instead of nan as the
612         name of the variable.
613
614 2008-02-25  Uros Bizjak  <ubizjak@gmail.com>
615
616         * gcc.dg/vect/vect-99.c: Include stdlib.h and tree-vect.h.
617         (main): Call check_vect and foo.  Check array values after
618         the call to foo.
619         * gcc.dg/vect/vect-117.c: Call check_vect.
620         * gcc.dg/vect/no-vfa-pr29145.c: Ditto.
621
622 2008-02-25  Jason Merrill  <jason@redhat.com>
623
624         PR c++/33486
625         * g++.dg/lookup/strong-using-5.C: New.
626
627 2008-02-25  Kaz Kojima  <kkojima@gcc.gnu.org>
628
629         * gcc.dg/tree-ssa/ssa-pre-10.c: Use -fno-finite-math-only on
630         sh* targets.
631
632 2008-02-24  Uros Bizjak  <ubizjak@gmail.com>
633
634         PR target/35349
635         * gcc.c-torture/execute/20050604-1.x: New file.
636
637 2008-02-24  Uros Bizjak  <ubizjak@gmail.com>
638
639         * gcc.target/i386/pr22076.c: Update number of mov insns
640         for PIC targets.
641         * gcc.target/i386/pr34256.c: Ditto.
642
643 2008-02-24  Diego Novillo  <dnovillo@google.com>
644
645         http://gcc.gnu.org/ml/gcc-patches/2008-02/msg01094.html
646
647         PR 33738
648         * g++.dg/warn/pr33738.C: New.
649
650 2008-02-24  Richard Sandiford  <rsandifo@nildram.co.uk>
651
652         * gcc.c-torture/execute/nest-align-1.x: New file.
653
654 2008-02-24  Danny Smith  <dannysmith@users.sourceforge.net>
655
656         PR c++/34749
657         * g++.dg.ext/dllimport13.C: New test.
658
659 2008-02-23  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
660
661         PR libfortran/24685
662         * gfortran.dg/large_real_kind_form_io_2.f90: XFAIL on
663         powerpc*-apple-darwin*.
664
665 2008-02-23  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
666
667         * gfortran.dg/large_real_kind_2.F90: Split testing of ERF and
668         ERFC into gfortran.dg/large_real_kind_3.F90.
669         * gfortran.dg/large_real_kind_3.F90: New test.
670
671 2008-02-23  Andrew Pinski  <andrew_pinski@playstation.sony.com>
672
673         PR rtl-opt/33512
674         * gcc.dg/and-1.c: New test.
675
676 2008-02-23  Daniel Jacobowitz  <dan@codesourcery.com>
677
678         * gcc.c-torture/execute/20080222-1.c: New test.
679
680 2008-02-23  Uros Bizjak  <ubizjak@gmail.com>
681
682         PR target/22076
683         PR target/34256
684         * gcc.target/i386/pr22076.c: New test.
685         * gcc.target/i386/pr34256.c: New test.
686         * gcc.target/i386/vecinit-5.c: New test.
687         * gcc.target/i386/vecinit-6.c: New test.
688         * gcc.target/i386/vecinit-[1-4].c: Check that no MMX register is used.
689
690         * g++.dg/compat/struct-layout-1.h: Do not include <mmintrin.h> and
691         <xmmintrin.h>, define __m64 and __m128 directly.
692         * g++.dg/compat/struct-layout-1_generate.c: Add -mno-mmx for x86.
693
694 2008-02-22  Andrew Pinski  <andrew_pinski@playstation.sony.com>
695
696         PR C++/34715
697         * g++.dg/ext/always_inline-1.C: New test.
698         * g++.dg/ext/always_inline-2.C: New test.
699         * g++.dg/ext/always_inline-3.C: New test.
700         * g++.dg/ext/always_inline-4.C: New test.
701
702 2008-02-22  Hans-Peter Nilsson  <hp@axis.com>
703
704         * gcc.target/cris/asm-b-1.c: New test.
705
706 2008-02-22  Paolo Carlini  <pcarlini@suse.de>
707
708         PR c++/35282
709         * g++.dg/template/nontype17.C: Add.
710
711 2008-02-22  Paolo Carlini  <pcarlini@suse.de>
712
713         PR c++/35282
714         Revert:
715         2008-02-14  Paolo Carlini  <pcarlini@suse.de>
716
717         PR c++/28743
718         * g++.dg/template/nontype17.C: New.
719         * g++.dg/template/nontype16.C: Add error.
720
721 2008-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
722
723         PR c/19999
724         * gcc.dg/Wfloat-equal-1.c: New.
725         * g++.dg/warn/Wfloat-equal-1.C: New.
726
727 2008-02-21  Michael Matz  <matz@suse.de>
728
729         PR target/35264
730         * gcc.dg/pr35264.c: New testcase.
731
732 2008-02-21  Richard Guenther  <rguenther@suse.de>
733
734         * gfortran.dg/reassoc_1.f90: New testcase.
735         * gfortran.dg/reassoc_2.f90: Likewise.
736         * gfortran.dg/reassoc_3.f90: Likewise.
737
738 2008-02-20  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
739
740         PR libfortran/34974
741         * gfortran.dg/fmt_t_7.f: New test.
742
743         PR libfortran/35132
744         * gfortran.dg/streamio_15.f90: New test.
745         
746 2008-02-20  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
747
748         PR libfortran/35036
749         * gfortran.dg/fmt_zero_digits.f90: Revise test.
750
751 2008-02-20  Seongbae Park <seongbae.park@gmail.com>
752
753         * gcc.dg/Wframe-larger-than.c: New option test.
754
755 2008-02-20  Tobias Burnus  <burnus@net-b.de>
756
757         PR fortran/34997
758         * gfortran.dg/dollar_sym_1.f90: New.
759         * gfortran.dg/dollar_sym_2.f90: New.
760
761 2008-02-20  Richard Guenther  <rguenther@suse.de>
762
763         PR middle-end/35265
764         * gcc.dg/builtins-66.c: New testcase.
765
766 2008-02-20  Richard Guenther  <rguenther@suse.de>
767
768         * gcc.dg/fold-reassoc-1.c: New testcase.
769         * gcc.dg/tree-ssa/recip-3.c: Adjust to not compute d/d.
770
771 2008-02-20  Richard Guenther  <rguenther@suse.de>
772
773         * gcc.dg/tree-ssa/reassoc-13.c: New testcase.
774
775 2008-02-20  Ira Rosen  <irar@il.ibm.com>
776
777         * lib/target-supports.exp (check_effective_target_vect_unpack):
778         Return true for SPU.
779         (check_effective_target_vect_short_mult): Likewise.
780         * gcc.dg/vect/vect-reduc-dot-s16b.c: Expect vectorization of
781         the loop on targets that support vect_unpack.
782
783 2008-02-20  Uros Bizjak  <ubizjak@gmail.com>
784
785         * g++.dg/compat/struct-layout-1_generate.c (DG_OPTIONS): New define.
786         (switchfiles): Use DG_OPTIONS. Explicitly name arguments in fprintf
787         templates to reduce number of passed arguments.
788
789 2008-02-19  Jason Merrill  <jason@redhat.com>
790
791         PR c++/34950
792         * g++.dg/template/explicit-args1.C: New.
793
794 2008-02-19  Richard Guenther  <rguenther@suse.de>
795
796         PR tree-optimization/34989
797         * gcc.dg/pr34989-1.c: New testcase.
798         * gcc.dg/pr34989-2.c: Likewise.
799
800 2008-02-19  Jakub Jelinek  <jakub@redhat.com>
801
802         PR c++/35028
803         * g++.dg/gomp/pr35028.C: New test.
804
805         PR c++/34964
806         PR c++/35244
807         * gcc.dg/gomp/pr34964.c: New test.
808         * g++.dg/gomp/pr34964.C: New test.
809         * gcc.dg/gomp/pr35244.c: New test.
810         * g++.dg/gomp/pr35244.C: New test.
811
812         PR c++/35078
813         * g++.dg/gomp/pr35078.C: New test.
814
815 2008-02-19  Christian Bruel  <christian.bruel@st.com>
816
817         * gcc.dg/packed-array.c: New testcase. 
818
819 2008-02-19  Uros Bizjak  <ubizjak@gmail.com>
820
821         PR target/33555
822         * gcc.target/i386/pr33555.c: New test.
823         
824 2008-02-18  H.J. Lu  <hongjiu.lu@intel.com>
825
826         PR target/35189
827         * gcc.target/i386/isa-1.c: New.
828         * gcc.target/i386/isa-2.c: Likewise.
829         * gcc.target/i386/isa-3.c: Likewise.
830         * gcc.target/i386/isa-4.c: Likewise.
831         * gcc.target/i386/isa-5.c: Likewise.
832         * gcc.target/i386/isa-6.c: Likewise.
833         * gcc.target/i386/isa-7.c: Likewise.
834         * gcc.target/i386/isa-8.c: Likewise.
835         * gcc.target/i386/isa-9.c: Likewise.
836         * gcc.target/i386/isa-10.c: Likewise.
837         * gcc.target/i386/isa-11.c: Likewise.
838         * gcc.target/i386/isa-12.c: Likewise.
839         * gcc.target/i386/isa-13.c: Likewise.
840         * gcc.target/i386/isa-14.c: Likewise.
841
842 2008-02-18  Joey Ye  <joey.ye@intel.com>
843             H.J. Lu  <hongjiu.lu@intel.com>
844
845         PR middle-end/34921
846         * gcc.c-torture/execute/nest-align-1.c: New test case.
847
848 2008-02-17  Richard Guenther  <rguenther@suse.de>
849
850         PR middle-end/35227
851         * gcc.dg/torture/pr35227.c: New testcase.
852
853 2008-02-17  Richard Guenther  <rguenther@suse.de>
854
855         PR tree-optimization/35231
856         * gcc.c-torture/execute/pr35231.c: New testcase.
857
858 2008-02-17  Uros Bizjak  <ubizjak@gmail.com>
859
860         * gcc.target/i386/pr32268.c (test_lt): Add noinline attribute.
861         (test_gt): Ditto.
862
863 2008-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
864
865         * obj-c++.dg/encode-2.mm: XFAIL.
866         * obj-c++.dg/encode-3.mm: Likewise.
867
868 2008-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
869             Paolo Carlini  <pcarlini@suse.de>
870
871         * g++.dg/ext/has_nothrow_assign.C: Skip some tests when __PIC__.
872         * g++.dg/ext/has_nothrow_constructor.C: Likewise.
873         * g++.dg/ext/has_nothrow_copy.C: Likewise.
874
875 2008-02-16  Uros Bizjak  <ubizjak@gmail.com>
876
877         * gcc.target/i386/fastcall-sseregparm.c: Include sse-check.h.
878         (main): Change to void and rename to sse_test.
879         * gcc.target/i386/pr24306.c: Ditto.
880         * gcc.target/i386/pr32065-2.c: Ditto.
881         * gcc.target/i386/20060512-1.c: Include sse2-check.h.
882         (main): Change to void and rename to sse2_test.
883         * gcc.target/i386/20060512-3.c: Ditto.
884
885 2008-02-15  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
886
887         PR fortran/35150
888         * gfortran.dg/c_loc_tests_12.f03: New test.
889
890 2008-02-15  Douglas Gregor  <doug.gregor@gmail.com>
891
892         PR c++/35023
893         PR c++/35024
894         PR c++/35026
895         * g++.dg/cpp0x/vt-35026.C: New.
896         * g++.dg/cpp0x/vt-35023.C: New.
897         * g++.dg/cpp0x/vt-34055.C: Tweak expected error messages.
898         * g++.dg/cpp0x/vt-35024.C: New.
899
900 2008-02-15  Uros Bizjak  <ubizjak@gmail.com>
901
902         * gcc.c-torture/execute/va-arg-25.x: Remove.
903
904 2008-02-15  Richard Guenther  <rguenther@suse.de>
905             Zdenek Dvorak  <ook@ucw.cz>
906
907         PR tree-optimization/35164
908         * g++.dg/torture/pr35164-1.C: New testcase.
909         * g++.dg/torture/pr35164-2.C: Likewise.
910
911 2008-02-15  Dominique d'Humieres  <dominiq@lps.ens.fr>
912
913         PR testsuite/35119
914         * testsuite/g++.dg/template/spec35.C: Change the regular expressions
915         in dg-final to match the assembly code generated by Darwin 9.
916
917 2008-02-15  Uros Bizjak  <ubizjak@gmail.com>
918
919         * gcc.dg/cpp/pragma-pop_macro-1.c: Fix dg-do directive.
920
921 2008-02-15  Uros Bizjak  <ubizjak@gmail.com>
922
923         * gcc.target/i386/pr35160.c: Skip if !nonpic for 32bit x86 targets.
924
925 2008-02-15  Hans-Peter Nilsson  <hp@axis.com>
926
927         * lib/dejapatches.exp: New file.
928
929 2008-02-14  Douglas Gregor  <doug.gregor@gmail.com>
930
931         PR c++/34050
932         * g++.dg/cpp0x/vt-34050.C: New.
933
934 2008-02-14  Jason Merrill  <jason@redhat.com>
935
936         PR c++/5645
937         PR c++/11159
938         * g++.dg/warn/pr11159.C: New.
939         * g++.dg/warn/pr5645.C: Likewise.
940
941 2008-02-14  Danny Smith  <dannysmith@users.sourceforge.net>
942
943         PR preprocessor/35061
944         * gcc.dg/cpp/pragma_pop_macro-1.c:  New test.
945
946 2008-02-14  Paolo Carlini  <pcarlini@suse.de>
947
948         PR c++/28743
949         * g++.dg/template/nontype17.C: New.
950         * g++.dg/template/nontype16.C: Add error.
951
952 2008-02-13  Jakub Jelinek  <jakub@redhat.com>
953
954         PR c++/35138
955         * g++.dg/template/member8.C: New test.
956
957 2008-02-13  Michael Matz  <matz@suse.de>
958
959         * gcc.dg/pr35065.c: Fix testcase warnings.
960
961 2008-02-13  Jason Merrill  <jason@redhat.com>
962
963         PR c++/34962, c++/34937, c++/34939
964         * g++.dg/ext/tmplattr9.C: New.
965
966 2008-02-13  Michael Matz  <matz@suse.de>
967
968         PR debug/35065
969         * gcc.dg/pr35065.c: New testcase.
970
971 2008-02-12  Richard Guenther  <rguenther@suse.de>
972
973         PR tree-optimization/35171
974         * gcc.c-torture/compile/pr35171.c: New testcase.
975
976 2008-02-12  Richard Guenther  <rguenther@suse.de>
977
978         PR middle-end/35163
979         * gcc.c-torture/execute/pr35163.c: New testcase.
980
981 2008-02-12  Uros Bizjak  <ubizjak@gmail.com>
982
983         * gcc.target/i386/asm-3.c: Fix dg-skip-if for all 32bit PIC targets.
984
985 2008-02-12  Eric Botcazou  <ebotcazou@adacore.com>
986
987         * gnat.dg/loop_address.adb: New test.
988
989 2008-02-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
990
991         * obj-c++.dg/bitfield-1.mm: Expect failures.
992         * obj-c++.dg/bitfield-4.mm: Likewise.
993         * obj-c++.dg/cxx-ivars-2.mm: Likewise.
994         * obj-c++.dg/encode-8.mm: Likewise.
995         * obj-c++.dg/isa-field-1.mm: Likewise.
996         * obj-c++.dg/layout-1.mm: Likewise.
997         * obj-c++.dg/lookup-2.mm: Likewise.
998         * obj-c++.dg/try-catch-2.mm: Likewise.
999         * obj-c++.dg/try-catch-9.mm: Likewise.
1000
1001 2008-02-12  Jakub Jelinek  <jakub@redhat.com>
1002
1003         PR c++/35144
1004         * g++.dg/tree-ssa/pr35144.C: New test.
1005
1006         PR inline-asm/35160
1007         * gcc.target/i386/pr35160.c: New test.
1008
1009         PR c++/34862
1010         * g++.dg/init/new27.C: New test.
1011
1012 2008-02-11  Paolo Carlini  <pcarlini@suse.de>
1013
1014         PR c++/35077
1015         * g++.dg/template/crash78.C: New.
1016
1017 2008-02-11  Uros Bizjak  <ubizjak@gmail.com>
1018
1019         PR testsuite/35047
1020         * gcc.dg/compat/vector-2_x.c: Add -mno-mmx for x86 targets.
1021         * gcc.dg/compat/vector-2_y.c: Ditto.
1022
1023 2008-02-11  Uros Bizjak  <ubizjak@gmail.com>
1024             Richard Guenther  <rguenther@suse.de>
1025
1026         PR tree-optimization/33992
1027         * gcc.c-torture/execute/pr33992.c: New testcase.
1028
1029 2008-02-10  Thomas Koenig  <tkoenig@gcc.gnu.org>
1030
1031         * gfortran.dg/streamio_14.f90:  New test.
1032
1033 2008-02-10  Uros Bizjak  <ubizjak@gmail.com>
1034
1035         * gcc.target/i386/pr17390.c: Remove ilp32 target requirement.
1036         Add -mfpmath=387 to dg-options.
1037
1038 2008-02-10  Uros Bizjak  <ubizjak@gmail.com>
1039
1040         PR testsuite/35047
1041         * gcc.dg/tree-ssa/gen-vect-2.c: Add -mno-sse for x86 targets.
1042         * gcc.dg/tree-ssa/gen-vect-11.c: Ditto.
1043         * gcc.dg/tree-ssa/gen-vect-11a.c: Ditto.
1044         * gcc.dg/tree-ssa/gen-vect-11b.c: Ditto.
1045         * gcc.dg/tree-ssa/gen-vect-11c.c: Ditto.
1046         * gcc.dg/tree-ssa/gen-vect-25.c: Ditto.
1047         * gcc.dg/tree-ssa/gen-vect-26.c: Ditto.
1048         * gcc.dg/tree-ssa/gen-vect-28.c: Ditto.
1049         * gcc.dg/tree-ssa/gen-vect-32.c: Ditto.
1050
1051 2008-02-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1052
1053         PR objc++/34193
1054         * obj-c++.dg/gnu-runtime-2.mm: Fix signature of function main().
1055
1056 2008-02-06  Alexandre Oliva  <aoliva@redhat.com>
1057
1058         PR c++/35056
1059         * g++.dg/conversion/bitfield8.C: New.
1060
1061 2008-02-06  Douglas Gregor  <doug.gregor@gmail.com>
1062
1063         * g++.dg/ext/vector13.C: Fix for compilation under -pedantic.
1064
1065 2008-02-06  Douglas Gregor  <doug.gregor@gmail.com>
1066
1067         PR c++/35049
1068         PR c++/35096
1069         * g++.dg/ext/vector13.C: New.
1070
1071 2008-02-06  David Daney  <ddaney@avtrex.com>
1072
1073         * g++.dg/tree-ssa/ivopts-1.C: Remove xfail for mips*-*-*.
1074
1075 2008-02-05  Bob Wilson  <bob.wilson@acm.org>
1076
1077         * lib/target-supports.exp (check_effective_target_hard_float): Remove
1078         special case for xtensa-*-*.
1079         
1080 2008-02-05  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1081
1082         PR fortran/35037
1083         * gfortran.dg/volatile11.f90: New test.
1084
1085 2008-02-05  Jakub Jelinek  <jakub@redhat.com>
1086
1087         PR c++/33553
1088         * g++.dg/template/array19.C: New test.
1089
1090 2008-02-05  Diego Novillo  <dnovillo@google.com>
1091
1092         http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00140.html
1093
1094         PR 33738
1095         * g++.dg/warn/pr33738.C: Remove.
1096
1097 2008-02-05  Paul Thomas  <pault@gcc.gnu.org>
1098
1099         PR fortran/34945
1100         * gfortran.dg/bounds_check_13.f: New test.
1101
1102 2008-02-05  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1103
1104         PR testsuite/33946
1105         * gcc.c-torture/execute/multi-ix.c: Call memset instead of bzero.
1106
1107 2008-02-05  Uros Bizjak  <ubizjak@gmail.com>
1108
1109         PR target/35083
1110         * gcc.target/i386/pr35083.c: New test.
1111
1112 2008-02-05  Paul Thomas  <pault@gcc.gnu.org>
1113
1114         PR fortran/32315
1115         * gfortran.dg/data_bounds_1.f90: New test.
1116
1117 2008-02-04  Diego Novillo  <dnovillo@google.com>
1118
1119         http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00110.html
1120
1121         PR 33738
1122         * testsuite/g++.dg/warn/pr33738.C: New.
1123
1124 2008-02-04  Daniel Franke  <franke.daniel@gmail.com>
1125
1126         * gfortran.dg/where_operator_assign_4.f90: Fix typo in error message
1127         to match.
1128
1129 2008-02-04  Hans-Peter Nilsson  <hp@axis.com>
1130
1131         * lib/target-supports.exp (check_effective_target_hard_float): Only
1132         use the macro definition tests for mips*-*-* and xtensa-*-*.  For all
1133         other targets, grep for a call insn in the rtl expand dump for an
1134         add of two doubles.
1135         (target_compile): Support generating rtl dumps as output.
1136
1137 2008-02-04  Richard Guenther  <rguenther@suse.de>
1138
1139         PR middle-end/33631
1140         * gcc.c-torture/execute/pr33631.c: New testcase.
1141
1142 2008-02-04  Richard Guenther  <rguenther@suse.de>
1143
1144         PR middle-end/35043
1145         * gcc.c-torture/compile/pr35043.c: New testcase.
1146
1147 2008-02-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1148
1149         * g++.dg/tree-ssa/ivopts-1.C: Remove xfail for hppa*-*-*.
1150
1151 2008-02-03  Uros Bizjak  <ubizjak@gmail.com>
1152
1153         * gcc.target/i386/pr31628.c: Require effective target fpic.
1154         * gcc.target/i386/strinline.c: Ditto.
1155         * gcc.dg/sibcall-6.c: Skip if !nonpic for 32bit x86 targets.
1156         * gcc.dg/pr35045.c: Ditto.
1157         * gcc.dg/20050503-1.c: Ditto.
1158
1159 2008-02-03  Paul Thomas  <pault@gcc.gnu.org>
1160
1161         PR fortran/32760
1162         * gfortran.dg/host_assoc_variable_1.f90: New test.
1163         * gfortran.dg/allocate_stat.f90: Change last three error messages.
1164
1165 2008-02-02  Michael Matz  <matz@suse.de>
1166
1167         PR target/35045
1168         * gcc.dg/pr35045.c: New test.
1169
1170 2008-02-02  Thomas Koenig  <tkoenig@gcc.gnu.org>
1171
1172         PR libfortran/35001
1173         * gfortran.dg/shape_4.f90:  New test.
1174
1175 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
1176
1177         * gcc.target/cris/torture/pr34773.c: Use __asm__, not asm.
1178
1179 2008-02-01  Hans-Peter Nilsson  <hp@axis.com>
1180
1181         PR rtl-optimization/34773
1182         * gcc.target/cris/torture/pr34773.c: New test.
1183
1184 2008-02-01  Nick Clifton  <nickc@redhat.com>
1185
1186         * lib/target-supports.exp (check_profiling_available): Do not
1187         expect profiling to work on the xstormy16 target.
1188
1189 2008-02-01  Uros Bizjak  <ubizjak@gmail.com>
1190
1191         PR testsuite/35047
1192         * gcc.c-torture/execute/20050316-2.x: New file.
1193         * gcc.target/i386/pr17390.c: Update scan pattern.
1194         * gcc.dg/builtin-apply4.c: Add -mno-mmx for 32bit x86 targets.
1195         * g++.dg/tree-ssa/ivopts-1.C: Remove XPASS for x86 targets.
1196
1197 2008-01-31  Paul Thomas  <pault@gcc.gnu.org>
1198
1199         PR fortran/34910
1200         * gfortran.dg/proc_assign_2.f90: New test.
1201
1202 2008-01-31  Douglas Gregor  <doug.gregor@gmail.com>
1203             Jakub Jelinek  <jakub@redhat.com>
1204
1205         PR c++/34935
1206         PR c++/34936
1207         * g++.dg/ext/alias-canon.C: New.
1208         * g++.dg/ext/alias-mangle.C: New.
1209
1210 2008-01-30  Jan Hubicka  <jh@suse.cz>
1211
1212         * gcc.c-torture/execute/pr34982.c: Add forgotten return 0.
1213
1214 2008-01-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1215
1216         * g++.dg/other/first-global.C: Add -fpie for all pic targets.
1217         * g++.dg/parse/attr-externally-visible-1.C: Likewise.
1218
1219 2008-01-30  Jan Hubicka  <jh@suse.cz>
1220
1221         PR target/34982
1222         * gcc.c-torture/execute/pr34982.c: New testcase.
1223
1224 2008-01-30  Andreas Krebbel  <krebbel1@de.ibm.com>
1225
1226         * gcc.target/s390/tf_to_di-1.c: New testcase.
1227
1228 2008-01-30  Paul Thomas  <pault@gcc.gnu.org>
1229
1230         PR fortran/34975
1231         * gfortran.dg/use_only_3.f90: New test.
1232         * gfortran.dg/use_only_3.inc: Modules for new test.
1233
1234         PR fortran/34429
1235         * gfortran.dg/function_charlen_2.f90: New test.
1236
1237 2008-01-30  Jakub Jelinek  <jakub@redhat.com>
1238
1239         PR middle-end/34969
1240         * gcc.dg/pr34969.c: New test.
1241
1242         PR c/35017
1243         * gcc.dg/inline-25.c: New test.
1244         * gcc.dg/inline-26.c: New test.
1245         * gcc.dg/inline-27.c: New test.
1246
1247 2008-01-29  Richard Guenther  <rguenther@suse.de>
1248
1249         PR middle-end/35006
1250         * gcc.c-torture/compile/pr35006.c: New testcase.
1251
1252 2008-01-29  Douglas Gregor  <doug.gregor@gmail.com>
1253
1254         PR c++/34055
1255         PR c++/34103
1256         PR c++/34219
1257         PR c++/34606
1258         PR c++/34753
1259         PR c++/34754
1260         PR c++/34755
1261         PR c++/34919
1262         PR c++/34961
1263         * g++.dg/cpp0x/vt-34219-2.C: New.
1264         * g++.dg/cpp0x/pr32126.C: Tweak expected error messages.
1265         * g++.dg/cpp0x/vt-34961.C: New.
1266         * g++.dg/cpp0x/vt-34055.C: Tweak error messages; add new test
1267         cases from the re-opened PR.
1268         * g++.dg/cpp0x/vt-34753.C: New.
1269         * g++.dg/cpp0x/vt-34919.C: New.
1270         * g++.dg/cpp0x/vt-34754.C: New.
1271         * g++.dg/cpp0x/vt-34606.C: New.
1272         * g++.dg/cpp0x/vt-34219.C: New.
1273         * g++.dg/cpp0x/pr32125.C: Tweak expected error messages.
1274         * g++.dg/cpp0x/vt-34755.C: New.
1275         * g++.dg/cpp0x/pr31438.C: Ditto.
1276         * g++.dg/cpp0x/variadic81.C: Ditto.
1277
1278 2008-01-29  Richard Sandiford  <rsandifo@nildram.co.uk>
1279
1280         * g++.dg/torture/pr34641.C: Put the dg-do first.
1281
1282 2008-01-29  Richard Sandiford  <rsandifo@nildram.co.uk>
1283
1284         * gcc.target/mips/lazy-binding-1.c: Skip for mips16.
1285
1286 2008-01-28  Bernhard Fischer  <aldot@gcc.gnu.org>
1287
1288         * g++.old-deja/g++.pt/incomplete1.C: Fix typo in comment.
1289
1290 2008-01-28  Nathan Froyd  <froydnj@codesourcery.com>
1291
1292         PR 31535
1293         * gcc.target/powerpc/spe-small-data-1.c: New test.
1294         * gcc.target/powerpc/spe-small-data-2.c: New test.
1295
1296 2008-01-28  Thomas Koenig  <tkoenig@gcc.gnu.org>
1297
1298         PR libfortran/34980
1299         * gfortran.dg/shape_3.f90:  New test.
1300
1301 2008-01-28  Andreas Krebbel  <krebbel1@de.ibm.com>
1302
1303         * gcc.target/s390/20020926-1.c: Remove -m31.
1304
1305 2008-01-28  Andreas Krebbel  <krebbel1@de.ibm.com>
1306
1307         * gcc.target/s390/20020926-1.c: Disable for s390x.
1308
1309 2008-01-27  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1310
1311         PR fortran/34994
1312         * gfortran.dg/missing_optional_dummy_5.f90: Fix matching regular
1313         expression.
1314
1315 2008-01-27  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1316
1317         PR fortran/34990
1318         * gfortran.dg/array_constructor_22.f90: New test.
1319
1320 2008-01-26  Maxim Kuvyrkov  <maxim@codesourcery.com>
1321
1322         PR middle-end/34688
1323         * gcc.c-torture/compile/pr34688: New test.
1324
1325 2008-01-26  Tobias Burnus  <burnus@net-b.de>
1326
1327         PR fortran/34848
1328         * gfortran.dg/missing_optional_dummy_5.f90: New.
1329
1330 2008-01-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1331
1332         * gcc.dg/tree-ssa/20070302-1.c (baz): Mark with attribute
1333         noinline.  XFAIL test.
1334
1335 2008-01-26  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1336
1337         PR fortran/31610
1338         * gfortran.dg/array_3.f90: New test.
1339
1340 2008-01-26  Jakub Jelinek  <jakub@redhat.com>
1341
1342         * gcc.c-torture/compile/pr34966.c (atan): Only use asm
1343         on i?86/x86_64.
1344
1345         PR c++/34965
1346         * gcc.dg/pr34965.c: New test.
1347         * g++.dg/other/error24.C: New test.
1348
1349 2008-01-26  Thomas Koenig  <tkoenig@gcc.gnu.org>
1350
1351         PR libfofortran/34887
1352         * gfortran.dg/x_slash_2.f:  New test.
1353
1354 2008-01-26  Richard Guenther  <rguenther@suse.de>
1355
1356         PR c++/34235
1357         * g++.dg/torture/pr34235.C: New testcase.
1358
1359 2008-01-26  Richard Sandiford  <rsandifo@nildram.co.uk>
1360
1361         * g++.dg/tree-ssa/ivopts-1.C: XFAIL for MIPS too.
1362
1363 2008-01-26  Richard Sandiford  <rsandifo@nildram.co.uk>
1364
1365         PR target/34981
1366         * gcc.target/mips/lazy-binding-1.c: New test.
1367         * gcc.target/mips/mips.exp (setup_mips_tests): Set
1368         mips_forced_no_abicalls and mips_forced_no_shared.
1369         (dg-mips-options): Avoid using -mabicalls with an implicit -mabi=eabi.
1370         Avoid using small data with -mabicalls.  Don't make -G0 force
1371         -mn-abicalls.  Skip -mabicalls and -mshared tests if the multilib
1372         forces the opposite option.
1373
1374 2008-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
1375
1376         PR target/34970
1377         * gcc.target/i386/fastcall-1.c: Scan for correct label.
1378         Use -std=gnu89 switch.
1379
1380 2008-01-25  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1381
1382         PR libfortran/34876
1383         * gfortran.dg/direct_io_9.f: New test.
1384
1385 2008-01-25  Daniel Franke  <franke.daniel@gmail.com>
1386
1387         PR fortran/34661
1388         * gfortran.dg/where_operator_assign_4.f90: New test.
1389
1390 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
1391
1392         * gcc.dg/builtin-inf-1.c, gcc.dg/compare6.c, gcc.dg/sibcall-3.c,
1393         gcc.dg/sibcall-4.c, gcc.dg/torture/builtin-attr-1.c: Don't handle
1394         c4x-*-* targets.
1395
1396 2008-01-25  Richard Guenther  <rguenther@suse.de>
1397
1398         PR middle-end/32244
1399         * gcc.c-torture/execute/pr32244-1.c: New testcase.
1400
1401 2008-01-25  Richard Guenther  <rguenther@suse.de>
1402
1403         PR tree-optimization/34966
1404         * gcc.c-torture/compile/pr34966.c: New testcase.
1405
1406 2008-01-25  Richard Guenther  <rguenther@suse.de>
1407
1408         PR c++/33887
1409         * g++.dg/torture/pr33887-1.C: New testcase.
1410         * g++.dg/torture/pr33887-2.C: Likewise.
1411         * g++.dg/torture/pr33887-3.C: Likewise.
1412         * gcc.c-torture/execute/20071211-1.c: Likewise.
1413
1414 2008-01-25  Uros Bizjak  <ubizjak@gmail.com>
1415
1416         PR target/34856
1417         * gcc.dg/pr34856.c: Use pointer mode for "pin".
1418
1419 2008-01-25  Jakub Jelinek  <jakub@redhat.com>
1420
1421         PR middle-end/33333
1422         * g++.dg/gomp/pr33333.C: New test.
1423
1424         PR preprocessor/34692
1425         * gcc.dg/cpp/pr34692.c: New test.
1426         * gcc.dg/gomp/pr34692.c: New test.
1427
1428 2008-01-25  Olga Golovanevsky  <olga@il.ibm.com>
1429
1430         * gcc.dg/struct/wo_prof_malloc_size_var.c: UnXFAIL.
1431
1432 2008-01-24  Daniel Franke  <franke.daniel@gmail.com>
1433
1434         PR fortran/34202
1435         * gfortran.dg/empty_type.f90: New test.
1436
1437 2008-01-24  Paolo Carlini  <pcarlini@suse.de>
1438
1439         PR c++/34603
1440         * g++.dg/template/crash77.C: New.
1441
1442 2008-01-24  Uros Bizjak  <ubizjak@gmail.com>
1443
1444         PR target/34856
1445         * gcc.dg/pr34856.c: New test.
1446
1447 2008-01-24  Tobias Burnus  <burnus@net-b.de>
1448
1449         * gfortran.dg/namelist_39.f90: Delete temporary files.
1450         * gfortran.dg/namelist_44.f90: Ditto.
1451
1452 2008-01-24  Richard Guenther  <rguenther@suse.de>
1453
1454         PR middle-end/34953
1455         * g++.dg/torture/pr34953.C: New testcase.
1456
1457 2008-01-24  Jakub Jakub Jelinek  <jakub@redhat.com>
1458
1459         PR middle-end/34934
1460         * gcc.c-torture/compile/20080124-1.c: New test.
1461
1462 2008-01-24  Paul Thomas  <pault@gcc.gnu.org>
1463
1464         PR fortran/34872
1465         * gfortran.dg/function_charlen_3.f: New test.
1466
1467 2008-01-23  Michael Matz  <matz@suse.de>
1468
1469         PR debug/34895
1470         * g++.dg/debug/pr34895.cc: New testcase.
1471
1472 2008-01-23  Richard Guenther  <rguenther@suse.de>
1473
1474         PR middle-end/31529
1475         * gcc.dg/pr31529-1.c: New testcase.
1476         * gcc.dg/pr31529-2.c: Likewise.
1477
1478 2008-01-23  Jakub Jelinek  <jakub@redhat.com>
1479
1480         PR c++/34829
1481         * g++.dg/ext/pr34829.C (operator new): Use size_t instead of
1482         unsigned int for the first argument.
1483
1484 2008-01-22  Jakub Jelinek  <jakub@redhat.com>
1485
1486         PR c++/33984
1487         * g++.dg/conversion/bitfield7.C: New test.
1488         * g++.dg/cpp0x/decltype4.C: Fixed xfail.
1489
1490 2008-01-23  Bernd Schmidt  <bernd.schmidt@analog.com>
1491
1492         From Michael Frysinger  <michael.frysinger@analog.com>
1493         * gcc.target/bfin/mcpu-bf547.c: New test.
1494         * gcc.target/bfin/mcpu-bf523.c: New test.
1495         * gcc.target/bfin/mcpu-bf524.c: New test.
1496         * gcc.target/bfin/mcpu-bf526.c: New test.
1497
1498 2008-01-22  Eric Botcazou  <ebotcazou@adacore.com>
1499
1500         * gcc.c-torture/execute/20080122-1.c: New test.
1501
1502 2008-01-22  Tom Tromey  <tromey@redhat.com>
1503
1504         PR c++/34859
1505         * gcc.dg/cpp/pr34859.c: New file.
1506
1507 2008-01-22  Paul Thomas  <pault@gcc.gnu.org>
1508
1509         PR fortran/34875
1510         * gfortran.dg/vector_subscript_3.f90: New test.
1511
1512 2008-01-22  Tobias Burnus  <burnus@net-b.de>
1513
1514         PR fortran/34848
1515         * gfortran.dg/missing_optional_dummy_4.f90
1516
1517 2008-01-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1518
1519         * gcc.dg/vect/vect-ifcvt-9.c: Use inline.
1520
1521 2008-01-22  Eric Botcazou  <ebotcazou@adacore.com>
1522
1523         * gnat.dg/unchecked_union1.adb: New test.
1524
1525 2008-01-22  Tom Tromey  <tromey@redhat.com>
1526
1527         PR c++/34829
1528         * g++.dg/ext/pr34829.C: New file.
1529
1530 2008-01-22  Jakub Jelinek  <jakub@redhat.com>
1531
1532         PR c++/34607
1533         * gcc.dg/gomp/pr34607.c: New test.
1534         * g++.dg/gomp/pr34607.C: New test.
1535
1536         PR c++/34914
1537         * g++.dg/ext/vector10.C: New test.
1538
1539         PR c++/34918
1540         * g++.dg/other/error23.C: New test.
1541
1542         PR c++/34917
1543         * g++.dg/ext/vector12.C: New test.
1544
1545 2008-01-22  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
1546
1547         PR 32102
1548         * gcc.dg/Wstrict-overflow-21.c: New.
1549         * g++.dg/warn/Wstrict-aliasing-8.C: New.
1550
1551 2008-01-22  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
1552
1553         PR middle-end/33092
1554         * gcc.dg/pr33092.c: New.
1555
1556 2008-01-22  Andreas Krebbel  <krebbel1@de.ibm.com>
1557
1558         * gcc.target/s390/20020926-1.c: Add -m31 option.
1559
1560 2008-01-22  Daniel Franke  <franke.daniel@gmail.com>
1561
1562         PR fortran/34915
1563         * gfortran.dg/initialization_18.f90: New test.
1564
1565 2008-01-22  Tobias Burnus  <burnus@net-b.de>
1566
1567         PR fortran/34899
1568         * gfortran.dg/tab_continuation.f: New.
1569
1570 2008-01-22  Paul Thomas  <pault@gcc.gnu.org>
1571
1572         PR fortran/34896
1573         * gfortran.dg/use_rename_2.f90: New test.
1574
1575 2008-01-21  Richard Guenther  <rguenther@suse.de>
1576
1577         PR middle-end/34856
1578         * gcc.c-torture/compile/pr34856.c: New testcase.
1579
1580 2008-01-21  Richard Guenther  <rguenther@suse.de>
1581
1582         PR c/34885
1583         * gcc.c-torture/compile/pr34885.c: New testcase.
1584
1585 2008-01-21  Eric Botcazou  <ebotcazou@adacore.com>
1586
1587         * gnat.dg/specs/alignment1.ads: New test.
1588
1589 2008-01-21  Richard Guenther  <rguenther@suse.de>
1590
1591         PR c++/34850
1592         * g++.dg/torture/pr34850.C: New testcase.
1593
1594 2008-01-21  Alon Dayan  <alond@il.ibm.com>
1595             Olga Golovanevsky  <olga@il.ibm.com>
1596
1597         PR tree-optimization/34701
1598         * gcc.dg/struct/wo_prof_array_field.c: New test.
1599         
1600 2008-01-20  Paolo Carlini  <pcarlini@suse.de>
1601
1602         PR c++/34891
1603         * g++.dg/ext/vector9.C: New.
1604
1605 2008-01-20  Paolo Carlini  <pcarlini@suse.de>
1606
1607         PR c++/34776
1608         PR c++/34486
1609         * g++.dg/template/crash75.C: New.
1610         * g++.dg/template/crash76.C: Likewise.  
1611
1612 2008-01-20  Kaz Kojima  <kkojima@gcc.gnu.org>
1613
1614         PR rtl-optimization/34808
1615         * gcc.c-torture/compile/pr34808.c: New test.
1616
1617 2008-01-20  Paul Thomas  <pault@gcc.gnu.org>
1618
1619         PR fortran/34784
1620         * gfortran.dg/mapping_2.f90: Correct ubound expression for h4.
1621
1622         PR fortran/34861
1623         * gfortran.dg/entry_array_specs_3.f90: New test.
1624
1625         PR fortran/34854
1626         * gfortran.dg/use_rename_1.f90: New test.
1627
1628 2008-01-20  Paul Thomas  <pault@gcc.gnu.org>
1629
1630         PR fortran/34784
1631         * gfortran.dg/array_constructor_20.f90: New test.
1632         * gfortran.dg/mapping_2.f90: Correct ubound expression for h4.
1633
1634         PR fortran/34785
1635         * gfortran.dg/array_constructor_21.f90: New test.
1636
1637 2008-01-20  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1638
1639         PR libfortran/34795
1640         * gfortran.dg/inquire_13.f90: New test.
1641         
1642         PR libfortran/34659
1643         * gfortran.dg/continuation_9.f90: New test.
1644
1645 2008-01-20  Richard Sandiford  <rsandifo@nildram.co.uk>
1646
1647         PR target/34831
1648         * gcc.target/mips/pr34831.c: New test.
1649
1650 2008-01-19  Thomas Koenig  <tkoenig@gcc.gnu.org>
1651
1652         PR fortran/34817
1653         PR fortran/34838
1654         * gfortran.dg/any_all_1.f90:  New test.
1655         * gfortran.dg/any_all_2.f90:  New test.
1656
1657 2008-01-19  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1658
1659         * g++.dg/eh/ia64-2.C: Place "dg-do run" statement before
1660         "dg-require-weak" statement.
1661         * g++.dg/eh/weak1.C: Likewise.
1662
1663 2008-01-19  Jakub Jelinek  <jakub@redhat.com>
1664
1665         PR gcov-profile/34610
1666         * gcc.dg/gomp/pr34610.c: New test.
1667
1668 2008-01-19  Tobias Burnus  <burnus@net-b.de>
1669
1670         PR fortran/34760
1671         * gfortran.dg/implicit_11.f90: New.
1672         * gfortran.dg/allocate_stat.f90: Update dg-error pattern.
1673         * gfortran.dg/entry_15.f90: Ditto.
1674         * gfortran.dg/func_assign.f90: Ditto.
1675         * gfortran.dg/gomp/reduction3.f90: Ditto.
1676         * gfortran.dg/proc_assign_1.f90: Ditto.
1677
1678         * gfortran.dg/interface_proc_end.f90: Use dg-error instead
1679         of dg-excess-errors.
1680
1681 2008-01-18  Tobias Burnus  <burnus@net-b.de>
1682
1683         PR fortran/32616
1684         * gfortran.dg/argument_checking_15.f90: New.
1685         * gfortran.dg/argument_checking_5.f90: Change TODO into
1686         dg-warning.
1687
1688 2008-01-18  Tobias Burnus  <burnus@net-b.de>
1689
1690         * gfortran.dg/enum_4.f90: Replace dg-excess-errors by dg-error.
1691         * gfortran.dg/enum_5.f90: Ditto.
1692         * gfortran.dg/enum_6.f90: Ditto.
1693         * gfortran.dg/bom_error.f90: Ditto.
1694         * gfortran.dg/func_decl_4.f90: Ditto.
1695
1696 2008-01-18  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1697
1698         PR libfortran/34782
1699         * gfortran.dg/fmt_t_6.f: New test.
1700
1701 2008-01-18  Tobias Burnus  <burnus@net-b.de>
1702
1703         * gfortran.dg/large_real_kind_form_io_1.f90: Enlarge string for internal I/O.
1704
1705 2008-01-18  Jonathan Wakely  <jwakely.gcc@gmail.com>
1706
1707         * gcc/testsuite/g++.dg/lookup/two-stage2.C: fix comment.
1708
1709 2008-01-18  Ian Lance Taylor  <iant@google.com>
1710
1711         * gcc.dg/debug/dwarf2/var1.c: Add -fno-merge-debug-strings.
1712
1713 2008-01-18  Ian Lance Taylor  <iant@google.com>
1714
1715         PR c++/33407
1716         * g++.dg/init/new26.C: New test.
1717
1718 2008-01-18  Richard Guenther  <rguenther@suse.de>
1719
1720         PR middle-end/34801
1721         * gcc.dg/Warray-bounds.c: XFAIL two tests, remove one
1722         redundant one.
1723
1724 2008-01-18  Hans-Peter Nilsson  <hp@axis.com>
1725
1726         * g++.dg/tree-ssa/pr34355.C: Correct order of dg-do and
1727         dg-require-effective-target.
1728
1729 2007-01-18  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1730
1731         PR target/34556
1732         * gfortran.dg/reshape_2.f90: New test.
1733
1734 2007-01-18  Bernhard Fischer  <aldot@gcc.gnu.org>
1735
1736         * gcc.dg/20040223-1.c: Fix comment typo.
1737
1738 2008-01-17  Janis Johnson  <janis187@us.ibm.com>
1739
1740         PR target/34814
1741         * gcc.target/powerpc/ppc32-abi-dfp-1.c: Enable checks that will fail
1742         until 34814 is fixed.
1743
1744 2008-01-17  Andrew MacLeod  <amacleod@redhat.com>
1745
1746         PR tree-optimization/34648
1747         * gcc.c-torture/compile/pr34648.c: New testcase.
1748
1749 2008-01-17  Sebastian Pop  <sebastian.pop@amd.com>
1750
1751         PR testsuite/34821
1752         * gcc.dg/autopar/autopar.exp: New.
1753         * g++.dg/tree-ssa/pr34355.C: Require pthread.
1754         * lib/target-supports.exp (check_effective_target_pthread): New.
1755
1756         * gcc.dg/tree-ssa/parallelization-1.c: Moved to gcc.dg/autopar.
1757         * gcc.dg/tree-ssa/reduc-1short.c: Same.
1758         * gcc.dg/tree-ssa/reduc-1.c: Same.
1759         * gcc.dg/tree-ssa/reduc-2short.c: Same.
1760         * gcc.dg/tree-ssa/reduc-2.c: Same
1761         * gcc.dg/tree-ssa/reduc-3.c: Same.
1762         * gcc.dg/tree-ssa/reduc-1char.c: Same.
1763         * gcc.dg/tree-ssa/reduc-6.c: Same.
1764         * gcc.dg/tree-ssa/reduc-7.c: Same.
1765         * gcc.dg/tree-ssa/reduc-2char.c: Same.
1766         * gcc.dg/tree-ssa/reduc-8.c: Same.
1767         * gcc.dg/tree-ssa/reduc-9.c: Same.
1768
1769 2008-01-17  Eric Botcazou  <ebotcazou@adacore.com>
1770
1771         * gnat.dg/discr5.adb: New test.
1772
1773 2008-01-17  Eric Botcazou  <ebotcazou@adacore.com>
1774
1775         * gcc.c-torture/compile/20080114-1.c: Use empty asm statements.
1776
1777 2008-01-17  Richard Guenther  <rguenther@suse.de>
1778
1779         PR tree-optimization/34825
1780         * gcc.dg/pr34825.c: New testcase.
1781
1782 2008-01-17  Richard Guenther  <rguenther@suse.de>
1783
1784         * gcc.c-torture/execute/20080117-1.c: New testcase.
1785
1786 2008-01-17  Revital Eres  <eres@il.ibm.com>
1787
1788         PR30957
1789         * gcc.dg/pr30957-1.c: Always xfail and add noinline attribute.
1790
1791 2008-01-17  Paul Thomas  <pault@gcc.gnu.org>
1792
1793         PR fortran/34429
1794         * gfortran.dg/function_charlen_1.f90: New test.
1795
1796         PR fortran/34431
1797         * gfortran.dg/function_types_1.f90: New test.
1798         * gfortran.dg/function_types_2.f90: New test.
1799
1800         PR fortran/34471
1801         * gfortran.dg/function_kinds_4.f90: New test.
1802         * gfortran.dg/function_kinds_5.f90: New test.
1803
1804         * gfortran.dg/defined_operators_1.f90: Errors now at function
1805         declarations.
1806         * gfortran.dg/private_type_4.f90: The same.
1807         * gfortran.dg/interface_15.f90: The same.
1808         * gfortran.dg/elemental_args_check_2.f90: The same.
1809         * gfortran.dg/auto_internal_assumed.f90: The same.
1810
1811 2008-01-16  Eric Botcazou  <ebotcazou@adacore.com>
1812
1813         * gnat.dg/sizetype.adb: New test.
1814
1815 2008-01-16  Richard Guenther  <rguenther@suse.de>
1816
1817         PR middle-end/32628
1818         * gcc.dg/overflow-warn-7.c: New testcase.
1819
1820 2008-01-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1821
1822         * gcc.dg/tree-ssa/loop-19.c: Require nonpic.
1823
1824 2008-01-16  Jakub Jelinek  <jakub@redhat.com>
1825         Richard Guenther  <rguenther@suse.de>
1826
1827         PR c/34668
1828         * gcc.dg/pr34668-1.c: New test.
1829         * gcc.dg/pr34668-2.c: Likewise.
1830
1831 2008-01-16  Richard Guenther  <rguenther@suse.de>
1832
1833         PR c++/33819
1834         * g++.dg/torture/pr33819.C: New testcase.
1835
1836 2008-01-16  Richard Guenther  <rguenther@suse.de>
1837
1838         PR c/34768
1839         * gcc.c-torture/execute/pr34768-1.c: New testcase.
1840         * gcc.c-torture/execute/pr34768-2.c: Likewise.
1841
1842 2008-01-16  Tobias Burnus  <burnus@net-b.de>
1843
1844         PR fortran/34796
1845         * gfortran.dg/argument_checking_13.f90: New.
1846         * gfortran.dg/argument_checking_14.f90: New.
1847
1848 2008-01-15  Thomas Koenig  <tkoenig@gcc.gnu.org>
1849         
1850         PR libfortran/34671
1851         * gfortran.dg/anyallcount_1.f90:  New test.
1852
1853 2008-01-15  Douglas Gregor  <doug.gregor@gmail.com>
1854
1855         PR c++/34399
1856         * g++.dg/cpp0x/vt-34399.C: New.
1857         * g++.dg/template/friend50.C: New.
1858
1859 2008-01-15  Douglas Gregor  <doug.gregor@gmail.com>
1860
1861         PR c++/34751
1862         * g++.dg/cpp0x/vt-34751.C: New.
1863
1864 2008-01-15  Douglas Gregor  <doug.gregor@gmail.com>
1865
1866         PR c++/34051
1867         PR c++/34055
1868         PR c++/34102
1869         PR c++/34103
1870         * g++.dg/cpp0x/vt-34051-2.C: New.
1871         * g++.dg/cpp0x/vt-34102.C: New.
1872         * g++.dg/cpp0x/vt-34051.C: New.
1873         * g++.dg/cpp0x/vt-34055.C: New.
1874         * g++.dg/cpp0x/vt-34103.C: New.
1875
1876 2008-01-15  Douglas Gregor  <doug.gregor@gmail.com>
1877
1878         PR c++/34314
1879         * g++.dg/cpp0x/vt-34314.C: New.
1880         * g++.dg/cpp0x/variadic79.C: Fix the error message to reflect
1881         reality (the error message was wrong previously).
1882
1883 2008-01-15  Douglas Gregor  <doug.gregor@gmail.com>
1884
1885         PR c++/33964
1886         * g++.dg/cpp0x/vt-33964.C: New.
1887         * g++.dg/template/partial5.C: New.
1888
1889 2008-01-15  Douglas Gregor  <doug.gregor@gmail.com>
1890
1891         PR c++/34052
1892         * g++.dg/cpp0x/vt-34052.C: New.
1893         * g++.dg/template/ttp26.C: New.
1894         
1895 2008-01-14  Eric Botcazou  <ebotcazou@adacore.com>
1896
1897         * gnat.dg/rep_clause2.ad[sb]: New test.
1898         * gnat.dg/rep_problem2.adb: Rename to rep_clause1.adb.
1899
1900 2008-01-14  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
1901
1902         PR c++/24924
1903         * g++.dg/cpp/pedantic-errors.C: Delete.
1904         * g++.dg/cpp/permissive.C: Delete.
1905         
1906 2008-01-14  Eric Botcazou  <ebotcazou@adacore.com>
1907
1908         * gcc.c-torture/compile/20080114-1.c: New test.
1909
1910 2008-01-13  Tobias Burnus  <burnus@net-b.de>
1911
1912         PR fortran/34665
1913         * gfortran.dg/argument_checking_11.f90: New.
1914         * gfortran.dg/argument_checking_12.f90: New.
1915         * gfortran.dg/used_dummy_types_4.f90: Update dg-error.
1916         * gfortran.dg/c_assoc_2.f03: Update dg-error.
1917         * gfortran.dg/argument_checking_3.f90: Ditto.
1918         * gfortran.dg/pointer_intent_2.f90: Ditto.
1919         * gfortran.dg/import2.f90: Ditto.
1920         * gfortran.dg/assumed_shape_ranks_1.f90: Ditto.
1921         * gfortran.dg/implicit_actual.f90: Ditto.
1922         * gfortran.dg/used_dummy_types_3.f90: Ditto.
1923         * gfortran.dg/derived_comp_array_ref_6.f90: Ditto.
1924
1925 2008-01-13  Tobias Burnus  <burnus@net-b.de>
1926
1927         PR fortran/34763
1928         * gfortran.dg/interface_proc_end.f90: New.
1929
1930 2008-01-13  Tobias Burnus  <burnus@net-b.de>
1931
1932         PR fortran/34759
1933         * gfortran.dg/assumed_size_refs_4.f90: New.
1934
1935 2008-01-13  Eric Botcazou  <ebotcazou@adacore.com>
1936
1937         * gnat.dg/unchecked_convert1.adb.
1938
1939 2008-01-13  Richard Guenther  <rguenther@suse.de>
1940
1941         * gcc.dg/struct-ret-3.c: Adjust testcase to make stack
1942         readable and writable again before exiting.
1943
1944 2008-01-13  Richard Guenther  <rguenther@suse.de>
1945
1946         PR middle-end/34601
1947         * gcc.dg/noncompile/incomplete-4.c: New testcase.
1948
1949 2008-01-13  Jan Hubicka  <jh@suse.cz>
1950
1951         PR middle-end/32135
1952         * gcc.dg/pr32135.c: new.
1953
1954 2008-01-12  Doug Kwan  <dougkwan@google.com>
1955
1956         * gcc.dg/qual-return-1.c: Add -Wignored-qualifiers.
1957         * g++.dg/warn/Wreturn-type-4.C: Replace -Wreturn-type by
1958         -Wignored-qualifiers.
1959
1960 2008-01-12  Eric Botcazou  <ebotcazou@adacore.com>
1961
1962         * gnat.dg/slice3.adb: New test.
1963         * gnat.dg/slice4.adb: Likewise.
1964
1965 2008-01-12  Eric Botcazou  <ebotcazou@adacore.com>
1966
1967         * gnat.dg/bit_packed_array.ad[sb]: New test.
1968
1969 2008-01-12  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1970
1971         PR fortran/34432
1972         * gfortran.dg/parens_7.f90: New test.
1973
1974 2008-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1975
1976         * gcc.dg/tree-ssa/loadpre5.c: Use static.
1977         * gcc.dg/tree-ssa/loadpre8.c: Likewise.
1978
1979         * gcc.dg/pr33826.c: Require nonpic.
1980
1981 2008-01-11  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1982
1983         PR fortran/34722
1984         * gfortran.dg/inquire_12.f90: New test.
1985
1986 2008-01-11  Thomas Koenig  <tkoenig@gcc.gnu.org>
1987
1988         PR libfortran/34670
1989         * all_bounds_1.f90: New test case.
1990         * maxloc_bounds_1.f90: New test case.
1991         * maxloc_bounds_2.f90: New test case.
1992         * maxloc_bounds_3.f90: New test case.
1993         * maxloc_bounds_4.f90: New test case.
1994         * maxloc_bounds_5.f90: New test case.
1995         * maxloc_bounds_6.f90: New test case.
1996         * maxloc_bounds_7.f90: New test case.
1997         * maxloc_bounds_8.f90: New test case.
1998
1999 2008-01-11  Eric Botcazou  <ebotcazou@adacore.com>
2000
2001         * gcc.dg/struct-ret-3.c: New test.
2002
2003 2008-01-11  Paul Thomas  <pault@gcc.gnu.org>
2004
2005         PR fortran/34537
2006         * gfortran.dg/transfer_simplify_8.f90: New test.
2007
2008 2008-01-11  Andreas Krebbel  <krebbel1@de.ibm.com>
2009
2010         * g++.dg/torture/pr34641.C: Add dg-require-visibility.  Define
2011         size_t using predefined macro.
2012
2013 2008-01-10  Raksit Ashok  <raksit@google.com>
2014
2015         PR rtl-optimization/27971
2016         * gcc.target/i386/pr27971.c: New testcase.
2017
2018 2008-01-10  Paul Thomas  <pault@gcc.gnu.org>
2019
2020         PR fortran/34396
2021         * gfortran.dg/bounds_check_12.f90: New test.
2022
2023 2008-01-10  Uros Bizjak  <ubizjak@gmail.com>
2024
2025         * gcc.target/i386/cmov7.c: Add -mbranch-cost=5 to dg-options.
2026         * gcc.target/i386/addr-sel-1.c: Require nonpic effective target.
2027
2028 2008-01-10  Andreas Krebbel  <krebbel1@de.ibm.com>
2029
2030         PR middle-end/34641
2031         * g++.dg/torture/pr34641.C: New testcase.
2032
2033 2008-01-10  Richard Guenther  <rguenther@suse.de>
2034
2035         PR tree-optimization/34651
2036         * g++.dg/torture/pr34651.C: New testcase.
2037
2038 2008-01-09  Sebastian Pop  <sebastian.pop@amd.com>
2039
2040         PR tree-optimization/34017
2041         * gcc.dg/tree-ssa/pr34017.c: New.
2042
2043 2008-01-09  Richard Guenther  <rguenther@suse.de>
2044         Andrew Pinski  <andrew_pinski@playstation.sony.com>
2045
2046         PR middle-end/30132
2047         * gcc.c-torture/compile/pr30132.c: New testcase.
2048
2049 2008-01-09  Richard Guenther  <rguenther@suse.de>
2050
2051         PR middle-end/34458
2052         * gcc.c-torture/compile/pr34458.c: New testcase.
2053
2054 2008-01-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2055
2056         PR testsuite/30459
2057         g++.dg/eh/ia64-2.C: Require weak support.
2058
2059 2008-01-08  Richard Guenther  <rguenther@suse.de>
2060
2061         PR middle-end/31863
2062         * g++.dg/torture/pr31863.C: New testcase.
2063
2064 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
2065
2066         PR middle-end/34694
2067         * gcc.dg/gomp/pr34694.c: New test.
2068         * g++.dg/gomp/pr34694.C: New test.
2069
2070         PR c++/33890
2071         * g++.dg/gomp/pr33890.C: New test.
2072
2073 2008-01-08  Paul Thomas  <pault@gcc.gnu.org>
2074
2075         PR fortran/34476
2076         * gfortran.dg/parameter_array_init_3.f90: New test.
2077
2078 2008-01-08  Paul Thomas  <pault@gcc.gnu.org>
2079
2080         PR fortran/34681
2081         PR fortran/34704
2082         * gfortran.dg/alloc_comp_default_init_1.f90: New test.
2083
2084 2008-01-07  Janis Johnson  <janis187@us.ibm.com>
2085
2086         * lib/target-supports.exp (check_effective_target_powerpc_spu): New.
2087         * g++.dg/other/spu2vmx-1.C: Use it.
2088
2089 2008-01-07  Jack Howarth  <howarth@bromo.med.uc.edu>
2090
2091         * gcc.dg/out-of-bounds-1.c: Don't use -mstrict-align for Darwin.
2092
2093         PR testsuite/34575
2094         * gcc.target/powerpc/popcount-1.c: Skip on darwin.
2095         * gcc.target/powerpc/parity-1.c: Likewise.
2096
2097 2008-01-07  Fred Fish  <fnf@specifix.com>
2098
2099         PR preprocessor/30363:
2100         * gcc.dg/cpp/trad/macroargs.c: Add code to test quoting in
2101         macro expansions.
2102
2103 2008-01-07  Paul Thomas  <pault@gcc.gnu.org>
2104
2105         PR fortran/34672
2106         * gfortran.dg/use_only_2.f90: New test.
2107
2108 2008-01-06  Paolo Carlini  <pcarlini@suse.de>
2109
2110         PR libstdc++/34680
2111         * g++.dg/rtti/predefined-rtti-macro-1.C: New.
2112         * g++.dg/rtti/predefined-rtti-macro-2.C: Likewise.
2113
2114 2008-01-06  Paul Thomas  <pault@gcc.gnu.org>
2115
2116         PR fortran/34545
2117         * gfortran.dg/use_12.f90: New test.
2118
2119 2008-01-06  Tobias Burnus  <burnus@net-b.de>
2120
2121         PR fortran/34689
2122         * interface.c (compare_actual_formal): Fix intent(out) check for
2123         function result variables.
2124
2125 2008-01-06  Tobias Burnus  <burnus@net-b.de>
2126
2127         PR fortran/34690
2128         * gfortran.dg/elemental_args_check_2.f90: Fix test case.
2129
2130 2008-01-06  Tobias Burnus  <burnus@net-b.de>
2131
2132         PR fortran/34689
2133         * gfortran.dg/intent_out_4.f90: Fix test case.
2134
2135 2008-01-06  Tobias Burnus  <burnus@net-b.de>
2136
2137         PR fortran/34689
2138         * gfortran.dg/intent_out_4.f90: New.
2139
2140 2008-01-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2141
2142         PR libfortran/34540
2143         * gfortran.dg/optional_dim_3.f90: New test.
2144
2145 2008-01-06  Tobias Burnus  <burnus@net-b.de>
2146
2147         PR fortran/34658
2148         * gfortran.dg/common_11.f90: New.
2149         * gfortran.dg/blockdata_1.f90: Update test case.
2150         * gfortran.dg/blockdata_2.f90: Update test case.
2151
2152 2008-01-06  Tobias Burnus  <burnus@net-b.de>
2153
2154         * gfortran.dg/equiv_constraint_9.f90: Fix typo.
2155
2156 2008-01-06  Tobias Burnus  <burnus@net-b.de>
2157
2158         PR fortran/34655
2159         * gfortran.dg/equiv_constraint_9.f90: New.
2160
2161 2008-01-06  Revital Eres  <eres@il.ibm.com>
2162
2163         PR tree-optimization/34263
2164         * gcc.dg/pr34263.c:  New testcase.
2165
2166 2008-01-06  Tobias Burnus  <burnus@net-b.de>
2167
2168         PR fortran/34654
2169         * gfortran.dg/internal_io_unf.f90: New.
2170
2171 2008-01-06  Tobias Burnus  <burnus@net-b.de>
2172
2173         PR fortran/34660
2174         * gfortran.dg/elemental_args_check_2.f90: New.
2175
2176 2008-01-06  Tobias Burnus  <burnus@net-b.de>
2177
2178         PR fortran/34662
2179         * gfortran.dg/intent_out_3.f90: New.
2180
2181 2008-01-05  Richard Sandiford  <rsandifo@nildram.co.uk>
2182
2183         * objc.dg/stabs-1.m: Allow labels to be begin with $L as well as .L.
2184
2185 2008-01-05  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2186
2187         PR libfortran/34676
2188         * gfortran.dg/list_read_8.f90: New test.
2189
2190 2008-01-04  Richard Guenther  <rguenther@suse.de>
2191
2192         PR middle-end/34029
2193         * gcc.c-torture/compile/pr34029-1.c: New testcase.
2194         * gcc.c-torture/compile/pr34029-2.c: Likewise.
2195
2196 2008-01-04  Jakub Jelinek  <jakub@redhat.com>
2197
2198         PR gcov-profile/34609
2199         * g++.dg/gcov/gcov-6.C: New test.
2200
2201 2008-01-04  Richard Guenther  <rguenther@suse.de>
2202
2203         PR tree-optimization/31081
2204         * g++.dg/torture/pr31081-1.C: New testcase.
2205         * g++.dg/torture/pr31081-2.C: Likewise.
2206
2207 2008-01-04  Richard Sandiford  <rsandifo@nildram.co.uk>
2208
2209         * gcc.target/mips/rsqrt-1.c: Require -mgp64.
2210         * gcc.target/mips/rsqrt-2.c: Likewise.
2211         * gcc.target/mips/rsqrt-4.c: New test.
2212
2213 2008-01-04  Tobias Burnus  <burnus@net-b.de>
2214
2215         PR fortran/34557
2216         * gfortran.dg/equiv_substr.f90: New.
2217
2218 2008-01-03  Tom Tromey  <tromey@redhat.com>
2219
2220         PR c/34457:
2221         * gcc.dg/pr34457-2.c: New file.
2222         * gcc.dg/pr34457-1.c: New file.
2223
2224 2008-01-03  Sebastian Pop  <sebastian.pop@amd.com>
2225
2226         Revert fix for PR tree-optimization/34458.
2227
2228 2008-01-03  Sebastian Pop  <sebastian.pop@amd.com>
2229
2230         PR tree-optimization/34458
2231         * gcc.dg/tree-ssa/pr34458.c: New.
2232
2233 2008-01-03  Thomas Koenig  <tkoenig@gcc.gnu.org>
2234
2235         PR libfortran/34565
2236         * gfortran.dg/internal_readwrite_1.f90:  New test.
2237         * gfortran.dg/internal_readwrite_2.f90:  New test.
2238
2239 2008-01-03  Tom Tromey  <tromey@redhat.com>
2240
2241         PR preprocessor/34602:
2242         * gcc.dg/cpp/pr34602.c: New file.
2243
2244 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
2245
2246         PR tree-optimization/29484
2247         * gcc.c-torture/execute/20071220-1.c: New test.
2248         * gcc.c-torture/execute/20071220-2.c: New test.
2249
2250 2008-01-03  Sebastian Pop  <sebastian.pop@amd.com>
2251
2252         PR tree-optimization/34635
2253         * gcc.dg/tree-ssa/pr34635.c: New.
2254         * gcc.dg/tree-ssa/pr34635-1.c: New.
2255
2256 2008-01-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2257
2258         PR middle-end/34562
2259         * g++.dg/other/first-global.C: Also accept _GLOBAL__I_65535_0_foobar in
2260         scan-assembler check.
2261
2262 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
2263
2264         PR middle-end/34608
2265         * g++.dg/gomp/pr34608.C: New test.
2266
2267 2008-01-02  Richard Guenther  <rguenther@suse.de>
2268
2269         PR middle-end/34093
2270         PR middle-end/31976
2271         * gcc.c-torture/compile/pr34093.c: New testcase.
2272
2273 2008-01-01  Douglas Gregor  <doug.gregor@gmail.com>
2274
2275         * g++.dg/cpp0x/long_long.C: New.
2276
2277 2008-01-01  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2278
2279         * gcc.target/spu/tag_manager.c : Include stdlib.h.
2280         * gcc.target/spu/Wmain.c: Fix the line numbers for the
2281         warning on the function main.
2282
2283 2008-01-01  Jakub Jelinek  <jakub@redhat.com>
2284
2285         * gcc.target/i386/i386.exp (check_effective_target_sse5): Use __v8hi
2286         rather than __v2di type.
2287
2288 2007-12-31  Paul Thomas  <pault@gcc.gnu.org>
2289
2290         PR fortran/34558
2291         * gfortran.dg/linked_list_1.f90: New test.
2292
2293 2007-12-29  Richard Sandiford  <rsandifo@nildram.co.uk>
2294
2295         * lib/objc.exp (objc_libgcc_s_path): Set objc_libgcc_s_path
2296         instead of appending to it.
2297
2298 2007-12-27  Dorit Nuzman  <dorit@il.ibm.com>
2299
2300         PR tree-optimization/34591
2301         * gcc.dg/vect/pr34591.c: New test.
2302
2303 2007-12-27  Thomas Koenig  <tkoenig@gcc.gnu.org>
2304
2305         PR libfortran/34594
2306         * gfortran.dg/direct_io_8.f90:  New test case.
2307
2308 2007-12-27  Jakub Jelinek  <jakub@redhat.com>
2309
2310         PR target/34281
2311         * gcc.c-torture/execute/20071213-1.c: New test.
2312
2313 2007-12-25  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2314
2315         PR libfortran/34560
2316         * gfortran.dg/read_eof_5.f90: New test.
2317
2318 2007-12-25  Tobias Burnus  <burnus@net-b.de>
2319
2320         PR fortran/34514
2321         * gfortran.dg/initialization_17.f90: New.
2322
2323 2007-12-25  Thomas Koenig  <tkoenig@gcc.gnu.org>
2324
2325         PR libfortran/34566
2326         * gfortran.dg/matmul_6.f90:  New test.
2327
2328 2007-12-23  Tobias Burnus  <burnus@net-b.de>
2329
2330         PR fortran/34421
2331         * gfortran.dg/entry_17.f90: New.
2332
2333 2007-12-23  Daniel Franke  <franke.daniel@gmail.com>
2334
2335         PR fortran/34536
2336         * gfortran.dg/integer_exponentiation_2.f90: Fixed testcase.
2337         * gfortran.dg/real_const_3.f90: Likewise.
2338         * gfortran.dg/unary_operator.f90: New test.
2339
2340 2007-12-23  Eric Botcazou  <ebotcazou@adacore.com>
2341
2342         * gnat.dg/pack2.adb: New test.
2343
2344 2007-12-22  Daniel Franke  <franke.daniel@gmail.com>
2345
2346         PR fortran/34559
2347         * gfortran.dg/repeat_6.f90: New test.
2348
2349 2007-12-22  Thomas Koenig  <tkoenig@gcc.gnu.org>
2350
2351         PR fortran/34549
2352         * cshift_shift_real_1.f90:  New test.
2353
2354 2007-12-21  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2355
2356         PR fortran/34540
2357         * gfortran.dg/shift-kind_2.f90: New test.
2358
2359 2007-12-21  Kazu Hirata  <kazu@codesourcery.com>
2360
2361         PR target/8835
2362         * gcc.dg/pr8835-1.c: New.
2363
2364 2007-12-21  Paul Thomas  <pault@gcc.gnu.org>
2365
2366         PR fortran/34438
2367         * gfortran.dg/default_initialization_3.f90: New test.
2368
2369 2007-12-21  Richard Sandiford  <rsandifo@nildram.co.uk>
2370
2371         * gcc.target/mips/mips.exp (setup_mips_tests): Fix _MIPS_SIM
2372         conditions.
2373         (dg-mips-options): Treat -march=24k* as a 32-bit option.
2374
2375 2007-12-20  Jack Howarth  <howarth@bromo.med.uc.edu>
2376
2377         * gcc.dg/torture/builtin-modf-1.c: Pass "-funsafe-math-optimizations 
2378         -fsigned-zeros -fno-associative-math" on powerpc-*-darwin*.
2379
2380 2007-12-20  Jason Merrill  <jason@redhat.com>
2381
2382         * gcc.dg/overload/arg[14].C: Remove expected errors.
2383
2384 2007-12-20  Jakub Jelinek  <jakub@redhat.com>
2385
2386         PR c++/34459
2387         * gcc.c-torture/execute/20071219-1.c: New test.
2388
2389 2007-12-20  Tobias Burnus  <burnus@net-b.de>
2390
2391         PR fortran/34530
2392         * gfortran.dg/namelist_44.f90: New.
2393
2394 2007-12-20  Tobias Burnus  <burnus@net-b.de>
2395
2396         PR fortran/34482
2397         * gfortran.dg/boz_8.f90: Add error-check check.
2398         * gfortran.dg/boz_9.f90: Shorten BOZ where needed, replace
2399         stop by call abort.
2400
2401 2007-12-19  Zdenek Dvorak  <ook@ucw.cz>
2402
2403         * gcc.dg/gomp/combined-1.c: New test.
2404
2405 2007-12-19  Zdenek Dvorak  <ook@ucw.cz>
2406
2407         PR tree-optimization/34355
2408         * g++.dg/tree-ssa/pr34355.C: New test.
2409
2410 2007-12-19  Revital Eres  <eres@il.ibm.com>
2411
2412          * gcc.dg/sms-5.c: New testcase.
2413
2414 2007-12-19  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2415
2416         PR fortran/34325
2417         * gfortran.dg/missing_parens_1.f90: New.
2418         * gfortran.dg/missing_parens_1.f90: New.
2419         
2420 2007-12-19  Daniel Franke  <franke.daniel@gmail.com>
2421
2422         PR fortran/34495
2423         * gfortran.dg/transfer_simplify_2.f90: Fixed invalid initialization
2424         expressions.
2425         * gfortran.dg/transfer_simplify_7.f90: New test.
2426
2427 2007-12-18  Janis Johnson  <janis187@us.ibm.com>
2428
2429         * gcc.dg/pr32912-3.c: Compile with -w.
2430
2431         * gcc.dg/torture/builtin-modf-1.c: Remove -funsafe-math-optimizations.
2432
2433 2007-12-18  Douglas Gregor  <doug.gregor@gmail.com>
2434             Jakub Jelinek  <jakub@redhat.com>
2435         
2436         PR c++/32565
2437         PR c++/33943
2438         PR c++/33965
2439         * g++.dg/cpp0x/variadic86.C: New.
2440         * g++.dg/cpp0x/variadic87.C: New.
2441         * g++.dg/cpp0x/variadic84.C: New.
2442         * g++.dg/cpp0x/variadic85.C: New.
2443         * g++.dg/template/ttp25.C: New.
2444
2445 2007-12-18  Sebastian Pop  <sebastian.pop@amd.com>
2446
2447         PR tree-optimization/34123
2448         * gcc.dg/tree-ssa/pr34123.c: New test.
2449
2450 2007-12-18  Richard Sandiford  <rsandifo@nildram.co.uk>
2451
2452         PR rtl-optimization/34456
2453         * gcc.c-torture/execute/pr34456.c: New test.
2454
2455 2007-12-18  Jakub Jelinek  <jakub@redhat.com>
2456
2457         PR c++/34488
2458         * g++.dg/parse/friend7.C: New test.
2459
2460         PR rtl-optimization/34490
2461         * gcc.c-torture/execute/20071216-1.c: New test.
2462
2463 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2464
2465         * gcc.dg/torture/builtin-math-4.c: Remove XFAIL.
2466
2467 2007-12-17  Dorit Nuzman  <dorit@il.ibm.com>
2468
2469         * gcc.dg/tree-ssa/gen-vect-2.c: Change verbosity level to 4.    
2470         * gcc.dg/tree-ssa/gen-vect-32.c: Likewise
2471         * gcc.dg/tree-ssa/gen-vect-25.c: Likewise
2472         * gcc.dg/tree-ssa/gen-vect-26.c: Likewise
2473         * gcc.dg/tree-ssa/gen-vect-28.c: Likewise
2474
2475 2007-12-17  Jakub Jelinek  <jakub@redhat.com>
2476
2477         PR c/34506
2478         * gcc.dg/gomp/clause-2.c: New test.
2479         * g++.dg/gomp/clause-4.C: New test.
2480
2481 2007-12-17  Tobias Burnus  <burnus@net-b.de>
2482
2483         * gfortran.dg/initialization_16.f90: Update as FLOAT/SNGL are
2484         part of Fortran 77/95/2003.
2485
2486 2007-12-17  Dorit Nuzman  <dorit@il.ibm.com>
2487
2488         PR tree-optimization/34445
2489         * gfortran.dg/vect/cost-model-pr34445.f: New test.
2490         * gfortran.dg/vect/cost-model-pr34445a.f: New test.
2491
2492 2007-12-16  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2493
2494         PR fortran/34427
2495         * gfortran.dg/namelist_42.f90: Update.
2496         * gfortran.dg/namelist_43.f90: New.
2497         
2498 2007-12-16  Tobias Burnus  <burnus@net-b.de>
2499
2500         PR fortran/34495
2501         * gfortran.dg/initialization_16.f90: New.
2502
2503 2007-12-16  Thomas Koenig  <tkoenig@gcc.gnu.org>
2504
2505         PR fortran/34305
2506         * gfortran.dg/real_dimension_1.f:  New test case.
2507
2508 2007-12-16  Rask Ingemann Lambertsen  <rask@sygehus.dk>
2509
2510         * gcc.dg/torture/pr24257.c: Remove -O from options.
2511
2512 2007-12-16  Tobias Burnus  <burnus@net-b.de>
2513
2514         PR fortran/34246
2515         * gfortran.dg/bind_c_usage_16.f03: Extend test.
2516
2517 2007-12-16  Paul Thomas  <pault@gcc.gnu.org>
2518
2519         PR fortran/31213
2520         PR fortran/33888
2521         PR fortran/33998
2522         * gfortran.dg/mapping_1.f90: New test.
2523         * gfortran.dg/mapping_2.f90: New test.
2524         * gfortran.dg/mapping_3.f90: New test.
2525
2526 2007-12-16  Richard Sandiford  <rsandifo@nildram.co.uk>
2527
2528         PR rtl-optimization/34415
2529         * gcc.c-torture/execute/pr34415.c: New test.
2530
2531 2007-12-16  Danny Smith <dannysmith@users.sourceforge.net>
2532
2533         * gcc.target/i386/fastcall-1.c: (f4): Change return type to
2534         void. 
2535
2536 2007-12-16  Jakub Jelinek  <jakub@redhat.com>
2537
2538         PR bootstrap/34003
2539         * gcc.dg/pr34003-1.c: New test.
2540         * gcc.dg/pr34003-2.c: New.
2541
2542 2007-12-15  Hans-Peter Nilsson  <hp@axis.com>
2543
2544         * gcc.target/cris/peep2-xsrand.c, gcc.target/cris/asmreg-1.c,
2545         gcc.target/cris/peep2-andu1.c, gcc.target/cris/peep2-xsrand2.c,
2546         gcc.target/cris/20011127-1.c: Drop redundant target-specifier.
2547         * gcc.target/cris/peep2-andu2.c: Ditto.  Make dg-do assemble and
2548         add -save-temps.
2549         * gcc.target/cris/torture/cris-torture.exp,
2550         gcc.target/cris/cris.exp: Run for crisv32-*-* too.
2551         * gcc.target/cris/builtin_ctz_v3.c,
2552         gcc.target/cris/builtin_ctz_v8.c,
2553         gcc.target/cris/builtin_clz_v0.c,
2554         gcc.target/cris/builtin_clz_v3.c,
2555         gcc.target/cris/builtin_bswap_v3.c,
2556         gcc.target/cris/builtin_bswap_v8.c, gcc.dg/sibcall-4.c,
2557         gcc.dg/pr19340.c, gcc.dg/20020919-1.c, gcc.dg/pr31866.c,
2558         gcc.dg/torture/cris-asm-mof-1.c, gcc.dg/torture/cris-volatile-1.c,
2559         gcc.dg/weak/typeof-2.c, gcc.dg/tree-ssa/loop-1.c,
2560         gcc.dg/tree-ssa/20040204-1.c, gcc.dg/sibcall-3.c,
2561         lib/target-supports.exp: Adjust for crisv32-*-*.
2562
2563 2007-12-15  Alexandre Oliva  <aoliva@redhat.com>
2564
2565         * gcc.dg/debug/const-3.c: New.
2566
2567 2007-12-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2568
2569         * g++.dg/other/datasec1.C: Require named section support.
2570
2571 2007-12-14  Jakub Jelinek  <jakub@redhat.com>
2572
2573         PR target/29978
2574         * gcc.target/i386/pr29978.c: New test.
2575
2576 2007-12-14  Uros Bizjak  <ubizjak@gmail.com>
2577
2578         * gcc.target/i386/sse-12.c (dg-options): Use -msse4
2579         instead of -msse4.1.
2580         * gcc.target/i386/sse-12.c (dg-options): Ditto.
2581         * g++.dg/other/i386-2.C (dg-options): Ditto.
2582
2583 2007-12-14  Tobias Burnus  <burnus@net-b.de>
2584
2585         PR fortran/34438
2586         * gfortran.dg/private_type_10.f90: New.
2587
2588 2007-12-14  Tobias Burnus  <burnus@net-b.de>
2589
2590         PR fortran/34398
2591         * gfortran.dg/nan_4.f90: New.
2592
2593 2007-12-14  Richard Guenther  <rguenther@suse.de>
2594
2595         PR middle-end/34462
2596         * gcc.c-torture/compile/20071214-1.c: New testcase.
2597
2598 2007-12-14  Uros Bizjak  <ubizjak@gmail.com>
2599
2600         * gcc.target/i386/sse-14.c (test_1, test_2, test_2x, test_4): New
2601         macros to test macroized SSE intrinsics.  Use new macros to test
2602         macroized SSE intrinsics from ammintrin.h, smmintrin.h, tmmintrin.h,
2603         emmintrin.h, xmmintrin.h and bmmintrin.h
2604         * gcc.target/i386/sse-13.c (__builtin_ia32_pcmp?str*128): Redefine
2605         to test with immediate operand.
2606
2607 2007-12-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2608
2609         PR target/34091
2610         * gcc.c-torture/compile/pr34091.c: New test.
2611
2612 2007-12-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
2613
2614         * gcc.dg/uninit-13.c: UnXFAIL.
2615         * gcc.dg/complex-5.c: New testcase.
2616
2617 2007-12-13  Olga Golovanevsky  <olga@il.ibm.com>
2618
2619         * gcc.dg/struct/struct-reorg.exp: Replace 
2620          DEFAULT_CFLAGS by STRUCT_REORG_CFLAFS. 
2621         
2622 2007-12-13  Thomas Koenig  <tkoenig@gcc.gnu.org>
2623
2624         PR libfortran/34370
2625         PR libfortran/34323
2626         PR libfortran/34405
2627         * gfortran.dg/advance_6.f90:  New test case.
2628         * gfortran.dg/direct_io_7.f90:  New test case.
2629         * gfortran.dg/streamio_13.f90:  New test case.
2630
2631 2007-12-13  Douglas Gregor  <doug.gregor@gmail.com>
2632
2633         * g++.dg/cpp0x/__func__.C: New.
2634
2635 2007-12-13  Uros Bizjak  <ubizjak@gmail.com>
2636
2637         PR target/34435
2638         * g++.dg/other/pr34435.C: New testcase.
2639
2640 2007-12-13  Olga Golovanevsky  <olga@il.ibm.com>
2641
2642         * gcc.dg/struct: New directory with tests 
2643         for struct-reorg optimizaion.
2644         * gcc.dg/struct/struct-reorg.exp: New script.
2645         * gcc.dg/struct/wo_prof_array_through_pointer.c: New test.
2646         * gcc.dg/struct/wo_prof_malloc_size_var.c: Likewise.
2647         * gcc.dg/struct/wo_prof_mult_field_peeling.c: Likewise.
2648         * gcc.dg/struct/wo_prof_escape_arg_to_local.c: Likewise.
2649         * gcc.dg/struct/wo_prof_escape_return.c: Likewise.
2650         * gcc.dg/struct/wo_prof_escape_str_init.c: Likewise.
2651         * gcc.dg/struct/wo_prof_escape_substr_array.c: Likewise.
2652         * gcc.dg/struct/wo_prof_escape_substr_pointer.c: Likewise.
2653         * gcc.dg/struct/wo_prof_escape_substr_value.c: Likewise.
2654         * gcc.dg/struct/wo_prof_global_array.c: Likewise.
2655         * gcc.dg/struct/wo_prof_global_var.c: Likewise.
2656         * gcc.dg/struct/wo_prof_local_array.c: Likewise.
2657         * gcc.dg/struct/wo_prof_local_var.c: Likewise.
2658         * gcc.dg/struct/wo_prof_two_strs.c: Likewise.
2659         * gcc.dg/struct/wo_prof_single_str_global.c: Likewise.
2660         * gcc.dg/struct/wo_prof_single_str_local.c: Likewise.
2661         * gcc.dg/struct/wo_prof_single_str_pointer.c: Likewise.
2662         * gcc.dg/struct/w_prof_two_strs.c: Likewise.
2663         * gcc.dg/struct/w_prof_global_array.c: Likewise.
2664         * gcc.dg/struct/w_prof_global_var.c: Likewise.
2665         * gcc.dg/struct/w_prof_local_array.c: Likewise.
2666         * gcc.dg/struct/w_prof_local_var.c: Likewise.
2667         * gcc.dg/struct/w_prof_single_str_global.c: Likewise.
2668         * gcc.dg/struct/w_ratio_cold_str.c: Likewise.
2669
2670 2007-12-13  Tobias Burnus  <burnus@net-b.de>
2671
2672         PR fortran/34427
2673         * gfortran.dg/namelist_42.f90: New.
2674
2675 2007-12-12  Tobias Burnus  <burnus@net-b.de>
2676
2677         PR fortran/34254
2678         * gfortran.dg/function_kinds_3.f90: New.
2679
2680 2007-12-12  Andreas Krebbel  <krebbel1@de.ibm.com>
2681
2682         * gcc.target/s390/20071212-1.c: New testcase.
2683
2684 2007-12-11  Jakub Jelinek  <jakub@redhat.com>
2685
2686         PR c++/34238
2687         * g++.dg/ext/visibility/anon7.C: Add xfail.
2688         * g++.dg/ext/visibility/anon9.C: New test.
2689         * g++.dg/ext/visibility/anon10.C: New test.
2690
2691         PR c++/34364
2692         * g++.dg/rtti/dyncast2.C: New test.
2693
2694 2007-12-11  Uros Bizjak  <ubizjak@gmail.com>
2695
2696         PR tree-optimization/34407
2697         * gcc.dg/vect/pr34407.c: New test.
2698
2699 2007-12-10  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2700
2701         PR fortran/34411
2702         * gfortran.dg/error_recovery_5.f90: New.
2703         * gfortran.dg/optional_dim_2.f90: Fix test, not related to this PR.
2704
2705 2007-12-10  Jakub Jelinek  <jakub@redhat.com>
2706
2707         PR tree-optimization/34371
2708         * gcc.c-torture/compile/20071207-1.c: New test.
2709
2710 2007-12-10  Simon Martin  <simartin@users.sourceforge.net>
2711
2712         PR c++/34059
2713         * g++.dg/parse/crash40.C: New test.
2714
2715 2007-12-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
2716
2717         * g++.dg/opt/memcpy1.C: New test.
2718
2719 2007-12-10  Tobias Burnus  <burnus@net-b.de>
2720
2721         PR fortran/34425
2722         * gfortran.dg/argument_checking_10.f90: New.
2723
2724 2007-12-10  Jakub Jelinek  <jakub@redhat.com>
2725
2726         PR rtl-optimization/34302
2727         * gcc.c-torture/execute/20071210-1.c: New test.
2728
2729 2007-12-10  Jakub Jelinek  <jakub@redhat.com>
2730
2731         PR c++/34395
2732         * g++.dg/cpp0x/error1.C: New test.
2733
2734         PR c++/34394
2735         * g++.dg/other/error22.C: New test.
2736
2737 2007-12-10  Paolo Bonzini  <bonzini@gnu.org>
2738
2739         PR target/32086
2740         * gcc.dg/vect/vect.exp (DEFAULT_VECTCFLAGS): Disable cost model.
2741         * g++.dg/vect/vect.exp (DEFAULT_VECTCFLAGS): Disable cost model.
2742         * gfortran.dg/vect/vect.exp (DEFAULT_VECTCFLAGS): Disable cost model.
2743
2744 2007-12-09  Jakub Jelinek  <jakub@redhat.com>
2745
2746         PR c++/34178
2747         PR c++/34340
2748         * g++.dg/template/repo6.C: New test.
2749         * g++.dg/template/repo7.C: New test.
2750         * g++.dg/template/repo8.C: New test.
2751
2752 2007-12-09  H.J. Lu  <hjl@lucon.org>
2753             Tobias Burnus  <burnus@net-b.de>
2754
2755         PR fortran/34404
2756         * gfortran.dg/read_2.f90: New.
2757
2758 2007-12-09  Richard Sandiford  <rsandifo@nildram.co.uk>
2759
2760         * lib/target-supports.exp (check_effective_target_tls_native):
2761         Fix typo.
2762
2763 2007-12-09  Samuel Tardieu  <sam@rfc1149.net>
2764
2765         PR ada/34366
2766         * gnat.dg/enclosing_record_reference.ads,
2767         gnat.dg/enclosing_record_reference.adb: New test.
2768
2769 2007-12-09  Paul Thomas  <pault@gcc.gnu.org>
2770
2771         PR fortran/32129
2772         * gfortran.dg/derived_comp_array_ref_6.f90: New test.
2773         * gfortran.dg/derived_comp_array_ref_7.f90: New test.
2774
2775         PR fortran/31487
2776         * gfortran.dg/char_component_initializer_1.f90: New test.
2777
2778 2007-12-09  Tobias Burnus  <burnus@net-b.de>
2779
2780         PR fortran/34342
2781         PR fortran/34345
2782         PR fortran/18026
2783         PR fortran/29471
2784
2785         * gfortran.dg/boz_8.f90: New.
2786         * gfortran.dg/boz_9.f90: New.
2787         * gfortran.dg/boz_10.f90: New.
2788         * gfortran.dg/boz_7.f90: Update dg-warning.
2789         * gfortran.dg/pr16433.f: Add dg-error.
2790         * gfortan.dg/ibits.f90: Update dg-warning.
2791         * gfortran.dg/unf_io_convert_1.f90: Update/delete dg-warning.
2792         * gfortran.dg/unf_io_convert_2.f90: Ditto.
2793
2794 2007-12-08  Jakub Jelinek  <jakub@redhat.com>
2795
2796         PR fortran/34359
2797         * gfortran.dg/include_1.f90: New test.
2798         * gfortran.dg/include_1.inc: New.
2799         * gfortran.dg/include_2.f90: New test.
2800
2801 2007-12-08  Paul de Weerd  <weerd@weirdnet.nl>
2802
2803         * gcc.c-torture/compile/20011130-2.c: Fix typo.
2804
2805 2007-12-08  Tobias Burnus  <burnus@net-b.de>
2806
2807         PR fortran/34319
2808         * gfortran.dg/nan_3.f90: New.
2809
2810 2007-12-07  Jakub Jelinek  <jakub@redhat.com>
2811
2812         * g++.old-deja/g++.mike/empty.C: Remove 2 xfails.
2813
2814 2007-12-07  Olivier Hainque  <hainque@adacore.com>
2815
2816         * gnat.dg/tamdt*.ad?: Support for ...
2817         * gnat.dg/test_tamdt.adb: New test.
2818
2819 2007-12-07  Olivier Hainque  <hainque@adacore.com>
2820
2821         * gnat.dg/unc_memops.ads: Comment out the alloc/free/realloc
2822         exports and document how these can be exercised.
2823
2824 2007-12-07  Samuel Tardieu  <sam@rfc1149.net>
2825
2826         PR ada/15805
2827         * gnat.dg/specs/access_constants.ads: New test.
2828
2829         * gnat.dg/specs/access_constant_decl.ads: New test.
2830
2831         PR ada/21346
2832         * gnat.dg/compose.adb: New test.
2833
2834 2007-12-07  Olivier Hainque  <hainque@adacore.com>
2835
2836         PR ada/34173
2837         * gnat.dg/unc_memops.ad[sb]: Support for ...
2838         * gnat.dg/unc_memfree.adb: New test.
2839         
2840 2007-12-06  Sebastian Pop  <sebastian.pop@amd.com>
2841
2842         * gfortran.dg/ltrans-7.f90: New.
2843
2844 2007-12-06  Martin Michlmayr <tbm@cyrius.com>
2845             Dorit Nuzman  <dorit@il.ibm.com>
2846
2847         PR tree-optimization/34005
2848         * gcc.dg/vect/pr34005.c: New test.
2849
2850 2007-12-06  Jakub Jelinek  <jakub@redhat.com>
2851
2852         PR c++/34336
2853         * g++.dg/template/new8.C: New test.
2854
2855 2007-12-06  Tobias Burnus  <burnus@net-b.de>
2856
2857         PR fortran/34333
2858         * gfortran.dg/boz_7.f90: New.
2859         * gfortran.dg/int_1.f90: Disable -pedantic option.
2860         * gfortran.dg/boz_1.f90: Ditto.
2861         * gfortran.dg/boz_3.f90: Ditto.
2862         * gfortran.dg/pr16433.f: Accomodate for new BOZ warning.
2863         * gfortran.dg/ibits.f90: Ditto.
2864         * gfortran.dg/unf_io_convert_1.f90: Ditto.
2865         * gfortran.dg/unf_io_convert_2.f90: Ditto.
2866
2867 2007-12-06  Paul Thomas  <pault@gcc.gnu.org>
2868
2869         PR fortran/34335
2870         * gfortran.dg/used_types_19.f90: New test.
2871
2872 2007-12-06  Kaz Kojima  <kkojima@gcc.gnu.org>
2873
2874         * gfortran.dg/nan_2.f90: Add -mieee for sh.
2875         * gfortran.dg/nearest_2.f90: Likewise.
2876         * gfortran.dg/nearest_3.f90: Likewise.
2877
2878 2007-12-05  Jakub Jelinek  <jakub@redhat.com>
2879
2880         PR middle-end/34337
2881         * gcc.c-torture/execute/20071205-1.c: New test.
2882
2883 2007-12-05  Kaz Kojima  <kkojima@gcc.gnu.org>
2884
2885         * gfortran.dg/module_nan.f90: Add -mieee for sh.
2886         * gfortran.dg/real_const_3.f90: Likewise.
2887
2888 2007-12-05  Richard Guenther  <rguenther@suse.de>
2889
2890         PR tree-optimization/34138
2891         * gcc.c-torture/compile/pr34138.c: New testcase.
2892
2893 2007-12-05  Jakub Jelinek  <jakub@redhat.com>
2894
2895         PR debug/33739
2896         * gfortran.dg/debug_2.f: New test.
2897
2898 2007-12-05  Eric Botcazou  <ebotcazou@adacore.com>
2899
2900         * gnat.dg/specs/elab1.ads: New test.
2901
2902 2007-12-05  Uros Bizjak  <ubizjak@gmail.com>
2903
2904         PR target/34312
2905         * gcc.target/i386/pr34312.c: New test.
2906
2907 2007-12-05  Tobias Burnus  <burnus@net-b.de>
2908
2909         PR fortran/34333
2910         * gfortran.dg/nan_2.f90: New.
2911
2912 2007-12-05  Jakub Jelinek  <jakub@redhat.com>
2913
2914         PR c++/34271
2915         * g++.dg/cpp0x/decltype9.C: New test.
2916         * g++.dg/cpp0x/decltype10.C: New test.
2917
2918 2007-12-05  Samuel Tardieu  <sam@rfc1149.net>
2919
2920         PR ada/21489
2921         * gnat.dg/rm_6_4_1_13.adb: New test.
2922
2923 2007-12-04  Jakub Jelinek  <jakub@redhat.com>
2924
2925         PR middle-end/34134
2926         * gcc.c-torture/compile/20071117-1.c: New test.
2927
2928 2007-12-04  Douglas Gregor  <doug.gregor@gmail.com>
2929
2930         PR c++/34101
2931         * g++.dg/cpp0x/variadic-ttp.C: New.
2932
2933 2007-12-04  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2934         
2935         * gcc.dg/parse-decl-after-if.c: New.
2936         * gcc.dg/20031223-1.c: Adjust.
2937         
2938 2007-12-04  Douglas Gregor  <doug.gregor@gmail.com>
2939
2940         PR c++/33509
2941         * g++.dg/cpp0x/variadic-throw.C: New.
2942
2943 2007-12-04  Douglas Gregor  <doug.gregor@gmail.com>
2944
2945         PR c++/33091
2946         * g++.dg/cpp0x/variadic-unify.C: New.
2947
2948 2007-12-04  Richard Guenther  <rguenther@suse.de>
2949
2950         PR middle-end/34334
2951         PR middle-end/34222
2952         * gcc.c-torture/compile/pr34334.c: New testcase.
2953         * g++.dg/torture/pr34222.C: New testcase.
2954
2955 2007-12-04  Jakub Jelinek  <jakub@redhat.com>
2956
2957         * gcc.c-torture/execute/20071202-1.c: New test.
2958         * gcc.dg/tree-ssa/pr34146-2.c: New test.
2959
2960 2007-12-04  Tobias Burnus  <burnus@net-b.de>
2961
2962         PR fortran/34318
2963         * gfortran.dg/module_nan.f90: New.
2964
2965 2007-12-04  Richard Sandiford  <rsandifo@nildram.co.uk>
2966
2967         * lib/target-supports.exp (get_compiler_messages): Replace with...
2968         (check_compile): ...this new procedure.  Handle TYPE == executable.
2969         Use comments in the source to determine the correct extension.
2970         Return a pair containing the compiler output and the output filename.
2971         Don't delete the file here.
2972         (check_no_compiler_messages_nocache): New procedure.
2973         (check_no_compiler_messages): Use it.
2974         (check_no_messages_and_pattern_nocache): New procedure.
2975         (check_no_messages_and_pattern): Use it.
2976         (check_runtime_nocache, check_runtime): New procedures.
2977         (check_effective_target_tls): Use check_no_compiler_messages.
2978         (check_effective_target_tls_native): Use check_no_messages_and_pattern.
2979         (check_effective_target_tls_runtime): Use check_runtime.
2980         (check_effective_target_fstack_protector): Likewise.
2981         (check_iconv_available): Use check_runtime_nocache.
2982         (check_effective_target_fortran_large_real): Use
2983         check_no_compiler_messages.
2984         (check_effective_target_fortran_large_int): Likewise.
2985         (check_effective_target_static_libgfortran): Likewise.
2986         (check_750cl_hw_available): Use check_cached_effective_target
2987         and check_runtime_nocache.
2988         (check_vmx_hw_available): Likewise.
2989         (check_effective_target_broken_cplxf_arg): Likewise.
2990         (check_alpha_max_hw_available): Use check_runtime.
2991         (check_function_available): Use check_no_compiler_messages.
2992         (check_cxa_atexit_available): Use check_cached_effective_target
2993         and check_runtime_nocache.
2994         (check_effective_target_dfp_nocache): Use
2995         check_no_compiler_messages_nocache.
2996         (check_effective_target_dfprt_nocache): Use check_runtime_nocache.
2997         (check_effective_target_dfp): Use check_cached_effective_target.
2998         (check_effective_target_dfprt): Likewise.
2999         (check_effective_target_arm_neon_hw): Use check_runtime.
3000         (check_effective_target_ultrasparc_hw): Likewise.
3001         (check_effective_target_c99_runtime): Use
3002         check_no_compiler_messages_nocache.
3003
3004 2007-12-03  Jakub Jelinek  <jakub@redhat.com>
3005
3006         PR middle-end/29749
3007         * gcc.dg/fold-rotate-1.c: New test.
3008
3009         PR tree-optimization/33453
3010         * gcc.c-torture/compile/20071203-1.c: New test.
3011
3012 2007-12-03  Robert Dewar <dewar@adacore.com>
3013             Samuel Tardieu  <sam@rfc1149.net>
3014
3015         PR ada/34287
3016         * gnat.dg/check_elaboration_code.adb: New test.
3017         * gnat.dg/bug_elaboration_code.ads, bug_elaboration_code.adb:
3018         New support files.
3019
3020 2007-12-02  Paolo Carlini  <pcarlini@suse.de>
3021
3022         PR c++/34061
3023         * g++.dg/cpp0x/pr34061.C: New.
3024
3025 2007-12-02  Paolo Carlini  <pcarlini@suse.de>
3026
3027         PR c++/34273
3028         * g++.dg/other/error21.C: New.
3029
3030 2007-12-02  Revital Eres  <eres@il.ibm.com>
3031
3032         * gcc.dg/sms-4.c: New testcase.
3033
3034 2007-12-02  Vladimir Yanovsky  <yanov@il.ibm.com>
3035             Revital Eres  <eres@il.ibm.com>
3036
3037         * gcc.dg/sms-3.c: New testcase.
3038
3039 2007-12-01  Ollie Wild  <aaw@google.com>
3040
3041         PR c++/8171
3042         * g++.dg/conversion/ptrmem9.C: New test.
3043
3044 2007-11-30  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
3045
3046         PR libfortran/34291
3047         * gfortran.dg/namelist_41.f90: New test.
3048
3049 2007-11-30  Tom Tromey  <tromey@redhat.com>
3050
3051         PR preprocessor/32868:
3052         * gcc.dg/cpp/pr32868.c: New file.
3053
3054 2007-11-30  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
3055
3056         PR fortran/34248
3057         * gfortran.dg/result_in_spec_3.f90: Add dg-option -std=gnu.
3058
3059 2007-11-30  Martin Michlmayr <tbm@cyrius.com>
3060
3061         PR rtl-optimization/34171
3062         * gcc.dg/pr34171.c: New testcase.
3063
3064 2007-11-30  Zdenek Dvorak  <ook@ucw.cz>
3065
3066         * gcc.dg/tree-ssa/pr34244.c: Fixed.
3067
3068 2007-11-30  Tobias Burnus  <burnus@net-b.de>
3069
3070         PR fortran/34133
3071         * gfortran.dg/bind_c_usage_9.f03: Fixes; add -std=f2003.
3072         * gfortran.dg/bind_c_usage_11.f03: New.
3073         * gfortran.dg/bind_c_usage_12.f03: New.
3074
3075 2007-11-30  Jakub Jelinek  <jakub@redhat.com>
3076
3077         PR c++/34275
3078         * g++.dg/other/error20.C: New test.
3079
3080 2007-11-29  Steven G. Kargl  <kargls@comcast.net>
3081
3082         PR fortran/34230
3083         * gfortran.dg/real_const_3.f90: Fix up for new range-check handling.
3084
3085 2007-11-29  Zdenek Dvorak  <ook@ucw.cz>
3086
3087         PR tree-optimization/34244
3088         * gcc.dg/tree-ssa/pr34244.c: New test.
3089
3090 2007-11-29  Jakub Jelinek  <jakub@redhat.com>
3091
3092         PR tree-optimization/33434
3093         * gcc.dg/pr33434-1.c: New test.
3094         * gcc.dg/pr33434-2.c: New test.
3095         * gcc.dg/pr33434-3.c: New test.
3096         * gcc.dg/pr33434-4.c: New test.
3097
3098         PR c++/34270
3099         * g++.dg/template/cond7.C: New test.
3100
3101         PR c++/34267
3102         PR c++/34268
3103         * g++.dg/cpp0x/decltype7.C: New test.
3104         * g++.dg/cpp0x/decltype8.C: New test.
3105
3106 2007-11-29  Tobias Burnus  <burnus@net-b.de>
3107
3108         PR fortran/34248
3109         * gfortran.dg/result_in_spec_3.f90: New.
3110
3111 2007-11-29  Tobias Burnus  <burnus@net-b.de>
3112
3113         PR fortran/34262
3114         * gfortran.dg/mvbits_3.f90: New.
3115
3116 2007-11-28  Bob Wilson  <bob.wilson@acm.org>
3117         
3118         * lib/target-supports.exp (check_effective_target_mips_soft_float):
3119         Delete.
3120         (check_effective_target_hard_float): New.
3121         * gcc.dg/var-expand1.c: Skip for targets without FPU instructions.
3122         * gcc.dg/pr30957-1.c: Likewise.
3123         
3124 2007-11-28  Samuel Tardieu  <sam@rfc1149.net>
3125
3126         PR ada/15804
3127         * gnat.dg/specs/variant_part.ads: New test.
3128
3129         PR ada/17318
3130         * gnat.dg/specs/attribute_parsing.ads: New test.
3131
3132         PR ada/32792
3133         * gnat.dg/specs/integer_value.ads: New test.
3134
3135         PR ada/22559
3136         * gnat.dg/specs/delta_small.ads: New test.
3137
3138 2007-11-28  Jakub Jelinek  <jakub@redhat.com>
3139
3140         PR tree-optimization/34140
3141         * gcc.c-torture/compile/20071128-1.c: New test.
3142
3143 2007-11-27  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
3144
3145         PR fortran/32928
3146         * gfortran.dg/data_array_1.f90
3147         * gfortran.dg/data_array_2.f90
3148         * gfortran.dg/data_array_3.f90
3149         * gfortran.dg/data_array_4.f90
3150
3151 2007-11-27  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
3152
3153         PR fortran/34227
3154         * gfortran.dg/blockdata_5.f90: New test.
3155         * gfortran.dg/blockdata_6.f90: New test.
3156
3157 2007-11-27  Jakub Jelinek  <jakub@redhat.com>
3158
3159         PR tree-optimization/34016
3160         * gcc.dg/pr34016.c: New test.
3161
3162 2007-11-27  Paul Thomas  <pault@gcc.gnu.org>
3163
3164         PR fortran/29389
3165         * gfortran.dg/stfunc_6.f90: New test.
3166
3167         PR fortran/33850
3168         * gfortran.dg/assign_10.f90: New test.
3169
3170 2007-11-27  Paul Thomas  <pault@gcc.gnu.org>
3171
3172         PR fortran/33541
3173         * gfortran.dg/use_11.f90: New test.
3174
3175         PR fortran/34231
3176         * gfortran.dg/generic_15.f90: New test.
3177
3178 2007-11-27  Jakub Jelinek  <jakub@redhat.com>
3179
3180         PR target/34225
3181         * gcc.dg/pr34225.c: New test.
3182
3183 2007-11-27  Richard Guenther  <rguenther@suse.de>
3184
3185         PR tree-optimization/34241
3186         * g++.dg/torture/pr34241.C: New testcase.
3187
3188 2007-11-27  Richard Guenther  <rguenther@suse.de>
3189
3190         * gcc.dg/builtins-error.c: New testcase.
3191
3192 2007-11-27  Jakub Jelinek  <jakub@redhat.com>
3193
3194         PR c++/34213
3195         * g++.dg/ext/visibility/anon8.C: New test.
3196
3197 2007-11-13  Michael Meissner  <michael.meissner@amd.com>
3198
3199         PR target/34077
3200         * gcc.target/i386/pr34077.c: New testcase.
3201
3202 2007-11-26  Tobias Burnus  <burnus@net-b.de>
3203
3204         PR fortran/34203
3205         * gfortran.dg/backslash_3.f: Add -fbackslash option.
3206         * gfortran.dg/init_flag_1.f90: Add -fbackslash option.
3207         * gfortran.dg/backslash_1.f90: Remove no longer needed
3208         -fno-backslash option.
3209
3210 2007-11-26  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3211
3212         PR c/23722
3213         * gcc.dg/cpp/19990413-1.c: Update.
3214         * gcc.dg/parse-else-error.c: New.
3215         * gcc.dg/parse-else-error-2.c: New.
3216         * gcc.dg/parse-else-error-3.c: New.
3217         * gcc.dg/parse-else-error-4.c: New.
3218
3219 2007-11-26  Andreas Krebbel  <krebbel1@de.ibm.com>
3220
3221         PR c++/34081
3222         * g++.dg/template/dependent-expr6.C: New testcase.
3223
3224 2007-11-26  Uros Bizjak  <ubizjak@gmail.com>
3225
3226         PR target/34215
3227         * gcc.target/i386/pr34215.c: New test.
3228
3229 2007-11-26  Rask Ingemann Lambertsen  <rask@sygehus.dk>
3230
3231         PR target/34174
3232         * gcc.dg/torture/pr34174-1.c: New.
3233
3234 2007-11-26  Richard Guenther  <rguenther@suse.de>
3235
3236         PR middle-end/34233
3237         * gcc.dg/pr34233.c: New testcase.
3238
3239 2007-11-26  Steven Bosscher  <stevenb.gcc@gmail.com>
3240             Revital Eres  <eres@il.ibm.com>
3241
3242         PR rtl-optimization/34085
3243         * gcc.dg/tree-prof (bb-reorg.c): New test.
3244
3245 2007-11-26  Richard Sandiford  <rsandifo@nildram.co.uk>
3246
3247         * lib/target-supports.exp (check_effective_target_mips_soft_float):
3248         Return true for MIPS16 targets.
3249
3250 2007-11-25  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
3251
3252         PR fortran/33152
3253         * gfortran.dg/blockdata_4.f90: New test.
3254
3255 2007-11-25  Tobias Burnus  <burnus@net-b.de>
3256
3257         PR fortran/34079
3258         * gfortran.dg/bind_c_usage_10_c.c: Fix comment.
3259         * gfortran.dg/bind_c_usage_16.f03: New.
3260         * gfortran.dg/bind_c_usage_16_c.c: New.
3261
3262 2007-11-25  Eric Botcazou  <ebotcazou@adacore.com>
3263
3264         * gnat.dg/specs/size_clause1.ads: New test.
3265         * gnat.dg/specs/size_clause2.ads: Likewise.
3266         * gnat.dg/specs/size_clause3.ads: Likewise.
3267
3268 2007-11-25  Paul Thomas  <pault@gcc.gnu.org>
3269
3270         PR fortran/33499
3271         * gfortran.dg/entry_16.f90: New test.
3272
3273 2007-11-24  Tobias Burnus  <burnus@net-b.de>
3274
3275         PR fortran/34192
3276         * gfortran.dg/nearest_2.f90: Add INF/NAN tests.
3277
3278 2007-11-24  Paul Thomas  <pault@gcc.gnu.org>
3279
3280         PR fortran/33541
3281         * gfortran.dg/nested_modules_1.f90: Change the reference to
3282         FOO, forbidden by the standard, to a reference to W.
3283         * gfortran.dg/use_only_1.f90: New test.
3284
3285 2007-11-23  Tobias Burnus  <burnus@net-b.de>
3286
3287         PR fortran/34209
3288         * gfortran.dg/nearest_3.f90: New test.
3289
3290 2007-11-23  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
3291
3292         PR fortran/33317
3293         * gfortran.dg/optional_dim_2.f90: New test.
3294
3295 2007-11-23  Tobias Burnus  <burnus@net-b.de>
3296
3297         PR fortran/34187
3298         * gfortran.dg/bind_c_usage_15.f90: New.
3299
3300 2007-11-23  Tobias Burnus  <burnus@net-b.de>
3301
3302         PR fortran/34192
3303         * gfortran.dg/nearest_2.f90: New.
3304
3305
3306 2007-11-23  Jakub Jelinek  <jakub@redhat.com>
3307
3308         PR c++/30293
3309         PR c++/30294
3310         * g++.dg/ext/java-2.C: New test.
3311
3312 2007-11-23  Mark Mitchell  <mark@codesourcery.com>
3313             Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3314         
3315         PR c++/5310
3316         * g++.dg/warn/pr5310.C: New.
3317         * g++.dg/warn/pr33160.C: New.
3318         
3319 2007-11-23  Richard Guenther  <rguenther@suse.de>
3320             Michael Matz  <matz@suse.de>
3321
3322         PR tree-optimization/34176
3323         * gcc.c-torture/execute/pr34176.c: New testcase.
3324
3325 2007-11-23  Jakub Jelinek  <jakub@redhat.com>
3326
3327         PR c++/34198
3328         * gcc.dg/Wconversion-5.c: New test.
3329         * g++.dg/Wconversion3.C: New test.
3330
3331 2007-11-23  Richard Guenther  <rguenther@suse.de>
3332
3333         * gcc.dg/tree-ssa/alias-17.c: New testcase.
3334
3335 2007-11-22  Joseph Myers  <joseph@codesourcery.com>
3336
3337         PR c/14050
3338         * gcc.dg/c99-arraydecl-1.c: Don't expect errors for static or type
3339         qualifiers in abstract declarator.
3340
3341 2007-11-22  Tobias Burnus  <burnus@net-b.de>
3342
3343         * gfortran.dg/derived_constructor_comps_3.f90: New.
3344
3345 2007-11-22  Jakub Jelinek  <jakub@redhat.com>
3346
3347         PR c++/34094
3348         * g++.dg/ext/visibility/anon7.C: New test.
3349
3350 2007-11-22  Tobias Burnus  <burnus@net-b.de>
3351
3352         PR fortran/34079
3353         * gfortran.dg/bind_c_usage_10.f03: Remove .mod file afterwards.
3354         * gfortran.dg/bind_c_usage_13.f03: New.
3355         * gfortran.dg/bind_c_usage_14.f03: New.
3356
3357 2007-11-22  Richard Sandiford  <rsandifo@nildram.co.uk>
3358
3359         PR rtl-optimization/33848
3360         * gcc.dg/torture/pr33848.c: New test.
3361
3362 2007-11-21  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3363
3364         PR fortran/34083
3365         * gfortran.dg/derived_constructor_comps_2.f90: Add check.
3366
3367 2007-11-20  Richard Guenther  <rguenther@suse.de>
3368
3369         PR middle-end/34154
3370         * testsuite/gcc.c-torture/execute/pr34154.c: New testcase.
3371
3372 2007-11-20  Uros Bizjak  <ubizjak@gmail.com>
3373
3374         * gcc.dg/tree-ssa/20030714-1.c: Cleanup dom3 dump file.
3375
3376 2007-11-20  Thomas Koenig  <tkoenig@gcc.gnu.org>
3377
3378         PR fortran/32770
3379         * gfortran.dg/record_marker_1.f90:  Explicitly set kinds
3380         so test passes with -frecord-marker=8.
3381         * gfortran.dg/integer_exponentiation_1.f90:  Likewise.
3382         * gfortran.dg/integer_exponentiation_2.f90:  Likewise.
3383         * gfortran.dg/integer_exponentiation_3.F90:  Likewise.
3384         * gfortran.dg/integer_exponentiation_5.F90:  Likewise.
3385         * gfortrand.dg/modulo_1.f90:  Likewise.
3386
3387 2007-11-20  Richard Sandiford  <rsandifo@nildram.co.uk>
3388
3389         * lib/target-supports.exp (check_effective_target_mips_soft_float):
3390         New procedure.
3391         * gcc.dg/var-expand1.c: Skip for mips_soft_float.
3392         * gcc.dg/pr30957-1.c: Likewise.
3393
3394 2007-11-20  Jakub Jelinek  <jakub@redhat.com>
3395
3396         PR c++/34089
3397         * g++.dg/template/crash74.C: New test.
3398
3399 2007-11-20  Richard Guenther  <rguenther@suse.de>
3400
3401         * gcc.c-torture/execute/20071120-1.c: New testcase.
3402
3403 2007-11-20  Jakub Jelinek  <jakub@redhat.com>
3404
3405         PR c/34146
3406         * gcc.dg/tree-ssa/pr34146.c: New test.
3407
3408         PR testsuite/33978
3409         * gcc.dg/tree-ssa/pr33723.c: Adjust scan pattern to make it less
3410         dependent on target settings like move_by_pieces etc.
3411
3412         PR c++/28879
3413         * g++.dg/template/vla2.C: New test.
3414
3415         PR c++/33962
3416         * g++.dg/overload/template3.C: New test.
3417
3418 2007-11-19  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
3419
3420         PR fortran/33317
3421         * gfortran.dg/optional_dim_2.f90: Remove test.
3422
3423 2007-11-19  Peter Bergner  <bergner@vnet.ibm.com>
3424
3425         * gcc.dg/dfp/ddmode-ice.c: New test.
3426
3427 2007-11-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
3428
3429         PR tree-optimization/34036
3430         * gcc.dg/tree-ssa/pr23109.c: Pass -ftrapping-math and expect warning.
3431
3432 2007-11-19  Richard Guenther  <rguenther@suse.de>
3433
3434         PR tree-optimization/34
3435         * gcc.c-torture/execute/pr34099-2.c: New testcase.
3436
3437 2007-11-19  Tobias Burnus  <burnus@net-b.de>
3438
3439         PR fortran/34079
3440         * gfortran.dg/bind_c_usage_10_c.c: New.
3441         * gfortran.dg/bind_c_usage_10.f03: New.
3442
3443 2007-11-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
3444
3445         * gcc.dg/pr33007.c: Expect new warning.
3446         * gcc.dg/tree-ssa/recip-5.c: Likewise.
3447         * g++.dg/opt/pr34036.C: New test.
3448
3449 2007-11-18  Jakub Jelinek  <jakub@redhat.com>
3450
3451         PR c++/30988
3452         * g++.dg/warn/noreturn-4.C: New test.
3453         * g++.dg/warn/noreturn-5.C: New test.
3454         * g++.dg/warn/noreturn-6.C: New test.
3455         * g++.dg/warn/noreturn-7.C: New test.
3456
3457 2007-11-18  Thomas Koenig  <tkoenig@gcc.gnu.org>
3458
3459         PR fortran/32770
3460         * gfortran.fortran-torture/execute/equiv_5.f:  Set kind on
3461         integers so tests works with -fdefault-integer-8.
3462         * gfortran.fortran-torture/execute/elemental.f90:  Use default
3463         integers so test passes with -fdefault-integer-8.
3464         * gfortran.fortran-torture/execute/der_io.f90:  Increase
3465         buffer length so test passes with -fdefault-integer-8.
3466         * gfortran.dg/bounds_check_8.f90:  Likewise.
3467         * gfortran.dg/arrayio_derived_1.f90:  LIkewise.
3468         * gfortran.dg/equiv_7.f90:  Set kind so test passes
3469         with -fdefault-integer-8.
3470         * gfortran.dg/g77/20030326-1.f:  Set kind explicitly to
3471         provoke overflow.
3472
3473 2007-11-18  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
3474
3475         PR fortran/33317
3476         * gfortran.dg/optional_dim_2.f90: New test.
3477         
3478         PR fortran/34139
3479         * gfortran.dg/subref_array_pointer_2.f90: Update test condition.
3480         
3481 2007-11-18  Jakub Jelinek  <jakub@redhat.com>
3482
3483         PR rtl-optimization/34132
3484         * gcc.c-torture/compile/20071118-1.c: New test.
3485
3486 2007-11-18  Paul Thomas  <pault@gcc.gnu.org>
3487
3488         PR fortran/31608
3489         * gfortran.dg/char_cast_2.f90: New test based on achar_4.f90.
3490
3491 2007-11-18  Tobias Burnus  <burnus@net-b.de>
3492
3493         PR fortran/34137
3494         * gfortran.dg/entry_14.f90: New.
3495         * gfortran.dg/entry_15.f90: New.
3496
3497 2007-11-18  Richard Guenther  <rguenther@suse.de>
3498
3499         PR tree-optimization/34127
3500         * gcc.c-torture/compile/pr34127.c: New testcase.
3501
3502 2007-11-18  Ben Elliston  <bje@au.ibm.com>
3503
3504         * gcc.target/powerpc/altivec-23.c: Do not use a typedef name as a
3505         type specifier, as they are not permitted according to the AltiVec
3506         Programming Interface Manual.
3507
3508 2007-11-17  Tobias Burnus  <burnus@net-b.de>
3509
3510         PR fortran/34133
3511         * gfortran.dg/bind_c_usage_9.f03: New.
3512         * gfortran.dg/interface_abstract_1.f90: Fix testcase.
3513
3514 2007-11-17  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3515
3516         PR fortran/25252
3517         * interface.c (gfc_current_interface_head,
3518         gfc_set_current_interface_head): New functions.
3519         * decl.c (gfc_match_modproc): Move check for syntax error earlier.
3520         On syntax error, restore previous state of the interface.
3521         * gfortran.h (gfc_current_interface_head,
3522         gfc_set_current_interface_head): New prototypes.
3523
3524 2007-11-17  Richard Guenther  <rguenther@suse.de>
3525
3526         PR middle-end/34130
3527         * gcc.c-torture/execute/pr34130.c: New testcase.
3528
3529 2007-11-17  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3530
3531         PR fortran/34108
3532         * gfortran.dg/fmt_label_1.f90: New test.
3533
3534 2007-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3535
3536         PR fortran/33957
3537         * gfortran.dg/initialization_15.f90 : New test.
3538
3539 2007-11-16  Richard Guenther  <rguenther@suse.de>
3540
3541         PR middle-end/34030
3542         * gcc.c-torture/compile/pr34030.c: New testcase.
3543
3544 2007-11-16  Paul Thomas  <pault@gcc.gnu.org>
3545
3546         PR fortran/34008
3547         * gfortran.dg/interface_assignment_3.f90.
3548
3549 2007-11-16  Richard Guenther  <rguenther@suse.de>
3550
3551         PR tree-optimization/33870
3552         * gcc.dg/torture/pr33870.c: New testcase.
3553
3554 2007-11-16  Paul Thomas  <pault@gcc.gnu.org>
3555
3556         PR fortran/33986
3557         * gfortran.dg/allocatable_function_3.f90.
3558
3559 2007-11-16  Richard Guenther  <rguenther@suse.de>
3560
3561         PR tree-optimization/34113
3562         * gcc.c-torture/compile/pr34113.c: New testcase.
3563
3564 2007-11-16  Richard Guenther  <rguenther@suse.de>
3565
3566         PR tree-optimization/34099
3567         * g++.dg/torture/pr3499.C: New testcase.
3568         * gcc.c-torture/execute/pr34099.c: Likewise.
3569
3570 2007-11-16  Olivier Hainque  <hainque@adacore.com>
3571
3572         * gnat.dg/release_unc_maxalign.adb: New test.
3573
3574 2007-11-16  Jakub Jelinek  <jakub@redhat.com>
3575
3576         PR c++/34100
3577         * g++.dg/template/crash73.C: New test.
3578
3579 2007-11-15  Jakub Jelinek  <jakub@redhat.com>
3580
3581         PR middle-end/23848
3582         * gcc.dg/tree-ssa/pr23848-1.c: New test.
3583         * gcc.dg/tree-ssa/pr23848-2.c: New test.
3584         * gcc.dg/tree-ssa/pr23848-3.c: New test.
3585         * gcc.dg/tree-ssa/pr23848-4.c: New test.
3586
3587 2007-11-15  Tobias Burnus  <burnus@net-b.de>
3588
3589         PR fortran/33917
3590         * gfortran.dg/proc_decl_11.f90: New.
3591
3592 2007-11-15  Ben Elliston  <bje@au.ibm.com>
3593
3594         * gcc.target/spu/compare-dp.c: New test.
3595
3596 2007-11-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
3597
3598         * gcc.dg/pr33923.c: New test.
3599
3600<