OSDN Git Service

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