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