OSDN Git Service

7808aa5724a1e05741d27729628c2906f8478813
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2009-04-08  Joseph Myers  <joseph@codesourcery.com>
2
3         * gcc.dg/c99-stdint-1.c: Fix cut-and-paste mistakes in test.
4         * gcc.dg/c99-stdint-7.c, gcc.dg/c99-stdint-8.c: New tests.
5
6 2009-04-08  Jakub Jelinek  <jakub@redhat.com>
7
8         * g++.dg/debug/dwarf2/static-data-member1.C: New test.
9
10 2009-04-08  Jason Merrill  <jason@redhat.com>
11
12         PR c++/25185
13         * g++.dg/template/error40.C: Add another test.
14
15 2009-04-08  Joseph Myers  <joseph@codesourcery.com>
16
17         PR c/39614
18         PR c/39673
19         * gcc.c-torture/compile/pr39614-1.c,
20         gcc.c-torture/compile/pr39614-2.c,
21         gcc.c-torture/compile/pr39614-3.c,
22         gcc.c-torture/compile/pr39614-4.c,
23         gcc.c-torture/compile/pr39614-5.c,
24         gcc.c-torture/compile/pr39673-1.c,
25         gcc.c-torture/compile/pr39673-2.c: New tests.
26         * gcc.dg/gnu89-const-expr-2.c, gcc.dg/gnu99-const-expr-2.c: Test
27         more cases.
28         * gcc.dg/overflow-warn-1.c, gcc.dg/overflow-warn-2.c,
29         gcc.dg/overflow-warn-3.c, gcc.dg/overflow-warn-4.c: Update
30         expected errors.
31
32 2009-04-08  Dodji Seketeli  <dodji@redhat.com>
33
34         PRc++/39637
35         * g++.dg/cpp0x/variadic-crash2.C: New test.
36
37 2009-04-08  Paul Thomas  <pault@gcc.gnu.org>
38
39         PR fortran/38863
40         * gfortran.dg/alloc_comp_result_1.f90: New test.
41
42 2009-04-07  Jason Merrill  <jason@redhat.com>
43
44         PR c++/34691
45         * g++.dg/overload/extern-C-1.C: New.
46
47 2009-04-07  Dominique d'Humieres  <dominiq@lps.ens.fr>
48
49         PR testsuite/39325
50         * gcc.misc-tests/linkage.exp: Use -m64 for 64-bit *86*-darwin.
51
52 2009-04-07  Jason Merrill  <jason@redhat.com>
53
54         PR c++/25185
55         * g++.dg/template/error40.C: New.
56
57 2009-04-07  Janus Weil  <janus@gcc.gnu.org>
58
59         PR fortran/38152
60         * gfortran.dg/proc_ptr_13.f90: Add "-g" option.
61
62 2009-04-07  Eric Botcazou  <ebotcazou@adacore.com>
63
64         * gnat.dg/subp_elim_errors.ad[sb]: New test.
65
66 2009-04-07  Janus Weil  <janus@gcc.gnu.org>
67
68         PR fortran/38290
69         * gfortran.dg/proc_decl_1.f90: Modified.
70         * gfortran.dg/proc_ptr_11.f90: Extended.
71         * gfortran.dg/proc_ptr_13.f90: Modified.
72
73 2009-04-06  Jason Merrill  <jason@redhat.com>
74
75         PR c++/35146
76         * g++.dg/template/fnspec1.C: New.
77
78 2009-04-06  Laurent GUERBY  <laurent@guerby.net>
79
80         * lib/gnat.exp: Handle multilib.
81         
82 2009-04-06  Paul Thomas  <pault@gcc.gnu.org>
83
84         PR fortran/38863
85         * gfortran.dg/dependency_23.f90: New test.
86
87 2009-04-06  Richard Guenther  <rguenther@suse.de>
88
89         PR tree-optimization/28868
90         * gcc.dg/tree-ssa/ssa-fre-21.c: New testcase.
91         * gcc.dg/tree-ssa/ssa-sccvn-1.c: Adjust.
92         * gcc.dg/tree-ssa/ssa-sccvn-2.c: Likewise.
93         * gcc.dg/tree-ssa/ssa-sccvn-4.c: Likewise.
94
95 2009-04-06  Andrew Stubbs  <ams@codesourcery.com>
96
97         * gcc.dg/pragma-isr-trapa2.c: Skip test for FPU-less architectures.
98
99 2009-04-06  Andrew Stubbs  <ams@codesourcery.com>
100
101         * gcc.target/sh/sh4a-memmovua.c: Include string.h instead of stdlib.h.
102
103 2009-04-06  Andrew Stubbs  <ams@codesourcery.com>
104
105         * gcc.target/sh/sh4a-bitmovua.c (y0): Rename to y_0 to avoid a clash
106         with the built-in y0, and the subsequent warning.
107         (y1): Likewise, rename to y_1.
108
109 2009-04-06  Janus Weil  <janus@gcc.gnu.org>
110
111        PR fortran/39414
112        * gfortran.dg/proc_decl_21.f90: New.
113
114 2009-04-06  Paul Thomas  <pault@gcc.gnu.org>
115
116         PR fortran/36091
117         * gfortran.dg/forall_13.f90: Add -fbounds-check option.
118
119 2009-04-06  Hans-Peter Nilsson  <hp@axis.com>
120
121         * gfortran.dg/namelist_51.f90, gfortran.dg/utf8_2.f03,
122         gfortran.dg/namelist_48.f90, gfortran.dg/read_repeat.f90,
123         gfortran.dg/streamio_9.f90, gfortran.dg/widechar_IO_1.f90,
124         gfortran.dg/namelist_50.f90, gfortran.dg/namelist_52.f90,
125         gfortran.dg/utf8_1.f03, gfortran.dg/namelist_56.f90,
126         gfortran.dg/namelist_49.f90: Gate test on effective_target
127         fd_truncate.
128         * gfortran.dg/widechar_IO_3.f90: Ditto.  Fix typo in comment.
129
130 2009-04-05  Daniel Kraft  <d@domob.eu>
131
132         PR fortran/38654
133         * gfortran.dg/read_float_2.f03
134         * gfortran.dg/read_float_3.f90
135
136 2009-04-05  Richard Guenther  <rguenther@suse.de>
137
138         PR tree-optimization/39648
139         * gcc.c-torture/compile/pr39648.c: New testcase.
140
141 2009-04-05  Jason Merrill  <jason@redhat.com>
142
143         PR c++/14912
144         * g++.dg/template/error39.C: New.
145
146 2009-04-05  Daniel Franke  <franke.daniel@gmail.com>
147
148         PR fortran/29458
149         * gfortran.dg/implied_do_1.f90: New.
150
151 2009-04-04  Tobias Burnus  <burnus@net-b.de>
152
153         PR fortran/39577
154         * gfortran.dg/recursive_check_8.f90: New.
155         * gfortran.dg/recursive_check_9.f90: New.
156         * gfortran.dg/recursive_check_10.f90: New.
157         * gfortran.dg/recursive_check_11.f90: New.
158         * gfortran.dg/recursive_check_12.f90: New.
159         * gfortran.dg/recursive_check_13.f90: New.
160         * gfortran.dg/recursive_check_14.f90: New.
161
162 2009-04-04  Jason Merrill  <jason@redhat.com>
163
164         PR c++/25185
165         * g++.dg/template/error38.C: Add more tests.
166
167 2009-04-04  Paul Thomas  <pault@gcc.gnu.org>
168
169         PR fortran/37614
170         * gfortran.dg/common_align_2.f90: New test.
171
172 2009-04-04  Richard Guenther  <rguenther@suse.de>
173
174         PR tree-optimization/8781
175         PR tree-optimization/37892
176         * g++.dg/tree-ssa/pr8781.C: New testcase.
177         * gcc.dg/tree-ssa/ssa-pre-25.c: Likewise.
178
179 2009-04-04  Richard Guenther  <rguenther@suse.de>
180
181         PR tree-optimization/39636
182         * gcc.c-torture/compile/pr39636.c: New testcase.
183
184 2009-04-03  H.J. Lu  <hongjiu.lu@intel.com>
185
186         PR rtl-optimization/39607
187         * g++.dg/opt/pr39607.C: New.
188
189 2009-04-03  Tobias Burnus  <burnus@net-b.de>
190
191         PR fortran/39594
192         * gfortran.dg/common_12.f90: New.
193
194 2009-04-03  Jason Merrill  <jason@redhat.com>
195
196         PR c++/39608
197         * g++.dg/template/const2.C: New test.
198
199 2009-04-03  Richard Guenther  <rguenther@suse.de>
200
201         PR tree-optimization/2480
202         PR tree-optimization/23086
203         * gcc.dg/tree-ssa/pr2480.c: New testcase.
204         * gcc.dg/tree-ssa/pr23086.c: Likewise.
205
206 2009-04-03  Richard Guenther  <rguenther@suse.de>
207
208         PR tree-optimization/34743
209         * gcc.dg/pr38984.c: Remove XFAIL, adjust.
210         * gcc.dg/tree-ssa/20070302-1.c: Remove XFAIL.
211         * gcc.dg/tree-ssa/alias-18.c: Likewise.
212         * gcc.dg/tree-ssa/sra-3.c: Likewise.
213         * gcc.dg/vect/no-vfa-vect-49.c: Likewise.
214         * gcc.dg/vect/no-vfa-vect-53.c: Likewise.
215         * gcc.dg/vect/no-vfa-vect-57.c: Likewise.
216         * gcc.dg/vect/no-vfa-vect-61.c: Likewise.
217
218 2009-04-03  Richard Guenther  <rguenther@suse.de>
219
220         PR middle-end/13146
221         PR tree-optimization/23940
222         PR tree-optimization/33237
223         PR middle-end/33974
224         PR middle-end/34093
225         PR tree-optimization/36201
226         PR tree-optimization/36230
227         PR tree-optimization/38049
228         PR tree-optimization/38207
229         PR tree-optimization/38230
230         PR tree-optimization/38301
231         PR tree-optimization/38585
232         PR middle-end/38895
233         PR tree-optimization/38985
234         PR tree-optimization/39299
235         * gcc.dg/pr19633-1.c: Adjust.
236         * gcc.dg/torture/pta-callused-1.c: Likewise.
237         * gcc.dg/torture/pr39074-2.c: Likewise.
238         * gcc.dg/torture/pr39074.c: Likewise.
239         * gcc.dg/torture/pta-ptrarith-3.c: New testcase.
240         * gcc.dg/torture/pr30375.c: Adjust.
241         * gcc.dg/torture/pr33563.c: Likewise.
242         * gcc.dg/torture/pr33870.c: Likewise.
243         * gcc.dg/torture/pr33560.c: Likewise.
244         * gcc.dg/torture/pta-structcopy-1.c: New testcase.
245         * gcc.dg/torture/ssa-pta-fn-1.c: Likewise.
246         * gcc.dg/tree-ssa/alias-15.c: Remove.
247         * gcc.dg/tree-ssa/ssa-dce-4.c: New testcase.
248         * gcc.dg/tree-ssa/pr26421.c: Adjust.
249         * gcc.dg/tree-ssa/ssa-fre-10.c: XFAIL.
250         * gcc.dg/tree-ssa/ssa-dce-5.c: New testcase.
251         * gcc.dg/tree-ssa/pr23382.c: Adjust.
252         * gcc.dg/tree-ssa/ssa-fre-20.c: New testcase.
253         * gcc.dg/tree-ssa/alias-16.c: Adjust.
254         * gcc.dg/tree-ssa/ssa-fre-13.c: Likewise.
255         * gcc.dg/tree-ssa/ssa-fre-14.c: Likewise.
256         * gcc.dg/tree-ssa/alias-18.c: Likewise.
257         * gcc.dg/tree-ssa/ssa-fre-15.c: Likewise.
258         * gcc.dg/tree-ssa/ssa-lim-3.c: Likewise.
259         * gcc.dg/tree-ssa/alias-19.c: Likewise.
260         * gcc.dg/tree-ssa/pta-ptrarith-1.c: New testcase.
261         * gcc.dg/tree-ssa/pr13146.c: Likewise.
262         * gcc.dg/tree-ssa/ssa-pre-23.c: Likewise.
263         * gcc.dg/tree-ssa/pta-ptrarith-2.c: Likewise.
264         * gcc.dg/tree-ssa/ssa-fre-18.c: Likewise.
265         * gcc.dg/tree-ssa/ssa-pre-24.c: New XFAILed testcase.
266         * gcc.dg/tree-ssa/ssa-fre-19.c: New testcase.
267         * gcc.dg/tree-ssa/alias-20.c: Likewise.
268         * gcc.dg/tree-ssa/ssa-dse-12.c: Likewise.
269         * gcc.dg/tree-ssa/pr38895.c: Likewise.
270         * gcc.dg/uninit-B.c: XFAIL.
271         * gcc.dg/vect/no-vfa-vect-43.c: Adjust.
272         * gcc.dg/uninit-pr19430.c: XFAIL.
273         * g++.dg/tree-ssa/pr13146.C: New testcase.
274         * g++.dg/opt/pr36187.C: Adjust.
275         * g++.dg/torture/20090329-1.C: New testcase.
276
277 2009-04-02  Chao-ying Fu  <fu@mips.com>
278
279         * gcc.target/mips/interrupt_handler.c: New test.
280
281 2009-04-02  David Ayers  <ayers@fsfe.org>
282
283         PR objc/18456
284         * objc.dg/bad-receiver-type-2.m: New test contributed by
285         Alexander Mamberg.
286
287 2009-04-02  Jason Merrill  <jason@redhat.com>
288
289         PR c++/25185
290         * g++.dg/template/error38.C: New test.
291
292 2009-04-02  Janis Johnson  <janis187@us.ibm.com>
293
294         PR tree-optimization/31677
295         * gcc.dg/memcpy-1.c: Add compiler option.
296
297 2009-04-02  Ira Rosen  <irar@il.ibm.com>
298
299         PR tree-optimization/39595
300         * gfortran.dg/vect/O3-pr39595.f: New test.
301
302 2009-04-02  Dodji Seketeli  <dodji@redhat.com>
303
304         PR c++/26693
305         * g++.dg/template/typedef11.C: New test.
306         * g++.dg/template/typedef12.C: Likewise.
307         * g++.dg/template/typedef13.C: Likewise.
308         * g++.dg/template/typedef14.C: Likewise.
309         * g++.dg/template/typedef15.C: Likewise.
310         * g++.dg/template/typedef16.C: Likewise.
311         * g++.dg/template/sfinae3.C: Compile this pedantically.
312         The only errors expected should be the one saying the typedef is ill
313         formed.
314         * g++.old-deja/g++.pt/typename8.C: Likewise.
315         * g++.dg/template/access11.C: Update this.
316
317 2009-04-02  Richard Guenther  <rguenther@suse.de>
318
319         PR tree-optimization/37221
320         * gcc.c-torture/compile/20090331-1.c: New testcase.
321
322 2009-04-01  Eric Botcazou  <ebotcazou@adacore.com>
323
324         * gcc.c-torture/compile/20090401-1.c: New test.
325
326 2009-04-01  H.J. Lu  <hongjiu.lu@intel.com>
327
328         PR c++/4926
329         * g++.dg/template/pr4926-1.C: New.
330
331 2009-04-01  Xinliang David Li  <davidxl@google.com>
332
333         * gcc.target/i386/all_one_m128i.c: New test.
334
335 2009-04-01  Janis Johnson  <janis187@us.ibm.com>
336
337         PR c/39027
338         * gcc.dg/fltconst-1.c: Don't error for use of d or D in suffix.
339         * gcc.dg/fltconst-2.c: New test.
340         * gcc.dg/fltconst-double-pedantic-1.c: New test.
341         * gcc.dg/fltconst-double-pedantic-2.c: New test.
342
343         PR c/33466
344         * gcc.dg/cpp/pr33466.c: New test.
345         * gcc.dg/dfp/pr33466.c: New test.
346         * gcc.dg/fixed-point/pr33466.c: New test.
347
348 2009-04-01  H.J. Lu  <hongjiu.lu@intel.com>
349
350         PR tree-optimization/35011
351         * g++.dg/other/pr35011.C: New.
352
353 2009-04-01  Jakub Jelinek  <jakub@redhat.com>
354
355         PR target/39226
356         * gcc.dg/pr39226.c: New test.
357
358 2009-04-01  H.J. Lu  <hongjiu.lu@intel.com>
359
360         PR c++/35240
361         * g++.dg/template/pr35240.C: New.
362
363 2009-04-01  Joseph Myers  <joseph@codesourcery.com>
364
365         PR c/39605
366         * gcc.dg/vla-17.c, gcc.dg/vla-18.c: New tests.
367         * gcc.dg/pr25682.c: Update expected diagnostics.
368
369 2009-04-01  Richard Guenther  <rguenther@suse.de>
370
371         * gcc.dg/fold-plusmult-2.c: New testcase.
372
373 2009-04-01  Jakub Jelinek  <jakub@redhat.com>
374
375         PR c/37772
376         * gcc.dg/pr37772.c: New test.
377         * g++.dg/ext/asm11.C: New test.
378
379 2009-04-01  H.J. Lu  <hongjiu.lu@intel.com>
380
381         * lib/target-libpath.exp (restore_ld_library_path_env_vars): Always
382         restore GCC_EXEC_PREFIX to its original value, or unset if it was not
383         defined.
384
385 2009-03-31  Jason Merrill  <jason@redhat.com>
386
387         * g++.old-deja/g++.other/using9.C: Add expected errors.
388
389 2009-03-31  H.J. Lu  <hongjiu.lu@intel.com>
390
391         * gcc.c-torture/compile/pr33009.c: Removed.
392
393 2009-03-31  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
394
395         * gcc.c-torture/compile/pr33009.c: Delete.
396         * gcc.c-torture/compile/pr11832.c: Likewise.
397
398 2009-03-31  Joseph Myers  <joseph@codesourcery.com>
399
400         PR c/448
401         * lib/target-supports.exp (check_effective_target_stdint_types):
402         Update comment.
403         (check_effective_target_inttypes_types): New.
404         * gcc.dg/c99-stdint-1.c, gcc.dg/c99-stdint-2.c,
405         gcc.dg/c99-stdint-3.c, gcc.dg/c99-stdint-4.c,
406         gcc.dg/c99-stdint-5.c, gcc.dg/c99-stdint-6.c: New tests.
407
408 2009-03-31  Paul Thomas  <pault@gcc.gnu.org>
409
410         PR fortran/38917
411         PR fortran/38918
412         * gfortran.dg/data_pointer_1.f90: New test.
413
414 2009-03-31  Paul Thomas  <pault@gcc.gnu.org>
415
416         PR fortran/38915
417         * gfortran.dg/char_length_15.f90: New test.
418
419 2009-03-31  Jason Merrill  <jason@redhat.com>
420
421         C++ DR 613
422         * g++.old-deja/g++.dg/cpp0x/decltype3.C: Remove expected errors.
423         * g++.old-deja/g++.ext/typeof2.C: Remove expected errors.
424         * g++.old-deja/g++.other/sizeof2.C: Remove some expected errors,
425         xfail others.
426
427         * g++.dg/other/typedef2.C: New test.
428
429         PR c++/37806
430         * g++.dg/template/typedef17.C: New test.
431
432         * g++.dg/cpp0x/auto6.C: Adjust expected mangling.
433         * g++.dg/cpp0x/auto12.C: Likewise.
434
435 2009-03-31  Richard Guenther  <rguenther@suse.de>
436
437         PR middle-end/31029
438         * gcc.dg/fold-compare-4.c: New testcase.
439         * gcc.dg/fold-compare-5.c: Likewise.
440
441 2009-03-31  Richard Guenther  <rguenther@suse.de>
442
443         * gcc.dg/tree-ssa/forwprop-12.c: New testcase.
444
445 2009-03-31  Joseph Myers  <joseph@codesourcery.com>
446
447         PR target/39592
448         * gcc.target/i386/pr39592-1.c: New test.
449
450 2009-03-31  Joseph Myers  <joseph@codesourcery.com>
451
452         PR preprocessor/15638
453         * gcc.dg/cpp/missing-header-1.c: New test.
454         * gcc.dg/cpp/include2.c: Only test #include <>.  Expect
455         "compilation terminated" message.
456         * gcc.dg/cpp/include2a.c: New test.  Copy of include2.c but only
457         test #include "".
458         * gcc.dg/pch/counter-2.c, gcc.dg/pch/valid-1.c,
459         gcc.dg/pch/valid-2.c, gcc.dg/pch/warn-1.c: Expect "compilation
460         terminated" message.
461
462 2009-03-31  Richard Guenther  <rguenther@suse.de>
463
464         PR middle-end/23401
465         PR middle-end/27810
466         * gcc.dg/tree-ssa/pr23401.c: New testcase.
467         * gcc.dg/tree-ssa/pr27810.c: Likewise.
468
469 2009-03-30  Steven G. Kargl  <kargls@comcast.net>
470
471         PR fortran/38389
472         * gfortran.dg/alloc_alloc_expr_1.f90: Adjust for new error message.
473         * gfortran.dg/allocate_alloc_opt_1.f90: New test.
474         * gfortran.dg/allocate_alloc_opt_2.f90: Ditto.
475         * gfortran.dg/allocate_alloc_opt_3.f90: Ditto.
476         * gfortran.dg/deallocate_alloc_opt_1.f90: Ditto.
477         * gfortran.dg/deallocate_alloc_opt_2.f90: Ditto.
478         * gfortran.dg/deallocate_alloc_opt_3.f90: Ditto.
479
480 2009-03-30  Paul Thomas  <pault@gcc.gnu.org>
481
482         PR fortran/22571
483         * gfortran.dg/whole_file_1.f90: New test.
484         PR fortran/26227
485         * gfortran.dg/whole_file_2.f90: New test.
486         * gfortran.dg/whole_file_3.f90: New test.
487         PR fortran/24886
488         * gfortran.dg/whole_file_4.f90: New test.
489
490 2009-03-30  Jakub Jelinek  <jakub@redhat.com>
491
492         * gfortran.dg/bind_c_usage_19.f90: New test.
493
494         PR target/39558
495         * gcc.target/powerpc/altivec-29.c: New test.
496
497 2009-03-30  Joseph Myers  <joseph@codesourcery.com>
498
499         PR rtl-optimization/323
500         * gcc.target/i386/excess-precision-1.c,
501         gcc.target/i386/excess-precision-2.c,
502         gcc.target/i386/excess-precision-3.c,
503         gcc.target/i386/excess-precision-4.c,
504         gcc.target/i386/excess-precision-5.c,
505         gcc.target/i386/excess-precision-6.c: New tests.
506
507 2009-03-30  Joseph Myers  <joseph@codesourcery.com>
508
509         PR c/35235
510         * gcc.dg/c99-array-lval-8.c: New test.
511
512 2009-03-29  Joseph Myers  <joseph@codesourcery.com>
513
514         PR preprocessor/34695
515         * gcc.dg/builtin-redefine.c, gcc.dg/cpp/redef2.c,
516         gcc.dg/cpp/redef3.c, gcc.dg/cpp/trad/redef2.c: Use dg-message
517         instead of dg-warning for "previous definition" messages.
518         * gcc.dg/cpp/Wvariadic-1.c, gcc.dg/cpp/Wvariadic-3.c: Expect
519         "warnings being treated as errors" message.
520         * gcc.dg/fltconst-1.c: Use -fshow-column.
521
522 2009-03-29  Steven G. Kargl  <kargl@gcc.gnu.org>
523
524         PR fortran/38823
525         * gfortran.dg/power1.f90: New test.
526
527 2009-03-29  Joseph Myers  <joseph@codesourcery.com>
528
529         PR c/456
530         PR c/5675
531         PR c/19976
532         PR c/29116
533         PR c/31871
534         PR c/35198
535         * gcc.c-torture/compile/20081108-1.c,
536         gcc.c-torture/compile/20081108-2.c,
537         gcc.c-torture/compile/20081108-3.c, gcc.dg/bconstp-2.c,
538         gcc.dg/bconstp-3.c, gcc.dg/bconstp-4.c, gcc.dg/c90-const-expr-6.c,
539         gcc.dg/c90-const-expr-7.c, gcc.dg/c90-const-expr-8.c,
540         gcc.dg/c90-const-expr-9.c, gcc.dg/c90-const-expr-10.c,
541         gcc.dg/c90-const-expr-11.c, gcc.dg/c99-const-expr-6.c,
542         gcc.dg/c99-const-expr-7.c, gcc.dg/c99-const-expr-8.c,
543         gcc.dg/c99-const-expr-9.c, gcc.dg/c99-const-expr-10.c,
544         gcc.dg/c99-const-expr-11.c, gcc.dg/c99-const-expr-12.c,
545         gcc.dg/c99-const-expr-13.c, gcc.dg/compare10.c,
546         gcc.dg/gnu89-const-expr-1.c, gcc.dg/gnu89-const-expr-2.c,
547         gcc.dg/gnu99-const-expr-1.c, gcc.dg/gnu99-const-expr-2.c,
548         gcc.dg/gnu99-const-expr-3.c, gcc.dg/vla-12.c, gcc.dg/vla-13.c,
549         gcc.dg/vla-14.c, gcc.dg/vla-15.c, gcc.dg/vla-16.c: New tests.
550         * gcc.dg/c90-const-expr-1.c, gcc.dg/c90-const-expr-2.c,
551         gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-2.c,
552         gcc.dg/c99-const-expr-3.c, gcc.dg/c99-static-1.c: Remove XFAILs.
553         * gcc.dg/c90-const-expr-2.c: Use ZERO in place of 0 in another
554         case.
555         * gcc.dg/overflow-warn-1.c, gcc.dg/overflow-warn-2.c,
556         gcc.dg/overflow-warn-3.c, gcc.dg/overflow-warn-4.c: Remove
557         XFAILs.  Update expected messages.
558         * gcc.dg/pr14649-1.c, gcc.dg/pr19984.c, gcc.dg/pr25682.c: Update
559         expected messages.
560         * gcc.dg/real-const-1.c: Replace with test from original PR.
561         * gcc.dg/vect/pr32230.c: Use intermediate cast to __PTRDIFF_TYPE__
562         when casting from non-constant integer to pointer.
563
564 2009-03-29  Richard Guenther  <rguenther@suse.de>
565
566         * gcc.dg/tree-ssa/forwprop-11.c: New testcase.
567
568 2009-03-29  Daniel Kraft  <d@domob.eu>
569
570         PR fortran/37423
571         * gfortran.dg/typebound_proc_4.f03: Remove not-implemented check for
572         DEFERRED bindings.
573         * gfortran.dg/typebound_proc_9.f03: New test.
574         * gfortran.dg/typebound_proc_10.f03: New test.
575         * gfortran.dg/typebound_proc_11.f03: New test.
576         * gfortran.dg/abstract_type_5.f03: New test.
577
578 2008-03-29  Tobias Schlüter  <tobi@gcc.gnu.org>
579
580         PR fortran/38507
581         * gfortran.dg/do_4.f: New.
582         * gfortran.dg/goto_2.f90: Correct expected warnings.
583         * gfortran.dg/goto_4.f90: Likewise.
584         * gfortran.dg/goto_5.f90: New.
585
586 2009-03-29  H.J. Lu  <hongjiu.lu@intel.com>
587
588         PR target/39545
589         * gcc.c-torture/compile/pr16566-2.c: Add -Wno-psabi for x86-64.
590
591         * gcc.target/i386/pr39545-1.c: New.
592         * gcc.target/i386/pr39545-2.c: Likewise.
593
594         * gcc.target/x86_64/abi/test_passing_structs.c (flex1_struct): New.
595         (flex2_struct): Likewise.
596         (check_struct_passing7): Likewise.
597         (check_struct_passing8): Likewise.
598         (f1s): Likewise.
599         (f2s): Likewise.
600         (main): Call check_struct_passing7 and check_struct_passing8.
601
602 2009-03-29  Richard Guenther  <rguenther@suse.de>
603
604         * gcc.c-torture/execute/20090113-1.c: New testcase.
605         * gcc.c-torture/execute/20090113-2.c: Likewise.
606         * gcc.c-torture/execute/20090113-3.c: Likewise.
607         * gcc.c-torture/execute/20090207-1.c: Likewise.
608         * gcc.c-torture/compile/20090114-1.c: Likewise.
609         * gcc.c-torture/compile/20090328-1.c: Likewise.
610         * gcc.dg/noncompile/920507-1.c: Fix out-of-bounds array access.
611
612 2009-03-29  David Ayers  <ayers@fsfe.org>
613
614         PR objc/27377
615         * objc.dg/conditional-1.m: New tests.
616         
617 2009-03-28  Adam Nemet  <anemet@caviumnetworks.com>
618
619         * gcc.dg/winline-10.c: New test.
620
621 2009-03-28  Tobias Burnus  <burnus@net-b.de>
622
623         PR fortran/34656
624         * gfortran.dg/do_check_1.f90: Add test.
625         * gfortran.dg/do_check_2.f90: Add test.
626         * gfortran.dg/do_check_3.f90: Add test.
627         * gfortran.dg/do_check_4.f90: Add test.
628
629 2009-03-28  Jan Hubicka  <jh@suse.cz>
630
631         * gcc.dg/attr-noinline.c: Avoid pure-const optimization.
632         * gcc.dg/pr33826.c: Update dump files.
633         * gcc.dg/ipa/ipa-3.c: Avoid pure-const optimization.
634         * gcc.dg/ipa/ipa-5.c: Avoid pure-const optimization.
635
636 2009-03-28  Martin Jambor  <mjambor@suse.cz>
637
638         * g++.dg/tree-ssa/fwprop-align.C: New test.
639
640 2009-03-28  Jakub Jelinek  <jakub@redhat.com>
641
642         * gcc.target/powerpc/altivec-28.c: New test.
643
644         PR c++/39554
645         * gcc.dg/wdisallowed-functions-1.c: Removed.
646         * gcc.dg/wdisallowed-functions-2.c: Removed.
647         * gcc.dg/wdisallowed-functions-3.c: Removed.
648         * g++.dg/warn/Wdisallowed-functions-1.C: Removed.
649         * g++.dg/warn/Wdisallowed-functions-2.C: Removed.
650         * g++.dg/warn/Wdisallowed-functions-3.C: Removed.
651
652 2009-03-28  Richard Guenther  <rguenther@suse.de>
653
654         PR tree-optimization/38723
655         * gcc.dg/tree-ssa/ssa-fre-22.c: New testcase.
656
657 2009-03-28  Paul Thomas  <pault@gcc.gnu.org
658
659         PR fortran/38538
660         * gfortran.dg/char_result_13.f90: New test.
661
662 2009-03-28  Paul Thomas  <pault@gcc.gnu.org>
663
664         PR fortran/38765
665         * gfortran.dg/alloc_comp_assign_9.f90: New test.
666
667 2009-03-28  Daniel Kraft  <d@domob.eu>
668
669         * gfortran.dg/trim_1.f90: New test.
670
671 2009-03-28  Richard Guenther  <rguenther@suse.de>
672
673         * gcc.dg/Warray-bounds.c: Do not use redundant stores.
674         * g++.dg/warn/Warray-bounds.C: Likewise.
675
676 2009-03-28  Tobias Burnus  <burnus@net-b.de>
677
678         PR fortran/32626
679         * gfortran.dg/recursive_check_7.f90: New test.
680
681 2009-03-28  Tobias Burnus  <burnus@net-b.de>
682
683         PR fortran/38432
684         * gfortran.dg/do_check_5.f90: New test.
685         * gfortran.dg/array_constructor_11.f90: Add dg-warning.
686         * gfortran.dg/array_constructor_18.f90: Ditto.
687         * gfortran.dg/array_constructor_22.f90: Ditto.
688         * gfortran.dg/do_3.F90: Ditto.
689         * gfortran.dg/do_1.f90: Ditto.
690
691 2009-03-28  Richard Guenther  <rguenther@suse.de>
692
693         PR tree-optimization/38180
694         * gcc.dg/tree-ssa/ssa-ccp-24.c: New testcase.
695
696 2009-03-28  Richard Guenther  <rguenther@suse.de>
697
698         PR tree-optimization/38513
699         * gcc.dg/tree-ssa/ssa-fre-21.c: New testcase.
700         * gcc.dg/tree-ssa/ssa-dse-11.c: Adjust.
701         * gcc.dg/vect/vect-reduc-dot-u8a.c: Likewise.
702         * gcc.dg/vect/vect-reduc-dot-u8b.c: Likewise.
703         * gcc.dg/vect/slp-widen-mult-u8.c: Likewise.
704         * gcc.dg/vect/vect-multitypes-16.c: Likewise.
705         * gcc.dg/vect/vect-35.c: Likewise.
706         * gcc.dg/vect/wrapv-vect-reduc-dot-s8b.c: Likewise.
707         * gcc.dg/vect/vect-multitypes-17.c: Likewise.
708         * gcc.dg/vect/slp-widen-mult-s16.c: Likewise.
709
710 2009-03-28  Richard Guenther  <rguenther@suse.de>
711
712         PR tree-optimization/38968
713         * gfortran.dg/vect/fast-math-pr38968.f90: New testcase.
714
715 2009-03-28  Richard Guenther  <rguenther@suse.de>
716
717         PR tree-optimization/37795
718         * gcc.dg/tree-ssa/ssa-ifcombine-7.c: New testcase.
719
720 2009-03-28  Joseph Myers  <joseph@codesourcery.com>
721
722         * g++.old-deja/g++.ext/attrib5.C, g++.old-deja/g++.jason/thunk3.C,
723         gcc.c-torture/compile/981006-1.c: Don't XFAIL or add special
724         options for removed targets.
725
726 2009-03-27  Richard Guenther  <rguenther@suse.de>
727
728         PR tree-optimization/39120
729         * gcc.c-torture/execute/pr39120.c: New testcase.
730
731 2009-03-27  Richard Guenther  <rguenther@suse.de>
732
733         PR tree-optimization/39120
734         * gcc.dg/torture/pta-callused-1.c: New testcase.
735
736 2009-03-27  H.J. Lu  <hongjiu.lu@intel.com>
737
738         PR middle-end/39315
739         * gcc.target/i386/pr39315-1.c: New.
740         * gcc.target/i386/pr39315-2.c: Likewise.
741         * gcc.target/i386/pr39315-3.c: Likewise.
742         * gcc.target/i386/pr39315-4.c: Likewise.
743         * gcc.target/i386/pr39315-check.c: Likewise.
744
745 2009-03-27  H.J. Lu  <hongjiu.lu@intel.com>
746
747         PR c/39323
748         * gcc.dg/pr39323-1.c: New.
749         * gcc.dg/pr39323-2.c: Likewise.
750         * gcc.dg/pr39323-3.c: Likewise.
751
752 2009-03-27  H.J. Lu  <hongjiu.lu@intel.com>
753
754         PR target/38034
755         * gcc.target/ia64/sync-1.c: New.
756
757 2009-03-27  H.J. Lu  <hongjiu.lu@intel.com>
758
759         PR target/39472
760         * gcc.target/x86_64/abi/callabi/func-2a.c: New.
761         * gcc.target/x86_64/abi/callabi/func-2b.c: Likewise.
762         * gcc.target/x86_64/abi/callabi/func-indirect-2a.c: Likewise.
763         * gcc.target/x86_64/abi/callabi/func-indirect-2b.c: Likewise.
764         * gcc.target/x86_64/abi/callabi/vaarg-4a.c: Likewise.
765         * gcc.target/x86_64/abi/callabi/vaarg-4b.c: Likewise.
766         * gcc.target/x86_64/abi/callabi/vaarg-5a.c: Likewise.
767         * gcc.target/x86_64/abi/callabi/vaarg-5b.c: Likewise.
768
769 2009-03-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
770
771         * gcc.dg/torture/builtin-explog-1.c: Remove tests that aren't true
772         for low precision (i.e. float).
773
774 2009-03-27  Dodji Seketeli  <dodji@redhat.com>
775             Jakub Jelinek  <jakub@redhat.com>
776
777         PR debug/37959
778         * g++.dg/debug/dwarf2/explicit-constructor.C: New test.
779
780 2009-03-27  Jakub Jelinek  <jakub@redhat.com>
781
782         * gcc.dg/memmove-2.c: New test.
783         * gcc.dg/memmove-3.c: New test.
784
785         * gcc.dg/ipa/ipacost-1.c: Adjust match pattern for change
786         in clone naming.
787
788 2009-03-27  Xinliang David Li  <davidxl@google.com>
789
790         PR tree-optimization/39557
791         * g++.dg/tree-ssa/dom-invalid.C: New test.
792
793 2009-03-27  Xinliang David Li  <davidxl@google.com>
794
795         PR tree-optimization/39548
796         * g++.dg/tree-ssa/copyprop.C: New test.
797
798 2009-03-27  Andrew Pinski  <andrew_pinski@playstation.sony.com>
799
800         PR c++/38638
801         * g++.dg/template/typename17.C: New testcase.
802         * g++.dg/template/typename18.C: New testcase.
803
804 2009-03-27  Andrew Pinski  <andrew_pinski@playstation.sony.com>
805
806         PR c++/36799
807         * g++.dg/other/var_copy-1.C: New test.
808
809 2009-03-27  Simon Martin  <simartin@users.sourceforge.net>
810
811         PR c++/37647
812         * g++.dg/parse/ctor9.C: New test.
813
814 2009-03-27  Simon Martin  <simartin@users.sourceforge.net>
815
816         PR c++/29727
817         * g++.dg/init/error2.C: New test.
818
819 2009-03-27  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
820
821         PR c++/35652
822         * gcc.dg/pr35652.C: New.
823         * g++.dg/warn/pr35652.C: New.
824         * gcc.dg/format/plus-1.c: Adjust message.
825
826 2009-03-26  Jakub Jelinek  <jakub@redhat.com>
827
828         PR c++/39554
829         * gcc.dg/wdisallowed-functions-3.c: New test.
830         * g++.dg/warn/Wdisallowed-functions-3.C: New test.
831
832 2009-03-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
833
834         * gcc.dg/inline-33.c: Fix when pic.
835
836 2009-03-25  Alexander Monakov  <amonakov@ispras.ru>
837
838         * gcc.target/ia64/20090324-1.c: New test.
839
840 2009-03-25  Jakub Jelinek  <jakub@redhat.com>
841
842         PR c/27898
843         * gcc.dg/pr27898.c: New test.
844
845         PR tree-optimization/32139
846         * gcc.c-torture/compile/pr32139.c: New test.
847
848 2009-03-24  Jason Merrill  <jason@redhat.com>
849
850         PR c++/28274
851         * g++.dg/parse/defarg14.C: New test.
852
853 2009-03-24  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
854
855         PR libfortran/39528
856         * gfortran.dg/read_repeat.f90: New test.
857
858 2009-03-24  Ira Rosen  <irar@il.ibm.com>
859
860         PR tree-optimization/39529
861         * gcc.dg/vect/pr39529.c: New test.
862
863 2009-03-24  Dodji Seketeli  <dodji@redhat.com>
864             Jakub Jelinek  <jakub@redhat.com>
865
866         PR debug/39524
867         * g++.dg/debug/dwarf2/imported-decl-1.C: New test.
868
869 2009-03-23  Jakub Jelinek  <jakub@redhat.com>
870
871         PR c/39495
872         * gcc.dg/gomp/pr39495-2.c: Remove xfails.
873
874 2009-03-23  Jason Merrill  <jason@redhat.com>
875
876         * g++.dg/cpp0x/auto12.C: Add variadic test.
877         
878         PR c++/39526
879         * g++.dg/warn/Wshadow-4.C: New test.
880
881 2009-03-23  Jakub Jelinek  <jakub@redhat.com>
882
883         PR tree-optimization/39516
884         * gfortran.dg/pr39516.f: New test.
885
886 2009-03-22  Hans-Peter Nilsson  <hp@axis.com>
887
888         * lib/target-libpath.exp (set_ld_library_path_env_vars):
889         Correct TEST_GCC_EXEC_PREFIX test to check existence as a tcl
890         variable, not environment variable.
891
892 2009-03-21  Jason Merrill  <jason@redhat.com>
893
894         PR c++/28879
895         * g++.dg/ext/vla6.C: New test.
896
897 2009-03-20  Jason Merrill  <jason@redhat.com>
898
899         * g++.dg/cpp0x/initlist5.C: Add additional test.
900
901 2009-03-19  Jakub Jelinek  <jakub@redhat.com>
902             Janis Johnson  <janis187@us.ibm.com>
903
904         * lib/compat.exp (compat-get-options-main, compat-get-options):
905         Handle dg-prune-output in source file.
906         * lib/gcc-defs.exp (${tool}_check_compile): Process prune requests.
907         * gcc.dg/compat/struct-layout-1_main.c: Use dg-prune for warning.
908         * gcc.dg/compat/struct-layout-1_generate.c: Use -Wno-abi, prune
909         two warnings.
910
911 2009-03-19  Jakub Jelinek  <jakub@redhat.com>
912
913         PR c/39495
914         * gcc.dg/gomp/pr39495-1.c: New test.
915         * gcc.dg/gomp/pr39495-2.c: New test.
916         * g++.dg/gomp/pr39495-1.C: New test.
917         * g++.dg/gomp/pr39495-2.C: New test.
918
919         PR target/39496
920         * gcc.target/i386/pr39496.c: New test.
921         * g++.dg/other/pr39496.C: New test.
922
923 2009-03-19  Li Feng  <nemokingdom@gmail.com>
924
925         PR middle-end/39500
926         * gcc.dg/autopar/pr39500-1.c: New.
927         * gcc.dg/autopar/pr39500-2.c: New.
928
929 2009-03-18  H.J. Lu  <hongjiu.lu@intel.com>
930
931         * g++.dg/dg.exp: Prune graphite.
932
933 2009-03-18  Sebastian Pop  <sebastian.pop@amd.com>
934
935         PR middle-end/39447
936         * g++.dg/graphite: New.
937         * g++.dg/graphite/graphite.exp: New.
938         * g++.dg/graphite/pr39447.C: New.
939
940 2009-03-18  H.J. Lu  <hongjiu.lu@intel.com>
941
942         PR c++/39425
943         * g++.dg/template/pr39425.C: New.
944
945         * g++.dg/template/spec33.C: Updated.
946
947 2009-03-17  Jason Merrill  <jason@redhat.com>
948
949         * g++.dg/cpp0x/auto6.C, auto12.C: Update mangling.
950
951 2009-03-17  Paolo Carlini  <paolo.carlini@oracle.com>
952
953         PR c++/39475
954         * g++.dg/ext/unary_trait_incomplete.C: New.
955
956 2009-03-17  Jing Yu  <jingyu@google.com>
957
958         PR middle-end/39378
959         * g++.dg/inherit/thunk10.C: New test.
960
961 2009-03-17  Uros Bizjak  <ubizjak@gmail.com>
962
963         PR target/39482
964         * gcc.target/i386/pr39482.c: New test.
965
966 2009-03-17  Jakub Jelinek  <jakub@redhat.com>
967
968         PR debug/39471
969         * g++.dg/debug/dwarf2/imported-module-2.C: Expect
970         DW_TAG_imported_module, not just any DW_TAG_imported prefixed tag.
971         * g++.dg/debug/dwarf2/imported-module-3.C: Likewise.
972         * g++.dg/debug/dwarf2/imported-module-4.C: Likewise.
973
974         PR middle-end/39443
975         * gcc.dg/pr39443.c: New test.
976
977         PR debug/39412
978         * gcc.dg/debug/pr39412.c: New test.
979
980 2009-03-17  Janis Johnson  <janis187@us.ibm.com>
981
982         PR testsuite/38526
983         * lib/target-libpath.exp (set_ld_library_path_env_vars): Save
984         existing GCC_EXEC_PREFIX, set to TEST_GCC_EXEC_PREFIX if that
985         is defined.
986         (restore_ld_library_path_env_vars): Restore GCC_EXEC_PREFIX to
987         its original value, or unset if it was not defined.
988         * gcc.dg/compat/struct-layout-1.exp: Use set/restore library
989         path procs around use of HOSTCC.
990         * g++.dg/compat/struct-layout-1.exp: Ditto.
991         * objc.dg/gnu-encoding/gnu-encoding.exp: Ditto.
992
993 2009-03-16  H.J. Lu  <hongjiu.lu@intel.com>
994
995         * gcc.target/x86_64/abi/callabi/func-indirect.c (main): Return 0.
996
997 2009-03-16  Janis Johnson  <janis187@us.ibm.com>
998
999         Revert patch for PR testsuite/37630.
1000
1001         PR testsuite/37960
1002         * gcc.dg/pr11492.c: Replace constant and remove xfail.
1003
1004         PR testsuite/37630
1005         * lib/target-supports.exp (check_effective_target_ieee): New.
1006         * gcc.c-torture/execute/ieee/ieee.exp: Use it.
1007         * gcc.dg/20001012-1.c: Require ieee.
1008
1009         PR testsuite/37628
1010         * gcc.c-torture/execute/pr35456.x: New, skip test for vax.
1011
1012 2009-03-16  Jakub Jelinek  <jakub@redhat.com>
1013
1014         PR tree-optimization/39455
1015         * gcc.dg/pr39455.c: New test.
1016
1017 2009-03-13  David Ayers  <ayers@fsfe.org>
1018
1019         * objc/execute/trivial.m. New test.
1020
1021 2009-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
1022
1023         PR target/39137
1024         * testsuite/gcc.target/i386/stackalign/longlong-2.c: Skip on darwin.
1025
1026 2009-03-13  H.J. Lu  <hongjiu.lu@intel.com>
1027
1028         PR testsuite/39451
1029         * gcc.dg/asm-b.c: Use "Q" constraint on %b1/%h1 and "R"
1030         constraint on (%2).
1031
1032 2009-03-12  David Ayers  <ayers@fsfe.org>
1033
1034         PR libobjc/27466
1035         * objc/execute/exceptions/handler-1.m. New test.
1036
1037 2008-03-12  Jakub Jelinek  <jakub@redhat.com>
1038
1039         PR target/39431
1040         * gcc.target/i386/pr39431.c: New test.
1041
1042 2009-03-12  H.J. Lu  <hongjiu.lu@intel.com>
1043
1044         PR target/39445
1045         * gcc.target/i386/pr39445.c: New.
1046
1047         * gcc.target/i386/push-1.c: XFAIL.
1048
1049 2009-03-11  Adam Nemet  <anemet@caviumnetworks.com>
1050
1051         * gcc.dg/inline-33.c: New test.
1052
1053 2009-03-11  Nathan Froyd  <froydnj@codesourcery.com>
1054
1055         * gcc.dg/vect/vect-82.c: Combine dg-do and
1056         dg-require-effective-target into dg-skip-if.
1057         * gcc.dg/vect/vect-83.c: Likewise.
1058
1059 2009-03-11  Jakub Jelinek  <jakub@redhat.com>
1060
1061         PR target/39137
1062         * gcc.target/i386/stackalign/longlong-1.c: New test.
1063         * gcc.target/i386/stackalign/longlong-2.c: New test.
1064
1065 2009-03-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1066
1067         * g++.old-deja/g++.jason/thunk2.C: Skip on SPU.
1068
1069 2009-03-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1070
1071         * gcc.c-torture/execute/ieee/inf-3.c: New test.
1072         * gcc.c-torture/execute/ieee/inf-2.c: Fix typo.
1073
1074 2009-03-11  Olivier Hainque  <hainque@adacore.com>
1075
1076         * gnat.dg/slice_enum.adb: New test.
1077
1078 2009-03-11  Jason Merrill  <jason@redhat.com>
1079
1080         PR debug/39086
1081         * g++.dg/opt/nrv15.C: New test.
1082
1083 2009-03-10  Ira Rosen  <irar@il.ibm.com>
1084
1085         PR tree-optimization/39422
1086         * gcc.dg/vect/costmodel/spu/costmodel-vect-76b.c: Move
1087         constant array with static initialization to global memory.
1088         * gcc.dg/vect/costmodel/spu/costmodel-vect-76c.c: Likewise.
1089
1090 2009-03-10  Hariharan Sandanagobalane <hariharan@picochip.com>
1091
1092         * gcc.c-torture/execute/pr39339.c: Bitfield sizes changed to avoid
1093         padding.
1094
1095 2009-03-09  Jakub Jelinek  <jakub@redhat.com>
1096
1097         PR c++/39371
1098         * g++.dg/opt/switch2.C: Add -w to dg-options.
1099         * g++.dg/warn/Wswitch-1.C: Adjust expected warnings.
1100         * g++.dg/warn/switch1.C: New test.
1101         * g++.dg/other/switch3.C: New test.
1102
1103         PR tree-optimization/39394
1104         * gcc.c-torture/compile/pr39394.c: New test.
1105
1106 2009-03-09  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1107
1108         * gcc.target/s390/20090223-1.c: New testcase.
1109
1110 2009-03-08  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1111
1112         PR libfortran/39402
1113         * gfortran.dg/fmt_f0_1.f90: New test.
1114
1115 2009-03-08  H.J. Lu  <hongjiu.lu@intel.com>
1116
1117         PR c++/39060
1118         * g++.dg/other/new1.C: Adjusted.
1119         * g++.dg/parse/crash40.C: Likewise.
1120         * g++.dg/parse/defarg12.C: Likewise.
1121         * g++.dg/template/error15.C: Likewise.
1122
1123         * g++.dg/other/pr39060.C: New.
1124
1125 2009-03-07  Jason Merrill  <jason@redhat.com>
1126
1127         PR c++/39367
1128         * g++.dg/opt/new1.C: New.
1129
1130 2009-03-06  Paolo Carlini  <paolo.carlini@oracle.com>
1131
1132         PR c++/33492
1133         * g++.dg/other/error32.C: New.
1134
1135 2009-03-06  Jakub Jelinek  <jakub@redhat.com>
1136
1137         PR middle-end/39360
1138         * gcc.c-torture/compile/pr39360.c: New test.
1139
1140         PR debug/39372
1141         * g++.dg/debug/dwarf2/static-local-var-in-ctor.C: New test.
1142
1143 2009-03-05  Jason Merrill  <jason@redhat.com>
1144
1145         PR c++/38908
1146         * g++.dg/warn/Wuninitialized-3.C: New test.
1147
1148 2009-03-05  Jakub Jelinek  <jakub@redhat.com>
1149
1150         PR debug/39379
1151         * g++.dg/debug/dwarf2/imported-module-3.C: New test.
1152         * g++.dg/debug/dwarf2/imported-module-4.C: New test.
1153
1154 2009-03-04  Jason Merrill  <jason@redhat.com>
1155
1156         PR c++/13549
1157         * g++.dg/template/koenig7.C: New test.
1158
1159 2009-03-04  Nathan Sidwell  <nathan@codesourcery.com>
1160
1161         * g++.dg/torture/predcom-1.C: New test.
1162
1163 2009-03-04  Richard Guenther  <rguenther@suse.de>
1164
1165         PR tree-optimization/39362
1166         * g++.dg/torture/pr39362.C: New testcase.
1167
1168 2009-03-04  Jason Merrill  <jason@redhat.com>
1169             Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1170
1171         PR c++/9634
1172         PR c++/29469
1173         PR c++/29607
1174         * g++.dg/template/dependent-name5.C: New test.
1175
1176 2009-03-04  Steve Ellcey  <sje@cup.hp.com>
1177
1178         PR testsuite/39357
1179         * gcc.dg/vect-iv-6.c (dg-require-effective-target): Change from
1180         vect_int to vect_int_mult.
1181
1182 2009-03-04  Richard Guenther  <rguenther@suse.de>
1183
1184         PR tree-optimization/39358
1185         * g++.dg/warn/Wstrict-aliasing-bogus-escape-2.C: New testcase.
1186         * g++.dg/warn/Wstrict-aliasing-bogus-escape-3.C: Likewise.
1187
1188 2009-03-04  Richard Guenther  <rguenther@suse.de>
1189
1190         PR tree-optimization/39339
1191         * gcc.c-torture/execute/pr39339.c: New testcase.
1192
1193 2009-03-03  Joseph Myers  <joseph@codesourcery.com>
1194
1195         * gcc.c-torture/compile/20090303-1.c,
1196         gcc.c-torture/compile/20090303-2.c: New tests.
1197
1198 2009-03-03  Jakub Jelinek  <jakub@redhat.com>
1199
1200         PR fortran/39354
1201         * gfortran.dg/gomp/pr39354.f90: New test.
1202
1203         PR tree-optimization/39343
1204         * gcc.dg/pr39343.c: New test.
1205
1206 2009-03-03  Ira Rosen  <irar@il.ibm.com>
1207
1208         PR tree-optimization/39248
1209         * gcc.dg/vect/vect-complex-1.c: Add attribute aligned to the arrays.
1210         * gcc.dg/vect/vect-iv-6.c: Don't expect to fail to vectorize
1211         on targets without vector misalignment support.
1212         * lib/target-supports.exp 
1213         (check_effective_target_vect_short_mult): Add 
1214         check_effective_target_arm32.
1215
1216 2009-03-02  Sebastian Pop  <sebastian.pop@amd.com>
1217
1218         PR middle-end/39335
1219         * testsuite/gcc.dg/graphite/pr39335_1.c: New.
1220         * testsuite/gcc.dg/graphite/pr39335.c: New.
1221
1222 2009-03-02  H.J. Lu  <hongjiu.lu@intel.com>
1223
1224         * gcc.target/i386/stackalign/return-4.c: Scan andl/andq instead
1225         of andl.
1226         * gcc.target/i386/stackalign/return-5.c: Likewise.
1227         * gcc.target/i386/stackalign/return-6.c: Likewise.
1228
1229 2009-03-02  Richard Guenther  <rguenther@suse.de>
1230             Ira Rosen  <irar@il.ibm.com>
1231
1232         PR tree-optimization/39318
1233         * gfortran.dg/vect/pr39318.f90: New test.
1234
1235 2009-03-01  Jan Hubicka  <jh@suse.cz>
1236
1237         * gcc.dg/debug/dwarf2/ipa-cp1.c: New testcase.
1238
1239 2009-03-01  Jan Hubicka  <jh@suse.cz>
1240
1241         PR debug/39267
1242         * gcc.dg/debug/dwarf2/inline1.c: New testcase.
1243
1244 2009-03-01  Eric Botcazou  <ebotcazou@adacore.com>
1245
1246         * gnat.dg/pack12.adb: New test.
1247
1248 2009-02-26  H.J. Lu  <hongjiu.lu@intel.com>
1249
1250         PR c++/37789
1251         * g++.dg/other/pr37789.C: New.
1252
1253 2009-02-26  Paul Thomas  <pault@gcc.gnu.org>
1254
1255         PR fortran/39295
1256         * gfortran.dg/interface_25.f90: New test.
1257         * gfortran.dg/interface_26.f90: New test.
1258
1259 2009-02-26  Paul Thomas  <pault@gcc.gnu.org>
1260
1261         PR fortran/39292
1262         * gfortran.dg/initialization_22.f90: New test.
1263
1264 2009-02-25  H.J. Lu  <hongjiu.lu@intel.com>
1265
1266         PR rtl-optimization/39241
1267         * gcc.dg/torture/pr39241.c: New.
1268
1269 2009-02-25  Martin Jambor  <mjambor@suse.cz>
1270
1271         PR tree-optimizations/39259
1272         * g++.dg/torture/pr39259.C: New testcase.
1273
1274 2009-02-24  Richard Guenther  <rguenther@suse.de>
1275
1276         PR c++/39242
1277         * g++.dg/template/instantiate10.C: New testcase.
1278
1279 2009-02-24  Richard Guenther  <rguenther@suse.de>
1280             Zdenek Dvorak  <ook@ucw.cz>
1281
1282         PR tree-optimization/39233
1283         * gcc.c-torture/execute/pr39233.c: New testcase.
1284
1285 2009-02-23  Sebastian Pop  <sebastian.pop@amd.com>
1286
1287         PR tree-optimization/39260
1288         * gcc.dg/graphite/pr39260.c: New.
1289
1290 2009-02-23  H.J. Lu  <hongjiu.lu@intel.com>
1291
1292         * g++.dg/init/static-init1.C: Replace int with __PTRDIFF_TYPE__.
1293
1294 2009-02-23  H.J. Lu  <hongjiu.lu@intel.com>
1295
1296         PR c++/36411
1297         * g++.dg/template/void14.C: New.
1298
1299 2009-02-23  Jason Merrill  <jason@redhat.com>
1300
1301         PR c++/38880
1302         * g++.dg/init/const7.C: Remove XFAIL.
1303         * g++.dg/init/static-init1.C: New test.
1304
1305         * g++.dg/cpp0x/initlist14.C: New test.
1306
1307 2009-02-21  Thomas Koenig  <tkoenig@gcc.gnu.org>
1308
1309         PR fortran/38914
1310         * bound_simplification_2.f90:  New test case.
1311         * bound_7.f90:  New test case.
1312
1313 2009-02-21  Joseph Myers  <joseph@codesourcery.com>
1314
1315         * gcc.dg/cpp/include4.c: New test.
1316
1317 2009-02-21  Uros Bizjak  <ubizjak@gmail.com>
1318
1319         PR target/39256
1320         * gcc.target/i386/abi-2.c: New.
1321
1322 2009-02-21  Kaz Kojima  <kkojima@gcc.gnu.org>
1323
1324         * gcc.c-torture/execute/pr39228.x: New.
1325
1326 2009-02-21  Uros Bizjak  <ubizjak@gmail.com>
1327
1328         * gcc.target/i386/abi-1.c: Use scan-assembler-times "..." 1 instead of
1329         scan-assembler to check for xmm0 register.
1330
1331 2009-02-20  Mark Mitchell  <mark@codesourcery.com>
1332             Joseph Myers  <joseph@codesourcery.com>
1333
1334         * gcc.target/arm/va_list.c: New test.
1335         * g++.dg/abi/arm_va_list.C: Likewise.
1336         * lib/target-supports.exp (check_effective_target_arm_eabi): New
1337         function.
1338         * g++.dg/cpp0x/temp-va-arg-bug.C, g++.dg/other/stdarg1.C,
1339         g++.dg/warn/miss-format-1.C, g++.dg/warn/miss-format-3.C,
1340         g++.dg/warn/miss-format-4.C, g++.dg/warn/miss-format-5.C,
1341         g++.dg/warn/miss-format-6.C, g++.old-deja/g++.other/vaarg2.C,
1342         g++.old-deja/g++.other/vaarg3.C, g++.old-deja/g++.other/vaarg4.C,
1343         g++.old-deja/g++.pt/builtin.C: Use -Wno-abi on ARM EABI targets.
1344
1345 2009-02-20  Jack Howarth  <howarth@bromo.med.uc.edu>
1346
1347         PR testsuite/38164
1348         * gcc.target/i386/amd64-abi-3.c: Add -fomit-frame-pointer
1349         to dg-options.
1350
1351 2009-02-20  Jakub Jelinek  <jakub@redhat.com>
1352
1353         PR target/39240
1354         * gcc.c-torture/execute/pr39240.c: New test.
1355
1356 2009-02-20  Jason Merrill  <jason@redhat.com>
1357
1358         PR c++/39225
1359         * g++.dg/parse/dtor15.C: New test.
1360
1361 2009-02-19  Kazu Hirata  <kazu@codesourcery.com>
1362
1363         * gcc.c-torture/execute/20090219-1.c: New.
1364
1365 2009-02-19  Adam Nemet  <anemet@caviumnetworks.com>
1366
1367         * gcc.target/mips/mips.exp: Comment !CPU in the isa* pseudo-options.
1368         (mips-dg-options): When matching isa* pseudo-options make
1369         'value' optional and accept ! entries.  Use $spec instead of
1370         $isa_spec in the isa pseudo-option error message.  Only
1371         perform the ISA-range check when 'value' is set.  If arch is
1372         matching any CPU in the ! entries switch to its generic ISA.
1373         * gcc.target/mips/branch-1.c: Pass isa=!octeon.
1374         * gcc.target/mips/dmult-1.c: Pass isa=64!octeon rather than -mips64.
1375
1376 2009-02-19  Jakub Jelinek  <jakub@redhat.com>
1377
1378         PR target/39175
1379         * gcc.dg/visibility-20.c: New test.
1380         * g++.dg/ext/visibility/visibility-11.C: New test.
1381
1382 2009-02-19  H.J. Lu  <hongjiu.lu@intel.com>
1383
1384         PR c++/39188
1385         * g++.dg/abi/pr39188-1a.C: New.
1386         * g++.dg/abi/pr39188-1b.C: Likewise.
1387         * g++.dg/abi/pr39188-1.h: Likewise.
1388         * g++.dg/abi/pr39188-2a.C: Likewise.
1389         * g++.dg/abi/pr39188-2b.C: Likewise.
1390         * g++.dg/abi/pr39188-2.h: Likewise.
1391         * g++.dg/abi/pr39188-3a.C: Likewise.
1392         * g++.dg/abi/pr39188-3b.C: Likewise.
1393         * g++.dg/abi/pr39188-3.h: Likewise.
1394
1395 2009-02-19  Joseph Myers  <joseph@codesourcery.com>
1396
1397         PR c/38483
1398         * gcc.c-torture/execute/call-trap-1.c,
1399         gcc.c-torture/execute/va-arg-trap-1.c, gcc.dg/call-diag-1.c: New
1400         tests.
1401
1402 2009-02-19  Uros Bizjak  <ubizjak@gmail.com>
1403
1404         PR target/39228
1405         * gcc.c-torture/execute/pr39228.c: New test.
1406
1407 2009-02-19  Richard Guenther  <rguenther@suse.de>
1408
1409         PR tree-optimization/39074
1410         * gcc.dg/torture/pr39074.c: New testcase.
1411         * gcc.dg/torture/pr39074-2.c: Likewise.
1412         * gcc.dg/torture/pr39074-3.c: Likewise.
1413
1414 2009-02-18  H.J. Lu  <hongjiu.lu@intel.com>
1415
1416         PR c++/39219
1417         * g++.dg/parse/attr3.C: New.
1418
1419 2009-02-18  Jack Howarth <howarth@bromo.med.uc.edu>
1420
1421         PR testsuite/38165
1422         * g++.dg/pubtypes.C: Adopt Radar 4535968 fix to testcase.
1423
1424         PR testsuite/38166
1425         * g++.dg/ext/visibility/class1.C: Revert revision 122348
1426         and skip on Darwin.
1427
1428 2009-02-18  Jason Merrill  <jason@redhat.com>
1429
1430         PR c++/38880
1431         * g++.dg/init/const7.C: Remove XFAIL.
1432
1433         PR target/39179
1434         * g++.dg/opt/const6.C: New test.
1435
1436 2009-02-18  H.J. Lu  <hongjiu.lu@intel.com>
1437
1438         * gcc.dg/callabi/callabi.exp: Moved to ...
1439         * gcc.target/x86_64/abi/callabi/callabi.exp: Here.  Only run
1440         in 64bit mode.
1441
1442         * gcc.target/x86_64/abi/callabi/func-1.c: Don't check target.
1443         * gcc.target/x86_64/abi/callabi/func-indirect.c: Likewise.
1444         * gcc.target/x86_64/abi/callabi/func-indirect.c: Likewise.
1445         * gcc.target/x86_64/abi/callabi/pr38891.c: Likewise.
1446         * gcc.target/x86_64/abi/callabi/vaarg-1.c: Likewise.
1447         * gcc.target/x86_64/abi/callabi/vaarg-2.c: Likewise.
1448         * gcc.target/x86_64/abi/callabi/vaarg-3.c: Likewise.
1449
1450         * gcc.dg/callabi/callabi.h: Moved to ...
1451         * gcc.target/x86_64/abi/callabi/callabi.h: Here.
1452
1453         * gcc.dg/callabi/func-1.c: Moved to ...
1454         * gcc.target/x86_64/abi/callabi/func-1.c: Here.
1455
1456         * gcc.dg/callabi/func-indirect.c: Moved to ...
1457         * gcc.target/x86_64/abi/callabi/func-indirect.c: Here.
1458
1459         * gcc.dg/callabi/pr38891.c: Moved to ...
1460         * gcc.target/x86_64/abi/callabi/pr38891.c: Here.
1461
1462         * gcc.dg/callabi/vaarg-1.c: Moved to ...
1463         * gcc.target/x86_64/abi/callabi/vaarg-1.c: Here.
1464
1465         * gcc.dg/callabi/vaarg-2.c: Moved to ...
1466         * gcc.target/x86_64/abi/callabi/vaarg-2.c: Here.
1467
1468         * gcc.dg/callabi/vaarg-3.c: Moved to ...
1469         * gcc.target/x86_64/abi/callabi/vaarg-3.c: Here.
1470
1471 2009-02-17  Xuepeng Guo  <xuepeng.guo@intel.com>
1472
1473         PR target/38891
1474         * gcc.dg/callabi/pr38891.c: New.
1475
1476 2009-02-17  H.J. Lu  <hongjiu.lu@intel.com>
1477
1478         * gcc.dg/callabi/callabi.exp: New.
1479
1480 2009-02-17  H.J. Lu  <hongjiu.lu@intel.com>
1481
1482         PR target/39082
1483         * g++.dg/compat/struct-layout-1_generate.c (dg_options): Add
1484         -Wno-abi for x86.
1485         * gcc.dg/compat/struct-layout-1_generate.c (dg_options): Likewise.
1486
1487         * gcc.target/i386/pr39082-1.c: New.
1488
1489         * gcc.target/x86_64/abi/abi-x86_64.exp (additional_flags): Add
1490         -Wno-abi.
1491
1492         * gcc.target/x86_64/abi/args.h (XMM_T): Add _m64 and _m128 if
1493         CHECK_M64_M128 is defined.
1494         (check_f_arguments): Add "do".
1495         (check_vector_arguments): New.
1496         (check_m64_arguments): Likewise.
1497         (check_m128_arguments): Likewise.
1498
1499         * gcc.target/x86_64/abi/defines.h: Include <xmmintrin.h>.
1500         (CHECK_M64_M128): Define.
1501
1502         * gcc.target/x86_64/abi/test_m64m128_returning.c: New.  Based
1503         on abitest.
1504         * gcc.target/x86_64/abi/test_passing_m64m128.c: Likewise.
1505
1506         * gcc.target/x86_64/abi/test_passing_structs.c: Define __m128
1507         tests only if CHECK_M64_M128 is defined.
1508
1509         * gcc.target/x86_64/abi/test_passing_structs.c (m128_struct): New.
1510         (m128_2_struct): Likewise.
1511         (check_struct_passing5): Likewise.
1512         (check_struct_passing6): Likewise.
1513         (main): Test struct with __m128 if CHECK_M64_M128 is defined.
1514
1515         * gcc.target/x86_64/abi/test_passing_unions.c (un4): New.
1516         (un5): Likewise.
1517         (check_union_passing4): Likewise.
1518         (main): Test union with __m128 if CHECK_M64_M128 is defined.
1519
1520 2009-02-18  Joseph Myers  <joseph@codesourcery.com>
1521
1522         PR c/35447
1523         * gcc.dg/noncompile/pr35447-1.c: New test.
1524
1525 2009-02-18  Jakub Jelinek  <jakub@redhat.com>
1526
1527         PR tree-optimization/36922
1528         * gfortran.dg/pr36922.f: New test.
1529
1530 2009-02-17  Richard Guenther  <rguenther@suse.de>
1531
1532         PR tree-optimization/39202
1533         * gcc.c-torture/compile/pr39202.c: New testcase.
1534
1535 2009-02-17  Richard Guenther  <rguenther@suse.de>
1536
1537         PR tree-optimization/39204
1538         * gcc.dg/torture/pr39204.c: New testcase.
1539
1540 2009-02-17  Bingfeng Mei <bmei@broadcom.com>
1541
1542         * gcc.dg/vect/vect-outer-5.c: Require vect_float support.
1543         * gcc.dg/vect/vect-outer-6.c: Ditto.
1544
1545 2009-02-16  Joseph Myers  <joseph@codesourcery.com>
1546
1547         PR c/35446
1548         * gcc.dg/noncompile/init-5.c: New test.
1549         * gcc.dg/init-bad-4.c: Adjust expected errors.
1550
1551 2009-02-16  H.J. Lu  <hongjiu.lu@intel.com>
1552
1553         PR target/37049
1554         * gcc.target/i386/push-1.c: New.
1555
1556 2009-02-15  Uros Bizjak  <ubizjak@gmail.com>
1557
1558         * gcc.dg/struct/w_prof_single_str_global.c: Mask return value.
1559         
1560 2009-02-13  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1561
1562         * gcc.target/spu/intrinsics-sr.c: New test.
1563
1564 2009-02-13  Steve Ellcey  <sje@cup.hp.com>
1565
1566         PR target/38056
1567         * gcc.target/ia64/sibcall-opt-1.c: New test.
1568         * gcc.target/ia64/sibcall-opt-2.c: New test.
1569
1570 2009-02-13  Paul Thomas  <pault@gcc.gnu.org>
1571
1572         PR fortran/36528
1573         * gfortran.dg/cray_pointers_8.f90: New test.
1574
1575         PR fortran/36703
1576         * gfortran.dg/cray_pointers_9.f90: New test.
1577
1578 2009-02-13  Jason Merrill  <jason@redhat.com>
1579
1580         PR c++/39070
1581         * g++.dg/cpp0x/decltype16.C: New.
1582
1583 2009-02-13  H.J. Lu  <hongjiu.lu@intel.com>
1584
1585         PR target/39152
1586         * gfortran.dg/gomp/pr39152.f90: New.
1587
1588 2009-02-13  H.J. Lu  <hongjiu.lu@intel.com>
1589
1590         PR target/39162
1591         * gcc.target/i386/pr39162.c: New.
1592
1593 2009-02-13  Joseph Myers  <joseph@codesourcery.com>
1594
1595         PR c/35444
1596         * gcc.dg/noncompile/pr35444-1.c, gcc.dg/noncompile/pr35444-2.c:
1597         New tests.
1598
1599 2009-02-12  Jason Merrill  <jason@redhat.com>
1600
1601         PR c++/38950
1602         * g++.dg/template/array20.C: New test.
1603
1604 2009-02-12  Uros Bizjak  <ubizjak@gmail.com>
1605
1606         * gcc.dg/torture/fp-int-convert-float128-timode.c: Do not check
1607         for lp64 in "dg-do run" directive.  Remove dg-xfail-if directive.
1608         * gcc.dg/torture/fp-int-convert-timode.c: Remove xfail directive.
1609
1610 2009-02-12  H.J. Lu  <hongjiu.lu@intel.com>
1611
1612         * g++.dg/cpp0x/defaulted9.C: Compile with "-std=c++0x -fno-inline".
1613
1614 2009-02-12  H.J. Lu  <hongjiu.lu@intel.com>
1615
1616         PR target/39152
1617         * gfortran.dg/pr39152.f: New.
1618
1619 2009-02-11  Jason Merrill  <jason@redhat.com>
1620
1621         PR c++/39153
1622         * g++.dg/cpp0x/defaulted9.C: New test.
1623
1624         PR c++/30111
1625         * g++.dg/init/value7.C: New test.
1626
1627 2009-02-11  Paolo Bonzini  <bonzini@gnu.org>
1628
1629         PR target/38824
1630         * gcc.target/i386/pr38824.c: New testcase.
1631
1632 2009-02-11  Jason Merrill  <jason@redhat.com>
1633
1634         PR c++/38649
1635         * g++.dg/cpp0x/defaulted8.C: New test.
1636
1637         PR c++/36744
1638         * g++.dg/cpp0x/rv9p.C: New test.
1639
1640 2009-02-10  Eric Botcazou  <ebotcazou@adacore.com>
1641
1642         * gnat.dg/aliasing3.adb: New test.
1643         * gnat.dg/aliasing3_pkg.ad[sb]: New helper.
1644
1645 2009-02-10  Paolo Carlini  <paolo.carlini@oracle.com>
1646
1647         PR c++/34397
1648         * g++.dg/template/crash88.C: New.
1649         * g++.dg/template/crash89.C: Likewise.
1650
1651 2009-02-10  Steve Ellcey  <sje@cup.hp.com>
1652
1653         PR c/39084
1654         * gcc.dg/pr39084.c: New test.
1655
1656 2009-02-10  Jakub Jelinek  <jakub@redhat.com>
1657
1658         PR target/39139
1659         * gcc.target/i386/pr39139.c: New test.
1660
1661 2009-02-10  Richard Guenther  <rguenther@suse.de>
1662
1663         PR tree-optimization/39132
1664         * gcc.dg/torture/pr39132.c: New testcase.
1665
1666 2009-02-10  H.J. Lu  <hongjiu.lu@intel.com>
1667
1668         PR target/39119
1669         * gcc.target/x86_64/abi/avx/abi-avx.exp: New.
1670         * gcc.target/x86_64/abi/avx/args.h: Likewise.
1671         * gcc.target/x86_64/abi/avx/asm-support.S: Likewise.
1672         * gcc.target/x86_64/abi/avx/avx-check.h: Likewise.
1673         * gcc.target/x86_64/abi/avx/test_m256_returning.c: Likewise.
1674         * gcc.target/x86_64/abi/avx/test_passing_m256.c: Likewise.
1675         * gcc.target/x86_64/abi/avx/test_passing_structs.c: Likewise.
1676         * gcc.target/x86_64/abi/avx/test_passing_unions.c: Likewise.
1677
1678 2009-02-09  Jason Merrill  <jason@redhat.com>
1679
1680         PR c++/39109
1681         * g++.dg/init/value6.C: New test.
1682
1683 2009-02-09  H.J. Lu  <hongjiu.lu@intel.com>
1684
1685         * gcc.target/x86_64/abi/abi-x86_64.exp: Use glob instead of find.
1686
1687 2009-02-09  Eric Botcazou  <ebotcazou@adacore.com>
1688
1689         * gcc.c-torture/compile/20090209-1.c: New test.
1690
1691 2009-02-06  Paolo Carlini  <paolo.carlini@oracle.com>
1692
1693         PR c++/35147
1694         PR c++/37737
1695         * g++.dg/cpp0x/vt-35147.C: New.
1696         * g++.dg/cpp0x/vt-37737-1.C: Likewise.
1697         * g++.dg/cpp0x/vt-37737-2.C: Likewise.
1698
1699 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
1700
1701         PR c/35434
1702         * gcc.dg/attr-alias-4.c: New test.
1703
1704 2009-02-06  Janis Johnson  <janis187@us.ibm.com>
1705
1706         PR c/39035
1707         * gcc.dg/dfp/pr39035.c: New test.
1708
1709 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
1710
1711         PR c/36432
1712         * gcc.dg/c90-flex-array-2.c, gcc.dg/c99-flex-array-6.c: New tests.
1713
1714 2009-02-05  Jakub Jelinek  <jakub@redhat.com>
1715
1716         PR c++/39106
1717         * g++.dg/opt/thunk3.C: New test.
1718
1719 2009-02-05  Nick Clifton  <nickc@redhat.com>
1720
1721         * gcc.c-torture/compile/20080625-1.c: Skip for M32C.
1722         * gcc.c-torture/compile/limits-stringlit.c: Likewise.
1723         * gcc.dg/cdce1.c: Likewise.
1724         * gcc.dg/cpp/_Pragma6.c: Likewise.
1725         * g++.dg/cpp/_Pragma1.C: Likewise.
1726         * gcc.dg/utf32-2.c: Xfail for M32C.
1727         * gcc.dg/utf32-1.c: Likewise.
1728         * gcc.dg/utf32-3.c: Likewise.
1729         * gcc.dg/Wtype-limits.c: Add expected warning messages for 16-bit
1730         targets.
1731         * gcc.dg/Wtype-limits-Wextra.c: Likewise.
1732         * gcc.dg/utf32-4.c: Only run for 32-bit+ targets.
1733         * gcc.dg/Wconversion-5.c: Likewise.
1734         * gcc.dg/tree-ssa/data-dep-1.c: Likewise.
1735         * gcc.dg/tree-ssa/ldist-3.c: Likewise.
1736         * gcc.dg/tree-ssa/ldist-5.c: Likewise.
1737         * gcc.dg/utf-inc-init.c: Likewise.
1738         * gcc.dg/pr11492.c: Xfail for 16-bit targets.
1739         * gcc.dg/utf-array.c: Add expected warning messages for M32C.
1740         * gcc.dg/utf-array-short-wchar.c: Likewise.
1741         * gcc.dg/tree-ssa/pr33920.c: Expect a warning from all 16-bit targets.
1742         * gcc.dg/mallign.c: Use size_t instead of long.
1743
1744 2009-02-05  Uros Bizjak  <ubizjak@gmail.com>
1745
1746         * g++.dg/torture/pr31863.C: Generalize dg-timeout-factor.
1747
1748 2009-02-05  Daniel Berlin  <dberlin@dberlin.org>
1749
1750         * gcc.c-torture/execute/pr39100.c: New.
1751
1752 2009-02-05  Joseph Myers  <joseph@codesourcery.com>
1753
1754         PR c/35435
1755         * gcc.dg/tls/diag-6.c: New test.
1756
1757 2009-02-04  H.J. Lu  <hongjiu.lu@intel.com>
1758
1759         AVX Programming Reference (January, 2009)
1760         * gcc.target/i386/avx-vpclmulqdq.c: New.
1761         * gcc.target/i386/pclmul-avx-check.h: Likewise.
1762
1763         * gcc.target/i386/i386.exp (check_effective_target_vpclmul): New.
1764
1765         * gcc.target/i386/pclmulqdq.c (CHECK_H): New.
1766         (TEST): Likewise.  Include CHECK_H instead of "pclmul-check.h".
1767         (pclmul_test): Renamed to ...
1768         (TEST): This.
1769
1770 2009-02-04  Jakub Jelinek  <jakub@redhat.com>
1771
1772         PR c++/39095
1773         * g++.dg/abi/mangle31.C: New test.
1774
1775 2009-02-03  Joseph Myers  <joseph@codesourcery.com>
1776
1777         PR c/29129
1778         * c90-arraydecl-1.c: Do not expect error for [*] in abstract
1779         declarator.
1780         * vla-6.c: Likewise.  Expect warning not error for [*] lexically
1781         inside function prototype but not part of parameter declarator.
1782         * vla-11.c: New test.
1783
1784 2009-02-03  Jason Merrill  <jason@redhat.com>
1785
1786         * g++.dg/warn/main-4.C: New test.
1787         * g++.old-deja/g++.bugs/900227_01.C: Remove &main warnings.
1788
1789 2009-02-03  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1790
1791         PR C++/36607
1792         * g++.dg/expr/cast10.C: New test.
1793
1794 2009-02-03  Joseph Myers  <joseph@codesourcery.com>
1795
1796         PR c/35433
1797         * gcc.dg/init-bad-6.c: New test.
1798
1799 2009-02-03  Jakub Jelinek  <jakub@redhat.com>
1800
1801         PR target/35318
1802         * gcc.c-torture/compile/pr35318.c: New test.
1803
1804         PR inline-asm/39059
1805         * gcc.dg/nofixed-point-2.c: New test.
1806         * g++.dg/ext/fixed1.C: Adjust expected diagnostics.
1807         * g++.dg/ext/fixed2.C: Likewise.
1808         * g++.dg/other/error25.C: Likewise.
1809         * g++.dg/lookup/crash7.C: Likewise.
1810         * g++.dg/cpp0x/decltype-38655.C: Likewise.
1811
1812         PR c++/39056
1813         * g++.dg/cpp0x/initlist13.C: New test.
1814
1815 2009-02-03  Paolo Bonzini  <bonzini@gnu.org>
1816
1817         PR c++/36897
1818         * g++.dg/template/func2.C: New test.
1819
1820         PR c++/37314
1821         * g++.dg/template/typename15.C: New.
1822         * g++.dg/template/typename16.C: New.
1823
1824 2009-02-03  Janis Johnson  <janis187@us.ibm.com>
1825             Ben Elliston  <bje@au.ibm.com>
1826
1827         PR c/39034
1828         * gcc.dg/dfp/pr39034.c: New test.
1829
1830 2009-02-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1831
1832         PR testsuite/38263
1833         * gcc.dg/ipa/ipacost-2.c: Add -fpie when pic.
1834
1835 2009-02-02  Jason Merrill  <jason@redhat.com>
1836
1837         PR c++/39054
1838         * g++.dg/parse/dtor14.C: New test.
1839
1840 2009-02-02  Jakub Jelinek  <jakub@redhat.com>
1841
1842         * lib/target-supports.exp
1843         (check_effective_target_correct_iso_cpp_string_wchar_protos): New.
1844         * g++.dg/ext/builtin10.C: New test.
1845
1846         PR inline-asm/39058
1847         * gcc.target/i386/pr39058.c: New test.
1848
1849 2009-02-02  Richard Guenther  <rguenther@suse.de>
1850
1851         PR tree-optimization/38937
1852         * g++.dg/warn/Wstrict-aliasing-bogus-escape.C: New testcase.
1853
1854 2009-02-01  Paolo Carlini  <paolo.carlini@oracle.com>
1855
1856         PR c++/39053
1857         * g++.dg/parse/crash52.C: New.
1858
1859 2009-01-30  Richard Guenther  <rguenther@suse.de>
1860
1861         PR tree-optimization/39041
1862         * gcc.c-torture/compile/pr39041.c: New testcase.
1863
1864 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
1865
1866         PR target/39013
1867         * gcc.target/i386/pr39013-1.c: New test.
1868         * gcc.target/i386/pr39013-2.c: New test.
1869
1870         PR c++/39028
1871         * g++.dg/ext/label12.C: New test.
1872
1873 2009-01-30  Paolo Carlini  <paolo.carlini@oracle.com>
1874
1875         PR c++/33465
1876         * g++.dg/parse/error34.C: New.
1877         * g++.dg/parse/error35.C: Likewise.
1878
1879 2009-01-30  Paolo Carlini  <paolo.carlini@oracle.com>
1880
1881         PR c++/38655
1882         * g++.dg/cpp0x/decltype-38655.C: New.
1883
1884 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
1885
1886         PR target/39002
1887         * g++.dg/torture/pr39002.C: New test.
1888
1889 2009-01-29  Kazu Hirata  <kazu@codesourcery.com>
1890
1891         PR tree-optimization/39007
1892         * gcc.dg/tree-ssa/pr39007.c: New.
1893
1894 2009-01-29  Kenneth Zadeck <zadeck@naturalbridge.com>
1895
1896         PR middle-end/35854
1897         * gcc.dg/lower-subreg-1.c: Renamed dump pass from "subreg"
1898         to "subreg1".
1899         
1900 2009-01-29  Steve Ellcey  <sje@cup.hp.com>
1901
1902         PR middle-end/38857
1903         * gcc.c-torture/compile/pr38857.c: New test.
1904
1905 2009-01-28  Paul Thomas  <pault@gcc.gnu.org>
1906
1907         PR fortran/38852
1908         PR fortran/39006
1909         * gfortran.dg/bound_6.f90: New test.
1910
1911 2009-01-28  Pat Haugen  <pthaugen@us.ibm.com>
1912
1913         * gcc.target/powerpc/avoid-indexed-addresses.c: New test.
1914
1915 2009-01-28  Kazu Hirata  <kazu@codesourcery.com>
1916
1917         PR tree-optimization/38997
1918         * gcc.dg/tree-ssa/pr38997.c: New.
1919
1920 2009-01-28  Richard Guenther  <rguenther@suse.de>
1921
1922         PR tree-optimization/38926
1923         * gcc.c-torture/compile/pr38926.c: New testcase.
1924
1925 2009-01-28  Jakub Jelinek  <jakub@redhat.com>
1926
1927         PR middle-end/38934
1928         * gcc.dg/pr38934.c: New test.
1929
1930 2009-01-28  Richard Guenther  <rguenther@suse.de>
1931
1932         PR middle-end/38908
1933         * g++.dg/warn/Wuninitialized-2.C: New testcase.
1934
1935 2009-01-28  Paolo Bonzini  <bonzini@gnu.org>
1936
1937         PR tree-optimization/38984
1938         * gcc.dg/pr38984.c: New XFAILed testcase.
1939
1940
1941 2009-01-28  Uros Bizjak  <ubizjak@gmail.com>
1942
1943         PR target/38988
1944         * gcc.target/i386/pr38988.c: New test.
1945
1946 2009-01-27  Paolo Carlini  <paolo.carlini@oracle.com>
1947
1948         PR c++/37554
1949         * g++.dg/parse/crash51.C: New.
1950         * g++.old-deja/g++.pt/crash9.C: Adjust.
1951
1952 2009-01-27  Daniel Kraft  <d@domob.eu>
1953
1954         PR fortran/38883
1955         * gfortran.dg/mvbits_6.f90:  New test.
1956         * gfortran.dg/mvbits_7.f90:  New test.
1957         * gfortran.dg/mvbits_8.f90:  New test.
1958
1959 2009-01-27  Richard Guenther  <rguenther@suse.de>
1960
1961         PR tree-optimization/38503
1962         * g++.dg/warn/Wstrict-aliasing-bogus-placement-new.C: New testcase.
1963
1964 2009-01-27 Uros Bizjak <ubizjak@gmail.com>
1965
1966         PR middle-end/38969
1967         * gcc.c-torture/execute/pr38969.c: New test.
1968
1969 2009-01-26  Adam Nemet  <anemet@caviumnetworks.com>
1970
1971         PR testsuite/38864
1972         * gcc.target/mips/fixed-vector-type.c: Add target { fixed_point }
1973         to dg-do compile.
1974         * gcc.target/mips/fixed-scalar-type.c: Likewise.
1975         * gcc.target/mips/dpaq_sa_l_w.c: Likewise.
1976         * gcc.target/mips/dpsq_sa_l_w.c: Likewise.
1977
1978 2009-01-26  H.J. Lu  <hongjiu.lu@intel.com>
1979
1980         PR target/38952
1981         * g++.dg/torture/stackalign/test-unwind.h (main): Also return 0
1982         if __USING_SJLJ_EXCEPTIONS__ is defined.
1983
1984         * g++.dg/torture/stackalign/unwind-0.C (foo): Don't define if
1985         __USING_SJLJ_EXCEPTIONS__ is defined.
1986         * g++.dg/torture/stackalign/unwind-1.C (foo): Likewise.
1987         * g++.dg/torture/stackalign/unwind-2.C (foo): Likewise.
1988         * g++.dg/torture/stackalign/unwind-3.C (foo): Likewise.
1989         * g++.dg/torture/stackalign/unwind-4.C (foo): Likewise.
1990         * g++.dg/torture/stackalign/unwind-5.C (foo): Likewise.
1991         * g++.dg/torture/stackalign/unwind-6.C (foo): Likewise.
1992
1993 2009-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
1994
1995         PR testsuite/38949
1996         * g++.dg/torture/stackalign/test-unwind.h (ASMNAME): Define.
1997         Use instead of C name in asm statements.
1998
1999 2009-01-26  Richard Guenther  <rguenther@suse.de>
2000
2001         PR tree-optimization/38745
2002         * g++.dg/torture/pr38745.C: New testcase.
2003
2004 2009-01-26  Richard Guenther  <rguenther@suse.de>
2005
2006         PR middle-end/38851
2007         * g++.dg/warn/Wuninitialized-1.C: New testcase.
2008
2009 2009-01-25  Hans-Peter Nilsson  <hp@axis.com>
2010
2011         * gcc.dg/bitfld-15.c: Gate warning on target
2012         pcc_bitfield_type_matters.
2013         * gcc.dg/bitfld-17.c, g++.dg/ext/bitfield2.C,
2014         g++.dg/ext/bitfield4.C: Likewise.
2015         * gcc.dg/pr17112-1.c: Don't expect a warning for the packed
2016         bitfield for any target.
2017
2018 2009-01-24  Jakub Jelinek  <jakub@redhat.com>
2019
2020         PR c/38957
2021         * gcc.dg/pr38957.c: New test.
2022
2023 2009-01-24  David Billinghurst  <billingd@gcc.gnu.org>
2024
2025         PR fortran/38955
2026         * gfortran.dg/array_constructor_24.f: Allow tolerance when
2027         comparing floats.
2028
2029 2009-01-24  Sebastian Pop  <sebastian.pop@amd.com>
2030
2031         PR tree-optimization/38953
2032         * gfortran.dg/graphite/pr38953.f90: New.
2033
2034 2009-01-24  Paul Brook  <paul@codesourcery.com>
2035
2036         * gcc.target/arm/neon-cond-1.c: New test.
2037
2038 2009-01-23  Paolo Bonzini  <bonzini@gnu.org>
2039
2040         PR tree-optimization/38932
2041         * gcc.dg/pr38932.c: New.
2042
2043 2009-01-23  Revital Eres  <eres@il.ibm.com>
2044
2045         * gcc.dg/sms-7.c: Fix test.
2046
2047 2009-01-22  Adam Nemet  <anemet@caviumnetworks.com>
2048
2049         * gcc.dg/bitfld-15.c, gcc.dg/bitfld-16.c,
2050         gcc.dg/bitfld-17.c,gcc.dg/bitfld-18.c: New tests.
2051         * g++.dg/ext/bitfield2.C, g++.dg/ext/bitfield3.C,
2052         g++.dg/ext/bitfield4.C, g++.dg/ext/bitfield5.C: New tests.
2053
2054 2009-01-22  Steve Ellcey  <sje@cup.hp.com>
2055
2056         * gcc.dg/pr35729.c: Make test x86 specific.
2057
2058 2009-01-22  Steve Ellcey  <sje@cup.hp.com>
2059
2060         PR middle-end/38615
2061         * gcc.dg/pr38615.c: New test.
2062
2063 2009-01-22  Uros Bizjak  <ubizjak@gmail.com>
2064
2065         PR target/38931
2066         * gcc.target/i386/pr38931.c: New test.
2067
2068 2009-01-22  Dodji Seketeli  <dodji@redhat.com>
2069
2070         PR c++/38930
2071         * g++.dg/template/typedef11.C: Reverting changes of PR c++/26693.
2072         * g++.dg/template/typedef12.C: Likewise.
2073         * g++.dg/template/typedef13.C: Likewise.
2074         * g++.dg/template/typedef14.C: Likewise.
2075         * g++.dg/template/sfinae3.C: Likewise.
2076         * g++.old-deja/g++.pt/typename8.C: Likewise.
2077         * g++.dg/template/access11.C: Likewise
2078
2079 2009-01-21  Richard Sandiford  <rdsandiford@googlemail.com>
2080
2081         * gcc.dg/tree-ssa/ssa-store-ccp-3.c: Skip for mips*-*-linux*
2082         and mips*-*-irix*.
2083         * gcc.dg/tree-ssa/vrp47.c: Skip for all MIPS targets.
2084
2085 2009-01-21  Dodji Seketeli  <dodji@redhat.com>
2086
2087         PR c++/26693
2088         * g++.dg/template/typedef11.C: New test.
2089         * g++.dg/template/typedef12.C: Likewise.
2090         * g++.dg/template/typedef13.C: Likewise.
2091         * g++.dg/template/typedef14.C: Likewise.
2092         * g++.dg/template/sfinae3.C: Compile this pedantically.
2093         The only errors expected should be the one saying the typedef is ill
2094         formed.
2095         * g++.old-deja/g++.pt/typename8.C: Likewise.
2096         * g++.dg/template/access11.C: Update this.
2097
2098 2009-01-21  Daniel Kraft  <d@domob.eu>
2099
2100         PR fortran/38887
2101         * gfortran.dg/mvbits_5.f90:  New test.
2102
2103 2009-01-21  Bingfeng Mei  <bmei@broadcom.com>
2104
2105         * gcc.dg/sms-6.c: New test.
2106         * gcc.dg/sms-7.c: Likewise.
2107
2108 2009-01-20  Paul Thomas  <pault@gcc.gnu.org>
2109
2110         PR fortran/38907
2111         * gfortran.dg/host_assoc_function_7.f90: New test
2112
2113 2009-01-20  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2114             Richard Guenther  <rguenther@suse.de>
2115
2116         PR tree-optimization/38747
2117         PR tree-optimization/38748
2118         * gcc.dg/tree-ssa/struct-aliasing-1.c: New test.
2119         * gcc.dg/tree-ssa/struct-aliasing-2.c: Likewise.
2120         * gcc.c-torture/execute/struct-aliasing-1.c: Likewise.
2121
2122 2009-01-20  Kees Cook  <kees@ubuntu.com>
2123             H.J. Lu  <hongjiu.lu@intel.com>
2124
2125         PR target/38902
2126         * gcc.dg/pr38902.c: New.
2127
2128 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
2129
2130         PR target/38868
2131         * gfortran.dg/pr38868.f: New testcase.
2132
2133 2009-01-20  Richard Guenther  <rguenther@suse.de>
2134
2135         * gcc.c-torture/execute/pr36227.c: Move ...
2136         * gcc.dg/torture/pr36227.c: ... here.  Require stdint_types.
2137
2138 2009-01-19  Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>
2139
2140         * lib/gfortran.exp: Add -B options for targets that use
2141         libgfortran.a%s in their specs.
2142
2143 2009-01-19  Jason Merrill  <jason@redhat.com>
2144
2145         PR c++/23287
2146         * g++.dg/template/dtor5.C: New test.
2147
2148 2009-01-19  Mikael Morin  <mikael.morin@tele2.fr>
2149
2150         PR fortran/38859
2151         * gfortran.dg/bound_5.f90: New test.
2152
2153 2009-01-18  H.J. Lu  <hongjiu.lu@intel.com>
2154
2155         PR target/38736
2156         * g++.dg/compat/abi/pr38736_main.C: New.
2157         * g++.dg/compat/abi/pr38736_x.C: Likewise.
2158         * g++.dg/compat/abi/pr38736_y.C: Likewise.
2159         * g++.dg/other/macro-1.C: Likewise.
2160         * gcc.dg/macro-1.c: Likewise.
2161         * gcc.dg/compat/pr38736_main.c: Likewise.
2162         * gcc.dg/compat/pr38736_x.c: Likewise.
2163         * gcc.dg/compat/pr38736_y.c: Likewise.
2164
2165 2009-01-18  Richard Guenther  <rguenther@suse.de>
2166
2167         PR tree-optimization/38819
2168         * gcc.c-torture/execute/pr38819.c: New testcase.
2169
2170 2009-01-17  Paul Thomas  <pault@gcc.gnu.org>
2171
2172         PR fortran/38657
2173         * gfortran.dg/module_commons_3.f90: Reapply.
2174
2175 2009-01-17  Paul Thomas  <pault@gcc.gnu.org>
2176
2177         PR fortran/34955
2178         * gfortran.dg/transfer_intrinsic_1.f90: New test.
2179         * gfortran.dg/transfer_intrinsic_2.f90: New test.
2180
2181 2009-01-17  Paul Thomas  <pault@gcc.gnu.org>
2182
2183         PR fortran/38657
2184         * gfortran.dg/module_commons_3.f90: Remove
2185
2186 2009-01-16  H.J. Lu  <hongjiu.lu@intel.com>
2187
2188         * gcc.dg/tree-ssa/foldaddr-1.c: Add the missing '}'.
2189
2190 2009-01-16  Jason Merrill  <jason@redhat.com>
2191
2192         PR c++/38877
2193         * g++.dg/template/lvalue1.C: New test.
2194
2195         PR c++/29470
2196         * g++.dg/template/access20.C: New test.
2197         * g++.dg/torture/pr34641.C: Fix access.
2198
2199 2009-01-16  Richard Guenther  <rguenther@suse.de>
2200
2201         PR tree-optimization/38835
2202         PR middle-end/36227
2203         * gcc.c-torture/execute/pr36227.c: New testcase.
2204         * gcc.dg/tree-ssa/foldaddr-1.c: XFAIL.
2205         * g++.dg/init/const7.C: Likewise.
2206
2207 2009-01-16  Adam Nemet  <anemet@caviumnetworks.com>
2208
2209         PR target/38554
2210         * gcc.c-torture/compile/pr38554.c: New test.
2211
2212 2009-01-16  Jason Merrill  <jason@redhat.com>
2213
2214         PR c++/38579
2215         * g++.dg/conversion/access1.C: New test.
2216
2217 2009-01-16  Jakub Jelinek  <jakub@redhat.com>
2218
2219         PR tree-optimization/38789
2220         * gcc.c-torture/compile/pr38789.c: New test.
2221
2222 2009-01-16  Janus Weil  <janus@gcc.gnu.org>
2223
2224         PR fortran/38152
2225         * gfortran.dg/proc_ptr_13.f90: New.
2226
2227 2009-01-15  Jason Merrill  <jason@redhat.com>
2228
2229         PR c++/38850
2230         * g++.dg/template/koenig6.C: New test.
2231
2232 2009-01-15  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2233
2234         PR C++/29388
2235         * g++.dg/template/error37.C: New testcase.
2236
2237 2009-01-15  Jason Merrill  <jason@redhat.com>
2238
2239         PR c++/36334
2240         * g++.dg/conversion/memfn1.C: New test.
2241
2242         PR c++/37646
2243         * g++.dg/conversion/memfn2.C: New test.
2244
2245 2009-01-15  Steve Ellcey  <sje@cup.hp.com>
2246
2247         PR c++/38357
2248         * g++.dg/template/crash87.C: New test.
2249
2250 2009-01-15  H.J. Lu  <hongjiu.lu@intel.com>
2251
2252         PR middle-end/37843
2253         * gcc.target/i386/pr37843-3.c: Replace _Decimal128 with __m128.
2254
2255 2009-01-15  Dodji Seketeli  <dodji@redhat.com>
2256
2257         PR c++/38636
2258         * g++.dg/parse/crash50.C: New test.
2259
2260 2009-01-14  Jakub Jelinek  <jakub@redhat.com>
2261
2262         PR rtl-optimization/38245
2263         * gcc.dg/pr38245-3.c: New test.
2264         * gcc.dg/pr38245-3.h: New file.
2265         * gcc.dg/pr38245-4.c: New file.
2266         * gcc.dg/pr38364.c: New test.
2267
2268 2009-01-14  Adam Nemet  <anemet@caviumnetworks.com>
2269
2270         * gcc.target/mips/mips.exp (mips_option_tests(-mips16)): Make the
2271         sequence PC-relative.
2272
2273 2009-01-14  Mark Mitchell  <mark@codesourcery.com>
2274
2275         * gcc.target/arm/long-calls-1.c: Tolerate the lack of sibling
2276         calls and/or PLT markers.
2277         * gcc.target/arm/long-calls-2.c: Tolerate the lack of sibling
2278         calls and/or PLT markers.
2279         * gcc.target/arm/long-calls-3.c: Tolerate the lack of sibling
2280         calls and/or PLT markers.
2281         * gcc.target/arm/long-calls-4.c: Tolerate the lack of sibling
2282         calls and/or PLT markers.
2283
2284 2009-01-14  Daniel Jacobowitz  <dan@codesourcery.com>
2285             Nathan Froyd  <froydnj@codesourcery.com>
2286             Joseph Myers  <joseph@codesourcery.com>
2287
2288         * lib/target-supports.exp (check_effective_target_powerpc_spe_nocache):
2289         New function.
2290         * gcc.target/powerpc/20030218-1.c: Skip if not powerpc_spe_nocache
2291         and use consistent CFLAGS.
2292         * gcc.target/powerpc/20030505.c: Likewise.
2293         * gcc.target/powerpc/20081204-1.c: Likewise.
2294         * gcc.target/powerpc/ppc-spe.c: Likewise.
2295         * gcc.target/powerpc/spe1.c: Likewise.
2296         * g++.dg/ext/spe1.C: Likewise.
2297         * g++.dg/other/opaque-1.C: Likewise.
2298         * g++.dg/other/opaque-2.C: Likewise.
2299         * g++.dg/other/opaque-3.C: Likewise.
2300
2301 2009-01-14  Mark Mitchell  <mark@codesourcery.com>
2302
2303         * gcc.dg/vect/vect-105.c: Prevent compiler from hoisting abort
2304         out of loop.
2305
2306 2009-01-14  Vladimir Makarov  <vmakarov@redhat.com>
2307
2308         PR target/38811
2309         * g++.dg/torture/pr38811.C: New file.
2310
2311 2009-01-14  Richard Guenther  <rguenther@suse.de>
2312
2313         PR tree-optimization/38826
2314         PR middle-end/38477
2315         * gcc.dg/Wstrict-aliasing-bogus-pta-1.c: New testcase.
2316
2317 2009-01-13  Sebastian Pop  <sebastian.pop@amd.com>
2318
2319         * gcc.dg/graphite/pr38786.c: Fix commit problem.
2320
2321 2009-01-14  Nick Clifton  <nickc@redhat.com>
2322
2323         PR c++/37862
2324         * g++.cp/parse/pr37862.C: New test.
2325
2326 2009-01-14  Julian Brown  <julian@codesourcery.com>
2327
2328         * gcc.target/arm/eabi1.c (__eabi_uread4, __eabi_uwrite4)
2329         (__eabi_uread8, __eabi_uwrite8): Change spellings of declarations
2330         to...
2331         (__aeabi_uread4, __aeabi_uwrite4, __aeabi_uread8, __aeabi_uwrite8):
2332         These.
2333
2334 2009-01-13  Jakub Jelinek  <jakub@redhat.com>
2335
2336         PR rtl-optimization/38774
2337         * gcc.dg/torture/pr38774.c: New test.
2338
2339         PR c++/38795
2340         * g++.dg/cpp0x/pr38795.C: New test.
2341
2342 2009-01-13  Daniel Jacobowitz  <dan@codesourcery.com>
2343             Nathan Froyd  <froydnj@codesourcery.com>
2344             Joseph Myers  <joseph@codesourcery.com>
2345
2346         * gcc.target/powerpc/altivec-consts.c: Run if vmx_hw, compile
2347         otherwise.  Do not check for AltiVec at runtime.
2348         * gcc.target/powerpc/altivec-varargs-1.c: Likewise.
2349         * gcc.target/powerpc/altivec-vec-merge.c: Likewise.
2350         * gcc.target/powerpc/altivec-1.c: Likewise.
2351         * gcc.target/powerpc/altivec-3.c: Likewise.
2352         * gcc.target/powerpc/altivec-10.c: Likewise.
2353         * gcc.target/powerpc/altivec-12.c: Likewise.
2354         * gcc.target/powerpc/altivec-24.c: Likewise.
2355         * gcc.target/powerpc/altivec-cell-2.c: Likewise.
2356         * gcc.target/powerpc/altivec-cell-3.c: Likewise.
2357         * gcc.target/powerpc/altivec-cell-4.c: Likewise.
2358         * gcc.target/powerpc/pr35907.c: Likewise.
2359         * gcc.target/powerpc/altivec-cell-8.c: Run if cell_hw, compile
2360         otherwise.  Do not check for Cell at runtime.
2361         * gcc.target/powerpc/altivec_check.h: Delete.
2362
2363         * g++.dg/ext/altivec-2.C: Do not check for AltiVec at runtime.
2364         * g++.dg/ext/altivec-3.C: Run if vmx_hw, compile otherwise.  Do
2365         not check for AltiVec at runtime.
2366         * g++.dg/ext/altivec-cell-2.C: Likewise.
2367         * g++.dg/ext/altivec-cell-3.C: Likewise.
2368         * g++.dg/ext/altivec-cell-4.C: Likewise.
2369         * g++.dg/eh/simd-2.C: Only use -maltivec if vmx_hw.
2370         * g++.dg/eh/check-vect.h (sig_ill_handler): Remove AltiVec runtime
2371         check.
2372         * g++.dg/ext/altivec_check.h: Delete.
2373         
2374 2009-01-13  Nathan Froyd  <froydnj@codesourcery.com>
2375
2376         * gcc.target/powerpc/altivec-macros.c: Require a powerpc_altivec_ok
2377         effective target.  Adjust line numbers accordingly.
2378
2379 2009-01-13  Mark Mitchell  <mark@codesourcery.com>
2380
2381         * gcc.target/i386/sse-10.c: Pass -mno-omit-leaf-frame-pointer.
2382
2383 2009-01-13  Sebastian Pop  <sebastian.pop@amd.com>
2384
2385         PR tree-optimization/38786
2386         * gcc.dg/graphite/pr38786.c: New.
2387
2388 2009-01-13  Uros Bizjak  <ubizjak@gmail.com>
2389
2390         Revert:
2391         2009-01-05  Uros Bizjak  <ubizjak@gmail.com>
2392
2393         * gcc.dg/compat/struct-layout-1_generate.c (dg-options): Add -mieee
2394         for alpha*-*-* targets.
2395         * g++.dg/compat/struct-layout-1_generate.c (dg-options): Ditto.
2396
2397 2009-01-12  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2398
2399         PR libfortran/38772
2400         * gfortran.dg/fmt_bz_bn_err.f: New test.
2401
2402 2009-01-12  Nathan Froyd  <froydnj@codesourcery.com>
2403
2404         * gcc.target/powerpc/ppc-spe64-1.c: Add dg-error handler.
2405
2406 2009-01-12  Daniel Jacobowitz  <dan@codesourcery.com>
2407
2408         * lib/target-supports.exp (check_effective_target_powerpc64): New.
2409         * gcc.target/powerpc/darwin-longlong.c: Explicitly require 64-bit
2410         instruction support.  Do not check for it at runtime.
2411
2412 2009-01-12  Jason Merrill  <jason@redhat.com>
2413
2414         PR c++/35109
2415         * g++.dg/lookup/friend11.C: Remove expected error.
2416         * g++.dg/lookup/friend14.C: New test.
2417         * g++.dg/lookup/friend15.C: New test.
2418
2419 2009-01-12  Dodji Seketeli  <dodji@redhat.com>
2420
2421         PR c++/36019
2422         * g++.dg/lookup/hidden-class12.C: New test.
2423         * g++.dg/lookup/hidden-class13.C: New test.
2424         * g++.dg/lookup/hidden-class14.C: New test.
2425         * g++.dg/lookup/hidden-class15.C: New test.
2426         * g++.dg/lookup/hidden-class16.C: New test.
2427
2428 2009-01-12  Mark Mitchell  <mark@codesourcery.com>
2429
2430         * gcc.dg/struct/wo_prof_single_str_global.c: Mask return value.
2431         * gcc.dg/struct/wo_prof_single_str_local.c: Mask return value.
2432         * gcc.dg/struct/wo_prof_single_str_pointer.c: Mask return value.
2433
2434 2009-01-12  Jason Merrill  <jason@redhat.com>
2435
2436         PR c++/31488
2437         * g++.dg/other/vararg-3.C: New test.
2438
2439 2009-01-12  Daniel Jacobowitz  <dan@codesourcery.com>
2440
2441         * gcc.target/powerpc/ppc-spe.c: Compile for all EABI targets.
2442         Explicitly enable SPE.
2443         * gcc.target/powerpc/20030505.c: Likewise.  Add dg-message
2444         directive.
2445
2446         * gcc.target/powerpc/20030218-1.c: Pass -mfloat-gprs=single.
2447         Expect -flax-vector-conversions message.  Adjust incompatible
2448         types errors.
2449         * gcc.target/powerpc/spe1.c: Pass -mspe and -mfloat-gprs=single.
2450         Make Foo extern.
2451
2452         * gcc.dg/cpp/assert4.c: Recognize __PPC__.
2453
2454         * g++.dg/other/opaque-1.C: Run on targets with SPE.
2455
2456         * g++.dg/ext/spe-1.C: Pass -mspe and -mfloat-gprs=single.
2457         * g++.dg/other/opaque-2.C: Likewise.
2458         * g++.dg/other/opaque-3.C: Likewise.
2459
2460 2009-01-12  Jakub Jelinek  <jakub@redhat.com>
2461
2462         PR c/32041
2463         * gcc.dg/pr32041.c: New test.
2464         * g++.dg/parse/offsetof9.C: New test.
2465
2466 2009-01-12  Daniel Jacobowitz  <dan@codesourcery.com>
2467             Nathan Froyd  <froydnj@codesourcery.com>
2468
2469         * g++.dg/conversion/simd1.C: Ignore irrelevant warning.
2470         * g++.dg/ext/attribute-test-1.C: Likewise.
2471         * g++.dg/ext/attribute-test-2.C: Likewise.
2472         * g++.dg/ext/attribute-test-3.C: Likewise.
2473         * g++.dg/ext/attribute-test-4.C: Likewise.
2474
2475 2009-01-12  Eric Botcazou  <ebotcazou@adacore.com>
2476
2477         * gnat.dg/unchecked_convert3.adb: New test.
2478
2479 2009-01-12  Jakub Jelinek  <jakub@redhat.com>
2480
2481         PR c++/38794
2482         * g++.dg/parse/typedef9.C: New test.
2483
2484         PR tree-optimization/38807
2485         * gcc.c-torture/compile/pr38807.c: New test.
2486
2487 2009-01-11  Adam Nemet  <anemet@caviumnetworks.com>
2488
2489         * gcc.target/mips/ins-2.c: New test.
2490
2491 2009-01-11  H.J. Lu  <hongjiu.lu@intel.com>
2492
2493         PR testsuite/38809
2494         * gcc.dg/pr38616.c: Only run for targets with -fstack-protector.
2495
2496 2009-01-11  Jakub Jelinek  <jakub@redhat.com>
2497
2498         PR c++/36254
2499         * g++.dg/warn/Wreturn-type-5.C: New test.
2500
2501 2009-01-11  Matthias Klose  <doko@ubuntu.com>
2502
2503         PR middle-end/38616
2504         * gcc.dg/pr38616.c: New test.
2505
2506 2009-01-10  Sebastian Pop  <sebastian.pop@amd.com>
2507
2508         * gcc.dg/graphite/block-3.c: Fix compile error on 32bit.
2509
2510 2009-01-10  Andrew Pinski  <pinskia@gmail.com>
2511
2512         PR c++/38648
2513         * g++.dg/expr/string-1.C: New test.
2514         * g++.dg/expr/string-2.C: New test.
2515
2516         PR c++/36695
2517         * g++.dg/ext/complex4.C: New test.
2518         * g++.dg/ext/complex5.C: New test.
2519         * g++.dg/init/reference1.C: New test.
2520         * g++.dg/init/reference2.C: New test.
2521         * g++.dg/init/reference3.C: New test.
2522
2523 2009-01-10  Paul Thomas  <pault@gcc.gnu.org>
2524
2525         PR fortran/38763
2526         * gfortran.dg/transfer_null_1.f90: New test.
2527
2528 2009-01-10  Paul Thomas  <pault@gcc.gnu.org>
2529
2530         PR fortran/38765
2531         * gfortran.dg/host_assoc_function_6.f90: New test.
2532
2533 2009-01-09  Joel Sherrill <joel.sherrill@oarcorp.com>
2534
2535         * lib/target-supports.exp: Add method to determine if the effective
2536         target is really a ppc405 after applying all compile options.
2537         * gcc.target/powerpc/405-mulhhwu-2.c: Add dg-skip-if not ppc405.
2538         * gcc.target/powerpc/405-nmachhw-1.c: Likewise.
2539         * gcc.target/powerpc/405-nmaclhw-1.c: Likewise.
2540         * gcc.target/powerpc/405-machhwu-1.c: Likewise.
2541         * gcc.target/powerpc/405-mullhwu-1.c: Likewise.
2542         * gcc.target/powerpc/405-nmacchw-1.c: Likewise.
2543         * gcc.target/powerpc/405-mulchwu-1.c: Likewise.
2544         * gcc.target/powerpc/405-nmachhw-2.c: Likewise.
2545         * gcc.target/powerpc/405-nmaclhw-2.c: Likewise.
2546         * gcc.target/powerpc/405-machhwu-2.c: Likewise.
2547         * gcc.target/powerpc/405-mulhhw-1.c: Likewise.
2548         * gcc.target/powerpc/405-machhw-1.c: Likewise.
2549         * gcc.target/powerpc/405-mullhw-1.c: Likewise.
2550         * gcc.target/powerpc/405-maclhw-1.c: Likewise.
2551         * gcc.target/powerpc/405-dlmzb-strlen-1.c: Likewise.
2552         * gcc.target/powerpc/405-mullhwu-2.c: Likewise.
2553         * gcc.target/powerpc/405-nmacchw-2.c: Likewise.
2554         * gcc.target/powerpc/405-mulchwu-2.c: Likewise.
2555         * gcc.target/powerpc/405-mulchw-1.c: Likewise.
2556         * gcc.target/powerpc/405-maclhwu-1.c: Likewise.
2557         * gcc.target/powerpc/405-macchw-1.c: Likewise.
2558         * gcc.target/powerpc/405-mulhhw-2.c: Likewise.
2559         * gcc.target/powerpc/405-machhw-2.c: Likewise.
2560         * gcc.target/powerpc/405-mullhw-2.c: Likewise.
2561         * gcc.target/powerpc/405-maclhw-2.c: Likewise.
2562         * gcc.target/powerpc/405-macchwu-1.c: Likewise.
2563         * gcc.target/powerpc/405-mulhhwu-1.c: Likewise.
2564         * gcc.target/powerpc/405-mulchw-2.c: Likewise.
2565         * gcc.target/powerpc/405-maclhwu-2.c: Likewise.
2566         * gcc.target/powerpc/405-macchw-2.c: Likewise.
2567         * gcc.target/powerpc/405-macchwu-2.c: Likewise.
2568
2569 2009-01-09  Jakub Jelinek  <jakub@redhat.com>
2570
2571         PR c++/35335
2572         * g++.dg/other/error31.C: New testcase.
2573
2574         PR c/35742
2575         * gcc.dg/pr35742.c: New test.
2576
2577 2009-01-09  John F. Carr  <jfc@mit.edu>
2578
2579         PR c++/37877
2580         * g++.dg/parse/linkage3.C: New test.
2581
2582 2009-01-09  Jakub Jelinek  <jakub@redhat.com>
2583
2584         PR middle-end/38771
2585         * gcc.c-torture/compile/pr38771.c: New test.
2586
2587 2009-01-08  Nathan Froyd  <froydnj@codesourcery.com>
2588
2589         * gcc.dg/pr34856.c: Ignore irrelevant warning.
2590
2591 2009-01-08  Mark Mitchell  <mark@codesourcery.com>
2592
2593         * gcc.dg/sibcall-3.c: XFAIL for Thumb.
2594         * gcc.dg/sibcall-4.c: Likewise.
2595
2596 2009-01-08  Sebastian Pop  <sebastian.pop@amd.com>
2597             Jan Sjodin  <jan.sjodin@amd.com>
2598
2599         PR tree-optimization/38559
2600         * testsuite/gcc.dg/graphite/pr38559.c: New.
2601
2602 2009-01-08  Ira Rosen  <irar@il.ibm.com>
2603
2604         PR tree-optimization/37194
2605         * gcc.dg/vect/costmodel/ppc/costmodel-pr37194.c: New test.
2606
2607 2009-01-07  Jakub Jelinek  <jakub@redhat.com>
2608
2609         PR c++/38725
2610         * g++.dg/ext/label11.C: New test.
2611
2612 2009-01-07  Joseph Myers  <joseph@codesourcery.com>
2613
2614         * lib/target-supports.exp (check_weak_override_available): New.
2615         * lib/target-supports-dg.exp (dg-require-weak-override): New.
2616         * gcc.dg/tree-ssa/pr27781.c, g++.dg/eh/weak1.C: Use
2617         dg-require-weak-override.
2618
2619 2009-01-07  Nathan Froyd  <froydnj@codesourcery.com>
2620             Alan Modra  <amodra@bigpond.net.au>
2621
2622         * gcc.c-torture/compile/20090107-1.c: New test.
2623
2624 2009-01-07  Uros Bizjak  <ubizjak@gmail.com>
2625
2626         PR target/38706
2627         * g++.dg/other/pr38706.C: New test.
2628
2629 2009-01-07  Jason Merrill  <jason@redhat.com>
2630
2631         * g++.dg/cpp0x/variadic92.C: New test.
2632         * g++.dg/cpp0x/variadic93.C: New test.
2633
2634 2009-01-07  Janis Johnson  <janis187@us.ibm.com>
2635
2636         * lib/target-supports-dg.exp (current_compiler_flags): New.
2637         (check-flags): Use it; do not access dg-test local variables.
2638         (dg-skip-if): Do not access dg-test local variables.
2639         (dg-xfail-run-if): Ditto.
2640         (dg-shouldfail): Ditto.
2641         * gcc.test-framework/test-framework.exp
2642         (check_effective_target_def_nocache): New.
2643         * gcc.test-framework/test-framework.awk: Handle scan tests.
2644         * gcc.test-framework/dg-do-run-xrif-nocache-exp-XF.c: New test.
2645         * gcc.test-framework/dg-error-nocache-exp-P.c: New test.
2646         * gcc.test-framework/dg-nocache-scanasm-exp-XF.c: New test.
2647         * gcc.test-framework/dg-warning-nocache-exp-P.c: New test.
2648         * gcc.test-framework/dg-nocache-sif-exp-P.c: New test.
2649         * gcc.test-framework/dg-nocache-sif-exp-U.c: New test.
2650         * gcc.test-framework/dg-nocache-xif-exp-P.c: New test.
2651         * gcc.test-framework/dg-do-run-sft-nocache-exp-P.c: New test.
2652         * gcc.test-framework/dg-nocache-xif-exp-XP.c: New test.
2653
2654         * g++.dg/torture/pr38586.C: Ignore a possible warning.
2655
2656         * lib/target-supports-dg.exp (check_test_flags): Delete.
2657
2658 2009-01-07  Jan Sjodin  <jan.sjodin@amd.com>
2659
2660         PR tree-optimization/38492
2661         PR tree-optimization/38498
2662         * testsuite/gcc.dg/graphite/pr38500.c: Fixed warning as committed
2663         in trunk.
2664         * testsuite/gcc.dg/graphite/block-0.c: Update test.
2665         * testsuite/gcc.dg/graphite/block-1.c: Same.
2666         * testsuite/gcc.dg/graphite/block-2.c: Remove xfail and test
2667         for blocking.
2668         * testsuite/gcc.dg/graphite/block-4.c: Remove test for strip mine.
2669         * testsuite/gcc.dg/graphite/block-3.c: New.
2670         * testsuite/gcc.dg/graphite/pr38498.c: New.
2671
2672 2009-01-07  H.J. Lu  <hongjiu.lu@intel.com>
2673
2674         AVX Programming Reference (December, 2008)
2675         * gcc.target/i386/avx-vmovntdq-256-1.c: New.
2676         * gcc.target/i386/avx-vmovntpd-256-1.c: Likewise.
2677         * gcc.target/i386/avx-vmovntps-256-1.c: Likewise.
2678
2679         * gcc.target/i386/sse2-movntdq-1.c (TEST): Align array to 16byte.
2680         * gcc.target/i386/sse2-movntpd-1.c (TEST): Likewise.
2681
2682 2009-01-06  Thomas Koenig  <tkoenig@gcc.gnu.org>
2683
2684         PR fortran/38220
2685         * gfortran.dg/c_loc_pure_1.f90:  New test.
2686
2687 2009-01-06  Mikael Morin  <mikael.morin@tele2.fr>
2688
2689         PR fortran/38669
2690         * gfortran.dg/elemental_dependency_3.f90:
2691         Add the final tree dump cleanup.
2692
2693 2009-01-06  Jakub Jelinek  <jakub@redhat.com>
2694
2695         * gfortran.dg/pr23095.f: Require ilp32 in target selection instead of
2696         passing -m32.
2697
2698         PR rtl-optimization/38722
2699         * gfortran.dg/pr38722.f90: New test.
2700
2701 2009-01-06  Janis Johnson  <janis187@us.ibm.com>
2702
2703         PR c/34252
2704         * gcc.dg/dfp/decfloat-constants.c: Check for DECnn_SUBNORMAL_MIN
2705         instead of DECnn_DEN.  Support -DDBG to list lines that fail.
2706
2707 2009-01-06  Dominique Dhumieres  <dominiq@lps.ens.fr>
2708
2709         * gfortran.dg/implicit_12.f90: Add space around dg directive.
2710         * gfortran.dg/typebound_call_8.f03: Same.
2711         * gfortran.dg/elemental_bind_c.f90: Same.
2712         * gfortran.dg/typebound_call_7.f03: Same.
2713         * gfortran.dg/interface_proc_end.f90: Same
2714         * gfortran.dg/pr37243.f: Fix typo.
2715
2716 2009-01-06  Uros Bizjak  <ubizjak@gmail.com>
2717
2718         * gcc.dg/struct-ret-3.c (CHUNK_SIZE): New define.  Use CHUNK_SIZE
2719         instead of hardcoded number.  Increase CHUNK_SIZE to 16384 for
2720         large stack sizes.
2721
2722 2009-01-06  H.J. Lu  <hongjiu.lu@intel.com>
2723
2724         AVX Programming Reference (December, 2008)
2725         * gcc.target/i386/avx-2.c: Remove tests for _mm_permute2_pd,
2726         _mm256_permute2_pd, _mm_permute2_ps and _mm256_permute2_ps.
2727         * gcc.target/i386/sse-14.c: Likewise.
2728
2729         * gcc.target/i386/avx-vpermil2pd-1.c: Removed.
2730         * gcc.target/i386/avx-vpermil2ps-1.c: Likewise.
2731         * gcc.target/i386/avx-vpermil2pd-256-1.c: Likewise.
2732         * gcc.target/i386/avx-vpermil2ps-256-1.c: Likewise.
2733
2734 2009-01-05  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2735
2736         PR libfortran/38735
2737         * gfortran.dg/fmt_bz_bn.f: Update test.
2738
2739 2009-01-05  Dodji Seketeli  <dodji@redhat.com>
2740
2741         PR c++/38472
2742         * g++.dg/conversion/usual-arith-conv.C: New test.
2743
2744 2009-01-05  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2745
2746         PR c/34911
2747         * gcc.dg/vector-3.c: New testcase.
2748         * g++.dg/ext/vector15.C: New test.
2749
2750 2009-01-05  Harsha Jagasia  <harsha.jagasia@amd.com>
2751
2752         PR tree-optimization/38510
2753         * gcc.dg/graphite/pr38510.c: New.
2754
2755 2009-01-05  Harsha Jagasia  <harsha.jagasia@amd.com>
2756             Jan Sjodin <jan.sjodin@amd.com>
2757
2758         PR tree-optimization/38500
2759         * gcc.dg/graphite/pr38500.c: New.
2760
2761 2009-01-05  Laurent GUERBY  <laurent@guerby.net>
2762
2763         * gcc.c-torture/compile/20001226-1.c: Generalize
2764         dg-timeout-factor.
2765         * gcc.c-torture/compile/limits-fnargs.c: Add
2766         dg-timeout-factor.
2767         * gcc.dg/20020425-1.c: Likewise.
2768         * gcc.dg/pch/pch.exp: Likewise.
2769         
2770 2009-01-05  Paul Thomas  <pault@gcc.gnu.org>
2771
2772         PR fortran/38657
2773         * gfortran.dg/module_commons_3.f90: New test.
2774
2775 2009-01-05  Daniel Franke  <franke.daniel@gmail.com>
2776
2777         PR fortran/37159
2778         * gfortran.dg/random_seed_1.f90: Updated.
2779
2780 2009-01-05  Mikael Morin  <mikael.morin@tele2.fr>
2781
2782         PR fortran/38669
2783         PR fortran/38726
2784         * gfortran.dg/elemental_subroutine_7.f90: 
2785         Fix p values so that it can be used as vector subscript.
2786
2787 2009-01-05  Jason Merrill  <jason@redhat.com>
2788
2789         * g++.dg/cpp0x/initlist12.C: Add another test.
2790
2791         * g++.dg/cpp0x/defaulted7.C: New test.
2792
2793 2009-01-05  Thomas Koenig  <tkoenig@gcc.gnu.org>
2794
2795         PR fortran/38672
2796         * gfortran.dg/host_assoc_blockdata_1.f90:  New test.
2797         * gfortran.dg/host_assoc_blockdata_2.f90:  New test.
2798
2799 2009-01-05  Uros Bizjak  <ubizjak@gmail.com>
2800
2801         * gcc.dg/compat/struct-layout-1_generate.c (dg-options): Add -mieee
2802         for alpha*-*-* targets.
2803         * g++.dg/compat/struct-layout-1_generate.c (dg-options): Ditto.
2804
2805 2009-01-05  Paul Thomas  <pault@gcc.gnu.org>
2806
2807         PR fortran/38665
2808         * gfortran.dg/host_assoc_function_5.f90: New test.
2809
2810 2009-01-04  Mikael Morin  <mikael.morin@tele2.fr>
2811
2812         PR fortran/38669
2813         * gfortran.dg/elemental_dependency_3.f90: New test.
2814         * gfortran.dg/elemental_subroutine_7.f90: New test.
2815
2816 2009-01-04  Uros Bizjak  <ubizjak@gmail.com>
2817
2818         * gcc.dg/struct-ret-3.c: Include unistd.h.
2819         (main): Exit early if system memory page size is
2820         larger than 4096 bytes.
2821
2822 2009-01-04  Daniel Franke  <franke.daniel@gmail.com>
2823
2824         PR fortran/38718
2825         * gfortran.dg/merge_init_expr.f90: New.
2826
2827 2009-01-04  Mikael Morin  <mikael.morin@tele2.fr>
2828
2829         PR fortran/38536
2830         * gfortran.dg/c_loc_tests_13.f90: New test.
2831         * gfortran.dg/c_loc_tests_14.f90: New test.
2832
2833 2009-01-03  Daniel Franke  <franke.daniel@gmail.com>
2834
2835         * gfortran.dg/func_result_4.f90: New.
2836
2837 2009-01-03  Paul Thomas  <pault@gcc.gnu.org>
2838
2839         PR fortran/38594
2840         * gfortran.dg/host_assoc_call_3.f90: Make sure that the generic
2841         interface still works, in addition to original tests.
2842         * gfortran.dg/host_assoc_call_6.f90: New test.
2843
2844 2009-01-03  Jakub Jelinek  <jakub@redhat.com>
2845
2846         PR c++/38705
2847         * g++.dg/torture/pr38705.C: New test.
2848
2849         PR c/38700
2850         * gcc.dg/pr38700.c: New test.
2851
2852 2009-01-02  Jason Merrill  <jason@redhat.com>
2853
2854         * g++.dg/cpp0x/initlist11.C: New test.
2855         * g++.dg/cpp0x/initlist12.C: New test.
2856
2857 2009-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
2858
2859         * gcc.dg/fixed-point/composite-type.c: Update wording of messages.
2860         Allow extra informative notes.
2861
2862 2009-01-01  Jakub Jelinek  <jakub@redhat.com>
2863
2864         PR c/36489
2865         * gcc.dg/pr36489.c: New test.