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