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