OSDN Git Service

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