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