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