OSDN Git Service

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