OSDN Git Service

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