OSDN Git Service

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