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