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