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