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