OSDN Git Service

2009-05-06 Le-Chun Wu <lcwu@google.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2009-05-06  Le-Chun Wu  <lcwu@google.com>
2
3         * lib/plugin-support.exp: New file containing support procs for
4         plugin testcases.
5         * lib/target-supports.exp (check_plugin_available): New proc.
6         * gcc.dg/plugin/plugin.exp: New driver script for gcc testcases.
7         * gcc.dg/plugin/selfassign.c: New plugin source file.
8         * gcc.dg/plugin/self-assign-test-1.c: New test.
9         * gcc.dg/plugin/self-assign-test-2.c: Likewise.
10         * g++.dg/README: Add description for plugin test.
11         * g++.dg/dg.exp: Exclude plugin tests from the general test list.
12         * g++.dg/plugin/plugin.exp: New driver script for g++ testcases.
13         * g++.dg/plugin/selfassign.c: New plugin source file.
14         * g++.dg/plugin/self-assign-test-1.C: New test.
15         * g++.dg/plugin/self-assign-test-2.C: Likewise.
16         * g++.dg/plugin/self-assign-test-3.C: Likewise.
17         * g++.dg/plugin/dumb_plugin.c: New plugin source file.
18         * g++.dg/plugin/dumb-plugin-test-1.C: New test.
19
20 2009-05-06  Tobias Burnus  <burnus@net-b.de>
21
22         PR fortran/40041
23         * gfortran.dg/intrinsic_2.f90: New test.
24         * gfortran.dg/intrinsic.f90: Add old and this PR as comment.
25
26 2009-05-06  Joseph Myers  <joseph@codesourcery.com>
27
28         PR c/40032
29         * gcc.dg/noncompile/incomplete-5.c: New test.
30
31 2009-05-05  Jakub Jelinek  <jakub@redhat.com>
32
33         PR middle-end/39666
34         * gcc.dg/pr39666-1.c: New test.
35         * gcc.dg/pr39666-2.c: Likewise.
36         * g++.dg/warn/Wuninitialized-4.C: Likewise.
37         * g++.dg/warn/Wuninitialized-5.C: Likewise.
38         * gfortran.dg/pr39666-1.f90: Likewise.
39         * gfortran.dg/pr39666-2.f90: Likewise.
40
41 2009-05-05  Adam Nemet  <anemet@caviumnetworks.com>
42
43         * gcc.target/mips/mips.exp: Add -mtune= to mips_option_groups.
44         * gcc.target/mips/dspr2-MULT.c: Pass -mtune=74kc
45         * gcc.target/mips/dspr2-MULTU.c: Likewise.
46
47 2009-05-05  Janus Weil  <janus@gcc.gnu.org>
48
49         PR fortran/39998
50         * gfortran.dg/proc_ptr_17.f90: New.
51
52 2009-05-05  Richard Guenther  <rguenther@suse.de>
53
54         PR tree-optimization/40022
55         * gcc.c-torture/execute/pr40022.c: New testcase.
56
57 2009-05-05  Richard Guenther  <rguenther@suse.de>
58
59         PR middle-end/40023
60         * gcc.c-torture/compile/pr40023.c: New testcase.
61
62 2009-05-05  Nathan Sidwell  <nathan@codesourcery.com>
63
64         * g++.old-deja/g++.other/overload11.C: Adjust expected errors.
65         * g++.dg/template/overload9.C: Likewise.
66         * g++.dg/ext/ms-1.C: New.
67
68 2009-05-05  Jakub Jelinek  <jakub@redhat.com>
69
70         PR c++/40013
71         * g++.dg/ext/vla7.C: New test.
72
73 2009-05-04  Joseph Myers  <joseph@codesourcery.com>
74
75         * gcc.dg/ucnid-11.c, gcc.dg/ucnid-12.c, gcc.dg/ucnid-13.c: New
76         tests.
77
78 2009-05-04  Joseph Myers  <joseph@codesourcery.com>
79
80         * gcc.dg/ucnid-8.c, gcc.dg/ucnid-9.c, gcc.dg/ucnid-10.c: New
81         tests.
82         * gcc.dg/declspec-9.c, gcc.dg/declspec-10.c, gcc.dg/declspec-11.c:
83         Update expected errors.
84
85 2009-05-04  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
86
87         PR c++/28152
88         * g++.dg/parse/parser-pr28152.C: New.
89         * g++.dg/parse/parser-pr28152-2.C: New.
90
91 2009-05-04  Joseph Myers  <joseph@codesourcery.com>
92
93         * gcc.dg/attr-alias-5.c, gcc.dg/ucnid-7.c: New tests.
94
95 2009-05-03  Eric Botcazou  <ebotcazou@adacore.com>
96
97         * gcc.target/sparc/fpmul-2.c: Replace final_cleanup with optimized.
98         * gcc.target/sparc/fexpand-2.c: Likewise.
99         * gcc.target/sparc/fpmerge-2.c: Likewise.
100         * gcc.target/sparc/pdist-2.c: Likewise.
101
102 2009-05-03  Richard Guenther  <rguenther@suse.de>
103
104         PR c/39983
105         * gcc.c-torture/compile/pr39983.c: New testcase.
106
107 2009-05-03  Joseph Myers  <joseph@codesourcery.com>
108
109         * gcc.dg/c99-complex-3.c: New test.
110
111 2009-05-03  Joseph Myers  <joseph@codesourcery.com>
112
113         * gcc.dg/cpp/utf8-5byte-1.c: New test.
114
115 2009-05-02  Joseph Myers  <joseph@codesourcery.com>
116
117         * gcc.dg/ucnid-6.c: Fix typo in dg-do directive.
118
119 2009-05-02  Richard Guenther  <rguenther@suse.de>
120
121         PR middle-end/40001
122         * gcc.target/spu/pr40001.c: New testcase.
123
124 2009-04-30  Adam Nemet  <anemet@caviumnetworks.com>
125
126         * gcc.dg/ssp-1.c (__stack_chk_fail): Remove static.
127
128 2009-04-30  Steve Ellcey  <sje@cup.hp.com>
129
130         PR middle-end/39579
131         * gcc.dg/vect/vect-35.c: XFAIL for IA64 and Sparc.
132         * gfortran.dg/vect/fast-math-pr38968.f90: Ditto.
133
134 2009-04-30  Janis Johnson  <janis187@us.ibm.com>
135
136         PR testsuite/39776
137         * g++.dg/ext/altivec-15.C: Remove dg-error for messages that are
138         no longer issued.
139
140 2009-04-30  David Ayers  <ayers@fsfe.org>
141
142         * lib/objc.exp (objc_init): Add and set gcc_warning_prefix
143         and gcc_error_prefix variables.
144         * objc.dg/bad-receiver-type.m: Update to match correct
145         diagnostics marker.
146         * objc.dg/encode-5.m: Likewise.
147         * objc.dg/id-1.m: Likewise.
148         * objc.dg/method-1.m: Likewise.
149         * objc.dg/method-6.m: Likewise.
150         * objc.dg/method-7.m: Likewise.
151         * objc.dg/method-9.m: Likewise.
152         * objc.dg/method-11.m: Likewise.
153         * objc.dg/method-20.m: Likewise.
154         * objc.dg/private-1.m: Likewise.
155
156 2009-04-30  Janne Blomqvist  <jb@gcc.gnu.org>
157
158         PR libfortran/39667
159         * gfortran.dg/advance_1.f90: Don't require target fd_truncate.
160         * gfortran.dg/advance_4.f90: Likewise
161         * gfortran.dg/advance_5.f90: Likewise
162         * gfortran.dg/append_1.f90: Likewise
163         * gfortran.dg/backslash_1.f90: Likewise
164         * gfortran.dg/backslash_2.f90: Likewise
165         * gfortran.dg/backslash_3.f: Likewise
166         * gfortran.dg/backspace_10.f90: Likewise
167         * gfortran.dg/backspace_3.f: Likewise
168         * gfortran.dg/backspace_4.f: Likewise
169         * gfortran.dg/backspace_5.f: Likewise
170         * gfortran.dg/backspace_8.f: Likewise
171         * gfortran.dg/backspace_9.f: Likewise
172         * gfortran.dg/complex_write.f90: Likewise
173         * gfortran.dg/convert_implied_open.f90: Likewise
174         * gfortran.dg/dollar_edit_descriptor_1.f: Likewise
175         * gfortran.dg/dos_eol.f: Likewise
176         * gfortran.dg/empty_format_1.f90: Likewise
177         * gfortran.dg/endfile.f: Likewise
178         * gfortran.dg/eof_1.f90: Likewise
179         * gfortran.dg/eor_1.f90: Likewise
180         * gfortran.dg/eor_handling_1.f90: Likewise
181         * gfortran.dg/eor_handling_2.f90: Likewise
182         * gfortran.dg/eor_handling_3.f90: Likewise
183         * gfortran.dg/eor_handling_4.f90: Likewise
184         * gfortran.dg/eor_handling_5.f90: Likewise
185         * gfortran.dg/error_recovery_5.f90: Likewise
186         * gfortran.dg/f2003_inquire_1.f03: Likewise
187         * gfortran.dg/f2003_io_4.f03: Likewise
188         * gfortran.dg/f2003_io_5.f03: Likewise
189         * gfortran.dg/f2003_io_7.f03: Likewise
190         * gfortran.dg/fgetc_1.f90: Likewise
191         * gfortran.dg/fgetc_2.f90: Likewise
192         * gfortran.dg/flush_1.f90: Likewise
193         * gfortran.dg/fmt_exhaust.f90: Likewise
194         * gfortran.dg/fmt_huge.f90: Likewise
195         * gfortran.dg/fmt_read.f90: Likewise
196         * gfortran.dg/fmt_t_1.f90: Likewise
197         * gfortran.dg/fmt_t_2.f90: Likewise
198         * gfortran.dg/fmt_t_3.f90: Likewise
199         * gfortran.dg/fmt_t_4.f90: Likewise
200         * gfortran.dg/fmt_t_5.f90: Likewise
201         * gfortran.dg/fmt_t_7.f: Likewise
202         * gfortran.dg/fseek.f90: Likewise
203         * gfortran.dg/ftell_1.f90: Likewise
204         * gfortran.dg/ftell_2.f90: Likewise
205         * gfortran.dg/func_derived_3.f90: Likewise
206         * gfortran.dg/inquire_9.f90: Likewise
207         * gfortran.dg/iostat_1.f90: Likewise
208         * gfortran.dg/iostat_2.f90: Likewise
209         * gfortran.dg/list_read_1.f90: Likewise
210         * gfortran.dg/list_read_4.f90: Likewise
211         * gfortran.dg/list_read_5.f90: Likewise
212         * gfortran.dg/list_read_7.f90: Likewise
213         * gfortran.dg/list_read_8.f90: Likewise
214         * gfortran.dg/list_read_9.f90: Likewise
215         * gfortran.dg/namelist_13.f90: Likewise
216         * gfortran.dg/namelist_14.f90: Likewise
217         * gfortran.dg/namelist_15.f90: Likewise
218         * gfortran.dg/namelist_16.f90: Likewise
219         * gfortran.dg/namelist_17.f90: Likewise
220         * gfortran.dg/namelist_18.f90: Likewise
221         * gfortran.dg/namelist_19.f90: Likewise
222         * gfortran.dg/namelist_20.f90: Likewise
223         * gfortran.dg/namelist_24.f90: Likewise
224         * gfortran.dg/namelist_26.f90: Likewise
225         * gfortran.dg/namelist_27.f90: Likewise
226         * gfortran.dg/namelist_28.f90: Likewise
227         * gfortran.dg/namelist_37.f90: Likewise
228         * gfortran.dg/namelist_38.f90: Likewise
229         * gfortran.dg/namelist_39.f90: Likewise
230         * gfortran.dg/namelist_40.f90: Likewise
231         * gfortran.dg/namelist_43.f90: Likewise
232         * gfortran.dg/namelist_44.f90: Likewise
233         * gfortran.dg/namelist_45.f90: Likewise
234         * gfortran.dg/namelist_46.f90: Likewise
235         * gfortran.dg/namelist_47.f90: Likewise
236         * gfortran.dg/namelist_48.f90: Likewise
237         * gfortran.dg/namelist_49.f90: Likewise
238         * gfortran.dg/namelist_50.f90: Likewise
239         * gfortran.dg/namelist_51.f90: Likewise
240         * gfortran.dg/namelist_52.f90: Likewise
241         * gfortran.dg/namelist_56.f90: Likewise
242         * gfortran.dg/namelist_char_only.f90: Likewise
243         * gfortran.dg/namelist_use.f90: Likewise
244         * gfortran.dg/namelist_use_only.f90: Likewise
245         * gfortran.dg/noadv_size.f90: Likewise
246         * gfortran.dg/open_access_append_1.f90: Likewise
247         * gfortran.dg/pad_no.f90: Likewise
248         * gfortran.dg/pr12884.f: Likewise
249         * gfortran.dg/pr17090.f90: Likewise
250         * gfortran.dg/pr17285.f90: Likewise
251         * gfortran.dg/pr17286.f90: Likewise
252         * gfortran.dg/pr18122.f90: Likewise
253         * gfortran.dg/pr18210.f90: Likewise
254         * gfortran.dg/pr18392.f90: Likewise
255         * gfortran.dg/pr19155.f: Likewise
256         * gfortran.dg/pr19216.f: Likewise
257         * gfortran.dg/pr19467.f90: Likewise
258         * gfortran.dg/pr19657.f: Likewise
259         * gfortran.dg/pr20257.f90: Likewise
260         * gfortran.dg/read_bad_advance.f90: Likewise
261         * gfortran.dg/read_eof_2.f90: Likewise
262         * gfortran.dg/read_eof_4.f90: Likewise
263         * gfortran.dg/read_many_1.f: Likewise
264         * gfortran.dg/read_noadvance.f90: Likewise
265         * gfortran.dg/read_repeat.f90: Likewise
266         * gfortran.dg/read_size_noadvance.f90: Likewise
267         * gfortran.dg/read_x_past.f: Likewise
268         * gfortran.dg/record_marker_1.f90: Likewise
269         * gfortran.dg/record_marker_3.f90: Likewise
270         * gfortran.dg/rewind_1.f90: Likewise
271         * gfortran.dg/runtime_warning_1.f90: Likewise
272         * gfortran.dg/shape_3.f90: Likewise
273         * gfortran.dg/slash_1.f90: Likewise
274         * gfortran.dg/stat_1.f90: Likewise
275         * gfortran.dg/stat_2.f90: Likewise
276         * gfortran.dg/streamio_11.f90: Likewise
277         * gfortran.dg/streamio_3.f90: Likewise
278         * gfortran.dg/streamio_4.f90: Likewise
279         * gfortran.dg/streamio_9.f90: Likewise
280         * gfortran.dg/tl_editing.f90: Likewise
281         * gfortran.dg/unf_io_convert_1.f90: Likewise
282         * gfortran.dg/unf_io_convert_2.f90: Likewise
283         * gfortran.dg/unf_read_corrupted_2.f90: Likewise
284         * gfortran.dg/unf_short_record_1.f90: Likewise
285         * gfortran.dg/utf8_1.f03: Likewise
286         * gfortran.dg/utf8_2.f03: Likewise
287         * gfortran.dg/widechar_IO_1.f90: Likewise
288         * gfortran.dg/write_check3.f90: Likewise
289         * gfortran.dg/write_rewind_2.f: Likewise
290         * gfortran.dg/x_slash_2.f: Likewise
291         
292 2009-04-29  Richard Guenther  <rguenther@suse.de>
293
294         PR target/39943
295         * lib/target-supports.exp (check_effective_target_vect_uintfloat_cvt):
296         New.
297         (check_effective_target_vect_floatuint_cvt): Likewise.
298         * gcc.dg/vect/slp-10.c: Adjust.
299         * gcc.dg/vect/slp-11.c: Adjust.
300         * gcc.dg/vect/slp-12b.c: Adjust.
301         * gcc.dg/vect/slp-33.c: Adjust.
302         * gcc.c-torture/compile/pr39943.c: New testcase.
303
304 2009-04-29  Richard Guenther  <rguenther@suse.de>
305
306         PR middle-end/39937
307         * gcc.c-torture/compile/pr39937.c: New testcase.
308
309 2009-04-29  Richard Guenther  <rguenther@suse.de>
310
311         PR tree-optimization/39941
312         * gcc.c-torture/compile/pr39941.c: New testcase.
313
314 2009-04-29  Bernd Schmidt  <bernd.schmidt@analog.com>
315
316         * gcc.target/bfin/20090411-1.c: New test.
317
318 2009-04-29  Anmol P. Paralkar  <anmol@freescale.com>
319
320         PR target/39565
321         * gcc.dg/pr39565.c: New testcase.
322
323 2009-04-28  Nathan Sidwell  <nathan@codesourcery.com>
324
325         * gcc.target/i386/sse4_1-roundps-1.c: Skip for vxworks kernel.
326         * gcc.target/i386/sse4_1-roundpd-1.c: Likewise.
327         * gcc.target/i386/sse4_1-roundps-3.c: Likewise.
328         * gcc.target/i386/sse4_1-roundpd-3.c: Likewise.
329         * gcc.target/i386/sse4_1-roundss-1.c: Likewise.
330         * gcc.target/i386/sse4_1-roundsd-1.c: Likewise.
331         * gcc.target/i386/sse4_1-roundss-3.c: Likewise.
332         * gcc.target/i386/sse4_1-roundsd-3.c: Likewise.
333         * gcc.target/i386/sse4_1-roundps-2.c: Likewise.
334         * gcc.target/i386/sse4_1-roundpd-2.c: Likewise.
335         * gcc.target/i386/sse4_1-roundss-2.c: Likewise.
336         * gcc.target/i386/sse4_1-roundsd-2.c: Likewise.
337         * gcc.target/i386/sse4_1-roundss-4.c: Likewise.
338         * gcc.target/i386/sse4_1-roundsd-4.c: Likewise.
339         * gcc.target/i386/pr37191.c: Likewise.
340         * gcc.target/i386/reload-1.c: Likewise.
341         * g++.old-deja/g++.pt/repo1.C: Skip for vxworks kernel.
342         * g++.old-deja/g++.pt/repo2.C: Likewise.
343         * g++.old-deja/g++.pt/repo3.C: Likewise.
344         * g++.old-deja/g++.pt/repo4.C: Likewise.
345         * g++.old-deja/g++.pt/instantiate4.C: Likewise.
346         * g++.old-deja/g++.pt/instantiate6.C: Likewise.
347         * g++.dg/template/repo1.C: Likewise.
348         * g++.dg/template/repo2.C: Likewise.
349         * g++.dg/template/repo3.C: Likewise.
350         * g++.dg/template/repo4.C: Likewise.
351         * g++.dg/template/repo5.C: Likewise.
352         * g++.dg/template/repo6.C: Likewise.
353         * g++.dg/template/repo7.C: Likewise.
354         * g++.dg/template/repo8.C: Likewise.
355         * g++.dg/template/repo9.C: Likewise.
356         * g++.dg/rtti/repo1.C: Likewise.        
357         * gcc.dg/cpp/_Pragma6.c: Skip for vxworks.
358         * g++.dg/cpp/_Pragma1.C: Skip for vxworks.
359         * gcc.dg/pthread-init-1.c: Xfail for vxworks rtp.
360         * g++.dg/other/PR23205.C: Skip for vxworks.
361         * g++.dg/ext/visibility/class1.C: Requires PIC.
362         * g++.dg/eh/async-unwind2.C: Requires PIC.
363         * lib/target-supports.exp (check_cxa_atexit_available): Vxworks
364         does not have cxa_exit.
365
366 2009-04-28  Jing Yu  <jingyu@google.com>
367
368         PR testsuite/39790
369         * lib/target-supports.exp (check_effective_target_tls): Remove
370         comment of caching.
371         (check_effective_target_tls_native): Likewise.
372         (check_effective_target_tls_runtime): Likewise.
373         * gcc.dg/tls/alias-1.c (dg-require-effective-target): Change target
374         tls to tls_runtime.
375         * gcc.dg/tls/opt-2.c: Add dg-require-effective-target tls_runtime.
376
377 2009-04-28  Janus Weil  <janus@gcc.gnu.org>
378
379         PR fortran/39946
380         * gfortran.dg/proc_ptr_16.f90: New.
381
382 2009-04-28  Steve Ellcey  <sje@cup.hp.com>
383
384         * testsuite/gcc.target/ia64/sync-1.c: Check for cmpxchg8 only if
385         lp64 is true.
386
387 2009-04-28  Richard Guenther  <rguenther@suse.de>
388
389         PR middle-end/39937
390         * gfortran.fortran-torture/compile/pr39937.f: New testcase.
391
392 2009-04-28  H.J. Lu  <hongjiu.lu@intel.com>
393
394         * g++.dg/warn/pr35652.C: Removed.
395         * gcc.dg/pr35652.c: Likewise.
396
397 2009-04-28  Alexander Monakov  <amonakov@ispras.ru>
398
399         * gcc.target/ia64/20071210-2.c: New testcase.
400
401 2009-04-28  Uros Bizjak  <ubizjak@gmail.com>
402
403         PR c/39323
404         * gcc.dg/pr39323-2.c: Also scan for alignment in log2 format.
405         * gcc.dg/pr39323-3.c: Ditto.
406
407 2009-04-28  Janus Weil  <janus@gcc.gnu.org>
408
409         PR fortran/39930
410         PR fortran/39931
411         * gfortran.dg/ambiguous_reference_2.f90: New.
412         * gfortran.dg/pointer_assign_7.f90: New.
413
414 2009-04-28  Nathan Froyd  <froydnj@codesourcery.com>
415             Mark Mitchell  <mark@codesourcery.com>
416
417         * gcc.target/powerpc/20020118-1.c: Skip on vxworks targets.
418         * gcc.dg/20020103-1.c: Check for __ppc.
419         * gcc.dg/asm-b.c: Check for __ppc.
420         * gcc.dg/20020919-1.c: Check for __ppc.
421         * gcc.dg/20020312-2.c: Likewise.
422         * gcc.dg/trampoline-1.c: Add appropriate NO_TRAMPOLINES #ifndefs.
423         * gcc.dg/torture/asm-subreg-1.c: Skip on sparc vxworks targets.
424         * gcc.dg/attr-weakref-1.c: Skip on selected vxworks targets.
425         * g++.dg/warn/weak1.C: Likewise.
426         * gcc.dg/tree-ssa/20030714-1.c (find_base_value): Declare as
427         static so appropriate optimizations kick in.
428         (find_base_value_wrapper): New function.
429         * g++.dg/eh/simd-5.C: Fix target triplet.
430         * gcc.target/arm/long-calls-1.c: Skip for -mlong-calls.
431
432 2009-04-28  Uros Bizjak  <ubizjak@gmail.com>
433             H.J. Lu  <hongjiu.lu@intel.com>
434
435         PR target/39911
436         * gcc.target/i386/pr39911.c: New test.
437
438 2009-04-28  Paul Thomas  <pault@gcc.gnu.org>
439
440         PR fortran/39879
441         * gfortran.dg/alloc_comp_assign_10.f90: New test.
442
443 2009-04-28  Ben Elliston  <bje@au.ibm.com>
444
445         PR c++/35652
446         Revert:
447
448         2009-03-27  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
449
450         * gcc.dg/pr35652.C: New.
451         * g++.dg/warn/pr35652.C: New.
452         * gcc.dg/format/plus-1.c: Adjust message.
453
454 2009-04-27  DJ Delorie  <dj@redhat.com>
455
456         * lib/target-supports.exp (check_effective_target_double64): New.
457         (check_effective_target_double64plus): New.
458         (check_effective_target_large_double): New.
459         * gcc.dg/Wconversion-real-integer.c: Require double64plus.
460         * gcc.dg/div-double-1.c: Likewise.
461         * gcc.dg/Wconversion-real.c: Require large_double.
462         * gcc.dg/cdce1.c: Require large_double instead of checking targets.
463
464         * gcc.c-torture/execute/ieee/unsafe-fp-assoc-1.c: Skip if doubles
465         are too small.
466
467         * gcc.c-torture/execute/ieee/20010226-1.c: Mark all floating point
468         constants as long.
469
470 2009-04-27  Ian Lance Taylor  <iant@google.com>
471
472         * gcc.dg/Wcxx-compat-5.c: New testcase.
473         * gcc.dg/Wcxx-compat-6.c: New testcase.
474
475 2009-04-27  Trevor Smigiel <trevor_smigiel@playstation.sony.com>
476
477         Allow non-constant arguments to conversion intrinsics.
478         * gcc.target/spu/intrinsics-3.c: Update tests.
479
480 2009-04-27  Richard Guenther  <rguenther@suse.de>
481
482         PR middle-end/39928
483         * gcc.c-torture/compile/pr39928-1.c: New testcase.
484         * gcc.c-torture/compile/pr39928-2.c: Likewise.
485
486 2009-04-27  H.J. Lu  <hongjiu.lu@intel.com>
487
488         PR target/39903
489         * gcc.dg/torture/pr39903-1.c: New.
490         * gcc.dg/torture/pr39903-2.c: Likewise.
491
492 2009-04-27  Revital Eres  <eres@il.ibm.com>
493
494         * gcc.dg/sms-1.c: Add noinline attribute, create sms dump file
495         and check it.
496         * gcc.dg/sms-2.c: Add dump check.
497         * gcc.dg/sms-3.c: Add noinline attribute, create sms dump file
498         and check it.
499         * gcc.dg/sms-4.c: Likewise.
500         * gcc.dg/sms-5.c: Likewise.
501         * gcc.dg/sms-6.c: Likewise.
502         * gcc.dg/sms-7.c: Likewise.
503         * gcc.dg/sms-antideps.c: Rename to...
504         * gcc.dg/sms-8.c: This and add sms dump file and check it.
505
506 2009-04-27  Eric Botcazou  <ebotcazou@adacore.com>
507
508         * gnat.dg/opt2.adb: New test.
509
510 2009-04-27  Jakub Jelinek  <jakub@redhat.com>
511
512         PR c++/39875
513         * g++.dg/warn/Wunused-15.C: New test.
514
515 2009-04-26  Michael Matz  <matz@suse.de>
516
517         Expand from SSA.
518         * gcc.dg/tree-ssa/20030728-1.c: Use -rtl-expand-details dump and
519         change regexps.
520         * gcc.target/i386/pr37248-1.c: Modified.
521         * gcc.target/i386/pr37248-3.c: Modified.
522         * gcc.target/i386/pr37248-2.c: Modified.
523         * gnat.dg/aliasing1.adb: Modified.
524         * gnat.dg/pack9.adb: Modified.
525         * gnat.dg/aliasing2.adb: Modified.
526         * gcc.dg/strict-overflow-2.c: Modified.
527         * gcc.dg/autopar/reduc-1char.c: Modified.
528         * gcc.dg/autopar/reduc-2char.c: Modified.
529         * gcc.dg/autopar/reduc-1.c: Modified.
530         * gcc.dg/autopar/reduc-2.c: Modified.
531         * gcc.dg/autopar/reduc-3.c: Modified.
532         * gcc.dg/autopar/reduc-6.c: Modified.
533         * gcc.dg/autopar/reduc-7.c: Modified.
534         * gcc.dg/autopar/reduc-8.c: Modified.
535         * gcc.dg/autopar/reduc-9.c: Modified.
536         * gcc.dg/autopar/reduc-1short.c: Modified.
537         * gcc.dg/autopar/reduc-2short.c: Modified.
538         * gcc.dg/autopar/parallelization-1.c: Modified.
539         * gcc.dg/strict-overflow-4.c: Modified.
540         * gcc.dg/strict-overflow-6.c: Modified.
541         * gcc.dg/gomp/combined-1.c: Modified.
542         * gcc.dg/no-strict-overflow-1.c: Modified.
543         * gcc.dg/no-strict-overflow-3.c: Modified.
544         * gcc.dg/no-strict-overflow-5.c: Modified.
545         * gcc.dg/tree-ssa/reassoc-13.c: Modified.
546         * gcc.dg/tree-ssa/pr18134.c: Modified.
547         * gcc.dg/tree-ssa/20030824-1.c: Modified.
548         * gcc.dg/tree-ssa/vector-2.c: Modified.
549         * gcc.dg/tree-ssa/forwprop-9.c: Modified.
550         * gcc.dg/tree-ssa/loop-21.c: Modified.
551         * gcc.dg/tree-ssa/20030824-2.c: Modified.
552         * gcc.dg/tree-ssa/vector-3.c: Modified.
553         * gcc.dg/tree-ssa/asm-3.c: Modified.
554         * gcc.dg/tree-ssa/pr23294.c: Modified.
555         * gcc.dg/tree-ssa/loop-22.c: Modified.
556         * gcc.dg/tree-ssa/loop-15.c: Modified.
557         * gcc.dg/tree-ssa/prefetch-4.c: Modified.
558         * gcc.dg/tree-ssa/pr22051-1.c: Modified.
559         * gcc.dg/tree-ssa/pr20139.c: Modified.
560         * gcc.dg/tree-ssa/scev-cast.c: Modified.
561         * gcc.dg/tree-ssa/pr22051-2.c: Modified.
562         * gcc.dg/tree-ssa/reassoc-1.c: Modified.
563         * gcc.dg/tree-ssa/loop-5.c: Modified.
564         * gcc.dg/tree-ssa/pr19431.c: Modified.
565         * gcc.dg/tree-ssa/pr32044.c: Modified.
566         * gcc.dg/tree-ssa/prefetch-7.c: Modified.
567         * gcc.dg/tree-ssa/loop-19.c: Modified.
568         * gcc.dg/tree-ssa/loop-28.c: Modified.
569         * gcc.dg/tree-ssa/ssa-pre-15.c: Modified.
570         * gcc.dg/tree-ssa/divide-1.c: Modified.
571         * gcc.dg/tree-ssa/inline-1.c: Modified.
572         * gcc.dg/tree-ssa/divide-3.c: Modified.
573         * gcc.dg/tree-ssa/pr30978.c: Modified.
574         * gcc.dg/tree-ssa/alias-6.c: Modified.
575         * gcc.dg/tree-ssa/divide-4.c: Modified.
576         * gcc.dg/tree-ssa/alias-11.c: Modified.
577         * gcc.dg/no-strict-overflow-7.c: Modified.
578         * gcc.dg/strict-overflow-1.c: Modified.
579         * gcc.dg/pr15784-4.c: Modified.
580         * gcc.dg/pr34263.c: Modified.
581         * gcc.dg/strict-overflow-3.c: Modified.
582         * gcc.dg/tree-prof/stringop-1.c: Modified.
583         * gcc.dg/tree-prof/val-prof-1.c: Modified.
584         * gcc.dg/tree-prof/val-prof-2.c: Modified.
585         * gcc.dg/tree-prof/val-prof-3.c: Modified.
586         * gcc.dg/tree-prof/val-prof-4.c: Modified.
587         * gcc.dg/no-strict-overflow-2.c: Modified.
588         * gcc.dg/no-strict-overflow-4.c: Modified.
589         * gcc.dg/no-strict-overflow-6.c: Modified.
590         * g++.dg/tree-ssa/pr27090.C: Modified.
591         * g++.dg/tree-ssa/tmmti-2.C: Modified.
592         * g++.dg/tree-ssa/ptrmemfield.C: Modified.
593         * g++.dg/tree-ssa/pr19807.C: Modified.
594         * g++.dg/opt/pr30965.C: Modified.
595         * g++.dg/init/new17.C: Modified.
596         * gfortran.dg/whole_file_6.f90: Modified.
597         * gfortran.dg/whole_file_5.f90: Modified.
598         * gfortran.dg/reassoc_1.f90: Modified.
599         * gfortran.dg/reassoc_3.f90: Modified.
600
601 2009-04-26  Steven G. Kargl  <kargl@gcc.gnu.org>
602
603         PR fortran/39893
604         * gfortran.dg/assumed_charlen_dummy.f90: New Test.
605
606 2009-04-26  Jakub Jelinek  <jakub@redhat.com>
607
608         PR inline-asm/39543
609         * gcc.target/i386/pr39543-1.c: New test.
610         * gcc.target/i386/pr39543-2.c: New test.
611         * gcc.target/i386/pr39543-3.c: New test.
612
613         PR c/39889
614         * gcc.dg/Wunused-value-3.c: New test.
615
616 2009-04-26  Joseph Myers  <joseph@codesourcery.com>
617
618         PR c/39581
619         * gcc.dg/c99-const-expr-14.c, gcc.dg/gnu99-const-expr-4.c,
620         gcc.dg/vla-21.c: New tests.
621
622 2009-04-26  Joseph Myers  <joseph@codesourcery.com>
623
624         PR c/39556
625         * gcc.dg/inline-34.c: New test.
626
627 2009-04-25  Joseph Myers  <joseph@codesourcery.com>
628
629         * gcc.dg/enum-const-1.c, gcc.dg/enum-const-2.c,
630         gcc.dg/enum-const-3.c: New tests.
631         * gcc.dg/gnu89-const-expr-1.c, gcc.dg/gnu99-const-expr-1.c: Use
632         -pedantic-errors.  Update expected diagnostics.
633
634 2009-04-25  Joseph Myers  <joseph@codesourcery.com>
635
636         PR c/39582
637         * gcc.dg/vla-20.c: New test.
638
639 2009-04-25  Joseph Myers  <joseph@codesourcery.com>
640
641         PR c/39564
642         * gcc.dg/vla-19.c: New test.
643
644 2009-04-25  Joseph Myers  <joseph@codesourcery.com>
645
646         PR preprocessor/39559
647         * gcc.dg/c99-intconst-2.c: New test.
648
649 2009-04-25  Jan Hubicka  <jh@suse.cz>
650
651         * g++.dg/tree-ssa/ehcleanup-1.C: Update.
652
653 2009-04-25  Janus Weil  <janus@gcc.gnu.org>
654
655         PR fortran/39688
656         * gfortran.dg/import7.f90: New.
657
658 2009-04-24  Richard Guenther  <rguenther@suse.de>
659
660         * gcc.dg/tree-ssa/vrp48.c: Fix.
661
662 2008-04-24  Doug Kwan  <dougkwan@google.com>
663
664         * g++.dg/init/copy7.C: Only abort in memcpy if source and
665         destination are the same.
666
667 2009-04-24  Richard Guenther  <rguenther@suse.de>
668
669         * gcc.dg/tree-ssa/vrp48.c: New testcase.
670
671 2009-04-24  Joseph Myers  <joseph@codesourcery.com>
672
673         * gcc.dg/array-const-1.c, gcc.dg/array-const-2.c,
674         gcc.dg/array-const-3.c: New tests.
675
676 2009-04-24  Ian Lance Taylor  <iant@google.com>
677
678         * gcc.dg/Wcxx-compat-4.c: New testcase.
679
680 2009-04-24  Daniel Kraft  <d@domob.eu>
681
682         * gfortran.dg/typebound_generic_1.f03: Change so that no error is
683         expected on already erraneous symbol (renamed to fresh one).
684
685 2009-04-24  Paolo Bonzini  <bonzini@gnu.org>
686
687         PR middle-end/39867
688         * gcc.dg/pr39867.c: New.
689
690 2009-04-24  Janus Weil  <janus@gcc.gnu.org>
691
692         PR fortran/39861
693         PR fortran/39864
694         * gfortran.dg/intrinsic_1.f90: New.
695
696 2009-04-24  Eric Botcazou  <ebotcazou@adacore.com>
697
698         * gnat.dg/alignment7.adb: New test.
699         * gnat.dg/alignment8.adb: Likewise.
700
701 2009-04-24  Eric Botcazou  <ebotcazou@adacore.com>
702
703         * gnat.dg/specs/pr34799.ads: Rename to rep_clause1.ads.
704         * gnat.dg/specs/rep_clause2.ads: New test.
705
706 2009-04-24  Jakub Jelinek  <jakub@redhat.com>
707
708         PR rtl-optimization/39794
709         * gcc.dg/pr39794.c: New test.
710
711 2009-04-23  Eric Botcazou  <ebotcazou@adacore.com>
712
713         * gnat.dg/atomic1.adb: New test.
714         * gnat.dg/atomic1_pkg.ads: New helper.
715
716 2009-04-23  Steve Ellcey  <sje@cup.hp.com>
717
718         PR testsuite/39623
719         * gcc.dg/vect/no-vfa-vect-57.c: XFAIL when vect_no_align.
720         * gcc.dg/vect/no-vfa-vect-61.c: Ditto.
721         
722 2009-04-23  Rafael Avila de Espindola  <espindola@google.com>
723
724         * gcc.dg/format/gcc_diag-1.c (foo): Don't check that %E produces a
725         warning.
726
727 2009-04-22  Andrew Pinski  <andrew_pinski@playstation.sony.com>
728
729         PR C/31499
730         * gcc.dg/vector-init-1.c: New testcase.
731         * gcc.dg/vector-init-2.c: New testcase.
732
733 2009-04-22  Eric Botcazou  <ebotcazou@adacore.com>
734
735         * gnat.dg/enum2.adb: New test.
736         * gnat.dg/enum2_pkg.ads: New helper.
737
738 2009-04-22  Jakub Jelinek  <jakub@redhat.com>
739
740         PR c/39855
741         * gcc.dg/torture/pr39855.c: New test.
742
743 2009-04-22  Dodji Seketeli  <dodji@redhat.com>
744
745         PR c++/39639
746         * g++.dg/cpp0x/pr39639.C: New test.
747
748 2009-04-22  Mark Heffernan  <meheff@google.com>
749
750         * gcc.dg/profile-generate-3.c: New test.
751
752 2009-04-22  Jan Hubicka  <jh@suse.cz>
753
754         * g++.dg/tree-ssa/ehcleanup-1.C: New testcase.
755
756 2009-04-22  Steve Ellcey  <sje@cup.hp.com>
757
758         PR testsuite/39623
759         * gcc.dg/vect/no-vfa-vect-43.c Fix vect_no_align check.
760         
761 2009-04-22  Richard Guenther  <rguenther@suse.de>
762
763         PR tree-optimization/39824
764         * gcc.c-torture/compile/pr39824.c: New testcase.
765
766 2009-04-22  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
767
768         PR c++/14875
769         * g++.dg/parse/parser-pr14875.C: New.
770         * g++.dg/parse/parser-pr14875-2.C: New.
771         * g++.dg/parse/error6.C: Update match string.
772
773 2009-04-22  Richard Guenther  <rguenther@suse.de>
774
775         PR tree-optimization/39845
776         * gcc.c-torture/compile/pr39845.c: New testcase.
777
778 2009-04-22  Janus Weil  <janus@gcc.gnu.org>
779
780         PR fortran/39735
781         * gfortran.dg/assumed_charlen_function_5.f90: Modified.
782         * gfortran.dg/external_initializer.f90: Modified.
783         * gfortran.dg/interface_26.f90: Modified.
784         * gfortran.dg/intrinsic_subroutine.f90: Modified.
785         * gfortran.dg/proc_ptr_3.f90: Modified.
786         * gfortran.dg/proc_ptr_15.f90: New.
787         * gfortran.dg/proc_ptr_result_1.f90: Modified.
788
789 2009-04-21  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
790
791         PR c++/35711
792         * g++.dg/warn/pr35711.C: New.
793         * g++.dg/conversion/ptrmem2.C: Update.
794
795 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
796
797         * ChangeLog, ChangeLog-1993-2007, ChangeLog-2008, ChangeLog.ptr,
798         ChangeLog.tree-ssa, README, README.QMTEST, README.compat,
799         README.gcc, g++.dg/README, g++.dg/compat/break/README,
800         g++.dg/gomp/gomp.exp, g++.old-deja/g++.brendan/README,
801         g++.old-deja/g++.oliva/ChangeLog, g++.old-deja/g++.robertl/README,
802         gcc.c-torture/ChangeLog.0,
803         gcc.c-torture/execute/builtins/builtins.exp, gcc.dg/README,
804         gcc.dg/gomp/gomp.exp, gcc.target/frv/frv.exp,
805         gcc.target/i386/math-torture/math-torture.exp,
806         gcc.target/mips/inter/mips16-inter.exp,
807         gcc.target/mips/mips-nonpic/README,
808         gcc.target/x86_64/abi/README.gcc,
809         gcc.target/xstormy16/xstormy16.exp, gcc.test-framework/README,
810         gfortran.dg/g77/README, gfortran.dg/gomp/gomp.exp,
811         gfortran.fortran-torture/ChangeLog.g95: Add copyright and license
812         notices.
813         * ChangeLog-1993-2007, ChangeLog: Correct dates.
814
815 2009-04-21  Eric Botcazou  <ebotcazou@adacore.com>
816
817         * gcc.dg/debug/dwarf2/short-circuit.c: New test.
818
819 2009-04-21  Richard Guenther  <rguenther@suse.de>
820
821         PR middle-end/39829
822         * gcc.dg/torture/pr39829.c: New testcase.
823
824 2009-04-21  Martin Jambor  <mjambor@suse.cz>
825
826         * gcc.dg/tree-ssa/cswtch-2.c: New test.
827
828 2009-04-21  Manuel López-Ibáñez  <manu@gcc.gnu.org>
829
830         PR 16202
831         * gcc.dg/sequence-pt-1.c: Remove XFAILs.
832         * gcc.dg/sequence-pt-2.c: New.
833         * gcc.dg/sequence-pt-3.c: New.
834         * g++.dg/warn/sequence-pt-1.C: Remove XFAILs.
835         * g++.dg/warn/sequence-pt-2.c: New.
836         * g++.dg/warn/sequence-pt-3.c: New.
837
838 2009-04-21  Jakub Jelinek  <jakub@redhat.com>
839
840         * gcc.dg/torture/pr39678.c (struct X): Make c field signed char.
841
842 2009-04-21  Eric Botcazou  <ebotcazou@adacore.com>
843
844         * gnat.dg/import1.ad[sb]: New test.
845
846 2009-04-20  Andrew Pinski  <andrew_pinski@playstation.sony.com>
847
848         * objc/execute/exceptions/handler-1.m: For the NeXT runtime, just
849         return 0.
850
851 2009-04-20  Tobias Burnus  <burnus@net-b.de>
852
853         PR fortran/39811
854         * gfortran.dg/continuation_11.f90: New test.
855
856 2009-04-21  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
857
858         PR c++/13358
859         * gcc.dg/wtr-int-type-1.c: Use two dg-warning to match two
860         messages. Test for "long long" in system headers.
861         * gcc.dg/c99-longlong-2.c: New.
862         * g++.dg/warn/pr13358.C: New.
863         * g++.dg/warn/pr13358-2.C: New.
864         * g++.dg/warn/pr13358-3.C: New.
865         * g++.dg/warn/pr13358-4.C: New.
866
867 2009-04-20  Andrew Pinski  <andrew_pinski@playstation.sony.com>
868
869         * gcc.dg/framework-2.c: Fix up for non existent includes
870         being fatal errors now.
871
872 2009-04-20  Paul Thomas  <pault@gcc.gnu.org>
873
874         PR fortran/39800
875         * gfortran.dg/private_type_13.f90: New test.
876         * gfortran.dg/private_type_2.f90: Add option -std=f95.
877
878 2009-04-20  Le-Chun Wu  <lcwu@google.com>
879
880         PR c++/39803
881         * g++.dg/warn/Wunused-14.C: New test.
882
883 2009-04-20  Eric Botcazou  <ebotcazou@adacore.com>
884
885         * gnat.dg/specs/small_alignment.ads: New test.
886
887 2009-04-20  Ian Lance Taylor  <iant@google.com>
888
889         * gcc.dg/Wcxx-compat-3.c: New testcase.
890
891 2009-04-20  Eric Botcazou  <ebotcazou@adacore.com>
892
893         * gnat.dg/pack13.ad[sb]: New test.
894         * gnat.dg/pack13_pkg.ads: New helper.
895
896 2009-04-20  Eric Botcazou  <ebotcazou@adacore.com>
897
898         * gnat.dg/discr11.ad[sb]: New test.
899         * gnat.dg/discr11_pkg.ads: New helper.
900
901 2009-04-20  Ira Rosen  <irar@il.ibm.com>
902
903         PR tree-optimization/39675
904         * gcc.dg/vect/O3-pr39675-2.c: New test.
905
906 2009-04-20  Eric Botcazou  <ebotcazou@adacore.com>
907
908         * gnat.dg/rep_clause3.adb: New test.
909
910 2009-04-19  Joseph Myers  <joseph@codesourcery.com>
911
912         PR c/37481
913         * gcc.dg/c99-flex-array-7.c: New test.
914
915 2009-04-19  Joseph Myers  <joseph@codesourcery.com>
916
917         PR c/19771
918         * gcc.c-torture/execute/vla-dealloc-1.c: New test.
919
920 2009-04-19  Joseph Myers  <joseph@codesourcery.com>
921
922         PR c/38243
923         * gcc.dg/c99-restrict-3.c: New test.
924
925 2009-04-19  Joseph Myers  <joseph@codesourcery.com>
926
927         PR preprocessor/20078
928         * gcc.dg/cpp/paste16.c, gcc.dg/cpp/redef4.c: New tests.
929
930 2009-04-19  Eric Botcazou  <ebotcazou@adacore.com>
931
932         * lib/gnat.exp (local_find_gnatmake): Pass --LINK to gnatlink.
933         Do not pass -B$root after -margs.
934
935 2009-04-19  Manuel López-Ibáñez  <manu@gcc.gnu.org>
936
937         PR c/32061
938         PR c++/36954
939         * gcc.dg/pr32061.c: New.
940         * gcc.dg/Wlogical-op-1.c: Update.
941         * g++.dg/warn/Wlogical-op-1.C: Update.
942         * g++.dg/warn/pr36954.C: New.
943
944 2009-04-18  Joseph Myers  <joseph@codesourcery.com>
945
946         PR c/27676
947         * gcc.dg/lvalue-5.c: New test.
948
949 2009-04-18  Joseph Myers  <joseph@codesourcery.com>
950
951         PR c/22367
952         * gcc.dg/lvalue-6.c, gcc.dg/lvalue-7.c: New tests.
953
954 2009-04-18  Joseph Myers  <joseph@codesourcery.com>
955
956         * gcc.dg/cpp/include5.c: New test.
957
958 2009-04-18  Joseph Myers  <joseph@codesourcery.com>
959
960         PR c/35210
961         * gcc.dg/call-diag-2.c: New test.
962
963 2009-04-18  Joseph Myers  <joseph@codesourcery.com>
964
965         PR preprocessor/39646
966         * gcc.dg/cpp/line8.c: New test.
967
968 2009-04-18  Joseph Myers  <joseph@codesourcery.com>
969
970         PR preprocessor/39647
971         * gcc.dg/cpp/line7.c: New test.
972
973 2009-04-18  Richard Guenther  <rguenther@suse.de>
974
975         PR middle-end/39804
976         * gcc.target/i386/pr39804.c: New testcase.
977
978 2009-04-18  Eric Botcazou  <ebotcazou@adacore.com>
979
980         * gcc.target/i386/pr39496.c: Compile with -mtune=i686.
981         * g++.dg/other/pr39496.C: Likewise.
982
983 2009-04-18  Manuel López-Ibáñez  <manu@gcc.gnu.org>
984
985         PR middle-end/36902
986         * gcc.dg/pr36902.c: New.
987
988 2009-04-17  Diego Novillo  <dnovillo@google.com>
989
990         * gcc.c-torture/execute/builtins/strlen-3.c: Fix ODR
991         violation for variable 'inside_main'.
992
993 2009-04-17  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
994
995         * gfortran.fortran-torture/execute/getarg_1.x: New file.
996
997 2009-04-17  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
998
999         * gfortran.dg/vect/pr39318.f90: Guard with "target fopenmp".
1000
1001 2009-04-17  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1002
1003         * gfortran.dg/chmod_1.f90: Disable on spu-*-* targets.
1004         * gfortran.dg/chmod_2.f90: Likewise.
1005         * gfortran.dg/chmod_3.f90: Likewise.
1006         * gfortran.dg/open_errors.f90: Likewise.
1007         * gfortran.dg/stat_1.f90: Likewise.
1008         * gfortran.dg/stat_2.f90: Likewise.
1009
1010 2009-04-17  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1011
1012         * gfortran.fortran-torture/execute/nan_inf_fmt.x: Skip on spu-*-*.
1013         * gfortran.fortran-torture/execute/intrinsic_nearest.x: Likewise.
1014         * gfortran.fortran-torture/execute/intrinsic_set_exponent.x: Likewise.
1015         * gfortran.dg/nearest_1.f90: Likewise.
1016         * gfortran.dg/nearest_3.f90: Likewise.
1017         * gfortran.dg/isnan_1.f90: Likewise.
1018         * gfortran.dg/isnan_2.f90: Likewise.
1019         * gfortran.dg/nan_1.f90: Likewise.
1020         * gfortran.dg/nan_2.f90: Likewise.
1021         * gfortran.dg/nan_3.f90: Likewise.
1022         * gfortran.dg/nan_4.f90: Likewise.
1023         * gfortran.dg/module_nan.f90: Likewise.
1024         * gfortran.dg/int_conv_2.f90: Likewise.
1025         * gfortran.dg/init_flag_3.f90: Likewise.
1026         * gfortran.dg/namelist_42.f90: Likewise.
1027         * gfortran.dg/namelist_43.f90: Likewise.
1028         * gfortran.dg/real_const_3.f90: Likewise.
1029         * gfortran.dg/transfer_simplify_1.f90: Likewise.
1030
1031         * gfortran.dg/default_format_1.f90: XFAIL on spu-*-*.
1032         * gfortran.dg/default_format_denormal_1.f90: XFAIL on spu-*-*.
1033         * gfortran.dg/scalar_mask_2.f90: XFAIL on spu-*-*.
1034         * gfortran.dg/integer_exponentiation_3.F90: XFAIL on spu-*-*.
1035         * gfortran.dg/integer_exponentiation_5.F90: XFAIL on spu-*-*.
1036
1037         * gfortran.dg/elemental_subroutine_1.f90: Relax "epsilon" check.
1038         * gfortran.dg/gamma_5.f90: Likewise.
1039
1040 2009-04-17  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1041
1042         * lib/gcc-dg.exp (gcc-dg-prune): Make linker message check
1043         less strict so it also works with auto-overlay support.
1044         * lib/gcc-defs.exp (${tool}_check_unsupported_p): Add check
1045         for "exceeds local store" linker errors on the SPU.
1046
1047         * lib/gfortran.exp: Include target-supports.exp.
1048         (gfortran_init): On SPU targets where automatic overlay support
1049         is available, use it to build all Fortran test cases.
1050
1051         * gfortran.dg/pr20257.f90: Skip on spu-*-* targets.
1052
1053 2009-04-17  Arnaud Charlet  <charlet@adacore.com>
1054
1055         * gnat.dg/ref_type.ads, gnat.dg/ref_type.adb: Fix test after proper
1056         rule enforced by gnat on taft types.
1057
1058 2009-04-17  Jakub Jelinek  <jakub@redhat.com>
1059
1060         PR testsuite/39792
1061         * g++.dg/ext/complit11.C: Add empty dg-options.
1062
1063 2009-04-16  Andrew Pinski  <pinskia@gmail.com>
1064
1065         PR c++/17570
1066         * g++.dg/template/defarg11.C: New test.
1067
1068 2009-04-16  Andrew Pinski  <pinskia@gmail.com>
1069
1070         PR c++/28766
1071         * g++.dg/ext/complit11.C: New testcase.
1072
1073 2009-04-15  Le-Chun Wu  <lcwu@google.com>
1074
1075         PR c++/39551
1076         * g++.dg/warn/Wunused-13.C: New testcase.
1077
1078 2009-04-15  Ian Lance Taylor  <iant@google.com>
1079
1080         * gcc.dg/Wenum-compare-1.c: New testcase.
1081
1082 2009-04-15  Richard Guenther  <rguenther@suse.de>
1083
1084         PR tree-optimization/39764
1085         * g++.dg/torture/pr39764.C: New testcase.
1086
1087 2009-04-15  Nathan Sidwell  <nathan@codesourcery.com>
1088
1089         * g++.dg/ext/altivec-17.C: New.
1090
1091 2009-04-15  Arnaud Charlet  <charlet@adacore.com>
1092
1093         * gnat.dg/sync1.ads: Fix error now flagged by gnat.
1094         * gnat.dg/specs/limited1.ads: Ditto.
1095
1096 2009-04-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
1097
1098         PR testsuite/39769
1099         * gcc.dg/vmx/3a-04.c (test): Don't rely on floating point equality
1100         for testing the results of estimate instructions.
1101         * gcc.dg/vmx/3a-04m.c (test): Ditto.
1102         * gcc.dg/vmx/3a-05.c (test): Ditto.
1103
1104 2009-04-14  Jason Merrill  <jason@redhat.com>
1105
1106         PR c++/39763
1107         * g++.dg/warn/Wshadow-4.C: Extend.
1108
1109 2009-04-14  Uros Bizjak  <ubizjak@gmail.com>
1110
1111         * gcc.target/alpha/pr39740.c (dg-options): Add -mexplicit-relocs.
1112         (do_D): Remove attribute hidden.
1113
1114 2009-04-13  Jason Merrill  <jason@redhat.com>
1115
1116         PR c++/39480
1117         * g++.dg/init/copy7.C: New.
1118
1119 2009-04-13  H.J. Lu  <hongjiu.lu@intel.com>
1120
1121         PR testsuite/39733
1122         * gcc.misc-tests/options.exp (check_for_options): Renamed to ...
1123         (check_for_all_options): This.
1124
1125 2009-04-13  Jason Merrill  <jason@redhat.com>
1126
1127         PR c++/39750
1128         * g++.dg/template/crash90.C: New.
1129
1130 2009-04-12  Jason Merrill  <jason@redhat.com>
1131
1132         PR c++/39742
1133         * g++.dg/overload/extern-C-2.C: New.
1134
1135 2009-04-12  Joseph Myers  <joseph@codesourcery.com>
1136
1137         PR preprocessor/31869
1138         * gcc.dg/cpp/strify5.c: New test.
1139
1140 2009-04-12  Eric Botcazou  <ebotcazou@adacore.com>
1141
1142         * gnat.dg/enum1.adb: New test.
1143         * gnat.dg/enum1_pkg.ads: New helper.
1144
1145 2009-04-12  Uros Bizjak  <ubizjak@gmail.com>
1146
1147         PR target/39740
1148         * gcc.target/alpha/pr39740.c: New test.
1149
1150 2009-04-11  Daniel Kraft  <d@domob.eu>
1151
1152         PR fortran/37746
1153         * gfortran.dg/bounds_check_strlen_1.f90: New test.
1154         * gfortran.dg/bounds_check_strlen_2.f90: New test.
1155         * gfortran.dg/bounds_check_strlen_3.f90: New test.
1156         * gfortran.dg/bounds_check_strlen_4.f90: New test.
1157         * gfortran.dg/bounds_check_strlen_5.f90: New test.
1158         * gfortran.dg/bounds_check_strlen_6.f90: New test.
1159         * gfortran.dg/bounds_check_strlen_7.f90: New test.
1160         * gfortran.fortran-torture/execute/intrinsic_index.f90: Fix wrong
1161         expected string length that failed with -fbounds-check now.
1162         * gfortran.fortran-torture/execute/intrinsic_trim.f90: Ditto.
1163
1164 2009-04-11  Janus Weil  <janus@gcc.gnu.org>
1165
1166         PR fortran/39692
1167         * gfortran.dg/proc_ptr_14.f90: New.
1168
1169 2009-04-11  Richard Guenther  <rguenther@suse.de>
1170
1171         PR middle-end/39732
1172         * g++.dg/torture/pr39732.C: New testcase.
1173
1174 2009-04-11  Daniel Franke  <franke.daniel@gmail.com>
1175
1176         * gfortran.dg/whole_file_5.f90: New.
1177         * gfortran.dg/whole_file_6.f90: New.
1178
1179 2009-04-11  Richard Guenther  <rguenther@suse.de>
1180
1181         PR tree-optimization/39713
1182         * g++.dg/torture/pr39713.C: New testcase.
1183
1184 2009-04-10  Richard Guenther  <rguenther@suse.de>
1185
1186         PR c/39712
1187         * gcc.dg/pr39712.c: New testcase.
1188
1189 2009-04-10  H.J. Lu  <hongjiu.lu@intel.com>
1190
1191         PR c++/28301
1192         * g++.dg/cpp0x/enum2.C: Updated.
1193         * g++.dg/debug/pr22514.C: Likewise.
1194         * g++.dg/parse/enum2.C: Likewise.
1195         * g++.dg/parse/enum3.C: Likewise.
1196         * g++.dg/template/crash79.C: Likewise.
1197         * g++.old-deja/g++.jason/cond.C: Likewise.
1198
1199 2009-04-10  Chao-ying Fu  <fu@mips.com>
1200
1201         * gcc.target/mips/interrupt_handler.c: Change from compile to
1202         assemble.
1203
1204 2009-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1205
1206         * objc/execute/forward-1.x: Fix x86_64 entry typos.
1207
1208 2009-04-10  Daniel Franke  <franke.daniel@gmail.com>
1209
1210         PR fortran/38709
1211         * gfortran.dg/zero_sized_6.f90: New.
1212
1213 2009-04-10  Manuel López-Ibáñez  <manu@gcc.gnu.org>
1214
1215         PR  c++/20118
1216         * g++.dg/parse/pr20118.C: New.
1217         * g++.dg/template/spec16.C: Update.
1218
1219 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
1220
1221         PR testsuite/35621
1222         * gcc.target/i386/avx-vpabsb-1.c: Add -fno-strict-aliasing.
1223         * gcc.target/i386/avx-vpabsb-1.c: Likewise.
1224         * gcc.target/i386/avx-vpabsd-1.c: Likewise.
1225         * gcc.target/i386/avx-vpabsw-1.c: Likewise.
1226         * gcc.target/i386/avx-vpalignr-1.c: Likewise.
1227         * gcc.target/i386/avx-vphaddd-1.c: Likewise.
1228         * gcc.target/i386/avx-vphaddsw-1.c: Likewise.
1229         * gcc.target/i386/avx-vphaddw-1.c: Likewise.
1230         * gcc.target/i386/avx-vphsubd-1.c: Likewise.
1231         * gcc.target/i386/avx-vphsubsw-1.c: Likewise.
1232         * gcc.target/i386/avx-vphsubw-1.c: Likewise.
1233         * gcc.target/i386/avx-vpmaddubsw-1.c: Likewise.
1234         * gcc.target/i386/avx-vpmulhrsw-1.c: Likewise.
1235         * gcc.target/i386/avx-vpshufb-1.c: Likewise.
1236         * gcc.target/i386/avx-vpsignb-1.c: Likewise.
1237         * gcc.target/i386/avx-vpsignd-1.c: Likewise.
1238         * gcc.target/i386/avx-vpsignw-1.c: Likewise.
1239
1240 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
1241
1242         PR target/39678
1243         * g++.dg/torture/pr39678.C: New.
1244         * gcc.dg/compat/struct-complex-2.h: Likewise.
1245         * gcc.dg/compat/struct-complex-2_main.c: Likewise.
1246         * gcc.dg/compat/struct-complex-2_x.c: Likewise.
1247         * gcc.dg/compat/struct-complex-2_y.c: Likewise.
1248         * gcc.dg/torture/pr39678.c: Likewise.
1249         * gcc.target/i386/pr39678.c: Likewise.
1250
1251         * gcc.dg/compat/struct-complex-1_x.c: Add -Wno-psabi.
1252         * gcc.dg/compat/struct-complex-1_y.c: Likewise.
1253
1254         * gcc.target/x86_64/abi/test_passing_structs.c: Include
1255         <complex.h>.  Add tests for structure with complex float.
1256
1257 2009-04-10  Ben Elliston  <bje@au.ibm.com>
1258             Joseph Myers  <joseph@codesourcery.com>
1259
1260         PR target/36800
1261         * gcc.dg/dfp/pr36800.c: New.
1262
1263 2009-04-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1264             Rafael Avila de Espindola  <espindola@google.com>
1265
1266         * gcc.misc-tests/help.exp: New file.
1267         * lib/options.exp: New file.
1268
1269 2009-04-09  Janis Johnson  <janis187@us.ibm.com>
1270
1271         PR libobjc/36610
1272         * objc/execute/forward-1.x: New.
1273
1274 2009-04-09  Paolo Bonzini  <bonzini@gnu.org>
1275
1276         * gcc.dg/pr27150-1.c: Change to a link test.
1277
1278 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
1279
1280         * g++.dg/lookup/using2.C: Change copyright header to refer to version
1281         3 of the GNU General Public License and to point readers at the
1282         COPYING3 file and the FSF's license web page.
1283         * gcc.dg/fixed-point/fixed-point.exp: Likewise.
1284         * gcc.dg/struct/struct-reorg.exp: Likewise.
1285         * gcc.target/spu/tag_manager.c: Likewise.
1286
1287 2009-04-09  Richard Guenther  <rguenther@suse.de>
1288
1289         PR testsuite/39696
1290         * ssa-ccp-25.c: Adjust pattern.
1291
1292 2009-04-09  Janus Weil  <janus@gcc.gnu.org>
1293
1294         PR fortran/36704
1295         * gfortran.dg/external_procedures_1.f90: Modified.
1296         * gfortran.dg/proc_ptr_result_1.f90: New.
1297         * gfortran.dg/proc_ptr_result_2.f90: New.
1298         * gfortran.dg/proc_ptr_result_3.f90: New.
1299
1300 2009-04-09  Richard Guenther  <rguenther@suse.de>
1301
1302         * gcc.dg/vect/vect-54.c: Make constant input data file-scope
1303         to prevent constant propagation.
1304         * gcc.dg/vect/vect-56.c: Likewise.
1305         * gcc.dg/vect/vect-58.c: Likewise.
1306         * gcc.dg/vect/vect-60.c: Likewise.
1307         * gcc.dg/vect/no-vfa-vect-57.c: Likewise.
1308         * gcc.dg/vect/no-vfa-vect-61.c: Likewise.
1309         * gcc.dg/tree-prof/stringop-2.c: Adjust expected outcome.
1310
1311 2009-04-09  Richard Guenther  <rguenther@suse.de>
1312
1313         * gcc.dg/tree-ssa/ssa-ccp-25.c: New testcase.
1314         * gcc.dg/tree-ssa/ssa-ccp-26.c: Likewise.
1315
1316 2009-04-09  Joseph Myers  <joseph@codesourcery.com>
1317
1318         PR c/39613
1319         * gcc.dg/case-const-1.c, gcc.dg/case-const-2.c, gcc.dg/case-const-3.c:
1320         New tests.
1321
1322 2009-04-08  Joseph Myers  <joseph@codesourcery.com>
1323
1324         * gcc.dg/c99-stdint-1.c: Fix cut-and-paste mistakes in test.
1325         * gcc.dg/c99-stdint-7.c, gcc.dg/c99-stdint-8.c: New tests.
1326
1327 2009-04-08  Jakub Jelinek  <jakub@redhat.com>
1328
1329         * g++.dg/debug/dwarf2/static-data-member1.C: New test.
1330
1331 2009-04-08  Jason Merrill  <jason@redhat.com>
1332
1333         PR c++/25185
1334         * g++.dg/template/error40.C: Add another test.
1335
1336 2009-04-08  Joseph Myers  <joseph@codesourcery.com>
1337
1338         PR c/39614
1339         PR c/39673
1340         * gcc.c-torture/compile/pr39614-1.c,
1341         gcc.c-torture/compile/pr39614-2.c,
1342         gcc.c-torture/compile/pr39614-3.c,
1343         gcc.c-torture/compile/pr39614-4.c,
1344         gcc.c-torture/compile/pr39614-5.c,
1345         gcc.c-torture/compile/pr39673-1.c,
1346         gcc.c-torture/compile/pr39673-2.c: New tests.
1347         * gcc.dg/gnu89-const-expr-2.c, gcc.dg/gnu99-const-expr-2.c: Test
1348         more cases.
1349         * gcc.dg/overflow-warn-1.c, gcc.dg/overflow-warn-2.c,
1350         gcc.dg/overflow-warn-3.c, gcc.dg/overflow-warn-4.c: Update
1351         expected errors.
1352
1353 2009-04-08  Dodji Seketeli  <dodji@redhat.com>
1354
1355         PRc++/39637
1356         * g++.dg/cpp0x/variadic-crash2.C: New test.
1357
1358 2009-04-08  Paul Thomas  <pault@gcc.gnu.org>
1359
1360         PR fortran/38863
1361         * gfortran.dg/alloc_comp_result_1.f90: New test.
1362
1363 2009-04-07  Jason Merrill  <jason@redhat.com>
1364
1365         PR c++/34691
1366         * g++.dg/overload/extern-C-1.C: New.
1367
1368 2009-04-07  Dominique d'Humieres  <dominiq@lps.ens.fr>
1369
1370         PR testsuite/39325
1371         * gcc.misc-tests/linkage.exp: Use -m64 for 64-bit *86*-darwin.
1372
1373 2009-04-07  Jason Merrill  <jason@redhat.com>
1374
1375         PR c++/25185
1376         * g++.dg/template/error40.C: New.
1377
1378 2009-04-07  Janus Weil  <janus@gcc.gnu.org>
1379
1380         PR fortran/38152
1381         * gfortran.dg/proc_ptr_13.f90: Add "-g" option.
1382
1383 2009-04-07  Eric Botcazou  <ebotcazou@adacore.com>
1384
1385         * gnat.dg/subp_elim_errors.ad[sb]: New test.
1386
1387 2009-04-07  Janus Weil  <janus@gcc.gnu.org>
1388
1389         PR fortran/38290
1390         * gfortran.dg/proc_decl_1.f90: Modified.
1391         * gfortran.dg/proc_ptr_11.f90: Extended.
1392         * gfortran.dg/proc_ptr_13.f90: Modified.
1393
1394 2009-04-06  Jason Merrill  <jason@redhat.com>
1395
1396         PR c++/35146
1397         * g++.dg/template/fnspec1.C: New.
1398
1399 2009-04-06  Laurent GUERBY  <laurent@guerby.net>
1400
1401         * lib/gnat.exp: Handle multilib.
1402         
1403 2009-04-06  Paul Thomas  <pault@gcc.gnu.org>
1404
1405         PR fortran/38863
1406         * gfortran.dg/dependency_23.f90: New test.
1407
1408 2009-04-06  Richard Guenther  <rguenther@suse.de>
1409
1410         PR tree-optimization/28868
1411         * gcc.dg/tree-ssa/ssa-fre-21.c: New testcase.
1412         * gcc.dg/tree-ssa/ssa-sccvn-1.c: Adjust.
1413         * gcc.dg/tree-ssa/ssa-sccvn-2.c: Likewise.
1414         * gcc.dg/tree-ssa/ssa-sccvn-4.c: Likewise.
1415
1416 2009-04-06  Andrew Stubbs  <ams@codesourcery.com>
1417
1418         * gcc.dg/pragma-isr-trapa2.c: Skip test for FPU-less architectures.
1419
1420 2009-04-06  Andrew Stubbs  <ams@codesourcery.com>
1421
1422         * gcc.target/sh/sh4a-memmovua.c: Include string.h instead of stdlib.h.
1423
1424 2009-04-06  Andrew Stubbs  <ams@codesourcery.com>
1425
1426         * gcc.target/sh/sh4a-bitmovua.c (y0): Rename to y_0 to avoid a clash
1427         with the built-in y0, and the subsequent warning.
1428         (y1): Likewise, rename to y_1.
1429
1430 2009-04-06  Janus Weil  <janus@gcc.gnu.org>
1431
1432         PR fortran/39414
1433         * gfortran.dg/proc_decl_21.f90: New.
1434
1435 2009-04-06  Paul Thomas  <pault@gcc.gnu.org>
1436
1437         PR fortran/36091
1438         * gfortran.dg/forall_13.f90: Add -fbounds-check option.
1439
1440 2009-04-06  Hans-Peter Nilsson  <hp@axis.com>
1441
1442         * gfortran.dg/namelist_51.f90, gfortran.dg/utf8_2.f03,
1443         gfortran.dg/namelist_48.f90, gfortran.dg/read_repeat.f90,
1444         gfortran.dg/streamio_9.f90, gfortran.dg/widechar_IO_1.f90,
1445         gfortran.dg/namelist_50.f90, gfortran.dg/namelist_52.f90,
1446         gfortran.dg/utf8_1.f03, gfortran.dg/namelist_56.f90,
1447         gfortran.dg/namelist_49.f90: Gate test on effective_target
1448         fd_truncate.
1449         * gfortran.dg/widechar_IO_3.f90: Ditto.  Fix typo in comment.
1450
1451 2009-04-05  Daniel Kraft  <d@domob.eu>
1452
1453         PR fortran/38654
1454         * gfortran.dg/read_float_2.f03
1455         * gfortran.dg/read_float_3.f90
1456
1457 2009-04-05  Richard Guenther  <rguenther@suse.de>
1458
1459         PR tree-optimization/39648
1460         * gcc.c-torture/compile/pr39648.c: New testcase.
1461
1462 2009-04-05  Jason Merrill  <jason@redhat.com>
1463
1464         PR c++/14912
1465         * g++.dg/template/error39.C: New.
1466
1467 2009-04-05  Daniel Franke  <franke.daniel@gmail.com>
1468
1469         PR fortran/29458
1470         * gfortran.dg/implied_do_1.f90: New.
1471
1472 2009-04-04  Tobias Burnus  <burnus@net-b.de>
1473
1474         PR fortran/39577
1475         * gfortran.dg/recursive_check_8.f90: New.
1476         * gfortran.dg/recursive_check_9.f90: New.
1477         * gfortran.dg/recursive_check_10.f90: New.
1478         * gfortran.dg/recursive_check_11.f90: New.
1479         * gfortran.dg/recursive_check_12.f90: New.
1480         * gfortran.dg/recursive_check_13.f90: New.
1481         * gfortran.dg/recursive_check_14.f90: New.
1482
1483 2009-04-04  Jason Merrill  <jason@redhat.com>
1484
1485         PR c++/25185
1486         * g++.dg/template/error38.C: Add more tests.
1487
1488 2009-04-04  Paul Thomas  <pault@gcc.gnu.org>
1489
1490         PR fortran/37614
1491         * gfortran.dg/common_align_2.f90: New test.
1492
1493 2009-04-04  Richard Guenther  <rguenther@suse.de>
1494
1495         PR tree-optimization/8781
1496         PR tree-optimization/37892
1497         * g++.dg/tree-ssa/pr8781.C: New testcase.
1498         * gcc.dg/tree-ssa/ssa-pre-25.c: Likewise.
1499
1500 2009-04-04  Richard Guenther  <rguenther@suse.de>
1501
1502         PR tree-optimization/39636
1503         * gcc.c-torture/compile/pr39636.c: New testcase.
1504
1505 2009-04-03  H.J. Lu  <hongjiu.lu@intel.com>
1506
1507         PR rtl-optimization/39607
1508         * g++.dg/opt/pr39607.C: New.
1509
1510 2009-04-03  Tobias Burnus  <burnus@net-b.de>
1511
1512         PR fortran/39594
1513         * gfortran.dg/common_12.f90: New.
1514
1515 2009-04-03  Jason Merrill  <jason@redhat.com>
1516
1517         PR c++/39608
1518         * g++.dg/template/const2.C: New test.
1519
1520 2009-04-03  Richard Guenther  <rguenther@suse.de>
1521
1522         PR tree-optimization/2480
1523         PR tree-optimization/23086
1524         * gcc.dg/tree-ssa/pr2480.c: New testcase.
1525         * gcc.dg/tree-ssa/pr23086.c: Likewise.
1526
1527 2009-04-03  Richard Guenther  <rguenther@suse.de>
1528
1529         PR tree-optimization/34743
1530         * gcc.dg/pr38984.c: Remove XFAIL, adjust.
1531         * gcc.dg/tree-ssa/20070302-1.c: Remove XFAIL.
1532         * gcc.dg/tree-ssa/alias-18.c: Likewise.
1533         * gcc.dg/tree-ssa/sra-3.c: Likewise.
1534         * gcc.dg/vect/no-vfa-vect-49.c: Likewise.
1535         * gcc.dg/vect/no-vfa-vect-53.c: Likewise.
1536         * gcc.dg/vect/no-vfa-vect-57.c: Likewise.
1537         * gcc.dg/vect/no-vfa-vect-61.c: Likewise.
1538
1539 2009-04-03  Richard Guenther  <rguenther@suse.de>
1540
1541         PR middle-end/13146
1542         PR tree-optimization/23940
1543         PR tree-optimization/33237
1544         PR middle-end/33974
1545         PR middle-end/34093
1546         PR tree-optimization/36201
1547         PR tree-optimization/36230
1548         PR tree-optimization/38049
1549         PR tree-optimization/38207
1550         PR tree-optimization/38230
1551         PR tree-optimization/38301
1552         PR tree-optimization/38585
1553         PR middle-end/38895
1554         PR tree-optimization/38985
1555         PR tree-optimization/39299
1556         * gcc.dg/pr19633-1.c: Adjust.
1557         * gcc.dg/torture/pta-callused-1.c: Likewise.
1558         * gcc.dg/torture/pr39074-2.c: Likewise.
1559         * gcc.dg/torture/pr39074.c: Likewise.
1560         * gcc.dg/torture/pta-ptrarith-3.c: New testcase.
1561         * gcc.dg/torture/pr30375.c: Adjust.
1562         * gcc.dg/torture/pr33563.c: Likewise.
1563         * gcc.dg/torture/pr33870.c: Likewise.
1564         * gcc.dg/torture/pr33560.c: Likewise.
1565         * gcc.dg/torture/pta-structcopy-1.c: New testcase.
1566         * gcc.dg/torture/ssa-pta-fn-1.c: Likewise.
1567         * gcc.dg/tree-ssa/alias-15.c: Remove.
1568         * gcc.dg/tree-ssa/ssa-dce-4.c: New testcase.
1569         * gcc.dg/tree-ssa/pr26421.c: Adjust.
1570         * gcc.dg/tree-ssa/ssa-fre-10.c: XFAIL.
1571         * gcc.dg/tree-ssa/ssa-dce-5.c: New testcase.
1572         * gcc.dg/tree-ssa/pr23382.c: Adjust.
1573         * gcc.dg/tree-ssa/ssa-fre-20.c: New testcase.
1574         * gcc.dg/tree-ssa/alias-16.c: Adjust.
1575         * gcc.dg/tree-ssa/ssa-fre-13.c: Likewise.
1576         * gcc.dg/tree-ssa/ssa-fre-14.c: Likewise.
1577         * gcc.dg/tree-ssa/alias-18.c: Likewise.
1578         * gcc.dg/tree-ssa/ssa-fre-15.c: Likewise.
1579         * gcc.dg/tree-ssa/ssa-lim-3.c: Likewise.
1580         * gcc.dg/tree-ssa/alias-19.c: Likewise.
1581         * gcc.dg/tree-ssa/pta-ptrarith-1.c: New testcase.
1582         * gcc.dg/tree-ssa/pr13146.c: Likewise.
1583         * gcc.dg/tree-ssa/ssa-pre-23.c: Likewise.
1584         * gcc.dg/tree-ssa/pta-ptrarith-2.c: Likewise.
1585         * gcc.dg/tree-ssa/ssa-fre-18.c: Likewise.
1586         * gcc.dg/tree-ssa/ssa-pre-24.c: New XFAILed testcase.
1587         * gcc.dg/tree-ssa/ssa-fre-19.c: New testcase.
1588         * gcc.dg/tree-ssa/alias-20.c: Likewise.
1589         * gcc.dg/tree-ssa/ssa-dse-12.c: Likewise.
1590         * gcc.dg/tree-ssa/pr38895.c: Likewise.
1591         * gcc.dg/uninit-B.c: XFAIL.
1592         * gcc.dg/vect/no-vfa-vect-43.c: Adjust.
1593         * gcc.dg/uninit-pr19430.c: XFAIL.
1594         * g++.dg/tree-ssa/pr13146.C: New testcase.
1595         * g++.dg/opt/pr36187.C: Adjust.
1596         * g++.dg/torture/20090329-1.C: New testcase.
1597
1598 2009-04-02  Chao-ying Fu  <fu@mips.com>
1599
1600         * gcc.target/mips/interrupt_handler.c: New test.
1601
1602 2009-04-02  David Ayers  <ayers@fsfe.org>
1603
1604         PR objc/18456
1605         * objc.dg/bad-receiver-type-2.m: New test contributed by
1606         Alexander Mamberg.
1607
1608 2009-04-02  Jason Merrill  <jason@redhat.com>
1609
1610         PR c++/25185
1611         * g++.dg/template/error38.C: New test.
1612
1613 2009-04-02  Janis Johnson  <janis187@us.ibm.com>
1614
1615         PR tree-optimization/31677
1616         * gcc.dg/memcpy-1.c: Add compiler option.
1617
1618 2009-04-02  Ira Rosen  <irar@il.ibm.com>
1619
1620         PR tree-optimization/39595
1621         * gfortran.dg/vect/O3-pr39595.f: New test.
1622
1623 2009-04-02  Dodji Seketeli  <dodji@redhat.com>
1624
1625         PR c++/26693
1626         * g++.dg/template/typedef11.C: New test.
1627         * g++.dg/template/typedef12.C: Likewise.
1628         * g++.dg/template/typedef13.C: Likewise.
1629         * g++.dg/template/typedef14.C: Likewise.
1630         * g++.dg/template/typedef15.C: Likewise.
1631         * g++.dg/template/typedef16.C: Likewise.
1632         * g++.dg/template/sfinae3.C: Compile this pedantically.
1633         The only errors expected should be the one saying the typedef is ill
1634         formed.
1635         * g++.old-deja/g++.pt/typename8.C: Likewise.
1636         * g++.dg/template/access11.C: Update this.
1637
1638 2009-04-02  Richard Guenther  <rguenther@suse.de>
1639
1640         PR tree-optimization/37221
1641         * gcc.c-torture/compile/20090331-1.c: New testcase.
1642
1643 2009-04-01  Eric Botcazou  <ebotcazou@adacore.com>
1644
1645         * gcc.c-torture/compile/20090401-1.c: New test.
1646
1647 2009-04-01  H.J. Lu  <hongjiu.lu@intel.com>
1648
1649         PR c++/4926
1650         * g++.dg/template/pr4926-1.C: New.
1651
1652 2009-04-01  Xinliang David Li  <davidxl@google.com>
1653
1654         * gcc.target/i386/all_one_m128i.c: New test.
1655
1656 2009-04-01  Janis Johnson  <janis187@us.ibm.com>
1657
1658         PR c/39027
1659         * gcc.dg/fltconst-1.c: Don't error for use of d or D in suffix.
1660         * gcc.dg/fltconst-2.c: New test.
1661         * gcc.dg/fltconst-double-pedantic-1.c: New test.
1662         * gcc.dg/fltconst-double-pedantic-2.c: New test.
1663
1664         PR c/33466
1665         * gcc.dg/cpp/pr33466.c: New test.
1666         * gcc.dg/dfp/pr33466.c: New test.
1667         * gcc.dg/fixed-point/pr33466.c: New test.
1668
1669 2009-04-01  H.J. Lu  <hongjiu.lu@intel.com>
1670
1671         PR tree-optimization/35011
1672         * g++.dg/other/pr35011.C: New.
1673
1674 2009-04-01  Jakub Jelinek  <jakub@redhat.com>
1675
1676         PR target/39226
1677         * gcc.dg/pr39226.c: New test.
1678
1679 2009-04-01  H.J. Lu  <hongjiu.lu@intel.com>
1680
1681         PR c++/35240
1682         * g++.dg/template/pr35240.C: New.
1683
1684 2009-04-01  Joseph Myers  <joseph@codesourcery.com>
1685
1686         PR c/39605
1687         * gcc.dg/vla-17.c, gcc.dg/vla-18.c: New tests.
1688         * gcc.dg/pr25682.c: Update expected diagnostics.
1689
1690 2009-04-01  Richard Guenther  <rguenther@suse.de>
1691
1692         * gcc.dg/fold-plusmult-2.c: New testcase.
1693
1694 2009-04-01  Jakub Jelinek  <jakub@redhat.com>
1695
1696         PR c/37772
1697         * gcc.dg/pr37772.c: New test.
1698         * g++.dg/ext/asm11.C: New test.
1699
1700 2009-04-01  H.J. Lu  <hongjiu.lu@intel.com>
1701
1702         * lib/target-libpath.exp (restore_ld_library_path_env_vars): Always
1703         restore GCC_EXEC_PREFIX to its original value, or unset if it was not
1704         defined.
1705
1706 2009-03-31  Jason Merrill  <jason@redhat.com>
1707
1708         * g++.old-deja/g++.other/using9.C: Add expected errors.
1709
1710 2009-03-31  H.J. Lu  <hongjiu.lu@intel.com>
1711
1712         * gcc.c-torture/compile/pr33009.c: Removed.
1713
1714 2009-03-31  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1715
1716         * gcc.c-torture/compile/pr33009.c: Delete.
1717         * gcc.c-torture/compile/pr11832.c: Likewise.
1718
1719 2009-03-31  Joseph Myers  <joseph@codesourcery.com>
1720
1721         PR c/448
1722         * lib/target-supports.exp (check_effective_target_stdint_types):
1723         Update comment.
1724         (check_effective_target_inttypes_types): New.
1725         * gcc.dg/c99-stdint-1.c, gcc.dg/c99-stdint-2.c,
1726         gcc.dg/c99-stdint-3.c, gcc.dg/c99-stdint-4.c,
1727         gcc.dg/c99-stdint-5.c, gcc.dg/c99-stdint-6.c: New tests.
1728
1729 2009-03-31  Paul Thomas  <pault@gcc.gnu.org>
1730
1731         PR fortran/38917
1732         PR fortran/38918
1733         * gfortran.dg/data_pointer_1.f90: New test.
1734
1735 2009-03-31  Paul Thomas  <pault@gcc.gnu.org>
1736
1737         PR fortran/38915
1738         * gfortran.dg/char_length_15.f90: New test.
1739
1740 2009-03-31  Jason Merrill  <jason@redhat.com>
1741
1742         C++ DR 613
1743         * g++.old-deja/g++.dg/cpp0x/decltype3.C: Remove expected errors.
1744         * g++.old-deja/g++.ext/typeof2.C: Remove expected errors.
1745         * g++.old-deja/g++.other/sizeof2.C: Remove some expected errors,
1746         xfail others.
1747
1748         * g++.dg/other/typedef2.C: New test.
1749
1750         PR c++/37806
1751         * g++.dg/template/typedef17.C: New test.
1752
1753         * g++.dg/cpp0x/auto6.C: Adjust expected mangling.
1754         * g++.dg/cpp0x/auto12.C: Likewise.
1755
1756 2009-03-31  Richard Guenther  <rguenther@suse.de>
1757
1758         PR middle-end/31029
1759         * gcc.dg/fold-compare-4.c: New testcase.
1760         * gcc.dg/fold-compare-5.c: Likewise.
1761
1762 2009-03-31  Richard Guenther  <rguenther@suse.de>
1763
1764         * gcc.dg/tree-ssa/forwprop-12.c: New testcase.
1765
1766 2009-03-31  Joseph Myers  <joseph@codesourcery.com>
1767
1768         PR target/39592
1769         * gcc.target/i386/pr39592-1.c: New test.
1770
1771 2009-03-31  Joseph Myers  <joseph@codesourcery.com>
1772
1773         PR preprocessor/15638
1774         * gcc.dg/cpp/missing-header-1.c: New test.
1775         * gcc.dg/cpp/include2.c: Only test #include <>.  Expect
1776         "compilation terminated" message.
1777         * gcc.dg/cpp/include2a.c: New test.  Copy of include2.c but only
1778         test #include "".
1779         * gcc.dg/pch/counter-2.c, gcc.dg/pch/valid-1.c,
1780         gcc.dg/pch/valid-2.c, gcc.dg/pch/warn-1.c: Expect "compilation
1781         terminated" message.
1782
1783 2009-03-31  Richard Guenther  <rguenther@suse.de>
1784
1785         PR middle-end/23401
1786         PR middle-end/27810
1787         * gcc.dg/tree-ssa/pr23401.c: New testcase.
1788         * gcc.dg/tree-ssa/pr27810.c: Likewise.
1789
1790 2009-03-30  Steven G. Kargl  <kargls@comcast.net>
1791
1792         PR fortran/38389
1793         * gfortran.dg/alloc_alloc_expr_1.f90: Adjust for new error message.
1794         * gfortran.dg/allocate_alloc_opt_1.f90: New test.
1795         * gfortran.dg/allocate_alloc_opt_2.f90: Ditto.
1796         * gfortran.dg/allocate_alloc_opt_3.f90: Ditto.
1797         * gfortran.dg/deallocate_alloc_opt_1.f90: Ditto.
1798         * gfortran.dg/deallocate_alloc_opt_2.f90: Ditto.
1799         * gfortran.dg/deallocate_alloc_opt_3.f90: Ditto.
1800
1801 2009-03-30  Paul Thomas  <pault@gcc.gnu.org>
1802
1803         PR fortran/22571
1804         * gfortran.dg/whole_file_1.f90: New test.
1805         PR fortran/26227
1806         * gfortran.dg/whole_file_2.f90: New test.
1807         * gfortran.dg/whole_file_3.f90: New test.
1808         PR fortran/24886
1809         * gfortran.dg/whole_file_4.f90: New test.
1810
1811 2009-03-30  Jakub Jelinek  <jakub@redhat.com>
1812
1813         * gfortran.dg/bind_c_usage_19.f90: New test.
1814
1815         PR target/39558
1816         * gcc.target/powerpc/altivec-29.c: New test.
1817
1818 2009-03-30  Joseph Myers  <joseph@codesourcery.com>
1819
1820         PR rtl-optimization/323
1821         * gcc.target/i386/excess-precision-1.c,
1822         gcc.target/i386/excess-precision-2.c,
1823         gcc.target/i386/excess-precision-3.c,
1824         gcc.target/i386/excess-precision-4.c,
1825         gcc.target/i386/excess-precision-5.c,
1826         gcc.target/i386/excess-precision-6.c: New tests.
1827
1828 2009-03-30  Joseph Myers  <joseph@codesourcery.com>
1829
1830         PR c/35235
1831         * gcc.dg/c99-array-lval-8.c: New test.
1832
1833 2009-03-29  Joseph Myers  <joseph@codesourcery.com>
1834
1835         PR preprocessor/34695
1836         * gcc.dg/builtin-redefine.c, gcc.dg/cpp/redef2.c,
1837         gcc.dg/cpp/redef3.c, gcc.dg/cpp/trad/redef2.c: Use dg-message
1838         instead of dg-warning for "previous definition" messages.
1839         * gcc.dg/cpp/Wvariadic-1.c, gcc.dg/cpp/Wvariadic-3.c: Expect
1840         "warnings being treated as errors" message.
1841         * gcc.dg/fltconst-1.c: Use -fshow-column.
1842
1843 2009-03-29  Steven G. Kargl  <kargl@gcc.gnu.org>
1844
1845         PR fortran/38823
1846         * gfortran.dg/power1.f90: New test.
1847
1848 2009-03-29  Joseph Myers  <joseph@codesourcery.com>
1849
1850         PR c/456
1851         PR c/5675
1852         PR c/19976
1853         PR c/29116
1854         PR c/31871
1855         PR c/35198
1856         * gcc.c-torture/compile/20081108-1.c,
1857         gcc.c-torture/compile/20081108-2.c,
1858         gcc.c-torture/compile/20081108-3.c, gcc.dg/bconstp-2.c,
1859         gcc.dg/bconstp-3.c, gcc.dg/bconstp-4.c, gcc.dg/c90-const-expr-6.c,
1860         gcc.dg/c90-const-expr-7.c, gcc.dg/c90-const-expr-8.c,
1861         gcc.dg/c90-const-expr-9.c, gcc.dg/c90-const-expr-10.c,
1862         gcc.dg/c90-const-expr-11.c, gcc.dg/c99-const-expr-6.c,
1863         gcc.dg/c99-const-expr-7.c, gcc.dg/c99-const-expr-8.c,
1864         gcc.dg/c99-const-expr-9.c, gcc.dg/c99-const-expr-10.c,
1865         gcc.dg/c99-const-expr-11.c, gcc.dg/c99-const-expr-12.c,
1866         gcc.dg/c99-const-expr-13.c, gcc.dg/compare10.c,
1867         gcc.dg/gnu89-const-expr-1.c, gcc.dg/gnu89-const-expr-2.c,
1868         gcc.dg/gnu99-const-expr-1.c, gcc.dg/gnu99-const-expr-2.c,
1869         gcc.dg/gnu99-const-expr-3.c, gcc.dg/vla-12.c, gcc.dg/vla-13.c,
1870         gcc.dg/vla-14.c, gcc.dg/vla-15.c, gcc.dg/vla-16.c: New tests.
1871         * gcc.dg/c90-const-expr-1.c, gcc.dg/c90-const-expr-2.c,
1872         gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-2.c,
1873         gcc.dg/c99-const-expr-3.c, gcc.dg/c99-static-1.c: Remove XFAILs.
1874         * gcc.dg/c90-const-expr-2.c: Use ZERO in place of 0 in another
1875         case.
1876         * gcc.dg/overflow-warn-1.c, gcc.dg/overflow-warn-2.c,
1877         gcc.dg/overflow-warn-3.c, gcc.dg/overflow-warn-4.c: Remove
1878         XFAILs.  Update expected messages.
1879         * gcc.dg/pr14649-1.c, gcc.dg/pr19984.c, gcc.dg/pr25682.c: Update
1880         expected messages.
1881         * gcc.dg/real-const-1.c: Replace with test from original PR.
1882         * gcc.dg/vect/pr32230.c: Use intermediate cast to __PTRDIFF_TYPE__
1883         when casting from non-constant integer to pointer.
1884
1885 2009-03-29  Richard Guenther  <rguenther@suse.de>
1886
1887         * gcc.dg/tree-ssa/forwprop-11.c: New testcase.
1888
1889 2009-03-29  Daniel Kraft  <d@domob.eu>
1890
1891         PR fortran/37423
1892         * gfortran.dg/typebound_proc_4.f03: Remove not-implemented check for
1893         DEFERRED bindings.
1894         * gfortran.dg/typebound_proc_9.f03: New test.
1895         * gfortran.dg/typebound_proc_10.f03: New test.
1896         * gfortran.dg/typebound_proc_11.f03: New test.
1897         * gfortran.dg/abstract_type_5.f03: New test.
1898
1899 2009-03-29  Tobias Schlüter  <tobi@gcc.gnu.org>
1900
1901         PR fortran/38507
1902         * gfortran.dg/do_4.f: New.
1903         * gfortran.dg/goto_2.f90: Correct expected warnings.
1904         * gfortran.dg/goto_4.f90: Likewise.
1905         * gfortran.dg/goto_5.f90: New.
1906
1907 2009-03-29  H.J. Lu  <hongjiu.lu@intel.com>
1908
1909         PR target/39545
1910         * gcc.c-torture/compile/pr16566-2.c: Add -Wno-psabi for x86-64.
1911
1912         * gcc.target/i386/pr39545-1.c: New.
1913         * gcc.target/i386/pr39545-2.c: Likewise.
1914
1915         * gcc.target/x86_64/abi/test_passing_structs.c (flex1_struct): New.
1916         (flex2_struct): Likewise.
1917         (check_struct_passing7): Likewise.
1918         (check_struct_passing8): Likewise.
1919         (f1s): Likewise.
1920         (f2s): Likewise.
1921         (main): Call check_struct_passing7 and check_struct_passing8.
1922
1923 2009-03-29  Richard Guenther  <rguenther@suse.de>
1924
1925         * gcc.c-torture/execute/20090113-1.c: New testcase.
1926         * gcc.c-torture/execute/20090113-2.c: Likewise.
1927         * gcc.c-torture/execute/20090113-3.c: Likewise.
1928         * gcc.c-torture/execute/20090207-1.c: Likewise.
1929         * gcc.c-torture/compile/20090114-1.c: Likewise.
1930         * gcc.c-torture/compile/20090328-1.c: Likewise.
1931         * gcc.dg/noncompile/920507-1.c: Fix out-of-bounds array access.
1932
1933 2009-03-29  David Ayers  <ayers@fsfe.org>
1934
1935         PR objc/27377
1936         * objc.dg/conditional-1.m: New tests.
1937         
1938 2009-03-28  Adam Nemet  <anemet@caviumnetworks.com>
1939
1940         * gcc.dg/winline-10.c: New test.
1941
1942 2009-03-28  Tobias Burnus  <burnus@net-b.de>
1943
1944         PR fortran/34656
1945         * gfortran.dg/do_check_1.f90: Add test.
1946         * gfortran.dg/do_check_2.f90: Add test.
1947         * gfortran.dg/do_check_3.f90: Add test.
1948         * gfortran.dg/do_check_4.f90: Add test.
1949
1950 2009-03-28  Jan Hubicka  <jh@suse.cz>
1951
1952         * gcc.dg/attr-noinline.c: Avoid pure-const optimization.
1953         * gcc.dg/pr33826.c: Update dump files.
1954         * gcc.dg/ipa/ipa-3.c: Avoid pure-const optimization.
1955         * gcc.dg/ipa/ipa-5.c: Avoid pure-const optimization.
1956
1957 2009-03-28  Martin Jambor  <mjambor@suse.cz>
1958
1959         * g++.dg/tree-ssa/fwprop-align.C: New test.
1960
1961 2009-03-28  Jakub Jelinek  <jakub@redhat.com>
1962
1963         * gcc.target/powerpc/altivec-28.c: New test.
1964
1965         PR c++/39554
1966         * gcc.dg/wdisallowed-functions-1.c: Removed.
1967         * gcc.dg/wdisallowed-functions-2.c: Removed.
1968         * gcc.dg/wdisallowed-functions-3.c: Removed.
1969         * g++.dg/warn/Wdisallowed-functions-1.C: Removed.
1970         * g++.dg/warn/Wdisallowed-functions-2.C: Removed.
1971         * g++.dg/warn/Wdisallowed-functions-3.C: Removed.
1972
1973 2009-03-28  Richard Guenther  <rguenther@suse.de>
1974
1975         PR tree-optimization/38723
1976         * gcc.dg/tree-ssa/ssa-fre-22.c: New testcase.
1977
1978 2009-03-28  Paul Thomas  <pault@gcc.gnu.org
1979
1980         PR fortran/38538
1981         * gfortran.dg/char_result_13.f90: New test.
1982
1983 2009-03-28  Paul Thomas  <pault@gcc.gnu.org>
1984
1985         PR fortran/38765
1986         * gfortran.dg/alloc_comp_assign_9.f90: New test.
1987
1988 2009-03-28  Daniel Kraft  <d@domob.eu>
1989
1990         * gfortran.dg/trim_1.f90: New test.
1991
1992 2009-03-28  Richard Guenther  <rguenther@suse.de>
1993
1994         * gcc.dg/Warray-bounds.c: Do not use redundant stores.
1995         * g++.dg/warn/Warray-bounds.C: Likewise.
1996
1997 2009-03-28  Tobias Burnus  <burnus@net-b.de>
1998
1999         PR fortran/32626
2000         * gfortran.dg/recursive_check_7.f90: New test.
2001
2002 2009-03-28  Tobias Burnus  <burnus@net-b.de>
2003
2004         PR fortran/38432
2005         * gfortran.dg/do_check_5.f90: New test.
2006         * gfortran.dg/array_constructor_11.f90: Add dg-warning.
2007         * gfortran.dg/array_constructor_18.f90: Ditto.
2008         * gfortran.dg/array_constructor_22.f90: Ditto.
2009         * gfortran.dg/do_3.F90: Ditto.
2010         * gfortran.dg/do_1.f90: Ditto.
2011
2012 2009-03-28  Richard Guenther  <rguenther@suse.de>
2013
2014         PR tree-optimization/38180
2015         * gcc.dg/tree-ssa/ssa-ccp-24.c: New testcase.
2016
2017 2009-03-28  Richard Guenther  <rguenther@suse.de>
2018
2019         PR tree-optimization/38513
2020         * gcc.dg/tree-ssa/ssa-fre-21.c: New testcase.
2021         * gcc.dg/tree-ssa/ssa-dse-11.c: Adjust.
2022         * gcc.dg/vect/vect-reduc-dot-u8a.c: Likewise.
2023         * gcc.dg/vect/vect-reduc-dot-u8b.c: Likewise.
2024         * gcc.dg/vect/slp-widen-mult-u8.c: Likewise.
2025         * gcc.dg/vect/vect-multitypes-16.c: Likewise.
2026         * gcc.dg/vect/vect-35.c: Likewise.
2027         * gcc.dg/vect/wrapv-vect-reduc-dot-s8b.c: Likewise.
2028         * gcc.dg/vect/vect-multitypes-17.c: Likewise.
2029         * gcc.dg/vect/slp-widen-mult-s16.c: Likewise.
2030
2031 2009-03-28  Richard Guenther  <rguenther@suse.de>
2032
2033         PR tree-optimization/38968
2034         * gfortran.dg/vect/fast-math-pr38968.f90: New testcase.
2035
2036 2009-03-28  Richard Guenther  <rguenther@suse.de>
2037
2038         PR tree-optimization/37795
2039         * gcc.dg/tree-ssa/ssa-ifcombine-7.c: New testcase.
2040
2041 2009-03-28  Joseph Myers  <joseph@codesourcery.com>
2042
2043         * g++.old-deja/g++.ext/attrib5.C, g++.old-deja/g++.jason/thunk3.C,
2044         gcc.c-torture/compile/981006-1.c: Don't XFAIL or add special
2045         options for removed targets.
2046
2047 2009-03-27  Richard Guenther  <rguenther@suse.de>
2048
2049         PR tree-optimization/39120
2050         * gcc.c-torture/execute/pr39120.c: New testcase.
2051
2052 2009-03-27  Richard Guenther  <rguenther@suse.de>
2053
2054         PR tree-optimization/39120
2055         * gcc.dg/torture/pta-callused-1.c: New testcase.
2056
2057 2009-03-27  H.J. Lu  <hongjiu.lu@intel.com>
2058
2059         PR middle-end/39315
2060         * gcc.target/i386/pr39315-1.c: New.
2061         * gcc.target/i386/pr39315-2.c: Likewise.
2062         * gcc.target/i386/pr39315-3.c: Likewise.
2063         * gcc.target/i386/pr39315-4.c: Likewise.
2064         * gcc.target/i386/pr39315-check.c: Likewise.
2065
2066 2009-03-27  H.J. Lu  <hongjiu.lu@intel.com>
2067
2068         PR c/39323
2069         * gcc.dg/pr39323-1.c: New.
2070         * gcc.dg/pr39323-2.c: Likewise.
2071         * gcc.dg/pr39323-3.c: Likewise.
2072
2073 2009-03-27  H.J. Lu  <hongjiu.lu@intel.com>
2074
2075         PR target/38034
2076         * gcc.target/ia64/sync-1.c: New.
2077
2078 2009-03-27  H.J. Lu  <hongjiu.lu@intel.com>
2079
2080         PR target/39472
2081         * gcc.target/x86_64/abi/callabi/func-2a.c: New.
2082         * gcc.target/x86_64/abi/callabi/func-2b.c: Likewise.
2083         * gcc.target/x86_64/abi/callabi/func-indirect-2a.c: Likewise.
2084         * gcc.target/x86_64/abi/callabi/func-indirect-2b.c: Likewise.
2085         * gcc.target/x86_64/abi/callabi/vaarg-4a.c: Likewise.
2086         * gcc.target/x86_64/abi/callabi/vaarg-4b.c: Likewise.
2087         * gcc.target/x86_64/abi/callabi/vaarg-5a.c: Likewise.
2088         * gcc.target/x86_64/abi/callabi/vaarg-5b.c: Likewise.
2089
2090 2009-03-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2091
2092         * gcc.dg/torture/builtin-explog-1.c: Remove tests that aren't true
2093         for low precision (i.e. float).
2094
2095 2009-03-27  Dodji Seketeli  <dodji@redhat.com>
2096             Jakub Jelinek  <jakub@redhat.com>
2097
2098         PR debug/37959
2099         * g++.dg/debug/dwarf2/explicit-constructor.C: New test.
2100
2101 2009-03-27  Jakub Jelinek  <jakub@redhat.com>
2102
2103         * gcc.dg/memmove-2.c: New test.
2104         * gcc.dg/memmove-3.c: New test.
2105
2106         * gcc.dg/ipa/ipacost-1.c: Adjust match pattern for change
2107         in clone naming.
2108
2109 2009-03-27  Xinliang David Li  <davidxl@google.com>
2110
2111         PR tree-optimization/39557
2112         * g++.dg/tree-ssa/dom-invalid.C: New test.
2113
2114 2009-03-27  Xinliang David Li  <davidxl@google.com>
2115
2116         PR tree-optimization/39548
2117         * g++.dg/tree-ssa/copyprop.C: New test.
2118
2119 2009-03-27  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2120
2121         PR c++/38638
2122         * g++.dg/template/typename17.C: New testcase.
2123         * g++.dg/template/typename18.C: New testcase.
2124
2125 2009-03-27  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2126
2127         PR c++/36799
2128         * g++.dg/other/var_copy-1.C: New test.
2129
2130 2009-03-27  Simon Martin  <simartin@users.sourceforge.net>
2131
2132         PR c++/37647
2133         * g++.dg/parse/ctor9.C: New test.
2134
2135 2009-03-27  Simon Martin  <simartin@users.sourceforge.net>
2136
2137         PR c++/29727
2138         * g++.dg/init/error2.C: New test.
2139
2140 2009-03-27  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2141
2142         PR c++/35652
2143         * gcc.dg/pr35652.C: New.
2144         * g++.dg/warn/pr35652.C: New.
2145         * gcc.dg/format/plus-1.c: Adjust message.
2146
2147 2009-03-26  Jakub Jelinek  <jakub@redhat.com>
2148
2149         PR c++/39554
2150         * gcc.dg/wdisallowed-functions-3.c: New test.
2151         * g++.dg/warn/Wdisallowed-functions-3.C: New test.
2152
2153 2009-03-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2154
2155         * gcc.dg/inline-33.c: Fix when pic.
2156
2157 2009-03-25  Alexander Monakov  <amonakov@ispras.ru>
2158
2159         * gcc.target/ia64/20090324-1.c: New test.
2160
2161 2009-03-25  Jakub Jelinek  <jakub@redhat.com>
2162
2163         PR c/27898
2164         * gcc.dg/pr27898.c: New test.
2165
2166         PR tree-optimization/32139
2167         * gcc.c-torture/compile/pr32139.c: New test.
2168
2169 2009-03-24  Jason Merrill  <jason@redhat.com>
2170
2171         PR c++/28274
2172         * g++.dg/parse/defarg14.C: New test.
2173
2174 2009-03-24  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2175
2176         PR libfortran/39528
2177         * gfortran.dg/read_repeat.f90: New test.
2178
2179 2009-03-24  Ira Rosen  <irar@il.ibm.com>
2180
2181         PR tree-optimization/39529
2182         * gcc.dg/vect/pr39529.c: New test.
2183
2184 2009-03-24  Dodji Seketeli  <dodji@redhat.com>
2185             Jakub Jelinek  <jakub@redhat.com>
2186
2187         PR debug/39524
2188         * g++.dg/debug/dwarf2/imported-decl-1.C: New test.
2189
2190 2009-03-23  Jakub Jelinek  <jakub@redhat.com>
2191
2192         PR c/39495
2193         * gcc.dg/gomp/pr39495-2.c: Remove xfails.
2194
2195 2009-03-23  Jason Merrill  <jason@redhat.com>
2196
2197         * g++.dg/cpp0x/auto12.C: Add variadic test.
2198         
2199         PR c++/39526
2200         * g++.dg/warn/Wshadow-4.C: New test.
2201
2202 2009-03-23  Jakub Jelinek  <jakub@redhat.com>
2203
2204         PR tree-optimization/39516
2205         * gfortran.dg/pr39516.f: New test.
2206
2207 2009-03-22  Hans-Peter Nilsson  <hp@axis.com>
2208
2209         * lib/target-libpath.exp (set_ld_library_path_env_vars):
2210         Correct TEST_GCC_EXEC_PREFIX test to check existence as a tcl
2211         variable, not environment variable.
2212
2213 2009-03-21  Jason Merrill  <jason@redhat.com>
2214
2215         PR c++/28879
2216         * g++.dg/ext/vla6.C: New test.
2217
2218 2009-03-20  Jason Merrill  <jason@redhat.com>
2219
2220         * g++.dg/cpp0x/initlist5.C: Add additional test.
2221
2222 2009-03-19  Jakub Jelinek  <jakub@redhat.com>
2223             Janis Johnson  <janis187@us.ibm.com>
2224
2225         * lib/compat.exp (compat-get-options-main, compat-get-options):
2226         Handle dg-prune-output in source file.
2227         * lib/gcc-defs.exp (${tool}_check_compile): Process prune requests.
2228         * gcc.dg/compat/struct-layout-1_main.c: Use dg-prune for warning.
2229         * gcc.dg/compat/struct-layout-1_generate.c: Use -Wno-abi, prune
2230         two warnings.
2231
2232 2009-03-19  Jakub Jelinek  <jakub@redhat.com>
2233
2234         PR c/39495
2235         * gcc.dg/gomp/pr39495-1.c: New test.
2236         * gcc.dg/gomp/pr39495-2.c: New test.
2237         * g++.dg/gomp/pr39495-1.C: New test.
2238         * g++.dg/gomp/pr39495-2.C: New test.
2239
2240         PR target/39496
2241         * gcc.target/i386/pr39496.c: New test.
2242         * g++.dg/other/pr39496.C: New test.
2243
2244 2009-03-19  Li Feng  <nemokingdom@gmail.com>
2245
2246         PR middle-end/39500
2247         * gcc.dg/autopar/pr39500-1.c: New.
2248         * gcc.dg/autopar/pr39500-2.c: New.
2249
2250 2009-03-18  H.J. Lu  <hongjiu.lu@intel.com>
2251
2252         * g++.dg/dg.exp: Prune graphite.
2253
2254 2009-03-18  Sebastian Pop  <sebastian.pop@amd.com>
2255
2256         PR middle-end/39447
2257         * g++.dg/graphite: New.
2258         * g++.dg/graphite/graphite.exp: New.
2259         * g++.dg/graphite/pr39447.C: New.
2260
2261 2009-03-18  H.J. Lu  <hongjiu.lu@intel.com>
2262
2263         PR c++/39425
2264         * g++.dg/template/pr39425.C: New.
2265
2266         * g++.dg/template/spec33.C: Updated.
2267
2268 2009-03-17  Jason Merrill  <jason@redhat.com>
2269
2270         * g++.dg/cpp0x/auto6.C, auto12.C: Update mangling.
2271
2272 2009-03-17  Paolo Carlini  <paolo.carlini@oracle.com>
2273
2274         PR c++/39475
2275         * g++.dg/ext/unary_trait_incomplete.C: New.
2276
2277 2009-03-17  Jing Yu  <jingyu@google.com>
2278
2279         PR middle-end/39378
2280         * g++.dg/inherit/thunk10.C: New test.
2281
2282 2009-03-17  Uros Bizjak  <ubizjak@gmail.com>
2283
2284         PR target/39482
2285         * gcc.target/i386/pr39482.c: New test.
2286
2287 2009-03-17  Jakub Jelinek  <jakub@redhat.com>
2288
2289         PR debug/39471
2290         * g++.dg/debug/dwarf2/imported-module-2.C: Expect
2291         DW_TAG_imported_module, not just any DW_TAG_imported prefixed tag.
2292         * g++.dg/debug/dwarf2/imported-module-3.C: Likewise.
2293         * g++.dg/debug/dwarf2/imported-module-4.C: Likewise.
2294
2295         PR middle-end/39443
2296         * gcc.dg/pr39443.c: New test.
2297
2298         PR debug/39412
2299         * gcc.dg/debug/pr39412.c: New test.
2300
2301 2009-03-17  Janis Johnson  <janis187@us.ibm.com>
2302
2303         PR testsuite/38526
2304         * lib/target-libpath.exp (set_ld_library_path_env_vars): Save
2305         existing GCC_EXEC_PREFIX, set to TEST_GCC_EXEC_PREFIX if that
2306         is defined.
2307         (restore_ld_library_path_env_vars): Restore GCC_EXEC_PREFIX to
2308         its original value, or unset if it was not defined.
2309         * gcc.dg/compat/struct-layout-1.exp: Use set/restore library
2310         path procs around use of HOSTCC.
2311         * g++.dg/compat/struct-layout-1.exp: Ditto.
2312         * objc.dg/gnu-encoding/gnu-encoding.exp: Ditto.
2313
2314 2009-03-16  H.J. Lu  <hongjiu.lu@intel.com>
2315
2316         * gcc.target/x86_64/abi/callabi/func-indirect.c (main): Return 0.
2317
2318 2009-03-16  Janis Johnson  <janis187@us.ibm.com>
2319
2320         Revert patch for PR testsuite/37630.
2321
2322         PR testsuite/37960
2323         * gcc.dg/pr11492.c: Replace constant and remove xfail.
2324
2325         PR testsuite/37630
2326         * lib/target-supports.exp (check_effective_target_ieee): New.
2327         * gcc.c-torture/execute/ieee/ieee.exp: Use it.
2328         * gcc.dg/20001012-1.c: Require ieee.
2329
2330         PR testsuite/37628
2331         * gcc.c-torture/execute/pr35456.x: New, skip test for vax.
2332
2333 2009-03-16  Jakub Jelinek  <jakub@redhat.com>
2334
2335         PR tree-optimization/39455
2336         * gcc.dg/pr39455.c: New test.
2337
2338 2009-03-13  David Ayers  <ayers@fsfe.org>
2339
2340         * objc/execute/trivial.m. New test.
2341
2342 2009-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
2343
2344         PR target/39137
2345         * testsuite/gcc.target/i386/stackalign/longlong-2.c: Skip on darwin.
2346
2347 2009-03-13  H.J. Lu  <hongjiu.lu@intel.com>
2348
2349         PR testsuite/39451
2350         * gcc.dg/asm-b.c: Use "Q" constraint on %b1/%h1 and "R"
2351         constraint on (%2).
2352
2353 2009-03-12  David Ayers  <ayers@fsfe.org>
2354
2355         PR libobjc/27466
2356         * objc/execute/exceptions/handler-1.m. New test.
2357
2358 2009-03-12  Jakub Jelinek  <jakub@redhat.com>
2359
2360         PR target/39431
2361         * gcc.target/i386/pr39431.c: New test.
2362
2363 2009-03-12  H.J. Lu  <hongjiu.lu@intel.com>
2364
2365         PR target/39445
2366         * gcc.target/i386/pr39445.c: New.
2367
2368         * gcc.target/i386/push-1.c: XFAIL.
2369
2370 2009-03-11  Adam Nemet  <anemet@caviumnetworks.com>
2371
2372         * gcc.dg/inline-33.c: New test.
2373
2374 2009-03-11  Nathan Froyd  <froydnj@codesourcery.com>
2375
2376         * gcc.dg/vect/vect-82.c: Combine dg-do and
2377         dg-require-effective-target into dg-skip-if.
2378         * gcc.dg/vect/vect-83.c: Likewise.
2379
2380 2009-03-11  Jakub Jelinek  <jakub@redhat.com>
2381
2382         PR target/39137
2383         * gcc.target/i386/stackalign/longlong-1.c: New test.
2384         * gcc.target/i386/stackalign/longlong-2.c: New test.
2385
2386 2009-03-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2387
2388         * g++.old-deja/g++.jason/thunk2.C: Skip on SPU.
2389
2390 2009-03-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2391
2392         * gcc.c-torture/execute/ieee/inf-3.c: New test.
2393         * gcc.c-torture/execute/ieee/inf-2.c: Fix typo.
2394
2395 2009-03-11  Olivier Hainque  <hainque@adacore.com>
2396
2397         * gnat.dg/slice_enum.adb: New test.
2398
2399 2009-03-11  Jason Merrill  <jason@redhat.com>
2400
2401         PR debug/39086
2402         * g++.dg/opt/nrv15.C: New test.
2403
2404 2009-03-10  Ira Rosen  <irar@il.ibm.com>
2405
2406         PR tree-optimization/39422
2407         * gcc.dg/vect/costmodel/spu/costmodel-vect-76b.c: Move
2408         constant array with static initialization to global memory.
2409         * gcc.dg/vect/costmodel/spu/costmodel-vect-76c.c: Likewise.
2410
2411 2009-03-10  Hariharan Sandanagobalane <hariharan@picochip.com>
2412
2413         * gcc.c-torture/execute/pr39339.c: Bitfield sizes changed to avoid
2414         padding.
2415
2416 2009-03-09  Jakub Jelinek  <jakub@redhat.com>
2417
2418         PR c++/39371
2419         * g++.dg/opt/switch2.C: Add -w to dg-options.
2420         * g++.dg/warn/Wswitch-1.C: Adjust expected warnings.
2421         * g++.dg/warn/switch1.C: New test.
2422         * g++.dg/other/switch3.C: New test.
2423
2424         PR tree-optimization/39394
2425         * gcc.c-torture/compile/pr39394.c: New test.
2426
2427 2009-03-09  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2428
2429         * gcc.target/s390/20090223-1.c: New testcase.
2430
2431 2009-03-08  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2432
2433         PR libfortran/39402
2434         * gfortran.dg/fmt_f0_1.f90: New test.
2435
2436 2009-03-08  H.J. Lu  <hongjiu.lu@intel.com>
2437
2438         PR c++/39060
2439         * g++.dg/other/new1.C: Adjusted.
2440         * g++.dg/parse/crash40.C: Likewise.
2441         * g++.dg/parse/defarg12.C: Likewise.
2442         * g++.dg/template/error15.C: Likewise.
2443
2444         * g++.dg/other/pr39060.C: New.
2445
2446 2009-03-07  Jason Merrill  <jason@redhat.com>
2447
2448         PR c++/39367
2449         * g++.dg/opt/new1.C: New.
2450
2451 2009-03-06  Paolo Carlini  <paolo.carlini@oracle.com>
2452
2453         PR c++/33492
2454         * g++.dg/other/error32.C: New.
2455
2456 2009-03-06  Jakub Jelinek  <jakub@redhat.com>
2457
2458         PR middle-end/39360
2459         * gcc.c-torture/compile/pr39360.c: New test.
2460
2461         PR debug/39372
2462         * g++.dg/debug/dwarf2/static-local-var-in-ctor.C: New test.
2463
2464 2009-03-05  Jason Merrill  <jason@redhat.com>
2465
2466         PR c++/38908
2467         * g++.dg/warn/Wuninitialized-3.C: New test.
2468
2469 2009-03-05  Jakub Jelinek  <jakub@redhat.com>
2470
2471         PR debug/39379
2472         * g++.dg/debug/dwarf2/imported-module-3.C: New test.
2473         * g++.dg/debug/dwarf2/imported-module-4.C: New test.
2474
2475 2009-03-04  Jason Merrill  <jason@redhat.com>
2476
2477         PR c++/13549
2478         * g++.dg/template/koenig7.C: New test.
2479
2480 2009-03-04  Nathan Sidwell  <nathan@codesourcery.com>
2481
2482         * g++.dg/torture/predcom-1.C: New test.
2483
2484 2009-03-04  Richard Guenther  <rguenther@suse.de>
2485
2486         PR tree-optimization/39362
2487         * g++.dg/torture/pr39362.C: New testcase.
2488
2489 2009-03-04  Jason Merrill  <jason@redhat.com>
2490             Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2491
2492         PR c++/9634
2493         PR c++/29469
2494         PR c++/29607
2495         * g++.dg/template/dependent-name5.C: New test.
2496
2497 2009-03-04  Steve Ellcey  <sje@cup.hp.com>
2498
2499         PR testsuite/39357
2500         * gcc.dg/vect-iv-6.c (dg-require-effective-target): Change from
2501         vect_int to vect_int_mult.
2502
2503 2009-03-04  Richard Guenther  <rguenther@suse.de>
2504
2505         PR tree-optimization/39358
2506         * g++.dg/warn/Wstrict-aliasing-bogus-escape-2.C: New testcase.
2507         * g++.dg/warn/Wstrict-aliasing-bogus-escape-3.C: Likewise.
2508
2509 2009-03-04  Richard Guenther  <rguenther@suse.de>
2510
2511         PR tree-optimization/39339
2512         * gcc.c-torture/execute/pr39339.c: New testcase.
2513
2514 2009-03-03  Joseph Myers  <joseph@codesourcery.com>
2515
2516         * gcc.c-torture/compile/20090303-1.c,
2517         gcc.c-torture/compile/20090303-2.c: New tests.
2518
2519 2009-03-03  Jakub Jelinek  <jakub@redhat.com>
2520
2521         PR fortran/39354
2522         * gfortran.dg/gomp/pr39354.f90: New test.
2523
2524         PR tree-optimization/39343
2525         * gcc.dg/pr39343.c: New test.
2526
2527 2009-03-03  Ira Rosen  <irar@il.ibm.com>
2528
2529         PR tree-optimization/39248
2530         * gcc.dg/vect/vect-complex-1.c: Add attribute aligned to the arrays.
2531         * gcc.dg/vect/vect-iv-6.c: Don't expect to fail to vectorize
2532         on targets without vector misalignment support.
2533         * lib/target-supports.exp 
2534         (check_effective_target_vect_short_mult): Add 
2535         check_effective_target_arm32.
2536
2537 2009-03-02  Sebastian Pop  <sebastian.pop@amd.com>
2538
2539         PR middle-end/39335
2540         * testsuite/gcc.dg/graphite/pr39335_1.c: New.
2541         * testsuite/gcc.dg/graphite/pr39335.c: New.
2542
2543 2009-03-02  H.J. Lu  <hongjiu.lu@intel.com>
2544
2545         * gcc.target/i386/stackalign/return-4.c: Scan andl/andq instead
2546         of andl.
2547         * gcc.target/i386/stackalign/return-5.c: Likewise.
2548         * gcc.target/i386/stackalign/return-6.c: Likewise.
2549
2550 2009-03-02  Richard Guenther  <rguenther@suse.de>
2551             Ira Rosen  <irar@il.ibm.com>
2552
2553         PR tree-optimization/39318
2554         * gfortran.dg/vect/pr39318.f90: New test.
2555
2556 2009-03-01  Jan Hubicka  <jh@suse.cz>
2557
2558         * gcc.dg/debug/dwarf2/ipa-cp1.c: New testcase.
2559
2560 2009-03-01  Jan Hubicka  <jh@suse.cz>
2561
2562         PR debug/39267
2563         * gcc.dg/debug/dwarf2/inline1.c: New testcase.
2564
2565 2009-03-01  Eric Botcazou  <ebotcazou@adacore.com>
2566
2567         * gnat.dg/pack12.adb: New test.
2568
2569 2009-02-26  H.J. Lu  <hongjiu.lu@intel.com>
2570
2571         PR c++/37789
2572         * g++.dg/other/pr37789.C: New.
2573
2574 2009-02-26  Paul Thomas  <pault@gcc.gnu.org>
2575
2576         PR fortran/39295
2577         * gfortran.dg/interface_25.f90: New test.
2578         * gfortran.dg/interface_26.f90: New test.
2579
2580 2009-02-26  Paul Thomas  <pault@gcc.gnu.org>
2581
2582         PR fortran/39292
2583         * gfortran.dg/initialization_22.f90: New test.
2584
2585 2009-02-25  H.J. Lu  <hongjiu.lu@intel.com>
2586
2587         PR rtl-optimization/39241
2588         * gcc.dg/torture/pr39241.c: New.
2589
2590 2009-02-25  Martin Jambor  <mjambor@suse.cz>
2591
2592         PR tree-optimizations/39259
2593         * g++.dg/torture/pr39259.C: New testcase.
2594
2595 2009-02-24  Richard Guenther  <rguenther@suse.de>
2596
2597         PR c++/39242
2598         * g++.dg/template/instantiate10.C: New testcase.
2599
2600 2009-02-24  Richard Guenther  <rguenther@suse.de>
2601             Zdenek Dvorak  <ook@ucw.cz>
2602
2603         PR tree-optimization/39233
2604         * gcc.c-torture/execute/pr39233.c: New testcase.
2605
2606 2009-02-23  Sebastian Pop  <sebastian.pop@amd.com>
2607
2608         PR tree-optimization/39260
2609         * gcc.dg/graphite/pr39260.c: New.
2610
2611 2009-02-23  H.J. Lu  <hongjiu.lu@intel.com>
2612
2613         * g++.dg/init/static-init1.C: Replace int with __PTRDIFF_TYPE__.
2614
2615 2009-02-23  H.J. Lu  <hongjiu.lu@intel.com>
2616
2617         PR c++/36411
2618         * g++.dg/template/void14.C: New.
2619
2620 2009-02-23  Jason Merrill  <jason@redhat.com>
2621
2622         PR c++/38880
2623         * g++.dg/init/const7.C: Remove XFAIL.
2624         * g++.dg/init/static-init1.C: New test.
2625
2626         * g++.dg/cpp0x/initlist14.C: New test.
2627
2628 2009-02-21  Thomas Koenig  <tkoenig@gcc.gnu.org>
2629
2630         PR fortran/38914
2631         * bound_simplification_2.f90:  New test case.
2632         * bound_7.f90:  New test case.
2633
2634 2009-02-21  Joseph Myers  <joseph@codesourcery.com>
2635
2636         * gcc.dg/cpp/include4.c: New test.
2637
2638 2009-02-21  Uros Bizjak  <ubizjak@gmail.com>
2639
2640         PR target/39256
2641         * gcc.target/i386/abi-2.c: New.
2642
2643 2009-02-21  Kaz Kojima  <kkojima@gcc.gnu.org>
2644
2645         * gcc.c-torture/execute/pr39228.x: New.
2646
2647 2009-02-21  Uros Bizjak  <ubizjak@gmail.com>
2648
2649         * gcc.target/i386/abi-1.c: Use scan-assembler-times "..." 1 instead of
2650         scan-assembler to check for xmm0 register.
2651
2652 2009-02-20  Mark Mitchell  <mark@codesourcery.com>
2653             Joseph Myers  <joseph@codesourcery.com>
2654
2655         * gcc.target/arm/va_list.c: New test.
2656         * g++.dg/abi/arm_va_list.C: Likewise.
2657         * lib/target-supports.exp (check_effective_target_arm_eabi): New
2658         function.
2659         * g++.dg/cpp0x/temp-va-arg-bug.C, g++.dg/other/stdarg1.C,
2660         g++.dg/warn/miss-format-1.C, g++.dg/warn/miss-format-3.C,
2661         g++.dg/warn/miss-format-4.C, g++.dg/warn/miss-format-5.C,
2662         g++.dg/warn/miss-format-6.C, g++.old-deja/g++.other/vaarg2.C,
2663         g++.old-deja/g++.other/vaarg3.C, g++.old-deja/g++.other/vaarg4.C,
2664         g++.old-deja/g++.pt/builtin.C: Use -Wno-abi on ARM EABI targets.
2665
2666 2009-02-20  Jack Howarth  <howarth@bromo.med.uc.edu>
2667
2668         PR testsuite/38164
2669         * gcc.target/i386/amd64-abi-3.c: Add -fomit-frame-pointer
2670         to dg-options.
2671
2672 2009-02-20  Jakub Jelinek  <jakub@redhat.com>
2673
2674         PR target/39240
2675         * gcc.c-torture/execute/pr39240.c: New test.
2676
2677 2009-02-20  Jason Merrill  <jason@redhat.com>
2678
2679         PR c++/39225
2680         * g++.dg/parse/dtor15.C: New test.
2681
2682 2009-02-19  Kazu Hirata  <kazu@codesourcery.com>
2683
2684         * gcc.c-torture/execute/20090219-1.c: New.
2685
2686 2009-02-19  Adam Nemet  <anemet@caviumnetworks.com>
2687
2688         * gcc.target/mips/mips.exp: Comment !CPU in the isa* pseudo-options.
2689         (mips-dg-options): When matching isa* pseudo-options make
2690         'value' optional and accept ! entries.  Use $spec instead of
2691         $isa_spec in the isa pseudo-option error message.  Only
2692         perform the ISA-range check when 'value' is set.  If arch is
2693         matching any CPU in the ! entries switch to its generic ISA.
2694         * gcc.target/mips/branch-1.c: Pass isa=!octeon.
2695         * gcc.target/mips/dmult-1.c: Pass isa=64!octeon rather than -mips64.
2696
2697 2009-02-19  Jakub Jelinek  <jakub@redhat.com>
2698
2699         PR target/39175
2700         * gcc.dg/visibility-20.c: New test.
2701         * g++.dg/ext/visibility/visibility-11.C: New test.
2702
2703 2009-02-19  H.J. Lu  <hongjiu.lu@intel.com>
2704
2705         PR c++/39188
2706         * g++.dg/abi/pr39188-1a.C: New.
2707         * g++.dg/abi/pr39188-1b.C: Likewise.
2708         * g++.dg/abi/pr39188-1.h: Likewise.
2709         * g++.dg/abi/pr39188-2a.C: Likewise.
2710         * g++.dg/abi/pr39188-2b.C: Likewise.
2711         * g++.dg/abi/pr39188-2.h: Likewise.
2712         * g++.dg/abi/pr39188-3a.C: Likewise.
2713         * g++.dg/abi/pr39188-3b.C: Likewise.
2714         * g++.dg/abi/pr39188-3.h: Likewise.
2715
2716 2009-02-19  Joseph Myers  <joseph@codesourcery.com>
2717
2718         PR c/38483
2719         * gcc.c-torture/execute/call-trap-1.c,
2720         gcc.c-torture/execute/va-arg-trap-1.c, gcc.dg/call-diag-1.c: New
2721         tests.
2722
2723 2009-02-19  Uros Bizjak  <ubizjak@gmail.com>
2724
2725         PR target/39228
2726         * gcc.c-torture/execute/pr39228.c: New test.
2727
2728 2009-02-19  Richard Guenther  <rguenther@suse.de>
2729
2730         PR tree-optimization/39074
2731         * gcc.dg/torture/pr39074.c: New testcase.
2732         * gcc.dg/torture/pr39074-2.c: Likewise.
2733         * gcc.dg/torture/pr39074-3.c: Likewise.
2734
2735 2009-02-18  H.J. Lu  <hongjiu.lu@intel.com>
2736
2737         PR c++/39219
2738         * g++.dg/parse/attr3.C: New.
2739
2740 2009-02-18  Jack Howarth <howarth@bromo.med.uc.edu>
2741
2742         PR testsuite/38165
2743         * g++.dg/pubtypes.C: Adopt Radar 4535968 fix to testcase.
2744
2745         PR testsuite/38166
2746         * g++.dg/ext/visibility/class1.C: Revert revision 122348
2747         and skip on Darwin.
2748
2749 2009-02-18  Jason Merrill  <jason@redhat.com>
2750
2751         PR c++/38880
2752         * g++.dg/init/const7.C: Remove XFAIL.
2753
2754         PR target/39179
2755         * g++.dg/opt/const6.C: New test.
2756
2757 2009-02-18  H.J. Lu  <hongjiu.lu@intel.com>
2758
2759         * gcc.dg/callabi/callabi.exp: Moved to ...
2760         * gcc.target/x86_64/abi/callabi/callabi.exp: Here.  Only run
2761         in 64bit mode.
2762
2763         * gcc.target/x86_64/abi/callabi/func-1.c: Don't check target.
2764         * gcc.target/x86_64/abi/callabi/func-indirect.c: Likewise.
2765         * gcc.target/x86_64/abi/callabi/func-indirect.c: Likewise.
2766         * gcc.target/x86_64/abi/callabi/pr38891.c: Likewise.
2767         * gcc.target/x86_64/abi/callabi/vaarg-1.c: Likewise.
2768         * gcc.target/x86_64/abi/callabi/vaarg-2.c: Likewise.
2769         * gcc.target/x86_64/abi/callabi/vaarg-3.c: Likewise.
2770
2771         * gcc.dg/callabi/callabi.h: Moved to ...
2772         * gcc.target/x86_64/abi/callabi/callabi.h: Here.
2773
2774         * gcc.dg/callabi/func-1.c: Moved to ...
2775         * gcc.target/x86_64/abi/callabi/func-1.c: Here.
2776
2777         * gcc.dg/callabi/func-indirect.c: Moved to ...
2778         * gcc.target/x86_64/abi/callabi/func-indirect.c: Here.
2779
2780         * gcc.dg/callabi/pr38891.c: Moved to ...
2781         * gcc.target/x86_64/abi/callabi/pr38891.c: Here.
2782
2783         * gcc.dg/callabi/vaarg-1.c: Moved to ...
2784         * gcc.target/x86_64/abi/callabi/vaarg-1.c: Here.
2785
2786         * gcc.dg/callabi/vaarg-2.c: Moved to ...
2787         * gcc.target/x86_64/abi/callabi/vaarg-2.c: Here.
2788
2789         * gcc.dg/callabi/vaarg-3.c: Moved to ...
2790         * gcc.target/x86_64/abi/callabi/vaarg-3.c: Here.
2791
2792 2009-02-17  Xuepeng Guo  <xuepeng.guo@intel.com>
2793
2794         PR target/38891
2795         * gcc.dg/callabi/pr38891.c: New.
2796
2797 2009-02-17  H.J. Lu  <hongjiu.lu@intel.com>
2798
2799         * gcc.dg/callabi/callabi.exp: New.
2800
2801 2009-02-17  H.J. Lu  <hongjiu.lu@intel.com>
2802
2803         PR target/39082
2804         * g++.dg/compat/struct-layout-1_generate.c (dg_options): Add
2805         -Wno-abi for x86.
2806         * gcc.dg/compat/struct-layout-1_generate.c (dg_options): Likewise.
2807
2808         * gcc.target/i386/pr39082-1.c: New.
2809
2810         * gcc.target/x86_64/abi/abi-x86_64.exp (additional_flags): Add
2811         -Wno-abi.
2812
2813         * gcc.target/x86_64/abi/args.h (XMM_T): Add _m64 and _m128 if
2814         CHECK_M64_M128 is defined.
2815         (check_f_arguments): Add "do".
2816         (check_vector_arguments): New.
2817         (check_m64_arguments): Likewise.
2818         (check_m128_arguments): Likewise.
2819
2820         * gcc.target/x86_64/abi/defines.h: Include <xmmintrin.h>.
2821         (CHECK_M64_M128): Define.
2822
2823         * gcc.target/x86_64/abi/test_m64m128_returning.c: New.  Based
2824         on abitest.
2825         * gcc.target/x86_64/abi/test_passing_m64m128.c: Likewise.
2826
2827         * gcc.target/x86_64/abi/test_passing_structs.c: Define __m128
2828         tests only if CHECK_M64_M128 is defined.
2829
2830         * gcc.target/x86_64/abi/test_passing_structs.c (m128_struct): New.
2831         (m128_2_struct): Likewise.
2832         (check_struct_passing5): Likewise.
2833         (check_struct_passing6): Likewise.
2834         (main): Test struct with __m128 if CHECK_M64_M128 is defined.
2835
2836         * gcc.target/x86_64/abi/test_passing_unions.c (un4): New.
2837         (un5): Likewise.
2838         (check_union_passing4): Likewise.
2839         (main): Test union with __m128 if CHECK_M64_M128 is defined.
2840
2841 2009-02-18  Joseph Myers  <joseph@codesourcery.com>
2842
2843         PR c/35447
2844         * gcc.dg/noncompile/pr35447-1.c: New test.
2845
2846 2009-02-18  Jakub Jelinek  <jakub@redhat.com>
2847
2848         PR tree-optimization/36922
2849         * gfortran.dg/pr36922.f: New test.
2850
2851 2009-02-17  Richard Guenther  <rguenther@suse.de>
2852
2853         PR tree-optimization/39202
2854         * gcc.c-torture/compile/pr39202.c: New testcase.
2855
2856 2009-02-17  Richard Guenther  <rguenther@suse.de>
2857
2858         PR tree-optimization/39204
2859         * gcc.dg/torture/pr39204.c: New testcase.
2860
2861 2009-02-17  Bingfeng Mei <bmei@broadcom.com>
2862
2863         * gcc.dg/vect/vect-outer-5.c: Require vect_float support.
2864         * gcc.dg/vect/vect-outer-6.c: Ditto.
2865
2866 2009-02-16  Joseph Myers  <joseph@codesourcery.com>
2867
2868         PR c/35446
2869         * gcc.dg/noncompile/init-5.c: New test.
2870         * gcc.dg/init-bad-4.c: Adjust expected errors.
2871
2872 2009-02-16  H.J. Lu  <hongjiu.lu@intel.com>
2873
2874         PR target/37049
2875         * gcc.target/i386/push-1.c: New.
2876
2877 2009-02-15  Uros Bizjak  <ubizjak@gmail.com>
2878
2879         * gcc.dg/struct/w_prof_single_str_global.c: Mask return value.
2880         
2881 2009-02-13  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2882
2883         * gcc.target/spu/intrinsics-sr.c: New test.
2884
2885 2009-02-13  Steve Ellcey  <sje@cup.hp.com>
2886
2887         PR target/38056
2888         * gcc.target/ia64/sibcall-opt-1.c: New test.
2889         * gcc.target/ia64/sibcall-opt-2.c: New test.
2890
2891 2009-02-13  Paul Thomas  <pault@gcc.gnu.org>
2892
2893         PR fortran/36528
2894         * gfortran.dg/cray_pointers_8.f90: New test.
2895
2896         PR fortran/36703
2897         * gfortran.dg/cray_pointers_9.f90: New test.
2898
2899 2009-02-13  Jason Merrill  <jason@redhat.com>
2900
2901         PR c++/39070
2902         * g++.dg/cpp0x/decltype16.C: New.
2903
2904 2009-02-13  H.J. Lu  <hongjiu.lu@intel.com>
2905
2906         PR target/39152
2907         * gfortran.dg/gomp/pr39152.f90: New.
2908
2909 2009-02-13  H.J. Lu  <hongjiu.lu@intel.com>
2910
2911         PR target/39162
2912         * gcc.target/i386/pr39162.c: New.
2913
2914 2009-02-13  Joseph Myers  <joseph@codesourcery.com>
2915
2916         PR c/35444
2917         * gcc.dg/noncompile/pr35444-1.c, gcc.dg/noncompile/pr35444-2.c:
2918         New tests.
2919
2920 2009-02-12  Jason Merrill  <jason@redhat.com>
2921
2922         PR c++/38950
2923         * g++.dg/template/array20.C: New test.
2924
2925 2009-02-12  Uros Bizjak  <ubizjak@gmail.com>
2926
2927         * gcc.dg/torture/fp-int-convert-float128-timode.c: Do not check
2928         for lp64 in "dg-do run" directive.  Remove dg-xfail-if directive.
2929         * gcc.dg/torture/fp-int-convert-timode.c: Remove xfail directive.
2930
2931 2009-02-12  H.J. Lu  <hongjiu.lu@intel.com>
2932
2933         * g++.dg/cpp0x/defaulted9.C: Compile with "-std=c++0x -fno-inline".
2934
2935 2009-02-12  H.J. Lu  <hongjiu.lu@intel.com>
2936
2937         PR target/39152
2938         * gfortran.dg/pr39152.f: New.
2939
2940 2009-02-11  Jason Merrill  <jason@redhat.com>
2941
2942         PR c++/39153
2943         * g++.dg/cpp0x/defaulted9.C: New test.
2944
2945         PR c++/30111
2946         * g++.dg/init/value7.C: New test.
2947
2948 2009-02-11  Paolo Bonzini  <bonzini@gnu.org>
2949
2950         PR target/38824
2951         * gcc.target/i386/pr38824.c: New testcase.
2952
2953 2009-02-11  Jason Merrill  <jason@redhat.com>
2954
2955         PR c++/38649
2956         * g++.dg/cpp0x/defaulted8.C: New test.
2957
2958         PR c++/36744
2959         * g++.dg/cpp0x/rv9p.C: New test.
2960
2961 2009-02-10  Eric Botcazou  <ebotcazou@adacore.com>
2962
2963         * gnat.dg/aliasing3.adb: New test.
2964         * gnat.dg/aliasing3_pkg.ad[sb]: New helper.
2965
2966 2009-02-10  Paolo Carlini  <paolo.carlini@oracle.com>
2967
2968         PR c++/34397
2969         * g++.dg/template/crash88.C: New.
2970         * g++.dg/template/crash89.C: Likewise.
2971
2972 2009-02-10  Steve Ellcey  <sje@cup.hp.com>
2973
2974         PR c/39084
2975         * gcc.dg/pr39084.c: New test.
2976
2977 2009-02-10  Jakub Jelinek  <jakub@redhat.com>
2978
2979         PR target/39139
2980         * gcc.target/i386/pr39139.c: New test.
2981
2982 2009-02-10  Richard Guenther  <rguenther@suse.de>
2983
2984         PR tree-optimization/39132
2985         * gcc.dg/torture/pr39132.c: New testcase.
2986
2987 2009-02-10  H.J. Lu  <hongjiu.lu@intel.com>
2988
2989         PR target/39119
2990         * gcc.target/x86_64/abi/avx/abi-avx.exp: New.
2991         * gcc.target/x86_64/abi/avx/args.h: Likewise.
2992         * gcc.target/x86_64/abi/avx/asm-support.S: Likewise.
2993         * gcc.target/x86_64/abi/avx/avx-check.h: Likewise.
2994         * gcc.target/x86_64/abi/avx/test_m256_returning.c: Likewise.
2995         * gcc.target/x86_64/abi/avx/test_passing_m256.c: Likewise.
2996         * gcc.target/x86_64/abi/avx/test_passing_structs.c: Likewise.
2997         * gcc.target/x86_64/abi/avx/test_passing_unions.c: Likewise.
2998
2999 2009-02-09  Jason Merrill  <jason@redhat.com>
3000
3001         PR c++/39109
3002         * g++.dg/init/value6.C: New test.
3003
3004 2009-02-09  H.J. Lu  <hongjiu.lu@intel.com>
3005
3006         * gcc.target/x86_64/abi/abi-x86_64.exp: Use glob instead of find.
3007
3008 2009-02-09  Eric Botcazou  <ebotcazou@adacore.com>
3009
3010         * gcc.c-torture/compile/20090209-1.c: New test.
3011
3012 2009-02-06  Paolo Carlini  <paolo.carlini@oracle.com>
3013
3014         PR c++/35147
3015         PR c++/37737
3016         * g++.dg/cpp0x/vt-35147.C: New.
3017         * g++.dg/cpp0x/vt-37737-1.C: Likewise.
3018         * g++.dg/cpp0x/vt-37737-2.C: Likewise.
3019
3020 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
3021
3022         PR c/35434
3023         * gcc.dg/attr-alias-4.c: New test.
3024
3025 2009-02-06  Janis Johnson  <janis187@us.ibm.com>
3026
3027         PR c/39035
3028         * gcc.dg/dfp/pr39035.c: New test.
3029
3030 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
3031
3032         PR c/36432
3033         * gcc.dg/c90-flex-array-2.c, gcc.dg/c99-flex-array-6.c: New tests.
3034
3035 2009-02-05  Jakub Jelinek  <jakub@redhat.com>
3036
3037         PR c++/39106
3038         * g++.dg/opt/thunk3.C: New test.
3039
3040 2009-02-05  Nick Clifton  <nickc@redhat.com>
3041
3042         * gcc.c-torture/compile/20080625-1.c: Skip for M32C.
3043         * gcc.c-torture/compile/limits-stringlit.c: Likewise.
3044         * gcc.dg/cdce1.c: Likewise.
3045         * gcc.dg/cpp/_Pragma6.c: Likewise.
3046         * g++.dg/cpp/_Pragma1.C: Likewise.
3047         * gcc.dg/utf32-2.c: Xfail for M32C.
3048         * gcc.dg/utf32-1.c: Likewise.
3049         * gcc.dg/utf32-3.c: Likewise.
3050         * gcc.dg/Wtype-limits.c: Add expected warning messages for 16-bit
3051         targets.
3052         * gcc.dg/Wtype-limits-Wextra.c: Likewise.
3053         * gcc.dg/utf32-4.c: Only run for 32-bit+ targets.
3054         * gcc.dg/Wconversion-5.c: Likewise.
3055         * gcc.dg/tree-ssa/data-dep-1.c: Likewise.
3056         * gcc.dg/tree-ssa/ldist-3.c: Likewise.
3057         * gcc.dg/tree-ssa/ldist-5.c: Likewise.
3058         * gcc.dg/utf-inc-init.c: Likewise.
3059         * gcc.dg/pr11492.c: Xfail for 16-bit targets.
3060         * gcc.dg/utf-array.c: Add expected warning messages for M32C.
3061         * gcc.dg/utf-array-short-wchar.c: Likewise.
3062         * gcc.dg/tree-ssa/pr33920.c: Expect a warning from all 16-bit targets.
3063         * gcc.dg/mallign.c: Use size_t instead of long.
3064
3065 2009-02-05  Uros Bizjak  <ubizjak@gmail.com>
3066
3067         * g++.dg/torture/pr31863.C: Generalize dg-timeout-factor.
3068
3069 2009-02-05  Daniel Berlin  <dberlin@dberlin.org>
3070
3071         * gcc.c-torture/execute/pr39100.c: New.
3072
3073 2009-02-05  Joseph Myers  <joseph@codesourcery.com>
3074
3075         PR c/35435
3076         * gcc.dg/tls/diag-6.c: New test.
3077
3078 2009-02-04  H.J. Lu  <hongjiu.lu@intel.com>
3079
3080         AVX Programming Reference (January, 2009)
3081         * gcc.target/i386/avx-vpclmulqdq.c: New.
3082         * gcc.target/i386/pclmul-avx-check.h: Likewise.
3083
3084         * gcc.target/i386/i386.exp (check_effective_target_vpclmul): New.
3085
3086         * gcc.target/i386/pclmulqdq.c (CHECK_H): New.
3087         (TEST): Likewise.  Include CHECK_H instead of "pclmul-check.h".
3088         (pclmul_test): Renamed to ...
3089         (TEST): This.
3090
3091 2009-02-04  Jakub Jelinek  <jakub@redhat.com>
3092
3093         PR c++/39095
3094         * g++.dg/abi/mangle31.C: New test.
3095
3096 2009-02-03  Joseph Myers  <joseph@codesourcery.com>
3097
3098         PR c/29129
3099         * c90-arraydecl-1.c: Do not expect error for [*] in abstract
3100         declarator.
3101         * vla-6.c: Likewise.  Expect warning not error for [*] lexically
3102         inside function prototype but not part of parameter declarator.
3103         * vla-11.c: New test.
3104
3105 2009-02-03  Jason Merrill  <jason@redhat.com>
3106
3107         * g++.dg/warn/main-4.C: New test.
3108         * g++.old-deja/g++.bugs/900227_01.C: Remove &main warnings.
3109
3110 2009-02-03  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3111
3112         PR c++/36607
3113         * g++.dg/expr/cast10.C: New test.
3114
3115 2009-02-03  Joseph Myers  <joseph@codesourcery.com>
3116
3117         PR c/35433
3118         * gcc.dg/init-bad-6.c: New test.
3119
3120 2009-02-03  Jakub Jelinek  <jakub@redhat.com>
3121
3122         PR target/35318
3123         * gcc.c-torture/compile/pr35318.c: New test.
3124
3125         PR inline-asm/39059
3126         * gcc.dg/nofixed-point-2.c: New test.
3127         * g++.dg/ext/fixed1.C: Adjust expected diagnostics.
3128         * g++.dg/ext/fixed2.C: Likewise.
3129         * g++.dg/other/error25.C: Likewise.
3130         * g++.dg/lookup/crash7.C: Likewise.
3131         * g++.dg/cpp0x/decltype-38655.C: Likewise.
3132
3133         PR c++/39056
3134         * g++.dg/cpp0x/initlist13.C: New test.
3135
3136 2009-02-03  Paolo Bonzini  <bonzini@gnu.org>
3137
3138         PR c++/36897
3139         * g++.dg/template/func2.C: New test.
3140
3141         PR c++/37314
3142         * g++.dg/template/typename15.C: New.
3143         * g++.dg/template/typename16.C: New.
3144
3145 2009-02-03  Janis Johnson  <janis187@us.ibm.com>
3146             Ben Elliston  <bje@au.ibm.com>
3147
3148         PR c/39034
3149         * gcc.dg/dfp/pr39034.c: New test.
3150
3151 2009-02-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3152
3153         PR testsuite/38263
3154         * gcc.dg/ipa/ipacost-2.c: Add -fpie when pic.
3155
3156 2009-02-02  Jason Merrill  <jason@redhat.com>
3157
3158         PR c++/39054
3159         * g++.dg/parse/dtor14.C: New test.
3160
3161 2009-02-02  Jakub Jelinek  <jakub@redhat.com>
3162
3163         * lib/target-supports.exp
3164         (check_effective_target_correct_iso_cpp_string_wchar_protos): New.
3165         * g++.dg/ext/builtin10.C: New test.
3166
3167         PR inline-asm/39058
3168         * gcc.target/i386/pr39058.c: New test.
3169
3170 2009-02-02  Richard Guenther  <rguenther@suse.de>
3171
3172         PR tree-optimization/38937
3173         * g++.dg/warn/Wstrict-aliasing-bogus-escape.C: New testcase.
3174
3175 2009-02-01  Paolo Carlini  <paolo.carlini@oracle.com>
3176
3177         PR c++/39053
3178         * g++.dg/parse/crash52.C: New.
3179
3180 2009-01-30  Richard Guenther  <rguenther@suse.de>
3181
3182         PR tree-optimization/39041
3183         * gcc.c-torture/compile/pr39041.c: New testcase.
3184
3185 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
3186
3187         PR target/39013
3188         * gcc.target/i386/pr39013-1.c: New test.
3189         * gcc.target/i386/pr39013-2.c: New test.
3190
3191         PR c++/39028
3192         * g++.dg/ext/label12.C: New test.
3193
3194 2009-01-30  Paolo Carlini  <paolo.carlini@oracle.com>
3195
3196         PR c++/33465
3197         * g++.dg/parse/error34.C: New.
3198         * g++.dg/parse/error35.C: Likewise.
3199
3200 2009-01-30  Paolo Carlini  <paolo.carlini@oracle.com>
3201
3202         PR c++/38655
3203         * g++.dg/cpp0x/decltype-38655.C: New.
3204
3205 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
3206
3207         PR target/39002
3208         * g++.dg/torture/pr39002.C: New test.
3209
3210 2009-01-29  Kazu Hirata  <kazu@codesourcery.com>
3211
3212         PR tree-optimization/39007
3213         * gcc.dg/tree-ssa/pr39007.c: New.
3214
3215 2009-01-29  Kenneth Zadeck <zadeck@naturalbridge.com>
3216
3217         PR middle-end/35854
3218         * gcc.dg/lower-subreg-1.c: Renamed dump pass from "subreg"
3219         to "subreg1".
3220         
3221 2009-01-29  Steve Ellcey  <sje@cup.hp.com>
3222
3223         PR middle-end/38857
3224         * gcc.c-torture/compile/pr38857.c: New test.
3225
3226 2009-01-28  Paul Thomas  <pault@gcc.gnu.org>
3227
3228         PR fortran/38852
3229         PR fortran/39006
3230         * gfortran.dg/bound_6.f90: New test.
3231
3232 2009-01-28  Pat Haugen  <pthaugen@us.ibm.com>
3233
3234         * gcc.target/powerpc/avoid-indexed-addresses.c: New test.
3235
3236 2009-01-28  Kazu Hirata  <kazu@codesourcery.com>
3237
3238         PR tree-optimization/38997
3239         * gcc.dg/tree-ssa/pr38997.c: New.
3240
3241 2009-01-28  Richard Guenther  <rguenther@suse.de>
3242
3243         PR tree-optimization/38926
3244         * gcc.c-torture/compile/pr38926.c: New testcase.
3245
3246 2009-01-28  Jakub Jelinek  <jakub@redhat.com>
3247
3248         PR middle-end/38934
3249         * gcc.dg/pr38934.c: New test.
3250
3251 2009-01-28  Richard Guenther  <rguenther@suse.de>
3252
3253         PR middle-end/38908
3254         * g++.dg/warn/Wuninitialized-2.C: New testcase.
3255
3256 2009-01-28  Paolo Bonzini  <bonzini@gnu.org>
3257
3258         PR tree-optimization/38984
3259         * gcc.dg/pr38984.c: New XFAILed testcase.
3260
3261
3262 2009-01-28  Uros Bizjak  <ubizjak@gmail.com>
3263
3264         PR target/38988
3265         * gcc.target/i386/pr38988.c: New test.
3266
3267 2009-01-27  Paolo Carlini  <paolo.carlini@oracle.com>
3268
3269         PR c++/37554
3270         * g++.dg/parse/crash51.C: New.
3271         * g++.old-deja/g++.pt/crash9.C: Adjust.
3272
3273 2009-01-27  Daniel Kraft  <d@domob.eu>
3274
3275         PR fortran/38883
3276         * gfortran.dg/mvbits_6.f90:  New test.
3277         * gfortran.dg/mvbits_7.f90:  New test.
3278         * gfortran.dg/mvbits_8.f90:  New test.
3279
3280 2009-01-27  Richard Guenther  <rguenther@suse.de>
3281
3282         PR tree-optimization/38503
3283         * g++.dg/warn/Wstrict-aliasing-bogus-placement-new.C: New testcase.
3284
3285 2009-01-27 Uros Bizjak <ubizjak@gmail.com>
3286
3287         PR middle-end/38969
3288         * gcc.c-torture/execute/pr38969.c: New test.
3289
3290 2009-01-26  Adam Nemet  <anemet@caviumnetworks.com>
3291
3292         PR testsuite/38864
3293         * gcc.target/mips/fixed-vector-type.c: Add target { fixed_point }
3294         to dg-do compile.
3295         * gcc.target/mips/fixed-scalar-type.c: Likewise.
3296         * gcc.target/mips/dpaq_sa_l_w.c: Likewise.
3297         * gcc.target/mips/dpsq_sa_l_w.c: Likewise.
3298
3299 2009-01-26  H.J. Lu  <hongjiu.lu@intel.com>
3300
3301         PR target/38952
3302         * g++.dg/torture/stackalign/test-unwind.h (main): Also return 0
3303         if __USING_SJLJ_EXCEPTIONS__ is defined.
3304
3305         * g++.dg/torture/stackalign/unwind-0.C (foo): Don't define if
3306         __USING_SJLJ_EXCEPTIONS__ is defined.
3307         * g++.dg/torture/stackalign/unwind-1.C (foo): Likewise.
3308         * g++.dg/torture/stackalign/unwind-2.C (foo): Likewise.
3309         * g++.dg/torture/stackalign/unwind-3.C (foo): Likewise.
3310         * g++.dg/torture/stackalign/unwind-4.C (foo): Likewise.
3311         * g++.dg/torture/stackalign/unwind-5.C (foo): Likewise.
3312         * g++.dg/torture/stackalign/unwind-6.C (foo): Likewise.
3313
3314 2009-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
3315
3316         PR testsuite/38949
3317         * g++.dg/torture/stackalign/test-unwind.h (ASMNAME): Define.
3318         Use instead of C name in asm statements.
3319
3320 2009-01-26  Richard Guenther  <rguenther@suse.de>
3321
3322         PR tree-optimization/38745
3323         * g++.dg/torture/pr38745.C: New testcase.
3324
3325 2009-01-26  Richard Guenther  <rguenther@suse.de>
3326
3327         PR middle-end/38851
3328         * g++.dg/warn/Wuninitialized-1.C: New testcase.
3329
3330 2009-01-25  Hans-Peter Nilsson  <hp@axis.com>
3331
3332         * gcc.dg/bitfld-15.c: Gate warning on target
3333         pcc_bitfield_type_matters.
3334         * gcc.dg/bitfld-17.c, g++.dg/ext/bitfield2.C,
3335         g++.dg/ext/bitfield4.C: Likewise.
3336         * gcc.dg/pr17112-1.c: Don't expect a warning for the packed
3337         bitfield for any target.
3338
3339 2009-01-24  Jakub Jelinek  <jakub@redhat.com>
3340
3341         PR c/38957
3342         * gcc.dg/pr38957.c: New test.
3343
3344 2009-01-24  David Billinghurst  <billingd@gcc.gnu.org>
3345
3346         PR fortran/38955
3347         * gfortran.dg/array_constructor_24.f: Allow tolerance when
3348         comparing floats.
3349
3350 2009-01-24  Sebastian Pop  <sebastian.pop@amd.com>
3351
3352         PR tree-optimization/38953
3353         * gfortran.dg/graphite/pr38953.f90: New.
3354
3355 2009-01-24  Paul Brook  <paul@codesourcery.com>
3356
3357         * gcc.target/arm/neon-cond-1.c: New test.
3358
3359 2009-01-23  Paolo Bonzini  <bonzini@gnu.org>
3360
3361         PR tree-optimization/38932
3362         * gcc.dg/pr38932.c: New.
3363
3364 2009-01-23  Revital Eres  <eres@il.ibm.com>
3365
3366         * gcc.dg/sms-7.c: Fix test.
3367
3368 2009-01-22  Adam Nemet  <anemet@caviumnetworks.com>
3369
3370         * gcc.dg/bitfld-15.c, gcc.dg/bitfld-16.c,
3371         gcc.dg/bitfld-17.c,gcc.dg/bitfld-18.c: New tests.
3372         * g++.dg/ext/bitfield2.C, g++.dg/ext/bitfield3.C,
3373         g++.dg/ext/bitfield4.C, g++.dg/ext/bitfield5.C: New tests.
3374
3375 2009-01-22  Steve Ellcey  <sje@cup.hp.com>
3376
3377         * gcc.dg/pr35729.c: Make test x86 specific.
3378
3379 2009-01-22  Steve Ellcey  <sje@cup.hp.com>
3380
3381         PR middle-end/38615
3382         * gcc.dg/pr38615.c: New test.
3383
3384 2009-01-22  Uros Bizjak  <ubizjak@gmail.com>
3385
3386         PR target/38931
3387         * gcc.target/i386/pr38931.c: New test.
3388
3389 2009-01-22  Dodji Seketeli  <dodji@redhat.com>
3390
3391         PR c++/38930
3392         * g++.dg/template/typedef11.C: Reverting changes of PR c++/26693.
3393         * g++.dg/template/typedef12.C: Likewise.
3394         * g++.dg/template/typedef13.C: Likewise.
3395         * g++.dg/template/typedef14.C: Likewise.
3396         * g++.dg/template/sfinae3.C: Likewise.
3397         * g++.old-deja/g++.pt/typename8.C: Likewise.
3398         * g++.dg/template/access11.C: Likewise
3399
3400 2009-01-21  Richard Sandiford  <rdsandiford@googlemail.com>
3401
3402         * gcc.dg/tree-ssa/ssa-store-ccp-3.c: Skip for mips*-*-linux*
3403         and mips*-*-irix*.
3404         * gcc.dg/tree-ssa/vrp47.c: Skip for all MIPS targets.
3405
3406 2009-01-21  Dodji Seketeli  <dodji@redhat.com>
3407
3408         PR c++/26693
3409         * g++.dg/template/typedef11.C: New test.
3410         * g++.dg/template/typedef12.C: Likewise.
3411         * g++.dg/template/typedef13.C: Likewise.
3412         * g++.dg/template/typedef14.C: Likewise.
3413         * g++.dg/template/sfinae3.C: Compile this pedantically.
3414         The only errors expected should be the one saying the typedef is ill
3415         formed.
3416         * g++.old-deja/g++.pt/typename8.C: Likewise.
3417         * g++.dg/template/access11.C: Update this.
3418
3419 2009-01-21  Daniel Kraft  <d@domob.eu>
3420
3421         PR fortran/38887
3422         * gfortran.dg/mvbits_5.f90:  New test.
3423
3424 2009-01-21  Bingfeng Mei  <bmei@broadcom.com>
3425
3426         * gcc.dg/sms-6.c: New test.
3427         * gcc.dg/sms-7.c: Likewise.
3428
3429 2009-01-20  Paul Thomas  <pault@gcc.gnu.org>
3430
3431         PR fortran/38907
3432         * gfortran.dg/host_assoc_function_7.f90: New test
3433
3434 2009-01-20  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3435             Richard Guenther  <rguenther@suse.de>
3436
3437         PR tree-optimization/38747
3438         PR tree-optimization/38748
3439         * gcc.dg/tree-ssa/struct-aliasing-1.c: New test.
3440         * gcc.dg/tree-ssa/struct-aliasing-2.c: Likewise.
3441         * gcc.c-torture/execute/struct-aliasing-1.c: Likewise.
3442
3443 2009-01-20  Kees Cook  <kees@ubuntu.com>
3444             H.J. Lu  <hongjiu.lu@intel.com>
3445
3446         PR target/38902
3447         * gcc.dg/pr38902.c: New.
3448
3449 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
3450
3451         PR target/38868
3452         * gfortran.dg/pr38868.f: New testcase.
3453
3454 2009-01-20  Richard Guenther  <rguenther@suse.de>
3455
3456         * gcc.c-torture/execute/pr36227.c: Move ...
3457         * gcc.dg/torture/pr36227.c: ... here.  Require stdint_types.
3458
3459 2009-01-19  Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>
3460
3461         * lib/gfortran.exp: Add -B options for targets that use
3462         libgfortran.a%s in their specs.
3463
3464 2009-01-19  Jason Merrill  <jason@redhat.com>
3465
3466         PR c++/23287
3467         * g++.dg/template/dtor5.C: New test.
3468
3469 2009-01-19  Mikael Morin  <mikael.morin@tele2.fr>
3470
3471         PR fortran/38859
3472         * gfortran.dg/bound_5.f90: New test.
3473
3474 2009-01-18  H.J. Lu  <hongjiu.lu@intel.com>
3475
3476         PR target/38736
3477         * g++.dg/compat/abi/pr38736_main.C: New.
3478         * g++.dg/compat/abi/pr38736_x.C: Likewise.
3479         * g++.dg/compat/abi/pr38736_y.C: Likewise.
3480         * g++.dg/other/macro-1.C: Likewise.
3481         * gcc.dg/macro-1.c: Likewise.
3482         * gcc.dg/compat/pr38736_main.c: Likewise.
3483         * gcc.dg/compat/pr38736_x.c: Likewise.
3484         * gcc.dg/compat/pr38736_y.c: Likewise.
3485
3486 2009-01-18  Richard Guenther  <rguenther@suse.de>
3487
3488         PR tree-optimization/38819
3489         * gcc.c-torture/execute/pr38819.c: New testcase.
3490
3491 2009-01-17  Paul Thomas  <pault@gcc.gnu.org>
3492
3493         PR fortran/38657
3494         * gfortran.dg/module_commons_3.f90: Reapply.
3495
3496 2009-01-17  Paul Thomas  <pault@gcc.gnu.org>
3497
3498         PR fortran/34955
3499         * gfortran.dg/transfer_intrinsic_1.f90: New test.
3500         * gfortran.dg/transfer_intrinsic_2.f90: New test.
3501
3502 2009-01-17  Paul Thomas  <pault@gcc.gnu.org>
3503
3504         PR fortran/38657
3505         * gfortran.dg/module_commons_3.f90: Remove
3506
3507 2009-01-16  H.J. Lu  <hongjiu.lu@intel.com>
3508
3509         * gcc.dg/tree-ssa/foldaddr-1.c: Add the missing '}'.
3510
3511 2009-01-16  Jason Merrill  <jason@redhat.com>
3512
3513         PR c++/38877
3514         * g++.dg/template/lvalue1.C: New test.
3515
3516         PR c++/29470
3517         * g++.dg/template/access20.C: New test.
3518         * g++.dg/torture/pr34641.C: Fix access.
3519
3520 2009-01-16  Richard Guenther  <rguenther@suse.de>
3521
3522         PR tree-optimization/38835
3523         PR middle-end/36227
3524         * gcc.c-torture/execute/pr36227.c: New testcase.
3525         * gcc.dg/tree-ssa/foldaddr-1.c: XFAIL.
3526         * g++.dg/init/const7.C: Likewise.
3527
3528 2009-01-16  Adam Nemet  <anemet@caviumnetworks.com>
3529
3530         PR target/38554
3531         * gcc.c-torture/compile/pr38554.c: New test.
3532
3533 2009-01-16  Jason Merrill  <jason@redhat.com>
3534
3535         PR c++/38579
3536         * g++.dg/conversion/access1.C: New test.
3537
3538 2009-01-16  Jakub Jelinek  <jakub@redhat.com>
3539
3540         PR tree-optimization/38789
3541         * gcc.c-torture/compile/pr38789.c: New test.
3542
3543 2009-01-16  Janus Weil  <janus@gcc.gnu.org>
3544
3545         PR fortran/38152
3546         * gfortran.dg/proc_ptr_13.f90: New.
3547
3548 2009-01-15  Jason Merrill  <jason@redhat.com>
3549
3550         PR c++/38850
3551         * g++.dg/