re PR middle-end/47743 (PRE ICE in fold_convert_loc)
[gcc.git] / gcc / testsuite / ChangeLog
1 2011-02-15 Richard Guenther <rguenther@suse.de>
2
3 PR tree-optimization/47743
4 * gcc.dg/torture/pr47743.c: New testcase.
5
6 2011-02-15 Jakub Jelinek <jakub@redhat.com>
7
8 PR middle-end/47581
9 * gcc.target/i386/pr47581.c: New test.
10
11 2011-02-14 Janus Weil <janus@gcc.gnu.org>
12
13 PR fortran/47730
14 * gfortran.dg/select_type_22.f03: New.
15
16 2011-02-14 Jason Merrill <jason@redhat.com>
17
18 * g++.dg/cpp0x/regress/enum1.C: New.
19
20 2011-02-14 Eric Botcazou <ebotcazou@adacore.com>
21
22 * gnat.dg/include.adb: New test.
23
24 2011-02-14 Janus Weil <janus@gcc.gnu.org>
25
26 PR fortran/47728
27 * gfortran.dg/class_38.f03: New.
28
29 2011-02-14 Eric Botcazou <ebotcazou@adacore.com>
30
31 * gcc.dg/pr46494.c: New test.
32
33 2011-02-14 Richard Guenther <rguenther@suse.de>
34
35 * gcc.dg/attr-weak-hidden-1.c: Make definition of foo strong.
36
37 2011-02-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
38
39 PR ada/41929
40 * gnat.dg/null_pointer_deref1.exp: Don't skip on
41 sparc*-sun-solaris2.11.
42
43 2011-02-14 Janus Weil <janus@gcc.gnu.org>
44
45 PR fortran/47349
46 * gfortran.dg/argument_checking_18.f90: New.
47
48 2011-02-13 Tobias Burnus <burnus@net-b.de>
49
50 * gfortran.dg/argument_checking_13.f90: Update dg-error.
51 * gfortran.dg/argument_checking_17.f90: New.
52
53 2011-02-12 Janus Weil <janus@gcc.gnu.org>
54
55 * gfortran.dg/allocate_derived_1.f90: Modified as polymorphic arrays
56 are temporarily disabled.
57 * gfortran.dg/class_7.f03: Ditto.
58 * gfortran.dg/coarray_14.f90: Ditto.
59 * gfortran.dg/typebound_proc_13.f03: Ditto.
60
61 2011-02-12 Mikael Morin <mikael.morin@sfr.fr>
62
63 PR fortran/45586
64 * gfortran.dg/extends_11.f03: New.
65
66 2011-02-11 Xinliang David Li <davidxl@google.com>
67
68 PR tree-optimization/47707
69 * g++.dg/tree-ssa/pr47707.C: New test.
70
71 2011-02-11 Eric Botcazou <ebotcazou@adacore.com>
72
73 * g++.dg/opt/inline17.C: New test.
74
75 2011-02-11 Tobias Burnus <burnus@net-b.de>
76
77 PR fortran/47550
78 * gfortran.dg/pure_formal_2.f90: New.
79
80 2011-02-11 Pat Haugen <pthaugen@us.ibm.com>
81
82 PR rtl-optimization/47614
83 * gfortran.dg/pr47614.f: New.
84
85 2011-02-11 Joseph Myers <joseph@codesourcery.com>
86
87 PR driver/47678
88 * gcc.dg/opts-6.c: New test.
89
90 2011-02-11 Jakub Jelinek <jakub@redhat.com>
91
92 PR debug/47684
93 * gcc.dg/pr47684.c: New test.
94
95 2011-02-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
96
97 PR target/47629
98 * gcc.target/i386/pr47312.c: Use dg-require-effective-target
99 c99_runtime, dg-add-options c99_runtime.
100 (main): Use __asm__.
101
102 2011-02-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
103
104 PR testsuite/47400
105 * lib/target-supports.exp (check_ascii_locale_available): New proc.
106 * lib/target-supports-dg.exp (dg-require-ascii-locale): New proc.
107 * gcc.dg/attr-alias-5.c: Use dg-require-ascii-locale.
108 * gcc.dg/ucnid-10.c: Likewise.
109 * gcc.dg/ucnid-13.c: Likewise.
110 * gcc.dg/ucnid-7.c: Likewise.
111 * gcc.dg/ucnid-8.c: Likewise.
112 Adapt dg-warning line number.
113
114 2011-02-10 Uros Bizjak <ubizjak@gmail.com>
115
116 * gcc.target/i386/parity-1.c: Use -march=k8.
117 * gcc.target/i386/parity-2.c: Ditto.
118 * gcc.target/i386/vecinit-1.c: Ditto.
119 * gcc.target/i386/vecinit-2.c: Ditto.
120
121 2011-02-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
122
123 PR target/46610
124 * gcc.target/mips/save-restore-1.c: Skip on mips-sgi-irix6*.
125 * gcc.target/mips/save-restore-3.c: Likewise.
126 * gcc.target/mips/save-restore-4.c: Likewise.
127 * gcc.target/mips/save-restore-5.c: Likewise.
128
129 PR target/47683
130 * g++.dg/tree-prof/partition1.C: Skip on mips-sgi-irix*.
131 * g++.dg/tree-prof/partition2.C: Likewise.
132
133 2011-02-09 Jason Merrill <jason@redhat.com>
134
135 * g++.dg/tree-ssa/inline-3.C: Use a normal function
136 rather than misdeclare std::puts.
137
138 * g++.dg/ext/vla1.C: Adjust for C++0x mode.
139 * g++.dg/other/warning1.C: Likewise.
140 * g++.old-deja/g++.bugs/900119_01.C: Likewise.
141 * g++.old-deja/g++.gb/scope06.C: Likewise.
142 * g++.old-deja/g++.law/cvt11.C: Likewise.
143 * g++.old-deja/g++.law/init1.C: Likewise.
144 * g++.dg/abi/mangle26.C: Likewise.
145
146 * g++.dg/template/function1.C: Adjust for C++0x mode.
147 * g++.dg/cpp0x/regress/template-function1.C: Copy it.
148
149 * g++.dg/ext/label10.C: Adjust for C++0x mode.
150 * g++.dg/cpp0x/regress/ext-label10.C: Copy it.
151
152 * g++.dg/cpp0x/regress/ext-cond1.C: Copy from ext/cond1.C.
153
154 * g++.dg/cpp0x/regress/abi-empty7.C: New.
155
156 * g++.dg/cpp0x/regress: New directory.
157 * g++.dg/cpp0x/constexpr-regress1.C: Move to regress/regress1.C.
158 * g++.dg/cpp0x/constexpr-regress2.C: Move to regress/regress2.C.
159 * g++.dg/cpp0x/regress/regress3.C: New.
160
161 2011-02-10 Richard Guenther <rguenther@suse.de>
162
163 PR tree-optimization/47677
164 * gcc.dg/torture/pr47677.c: New testcase.
165
166 2011-02-10 Iain Sandoe <iains@gcc.gnu.org>
167
168 * objc.dg/special/load-category-1.m: Remove unused header.
169 * objc.dg/special/load-category-1a.m: Likewise.
170 * objc.dg/special/load-category-2.m: Likewise.
171 * objc.dg/special/load-category-2a.m: Likewise.
172 * objc.dg/special/load-category-3.m: Likewise.
173 * objc.dg/special/load-category-3a.m: Likewise.
174 * objc.dg/attributes/proto-attribute-2.m: Likewise.
175 * objc.dg/attributes/proto-attribute-3.m: Likewise.
176 * objc.dg/attributes/class-attribute-1.m: Likewise.
177 * objc.dg/property/property.exp: Don't run for Darwin < 9.
178 * obj-c++.dg/property/property.exp: Likewise.
179 * objc.dg/attributes/method-sentinel-1.m: Update type header.
180 * obj-c++.dg/attributes/method-sentinel-1.mm: Likewise.
181 * obj-c++.dg/attributes/proto-attribute-2.mm: Skip for Darwin < 9.
182 * obj-c++.dg/attributes/class-attribute-1.mm: Likewise.
183 * obj-c++.dg/attributes/proto-attribute-3.mm: Likewise.
184 * obj-c++.dg/template-8.mm: Likewise.
185
186 2011-02-10 Jakub Jelinek <jakub@redhat.com>
187
188 PR target/47665
189 * gcc.target/i386/pr47665.c: New test.
190
191 2011-02-10 Jie Zhang <jie@codesourcery.com>
192
193 PR testsuite/47622
194 Revert
195 2011-02-05 Jie Zhang <jie@codesourcery.com>
196 PR debug/42631
197 * gcc.dg/pr42631.c: Update test.
198 * gcc.dg/pr42631-2.c: New test.
199
200 2011-02-09 Janus Weil <janus@gcc.gnu.org>
201
202 PR fortran/47352
203 * gfortran.dg/proc_decl_25.f90: New.
204
205 2011-02-09 Janus Weil <janus@gcc.gnu.org>
206
207 PR fortran/47463
208 * gfortran.dg/typebound_assignment_2.f03: New.
209
210 2011-02-09 Richard Guenther <rguenther@suse.de>
211
212 PR tree-optimization/47664
213 * gcc.dg/tree-ssa/inline-7.c: New testcase.
214
215 2011-02-09 Eric Botcazou <ebotcazou@adacore.com>
216
217 PR middle-end/47646
218 * gnat.dg/uninit_func.adb: Adjust dg directive.
219
220 2011-02-09 Dominique Dhumieres <dominiq@lps.ens.fr>
221
222 PR middle-end/47646
223 * obj-c++.dg/attributes/method-noreturn-1.mm: Adjust dg directives.
224
225 2011-02-09 Janus Weil <janus@gcc.gnu.org>
226
227 PR fortran/47637
228 * gfortran.dg/auto_dealloc_2.f90: New.
229
230 2011-02-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
231
232 * gcc.dg/builtins-config.h: Remove __sgi handling.
233 * lib/target-supports.exp (add_options_for_c99_runtime): Add
234 -std=c99 for mips-sgi-irix6.5*.
235
236 2011-02-09 Martin Jambor <mjambor@suse.cz>
237
238 PR middle-end/45505
239 * gfortran.dg/pr25923.f90: Remove xfails.
240
241 2011-02-08 Jerry DeLisle <jvdelisle@gcc.gnu.org>
242
243 PR fortran/47583
244 * gfortran.dg/inquire_14.f90: New test.
245
246 2011-02-08 Janus Weil <janus@gcc.gnu.org>
247
248 PR fortran/45290
249 * gfortran.dg/pointer_init_6.f90: New.
250
251 2011-02-08 Jeff Law <law@redhat.com>
252
253 PR tree-optimization/42893
254 * gcc.tree-ssa/pr42893.c: New test.
255
256 2011-02-08 Sebastian Pop <sebastian.pop@amd.com>
257
258 PR tree-optimization/46834
259 PR tree-optimization/46994
260 PR tree-optimization/46995
261 * gcc.dg/graphite/id-pr46834.c: New.
262 * gfortran.dg/graphite/id-pr46994.f90: New.
263 * gfortran.dg/graphite/id-pr46995.f90: New.
264
265 2011-02-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
266
267 PR middle-end/47646
268 * gcc.dg/pr39666-2.c (foo2): If the location of the statement
269 using the variable is known the warning is emitted there.
270 * gcc.dg/uninit-pr19430.c (foo): Likewise.
271 * g++.dg/warn/Wuninitialized-5.C (foo): Likewise.
272
273 * c-c++-common/pr20000.c (g): Both warnings occur at the return
274 statement.
275 (vg): Likewise.
276 * gcc.dg/noreturn-1.c (foo5): Likewise.
277 * objc.dg/attributes/method-noreturn-1.m (method1): Likewise.
278 (method2): Likewise.
279
280 * gfortran.dg/pr25923.f90 (baz): The warning will now be issued for
281 the return statement using the uninitialized variable.
282 * gfortran.dg/pr39666-2.f90 (f): Likewise.
283
284 2011-02-08 Richard Guenther <rguenther@suse.de>
285
286 PR middle-end/47639
287 * g++.dg/opt/pr47639.c: New testcase.
288
289 2011-02-08 Richard Guenther <rguenther@suse.de>
290
291 PR tree-optimization/47632
292 * g++.dg/opt/pr47632.C: New testcase.
293
294 2011-02-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
295
296 * g++.dg/abi/packed1.C: Expect warning on spu-*-* as well.
297
298 2011-02-07 Richard Guenther <rguenther@suse.de>
299
300 PR tree-optimization/47615
301 * g++.dg/opt/pr47615.C: New testcase.
302
303 2011-02-07 Richard Guenther <rguenther@suse.de>
304
305 PR tree-optimization/47621
306 * gcc.dg/torture/pr47621.c: New testcase.
307
308 2011-02-07 Uros Bizjak <ubizjak@gmail.com>
309
310 * gfortran.dg/transpose_optimization_2.f90: Cleanup original dump.
311
312 2011-02-06 Paul Thomas <pault@gcc.gnu.org>
313
314 PR fortran/47592
315 * gfortran.dg/allocate_with_source_1 : New test.
316
317 2011-02-05 Jakub Jelinek <jakub@redhat.com>
318
319 PR middle-end/47610
320 * gcc.dg/pr47610.c: New test.
321
322 2011-02-05 Jie Zhang <jie@codesourcery.com>
323
324 PR debug/42631
325 * gcc.dg/pr42631.c: Update test.
326 * gcc.dg/pr42631-2.c: New test.
327
328 2001-02-05 Thomas Koenig <tkoenig@gcc.gnu.org>
329
330 PR fortran/47574
331 * gfortran.dg/pr47574.f90: New test.
332
333 2011-02-04 Sebastian Pop <sebastian.pop@amd.com>
334
335 PR tree-optimization/46194
336 * gcc.dg/autopar/pr46194.c: New.
337
338 2011-02-04 H.J. Lu <hongjiu.lu@intel.com>
339
340 PR tree-optimization/43695
341 * g++.dg/ipa/pr43695.C: New.
342
343 2011-02-04 Jakub Jelinek <jakub@redhat.com>
344
345 PR inline-asm/23200
346 * gcc.dg/pr23200.c: New test.
347
348 2011-02-03 Jonathan Wakely <jwakely.gcc@gmail.com>
349
350 PR c++/47589
351 * g++.dg/pr47589.C: New test.
352
353 2011-02-03 Dodji Seketeli <dodji@redhat.com>
354
355 PR c++/47398
356 * g++.dg/template/typedef37.C: New test.
357 * g++.dg/template/param1.C: Adjust expected error message.
358
359 2011-02-03 Jakub Jelinek <jakub@redhat.com>
360
361 PR middle-end/31490
362 * gcc.dg/pr31490-2.c: New test.
363 * gcc.dg/pr31490-3.c: New test.
364 * gcc.dg/pr31490-4.c: New test.
365
366 2011-02-03 Nathan Froyd <froydnj@codesourcery.com>
367 Jakub Jelinek <jakub@redhat.com>
368
369 PR c++/46890
370 * g++.dg/parser/semicolon3.C: Adjust.
371 * g++.dg/parser/semicolon4.C: New testcase.
372 * g++.dg/pr46890.C: New testcase.
373
374 2011-02-03 Paolo Carlini <paolo.carlini@oracle.com>
375
376 PR c++/29571
377 * g++.dg/init/pr29571.C: New.
378
379 2011-02-03 H.J. Lu <hongjiu.lu@intel.com>
380
381 * gfortran.dg/graphite/vect-pr40979.f90: Require vect_double
382 instead of vect_int.
383
384 2011-02-03 Jakub Jelinek <jakub@redhat.com>
385
386 PR target/47312
387 * gcc.target/i386/pr47312.c: New test.
388
389 PR target/47564
390 * gcc.target/i386/pr47564.c: New test.
391
392 2011-02-03 Alexandre Oliva <aoliva@redhat.com>
393
394 PR tree-optimization/45122
395 * gcc.dg/tree-ssa/pr45122.c: New.
396
397 2011-02-02 Michael Meissner <meissner@linux.vnet.ibm.com>
398
399 PR target/47272
400 * gcc.target/powerpc/vsx-builtin-8.c: New file, test vec_vsx_ld
401 and vec_vsx_st.
402
403 * gcc.target/powerpc/avoid-indexed-addresses.c: Disable altivec
404 and vsx so a default --with-cpu=power7 doesn't give an error
405 when -mavoid-indexed-addresses is used.
406
407 * gcc.target/powerpc/ppc32-abi-dfp-1.c: Rewrite to use an asm
408 wrapper function to save the arguments and then jump to the real
409 function, rather than depending on the compiler not to move stuff
410 before an asm.
411 * gcc.target/powerpc/ppc64-abi-dfp-2.c: Ditto.
412
413 2011-02-02 Janus Weil <janus@gcc.gnu.org>
414 Paul Thomas <pault@gcc.gnu.org>
415
416 PR fortran/47082
417 * gfortran.dg/class_37.f03 : New test.
418
419 2011-02-02 Sebastian Pop <sebastian.pop@amd.com>
420 Richard Guenther <rguenther@suse.de>
421
422 PR tree-optimization/40979
423 PR bootstrap/47044
424 * gcc.dg/graphite/graphite.exp (DEFAULT_VECTCFLAGS): Add -ffast-math.
425 * gcc.dg/graphite/pr35356-2.c: Adjust pattern.
426 * gfortran.dg/graphite/graphite.exp: Run vect_files conditionally to
427 check_vect_support_and_set_flags.
428 * gfortran.dg/graphite/vect-pr40979.f90: New.
429
430 2011-02-02 Janus Weil <janus@gcc.gnu.org>
431
432 PR fortran/47572
433 * gfortran.dg/class_36.f03: New.
434
435 2011-02-02 Richard Guenther <rguenther@suse.de>
436
437 PR tree-optimization/47566
438 * gcc.dg/lto/20110201-1_0.c: New testcase.
439
440 2011-02-02 Alexandre Oliva <aoliva@redhat.com>
441
442 PR debug/47498
443 PR debug/47501
444 PR debug/45136
445 PR debug/45130
446 * debug/pr47498.c: New.
447 * debug/pr47501.c: New.
448
449 2011-02-01 Richard Guenther <rguenther@suse.de>
450
451 PR tree-optimization/47559
452 * g++.dg/torture/pr47559.C: New testcase.
453
454 2011-02-01 Janus Weil <janus@gcc.gnu.org>
455
456 PR fortran/47565
457 * gfortran.dg/typebound_call_20.f03: New.
458
459 2011-02-01 Richard Guenther <rguenther@suse.de>
460
461 PR tree-optimization/47555
462 * gcc.dg/pr47555.c: New testcase.
463
464 2011-02-01 Richard Guenther <rguenther@suse.de>
465
466 PR tree-optimization/47541
467 * g++.dg/torture/pr47541.C: New testcase.
468
469 2011-01-31 Janus Weil <janus@gcc.gnu.org>
470
471 PR fortran/47455
472 * gfortran.dg/typebound_call_19.f03: New.
473
474 2011-01-31 Jakub Jelinek <jakub@redhat.com>
475
476 PR c++/47416
477 * g++.dg/cpp0x/pr47416.C: New test.
478
479 2011-01-31 Paul Thomas <pault@gcc.gnu.org>
480
481 PR fortran/47519
482 * gfortran.dg/allocate_deferred_char_scalar_2.f03: New test.
483
484 2011-01-31 Janus Weil <janus@gcc.gnu.org>
485
486 PR fortran/47463
487 * gfortran.dg/typebound_assignment_1.f03: New.
488
489 2011-01-31 Jakub Jelinek <jakub@redhat.com>
490
491 PR tree-optimization/47538
492 * gcc.c-torture/execute/pr47538.c: New test.
493
494 2011-01-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
495
496 PR target/45325
497 * gcc.target/i386/pr38240.c: Add dg-options "-msse".
498
499 2011-01-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
500
501 * g++.dg/abi/mangle40.C: Pass "" to dg-require-weak.
502
503 2011-01-31 Eric Botcazou <ebotcazou@adacore.com>
504
505 PR rtl-optimization/44031
506 * gcc.c-torture/compile/20110131-1.c: New test.
507
508 2011-01-31 Tobias Burnus <burnus@net-b.de>
509
510 PR fortran/47042
511 * gfortran.dg/stmt_func_1.f90: New.
512
513 2011-01-31 Tobias Burnus <burnus@net-b.de>
514
515 PR fortran/47042
516 * gfortran.dg/interface_34.f90: New.
517
518 2011-01-30 Paul Thomas <pault@gcc.gnu.org>
519
520 PR fortran/47523
521 * gfortran.dg/realloc_on_assign_5.f03: New test.
522 * gfortran.dg/realloc_on_assign_5.f03: New test.
523
524 2011-01-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
525
526 * gfortran.dg/bessel_6.f90: XFAIL on spu-*-*.
527 * gfortran.dg/bessel_7.f90: Likewise.
528 * gfortran.dg/erf_2.F90: Likewise. Always run with -O0.
529
530 * gfortran.dg/complex_intrinsics_5.f90: Increase "epsilon".
531 * gfortran.dg/sum_init_expr.f03: Likewise.
532
533 * gfortran.dg/realloc_on_assign_2.f03: Skip on spu-*-*.
534
535 * gfortran.dg/lto/20091016-1_0.f90: Replace -shared with
536 -r -nostdlib.
537
538 * gfortran.dg/vect/fast-math-vect-8.f90: Check for vectorized
539 loop only on "vect_intfloat_cvt" targets.
540
541 2011-01-29 Tobias Burnus <burnus@net-b.de>
542
543 PR fortran/47531
544 * gfortran.dg/shape_6.f90: New.
545
546 2011-01-29 Jerry DeLisle <jvdelisle@gcc.gnu.org>
547
548 PR libgfortran/47434
549 * gfortran.dg/read_infnan_1.f90: Update test.
550 * gfortran.dg/module_nan.f90: Update test.
551 * gfortran.dg/char4_iunit_1.f03: Update test.
552 * gfortran.dg/large_real_kind_1.f90: Update test.
553 * gfortran.dg/real_const_3.f90: Update test.
554 * gfortran.fortran-torture/execute/nan_inf_fmt.f90: Update test.
555
556 2011-01-29 Dodji Seketeli <dodji@redhat.com>
557
558 PR c++/47311
559 * g++.dg/template/param2.C: New test.
560
561 2011-01-28 Jerry DeLisle <jvdelisle@gcc.gnu.org>
562
563 PR libgfortran/47285
564 * gfortran.dg/fmt_g.f: New test.
565
566 2011-01-28 Tobias Burnus <burnus@net-b.de>
567
568 PR fortran/47507
569 * gfortran.dg/pure_formal_1.f90: New.
570
571 2011-01-28 Jakub Jelinek <jakub@redhat.com>
572
573 PR target/42894
574 * gcc.dg/tls/pr42894.c: New test.
575
576 2011-01-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
577
578 * gcc.dg/pr47276.c: Add dg-require-visibility.
579
580 2011-01-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
581
582 * gcc.target/i386/asm-6.c: XFAIL on i?86-pc-solaris2.1[0-9] && ilp32.
583
584 2011-01-28 Paul Thomas <pault@gcc.gnu.org>
585 Tobias Burnus <burnus@gcc.gnu.org>
586
587 PR fortran/45170
588 PR fortran/35810
589 PR fortran/47350
590 * gfortran.dg/realloc_on_assign_3.f03: New test.
591 * gfortran.dg/realloc_on_assign_4.f03: New test.
592 * gfortran.dg/allocatable_function_5.f90: New test.
593 * gfortran.dg/allocate_deferred_char_scalar_1.f03: New test.
594 * gfortran.dg/deferred_type_param_2.f90: Remove two "not yet
595 implemented" dg-errors.
596
597 2011-01-27 Jan Hubicka <jh@suse.cz>
598
599 PR middle-end/46949
600 * gcc.dg/attr-weakref-4.c: New testcase
601
602 2011-01-27 Martin Jambor <mjambor@suse.cz>
603
604 PR tree-optimization/47228
605 * gcc.dg/torture/pr47228.c: New test.
606
607 2011-01-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
608
609 * gcc.dg/tree-ssa/pr42585.c: Disable on s390 and s390x.
610
611 2011-01-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
612
613 * lib/compat.exp (compat-execute): Pass -Wl,--extra-stack-space=8192
614 when using auto-overlay support on the SPU.
615
616 2011-01-27 Eric Botcazou <ebotcazou@adacore.com>
617
618 PR rtl-optimization/44174
619 * gcc.target/i386/asm-6.c: New test.
620
621 2011-01-26 Mikael Pettersson <mikpe@it.uu.se>
622
623 PR rtl-optimization/46856
624 * gcc.c-torture/compile/pr46856.c: New test.
625
626 2011-01-26 Nicola Pero <nicola.pero@meta-innovation.com>
627 Andrew Pinski <pinskia@gmail.com>
628
629 PR c/43082
630 * gcc.dg/pr43082.c: New.
631
632 2011-01-26 DJ Delorie <dj@redhat.com>
633
634 PR rtl-optimization/46878
635 * gcc.dg/pr46878-1.c: New test.
636
637 2011-01-26 Jakub Jelinek <jakub@redhat.com>
638
639 PR c++/47476
640 * g++.dg/cpp0x/pr47476.C: New test.
641
642 2011-01-26 Eric Botcazou <ebotcazou@adacore.com>
643
644 * gcc.c-torture/compile/20110126-1.c: New test.
645
646 2011-01-26 Jakub Jelinek <jakub@redhat.com>
647
648 PR c/47473
649 * gcc.dg/torture/pr47473.c: New test.
650
651 2011-01-26 Jan Hubicka <jh@suse.cz>
652
653 PR target/47237
654 * gcc.c-torture/execute/pr47237.c: New testcase.
655
656 2011-01-26 Jan Hubicka <jh@suse.cz>
657
658 PR tree-optimization/47190
659 * gcc.dg/attr-weakref-3.c: New testcase.
660
661 2011-01-26 Dave Korn <dave.korn.cygwin@gmail.com>
662
663 PR c++/43601
664 * gcc.dg/dll-9a.c: New test file.
665 * gcc.dg/dll-11.c: Likewise.
666 * gcc.dg/dll-12.c: Likewise.
667 * gcc.dg/dll-12a.c: Likewise.
668 * gcc.dg/dll-11a.c: Likewise.
669 * gcc.dg/dll-9.c: Likewise.
670 * gcc.dg/dll-10.c: Likewise.
671 * gcc.dg/dll-10a.c: Likewise.
672 * g++.dg/ext/dllexport4a.cc: Likewise.
673 * g++.dg/ext/dllexport4.C: Likewise.
674 * g++.dg/ext/dllexport5.C: Likewise.
675 * g++.dg/ext/dllexport5a.cc: Likewise.
676
677 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
678
679 PR tree-optimization/46970
680 * gcc.dg/graphite/pr46970.c: New.
681
682 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
683
684 PR tree-optimization/46215
685 * gcc.dg/graphite/pr46215.c: New.
686
687 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
688
689 PR tree-optimization/46168
690 * gcc.dg/graphite/pr46168.c: New.
691
692 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
693
694 PR tree-optimization/43657
695 * gcc.dg/graphite/pr43657.c: New.
696
697 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
698
699 PR tree-optimization/29832
700 * gfortran.dg/graphite/pr29832.f90: New.
701
702 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
703
704 PR tree-optimization/43567
705 * gcc.dg/graphite/pr43567.c: New.
706
707 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
708
709 * gfortran.dg/graphite/interchange-4.f: New.
710 * gfortran.dg/graphite/interchange-5.f: New.
711
712 * gcc.dg/tree-ssa/ltrans-1.c: Removed.
713 * gcc.dg/tree-ssa/ltrans-2.c: Removed.
714 * gcc.dg/tree-ssa/ltrans-3.c: Removed.
715 * gcc.dg/tree-ssa/ltrans-4.c: Removed.
716 * gcc.dg/tree-ssa/ltrans-5.c: Removed.
717 * gcc.dg/tree-ssa/ltrans-6.c: Removed.
718 * gcc.dg/tree-ssa/ltrans-8.c: Removed.
719 * gfortran.dg/ltrans-7.f90: Removed.
720 * gcc.dg/tree-ssa/data-dep-1.c: Removed.
721
722 * gcc.dg/pr18792.c: -> gcc.dg/graphite/pr18792.c
723 * gcc.dg/pr19910.c: -> gcc.dg/graphite/pr19910.c
724 * gcc.dg/tree-ssa/20041110-1.c: -> gcc.dg/graphite/pr20041110-1.c
725 * gcc.dg/tree-ssa/pr20256.c: -> gcc.dg/graphite/pr20256.c
726 * gcc.dg/pr23625.c: -> gcc.dg/graphite/pr23625.c
727 * gcc.dg/tree-ssa/pr23820.c: -> gcc.dg/graphite/pr23820.c
728 * gcc.dg/tree-ssa/pr24309.c: -> gcc.dg/graphite/pr24309.c
729 * gcc.dg/tree-ssa/pr26435.c: -> gcc.dg/graphite/pr26435.c
730 * gcc.dg/pr29330.c: -> gcc.dg/graphite/pr29330.c
731 * gcc.dg/pr29581-1.c: -> gcc.dg/graphite/pr29581-1.c
732 * gcc.dg/pr29581-2.c: -> gcc.dg/graphite/pr29581-2.c
733 * gcc.dg/pr29581-3.c: -> gcc.dg/graphite/pr29581-3.c
734 * gcc.dg/pr29581-4.c: -> gcc.dg/graphite/pr29581-4.c
735 * gcc.dg/tree-ssa/loop-27.c: -> gcc.dg/graphite/pr30565.c
736 * gcc.dg/tree-ssa/pr31183.c: -> gcc.dg/graphite/pr31183.c
737 * gcc.dg/tree-ssa/pr33576.c: -> gcc.dg/graphite/pr33576.c
738 * gcc.dg/tree-ssa/pr33766.c: -> gcc.dg/graphite/pr33766.c
739 * gcc.dg/pr34016.c: -> gcc.dg/graphite/pr34016.c
740 * gcc.dg/tree-ssa/pr34017.c: -> gcc.dg/graphite/pr34017.c
741 * gcc.dg/tree-ssa/pr34123.c: -> gcc.dg/graphite/pr34123.c
742 * gcc.dg/tree-ssa/pr36287.c: -> gcc.dg/graphite/pr36287.c
743 * gcc.dg/tree-ssa/pr37686.c: -> gcc.dg/graphite/pr37686.c
744 * gcc.dg/pr42917.c: -> gcc.dg/graphite/pr42917.c
745 * gcc.dg/tree-ssa/data-dep-1.c
746 * gfortran.dg/loop_nest_1.f90: -> gfortran.dg/graphite/pr29290.f90
747 * gfortran.dg/pr29581.f90: -> gfortran.dg/graphite/pr29581.f90
748 * gfortran.dg/pr36286.f90: -> gfortran.dg/graphite/pr36286.f90
749 * gfortran.dg/pr36922.f: -> gfortran.dg/graphite/pr36922.f
750 * gfortran.dg/pr39516.f: -> gfortran.dg/graphite/pr39516.f
751
752 2011-01-25 Jakub Jelinek <jakub@redhat.com>
753
754 PR tree-optimization/47265
755 PR tree-optimization/47443
756 * gcc.c-torture/compile/pr47265.c: New test.
757 * gcc.dg/pr47443.c: New test.
758
759 2011-01-25 Martin Jambor <mjambor@suse.cz>
760
761 PR tree-optimization/47382
762 * g++.dg/torture/pr47382.C: New test.
763 * g++.dg/opt/devirt1.C: Xfail.
764
765 2011-01-25 Yao Qi <yao@codesourcery.com>
766
767 PR target/45701
768 * gcc.target/arm/pr45701-1.c: New test.
769 * gcc.target/arm/pr45701-2.c: New test.
770 * gcc.target/arm/pr45701-3.c: New test.
771
772 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
773 Jakub Jelinek <jakub@redhat.com>
774
775 PR tree-optimization/47271
776 * gcc.dg/tree-ssa/ifc-pr47271.c: New.
777
778 2011-01-25 Nick Clifton <nickc@redhat.com>
779
780 * gcc.target/rx/builtins.c: Allow -fipa-cp-clone.
781 (saturate_add): Delete.
782 (exchange): Delete.
783 (main): Do not run saturate_add.
784 (set_interrupts): Delete.
785
786 2011-01-25 Tobias Burnus <burnus@net-b.de>
787
788 PR fortran/47448
789 * gfortran.dg/redefined_intrinsic_assignment_2.f90: New.
790
791 2011-01-25 Jakub Jelinek <jakub@redhat.com>
792
793 PR tree-optimization/47427
794 PR tree-optimization/47428
795 * gcc.c-torture/compile/pr47427.c: New test.
796 * gcc.c-torture/compile/pr47428.c: New test.
797
798 2011-01-25 Richard Guenther <rguenther@suse.de>
799
800 PR middle-end/47411
801 * gcc.dg/torture/pr47411.c: New testcase.
802
803 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
804
805 * gfortran.dg/graphite/id-24.f: New.
806 * gfortran.dg/graphite/id-25.f: New.
807
808 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
809
810 * gfortran.dg/graphite/id-23.f: New.
811
812 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
813
814 * gfortran.dg/graphite/interchange-3.f90: Un-XFAILed.
815
816 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
817
818 * gcc.dg/graphite/block-0.c: Un-XFAILed.
819 * gcc.dg/graphite/block-1.c: Un-XFAILed.
820 * gcc.dg/graphite/block-7.c: Un-XFAILed.
821 * gcc.dg/graphite/block-8.c: Un-XFAILed.
822 * gcc.dg/graphite/interchange-12.c: Un-XFAILed.
823 * gcc.dg/graphite/interchange-14.c: Un-XFAILed.
824 * gcc.dg/graphite/interchange-15.c: Un-XFAILed.
825 * gcc.dg/graphite/interchange-8.c: Un-XFAILed.
826 * gcc.dg/graphite/interchange-mvt.c: Un-XFAILed.
827
828 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
829
830 * gcc.dg/graphite/block-0.c: Add documentation.
831 * gcc.dg/graphite/block-4.c: Same.
832 * gcc.dg/graphite/block-7.c: Same.
833 * gcc.dg/graphite/block-8.c: New.
834 * gcc.dg/graphite/interchange-1.c: Un-XFAILed.
835 * gcc.dg/graphite/interchange-11.c: Un-XFAILed.
836 * gcc.dg/graphite/interchange-12.c: Add documentation.
837 * gcc.dg/graphite/interchange-13.c: New.
838 * gcc.dg/graphite/interchange-14.c: New.
839 * gcc.dg/graphite/interchange-15.c: New.
840 * gcc.dg/graphite/interchange-8.c: Add documentation.
841 * gcc.dg/graphite/interchange-mvt.c: Same.
842
843 2011-01-24 Michael Meissner <meissner@linux.vnet.ibm.com>
844
845 PR target/47408
846 * gcc.target/powerpc/altivec-11.c: Add explicit -mno-vsx.
847 * gcc.target/powerpc/altivec-14.c: Ditto.
848 * gcc.target/powerpc/altivec-33.c: Ditto.
849 * gcc.target/powerpc/altivec-types-1.c: Ditto.
850 * gcc.target/powerpc/altivec-types-2.c: Ditto.
851 * gcc.target/powerpc/altivec-types-3.c: Ditto.
852 * gcc.target/powerpc/altivec-types-4.c: Ditto.
853 * gcc.target/powerpc/ppc-vector-memcpy.c: Ditto.
854 * gcc.target/powerpc/ppc-vector-memset.c: Ditto.
855 * g++.dg/ext/altivec-15.C: Ditto.
856 * g++.dg/ext/altivec-types-1.C: Ditto.
857 * g++.dg/ext/altivec-types-2.C: Ditto.
858 * g++.dg/ext/altivec-types-3.C: Ditto.
859 * g++.dg/ext/altivec-types-4.C: Ditto.
860
861 2011-01-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
862
863 * lib/scanasm.exp (dg-function-on-line): Handle mips-sgi-irix*.
864
865 2011-01-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
866
867 * gfortran.dg/cray_pointers_2.f90: Avoid cycling through
868 optimization options.
869
870 2011-01-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
871
872 * gfortran.dg/array_constructor_33.f90: Use dg-timeout-factor 4.
873
874 PR testsuite/45988
875 * gfortran.dg/vect/fast-math-pr38968.f90: Use dg-timeout-factor 2.
876
877 2011-01-23 Tobias Burnus <burnus@net-b.de>
878
879 PR fortran/47421
880 * gfortran.dg/allocatable_scalar_12.f90: New.
881
882 2011-01-23 Ira Rosen <irar@il.ibm.com>
883
884 * gcc.dg/vect/costmodel/spu/costmodel-vect-33.c: Expect
885 vectorization to be not profitable if peeling is used to
886 realign the memory access.
887 * gcc.dg/vect/costmodel/spu/costmodel-vect-76a.c: Increase
888 loop bound to avoid loop unrolling.
889 * gcc.dg/vect/costmodel/spu/costmodel-vect-76c.c: Likewise.
890
891 2011-01-22 Jan Hubicka <jh@suse.cz>
892
893 PR lto/47333
894 * g++.dg/lto/pr47333.C: New file.
895
896 2011-01-22 Jan Hubicka <jh@suse.cz>
897
898 PR tree-optimization/43884
899 PR lto/44334
900 * gcc.dg/autopar/outer-2.c: Increase array size.
901 * gcc.dg/tree-ssa/ldist-pr45948.c: Update test.
902
903 2011-01-22 Thomas Koenig <tkoenig@gcc.gnu.org>
904
905 PR fortran/38536
906 * gfortran.dg/c_loc_tests_16.f90: New test.
907
908 2011-01-22 Tobias Burnus <burnus@net-b.de>
909
910 PR fortran/47399
911 * gfortran.dg/typebound_proc_19.f90: New.
912
913 2011-01-21 Jeff Law <law@redhat.com>
914
915 PR tree-optimization/47053
916 * g++.dg/pr47053.C: New test.
917
918 2011-01-21 Jason Merrill <jason@redhat.com>
919
920 PR c++/47041
921 * g++.dg/cpp0x/constexpr-ctor6.C: New.
922
923 2011-01-21 Jakub Jelinek <jakub@redhat.com>
924
925 PR c++/47388
926 * g++.dg/cpp0x/range-for10.C: New test.
927 * g++.dg/template/for1.C: New test.
928
929 PR middle-end/45566
930 * g++.dg/tree-prof/partition3.C: New test.
931
932 * g++.dg/tree-prof/tree-prof.exp: Fix a comment.
933
934 PR rtl-optimization/47366
935 * g++.dg/opt/pr47366.C: New test.
936
937 2011-01-21 Jason Merrill <jason@redhat.com>
938
939 PR c++/46552
940 * g++.dg/cpp0x/constexpr-regress2.C: New.
941
942 * g++.dg/cpp0x/constexpr-stmtexpr.C: New.
943
944 2011-01-21 Jeff Law <law@redhat.com>
945
946 PR rtl-optimization/41619
947 * gcc.dg/pr41619.c: New.
948
949 2011-01-21 Jakub Jelinek <jakub@redhat.com>
950
951 PR tree-optimization/47355
952 * g++.dg/opt/pr47355.C: New test.
953
954 2011-01-21 Richard Guenther <rguenther@suse.de>
955
956 * gcc.dg/tree-ssa/pr47392.c: Make test non-static instead of
957 making main hot.
958
959 2011-01-21 Richard Guenther <rguenther@suse.de>
960
961 PR tree-optimization/47365
962 * gcc.dg/torture/pr47365.c: New testcase.
963 * gcc.dg/tree-ssa/pr47392.c: Likewise.
964
965 2011-01-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
966
967 * g++.dg/other/anon5.C: Skip on mips-sgi-irix*.
968
969 2011-01-21 Jakub Jelinek <jakub@redhat.com>
970
971 PR tree-optimization/47391
972 * gcc.dg/pr47391.c: New test.
973
974 2011-01-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
975
976 * g++.dg/template/char1.C: Use signed char.
977
978 2011-01-21 Tobias Burnus <burnus@net-b.de>
979
980 PR fortran/47377
981 * gfortran.dg/pointer_target_4.f90: New.
982
983 2011-01-20 Michael Meissner <meissner@linux.vnet.ibm.com>
984
985 PR target/47251
986 * gcc.target/powerpc/pr47251.c: Fixup test so that it runs on
987 ILP32 system and not IP32.
988
989 2011-01-20 Alexandre Oliva <aoliva@redhat.com>
990
991 PR debug/46583
992 * g++.dg/debug/pr46583.C: New.
993
994 2011-01-20 Jakub Jelinek <jakub@redhat.com>
995
996 PR debug/47283
997 * g++.dg/debug/pr47283.C: New test.
998
999 PR testsuite/47371
1000 * gcc.target/i386/headmerge-1.c: Tighten up scan-assembler regex.
1001 * gcc.target/i386/headmerge-2.c: Likewise.
1002
1003 2011-01-20 Richard Guenther <rguenther@suse.de>
1004
1005 PR middle-end/47370
1006 * gcc.dg/torture/pr47370.c: New testcase.
1007
1008 2011-01-20 Jakub Jelinek <jakub@redhat.com>
1009
1010 PR tree-optimization/46130
1011 * gcc.dg/pr46130-1.c: New test.
1012 * gcc.dg/pr46130-2.c: New test.
1013
1014 2011-01-19 Dodji Seketeli <dodji@redhat.com>
1015
1016 PR c++/47291
1017 * g++.dg/debug/dwarf2/template-params-10.C: New test.
1018
1019 2011-01-19 Alexandre Oliva <aoliva@redhat.com>
1020
1021 PR debug/46240
1022 * g++.dg/debug/pr46240.cc: New.
1023
1024 2011-01-19 Jakub Jelinek <jakub@redhat.com>
1025
1026 PR c++/47303
1027 * g++.dg/template/anonunion1.C: New test.
1028
1029 PR rtl-optimization/47337
1030 * gcc.c-torture/execute/pr47337.c: New test.
1031
1032 2011-01-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1033
1034 PR testsuite/45342
1035 * gcc.dg/tls/thr-cse-1.c: Fix match on spu-*.*.
1036
1037 2011-01-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1038
1039 PR tree-optimization/46021
1040 * gcc.dg/tree-ssa/20040204-1.c: Do not XFAIL on spu-*-*.
1041
1042 2011-01-19 Jakub Jelinek <jakub@redhat.com>
1043
1044 PR tree-optimization/47290
1045 * g++.dg/torture/pr47290.C: New test.
1046
1047 2011-01-18 Janus Weil <janus@gcc.gnu.org>
1048
1049 PR fortran/47240
1050 * gfortran.dg/proc_ptr_comp_29.f90: New.
1051
1052 2011-01-18 Dominique d'Humieres <dominiq@lps.ens.fr>
1053
1054 PR testsuite/41146
1055 * gcc.target/powerpc/asm-es-2.c: Adjust regular expression for
1056 powerpc-apple-darwin9.
1057
1058 2011-01-18 Jakub Jelinek <jakub@redhat.com>
1059
1060 PR rtl-optimization/47299
1061 * gcc.c-torture/execute/pr47299.c: New test.
1062
1063 2011-01-17 Jason Merrill <jason@redhat.com>
1064
1065 * g++.dg/cpp0x/constexpr-virtual.C: New.
1066
1067 2011-01-17 Jakub Jelinek <jakub@redhat.com>
1068
1069 PR fortran/47331
1070 * gfortran.dg/gomp/pr47331.f90: New test.
1071
1072 2011-01-17 Nicola Pero <nicola.pero@meta-innovation.com>
1073
1074 PR objc/47314
1075 * objc.dg/selector-warn-1.m: New.
1076 * obj-c++.dg/selector-warn-1.mm: New.
1077
1078 2011-01-17 Richard Sandiford <rdsandiford@googlemail.com>
1079
1080 * gcc.dg/tree-ssa/vrp51.c: Prefix each "bug." string with "vrp.".
1081 Update dg-final accordingly.
1082
1083 2011-01-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1084
1085 * g++.old-deja/g++.other/init19.C: Don't XFAIL on mips-sgi-irix*.
1086
1087 2011-01-17 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1088
1089 * gcc.dg/guality/pr36728-1.c: Replace XFAIL for s390(x) with a
1090 target check.
1091 * gcc.dg/guality/pr36728-2.c: Likewise.
1092
1093 2011-01-17 Richard Guenther <rguenther@suse.de>
1094
1095 PR tree-optimization/47313
1096 * g++.dg/torture/pr47313.C: New testcase.
1097
1098 2011-01-17 H.J. Lu <hongjiu.lu@intel.com>
1099
1100 PR target/47318
1101 * gcc.target/i386/avx-vmaskmovpd-1.c: New.
1102 * gcc.target/i386/avx-vmaskmovpd-2.c: Likewise.
1103 * gcc.target/i386/avx-vmaskmovps-1.c: Likewise.
1104 * gcc.target/i386/avx-vmaskmovps-1.c: Likewise.
1105
1106 * gcc.target/i386/avx-vmaskmovpd-256-1.c (avx_test): Load mask
1107 as __m256i.
1108 * gcc.target/i386/avx-vmaskmovpd-256-2.c (avx_test): Likewise.
1109 * gcc.target/i386/avx-vmaskmovps-256-1.c (avx_test): Likewise.
1110 * gcc.target/i386/avx-vmaskmovps-256-2.c (avx_test): Likewise.
1111
1112 2011-01-17 Richard Guenther <rguenther@suse.de>
1113
1114 PR tree-optimization/45967
1115 * gcc.dg/torture/pr45967-2.c: New testcase.
1116 * gcc.dg/torture/pr45967-3.c: Likewise.
1117
1118 2011-01-16 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1119
1120 PR testsuite/47325
1121 * g++.dg/ext/pr47213.C: Require visibility.
1122
1123 2011-01-16 Richard Sandiford <rdsandiford@googlemail.com>
1124
1125 * gcc.dg/fixed-point/composite-type.c: Pass -Wno-unused.
1126 * gcc.dg/fixed-point/struct-union.c: Update error messages.
1127
1128 2011-01-16 Richard Sandiford <rdsandiford@googlemail.com>
1129
1130 * gcc.c-torture/execute/20101011-1.c: Skip test for MIPS16
1131 Linux-based targets.
1132
1133 2011-01-13 Jan Hubicka <jh@suse.cz>
1134
1135 PR tree-optimization/47276
1136 * gcc.dg/pr47276.c: New testcase.
1137
1138 2011-01-15 Giovanni Funchal <gafunchal@gmail.com>
1139 Jonathan Wakely <jwakely.gcc@gmail.com>
1140
1141 PR c++/33558
1142 * g++.dg/other/pr33558.C: New.
1143 * g++.dg/other/pr33558-2.C: New.
1144
1145 2011-01-14 Martin Jambor <mjambor@suse.cz>
1146
1147 PR tree-optimization/45934
1148 PR tree-optimization/46302
1149 * g++.dg/ipa/devirt-c-1.C: New test.
1150 * g++.dg/ipa/devirt-c-2.C: Likewise.
1151 * g++.dg/ipa/devirt-c-3.C: Likewise.
1152 * g++.dg/ipa/devirt-c-4.C: Likewise.
1153 * g++.dg/ipa/devirt-c-5.C: Likewise.
1154 * g++.dg/ipa/devirt-c-6.C: Likewise.
1155 * g++.dg/ipa/devirt-6.C: Likewise.
1156 * g++.dg/ipa/devirt-d-1.C: Likewise.
1157 * g++.dg/torture/pr45934.C: Likewise.
1158
1159 2011-01-14 Jason Merrill <jason@redhat.com>
1160
1161 * g++.dg/cpp0x/variadic105.C: New.
1162
1163 2011-01-08 Dominique d'Humieres <dominiq@lps.ens.fr>
1164 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1165
1166 PR objc/45989
1167 * objc.dg/gnu-encoding/struct-layout-encoding-1_generate.c
1168 (switchfiles): XFAIL objc.dg-struct-layout-encoding-1/t02[57-9]_main.m
1169 execution tests on i?86-*-*, x86_64-*-* and
1170 powerpc*-apple-darwin* && ilp32.
1171 XFAIL objc.dg-struct-layout-encoding-1/t03[01]_main.m execution
1172 tests on i?86-*-* and x86_64-*-*.
1173
1174 2011-01-14 Richard Guenther <rguenther@suse.de>
1175
1176 PR tree-optimization/47280
1177 * g++.dg/opt/pr47280.C: New testcase.
1178
1179 2011-01-14 Jason Merrill <jason@redhat.com>
1180
1181 * g++.dg/cpp0x/constexpr-regress1.C: New.
1182
1183 * g++.dg/ext/flexary2.C: New.
1184
1185 2011-01-14 Richard Guenther <rguenther@suse.de>
1186
1187 PR middle-end/47281
1188 * gcc.dg/torture/pr47281.c: New testcase.
1189 * gcc.dg/tree-ssa/pr46076.c: XFAIL.
1190
1191 2011-01-14 Richard Guenther <rguenther@suse.de>
1192
1193 PR tree-optimization/47286
1194 * gcc.dg/tree-ssa/pr47286.c: New testcase.
1195
1196 2011-01-13 Kai Tietz <kai.tietz@onevision.com>
1197
1198 PR c++/47213
1199 * g++.dg/ext/pr47213.C: New.
1200
1201 2011-01-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1202
1203 * gfortran.dg/cray_pointers_2.f90: Use dg-timeout-factor 4.
1204
1205 2011-01-13 Tobias Burnus <burnus@net-b.de>
1206 Mikael Morin <mikael@gcc.gnu.org>
1207
1208 PR fortran/45848
1209 PR fortran/47204
1210 * gfortran.dg/select_type_20.f90: New.
1211 * gfortran.dg/select_type_21.f90: New.
1212
1213 2011-01-13 Michael Meissner <meissner@linux.vnet.ibm.com>
1214
1215 PR target/47251
1216 * gcc.target/powerpc/pr47251.c: New file, test PR 47251 fix.
1217
1218 2011-01-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1219
1220 * gcc.dg/guality/pr36728-1.c: Disable arg1/2 checks for s390 and s390x.
1221 * gcc.dg/guality/pr36728-2.c: Likewise.
1222
1223 2011-01-13 Dodji Seketeli <dodji@redhat.com>
1224
1225 PR debug/PR46973
1226 * g++.dg/debug/dwarf2/template-params-9.C: New test.
1227
1228 2011-01-13 Andrey Belevantsev <abel@ispras.ru>
1229
1230 PR rtl-optimization/45352
1231 * gcc.dg/pr45352-3.c: New.
1232
1233 2011-01-12 Rodrigo Rivas Costa <rodrigorivascosta@gmail.com>
1234
1235 * g++.dg/cpp0x/range-for4.C: Delete useless include and duplicated
1236 comment.
1237 * g++.dg/cpp0x/range-for8.C: New.
1238 * g++.dg/cpp0x/range-for9.C: New.
1239
1240 2011-01-12 Kai Tietz <kai.tietz@onevision.com>
1241
1242 PR debug/47209
1243 * g++.dg/debug/pr47209.C: New.
1244
1245 2011-01-12 Richard Guenther <rguenther@suse.de>
1246
1247 PR lto/47259
1248 * gcc.dg/lto/pr47259_0.c: New testcase.
1249 * gcc.dg/lto/pr47259_1.c: Likewise.
1250
1251 2011-01-12 Iain Sandoe <iains@gcc.gnu.org>
1252
1253 * objc-obj-c++-shared/Object1.h: Add copyright header, update
1254 comments. Add a TEST_SUITE_ADDITIONS category for GNU runtime.
1255 Amend NeXT version to declare a TEST_SUITE_ADDITIONS carrying the
1256 methods missing from the OBJC2 Object.
1257 * objc-obj-c++-shared/Object1-implementation.h: Add copyright header.
1258 Amend implementation to use a TEST_SUITE_ADDITIONS category for both
1259 GNU and NeXT runtimes.
1260 * objc-obj-c++-shared/Object1.mm: Remove redundant header, update
1261 comments.
1262 * objc-obj-c++-shared/Object1.m: Likewise.
1263 * objc.dg/encode-3.m: Update header use. Amend to be API2 compatible.
1264 * objc.dg/proto-qual-1.m: Likewise.
1265 * obj-c++.dg/proto-lossage-3.mm: Likewise.
1266 * obj-c++.dg/proto-qual-1.mm: Likewise.
1267
1268 2011-01-12 Eric Botcazou <ebotcazou@adacore.com>
1269
1270 PR testsuite/33033
1271 * gcc.dg/20061124-1.c: Pass -mcpu=v9 on the SPARC.
1272
1273 2011-01-12 Nicola Pero <nicola.pero@meta-innovation.com>
1274
1275 Fixed the Objective-C++ testsuite and updated all tests.
1276 * lib/obj-c++.exp (obj-c++_init): Declare and set
1277 gcc_warning_prefix and gcc_error_prefix.
1278 * obj-c++.dg/attributes/categ-attribute-2.mm: Fixed usage of
1279 'dg-warning', 'dg-message' and 'dg-error'.
1280 * obj-c++.dg/class-extension-3.mm: Likewise.
1281 * obj-c++.dg/class-protocol-1.mm: Likewise.
1282 * obj-c++.dg/encode-7.mm: Likewise.
1283 * obj-c++.dg/exceptions-3.mm: Likewise.
1284 * obj-c++.dg/exceptions-5.mm: Likewise.
1285 * obj-c++.dg/method-12.mm: Likewise.
1286 * obj-c++.dg/method-13.mm: Likewise.
1287 * obj-c++.dg/method-15.mm: Likewise.
1288 * obj-c++.dg/method-16.mm: Likewise.
1289 * obj-c++.dg/method-4.mm: Likewise.
1290 * obj-c++.dg/method-8.mm: Likewise.
1291 * obj-c++.dg/method-conflict-1.mm: Likewise.
1292 * obj-c++.dg/method-conflict-2.mm: Likewise.
1293 * obj-c++.dg/method-conflict-3.mm: Likewise. Also, removed FIXME
1294 and uncommented second part of the testcase now that the testsuite
1295 works correctly.
1296 * obj-c++.dg/method-conflict-4.mm: Likewise. Also, removed FIXME
1297 and uncommented second part of the testcase now that the testsuite
1298 works correctly.
1299 * obj-c++.dg/private-1.mm: Likewise.
1300 * obj-c++.dg/proto-lossage-4.mm: Likewise.
1301 * obj-c++.dg/syntax-error-7.mm: Likewise.
1302 * obj-c++.dg/warn5.mm: Likewise.
1303 * obj-c++.dg/property/at-property-14.mm: Likewise.
1304 * obj-c++.dg/property/at-property-16.mm: Likewise, and removed
1305 FIXME.
1306 * obj-c++.dg/property/at-property-18.mm: Likewise.
1307 * obj-c++.dg/property/at-property-20.mm: Likewise, and removed
1308 FIXME.
1309 * obj-c++.dg/property/at-property-21.mm: Likewise.
1310 * obj-c++.dg/property/at-property-28.mm: Likewise.
1311 * obj-c++.dg/property/at-property-5.mm: Likewise.
1312 * obj-c++.dg/property/dynamic-2.mm: Likewise.
1313 * obj-c++.dg/property/property-neg-3.mm: Likewise.
1314 * obj-c++.dg/property/synthesize-11.mm: Likewise.
1315 * obj-c++.dg/property/synthesize-6.mm: Likewise.
1316 * obj-c++.dg/property/synthesize-8.mm: Likewise.
1317 * obj-c++.dg/property/synthesize-9.mm: Likewise.
1318 * obj-c++.dg/tls/diag-5.mm: Likewise.
1319 * obj-c++.dg/ivar-invalid-type-1.mm: Removed FIXME and uncommented
1320 dg-error, now matched correctly.
1321
1322 2011-01-12 Nicola Pero <nicola.pero@meta-innovation.com>
1323
1324 * objc.dg/property/at-property-29.m: New.
1325 * obj-c++.dg/property/at-property-29.mm: New.
1326
1327 2011-01-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1328
1329 * go.test/go-test.exp (go-set-goarch): New proc.
1330 (go-gc-tests): Use it.
1331
1332 2011-01-11 Dodji Seketeli <dodji@redhat.com>
1333
1334 PR debug/46955
1335 * g++.dg/debug/dwarf2/template-params-8.C: New test.
1336
1337 2011-01-11 Richard Henderson <rth@redhat.com>
1338
1339 * gcc-dg/tree-ssa/vrp47.c: Disable for mn10300 as well.
1340
1341 2011-01-11 Jan Hubicka <jh@suse.cz>
1342
1343 PR lto/45721
1344 PR lto/45375
1345 * testsuite/gcc.dg/lto/pr45721_1.c: New file.
1346 * testsuite/gcc.dg/lto/pr45721_0.c: New file.
1347
1348 2011-01-11 Richard Guenther <rguenther@suse.de>
1349
1350 PR tree-optimization/46076
1351 * gcc.dg/tree-ssa/pr46076.c: New testcase.
1352
1353 2011-01-11 Jeff Law <law@redhat.com>
1354
1355 * PR tree-optimization/47086
1356 * gcc.dg/pr47086.c: New test.
1357
1358 2011-01-11 Jason Merrill <jason@redhat.com>
1359
1360 PR c++/46658
1361 * g++.dg/template/new10.C: New.
1362
1363 PR c++/45520
1364 * g++.dg/cpp0x/lambda/lambda-this3.C: New.
1365
1366 2011-01-11 Iain Sandoe <iains@gcc.gnu.org>
1367
1368 * objc-obj-c++-shared/next-mapping.h: Add copyright header.
1369 Split type definitions and NSConstantString class into...
1370 * objc-obj-c++-shared/objc-test-suite-types.h: New.
1371 * objc-obj-c++-shared/nsconstantstring-class.h: New.
1372 * objc-obj-c++-shared/nsconstantstring-class-impl.h: New.
1373 * objc-obj-c++-shared/nsconstantstring-class-impl.m: New.
1374 * objc-obj-c++-shared/nsconstantstring-class-impl.mm: New.
1375 * objc-obj-c++-shared/next-abi.h: Add copyright header, minor update
1376 to comments.
1377 * objc-obj-c++-shared/objc-test-suite-next-encode-assist.h: Adjust
1378 encode defines for newer NeXT system headers.
1379 * obj-c++.dg/template-4.mm: Adjust to use nsconstantstring headers.
1380 * obj-c++.dg/torture/strings/string1.mm: Likewise.
1381 * objc.dg/foreach-5.m: Likewise.
1382 * objc.dg/foreach-2.m: Likewise.
1383 * objc.dg/foreach-4.m: Likewise.
1384 * objc.dg/torture/strings/string1.m: Likewise.
1385 * objc.dg/torture/strings/string2.m: Likewise.
1386 * objc.dg/torture/strings/string3.m: Likewise.
1387 * objc.dg/torture/strings/string4.m: Likewise.
1388 * obj-c++.dg/torture/strings/const-str-3.mm: Adjust to use type
1389 header and stand alone.
1390 * obj-c++.dg/strings/strings-2.mm: Likewise.
1391 * objc.dg/torture/strings/const-str-3.m: Likewise.
1392 * objc.dg/strings/strings-2.m: Likewise.
1393 * objc.dg/strings/const-str-12b.m: Likewise.
1394
1395 2011-01-12 Richard Guenther <rguenther@suse.de>
1396
1397 PR middle-end/32511
1398 * gcc.dg/attr-weak-1.c: Adjust.
1399
1400 2011-01-11 Paul Thomas <pault@gcc.gnu.org>
1401
1402 PR fortran/47051
1403 * gfortran.dg/realloc_on_assign_2.f03 : Modify 'test1' to be
1404 standard compliant and comment.
1405
1406 2011-01-10 Jan Hubicka <jh@suse.cz>
1407
1408 PR lto/46083
1409 * gcc.dg/initpri3.c: New testcase.
1410
1411 2011-01-10 H.J. Lu <hongjiu.lu@intel.com>
1412
1413 PR lto/47222
1414 * g++.dg/torture/stackalign/test-unwind.h (g_edi): Mark it
1415 externally visible.
1416 (g_esi): Likewise.
1417 (g_ebx): Likewise.
1418 (g_ebp): Likewise.
1419 (g_esp): Likewise.
1420 (g_ebp_save): Likewise.
1421 (g_esp_save): Likewise.
1422
1423 2011-01-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1424
1425 * g++.dg/ipa/pr46984.C: Add dg-require-effective-target lto.
1426
1427 2011-01-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1428
1429 PR tree-optimization/46021
1430 * gcc.dg/tree-ssa/20040204-1.c: Don't XFAIL on alpha*-*-*,
1431 i?86-*-*, x86_64-*-*.
1432
1433 2011-01-10 Jeff Law <law@redhat.com>
1434
1435 * PR tree-optimization/47141
1436 * gcc.c-torture/compile/pr47141.c: New test.
1437
1438 2011-01-10 Eric Botcazou <ebotcazou@adacore.com>
1439
1440 PR testsuite/46230
1441 * gcc.dg/vect/vect-vfa-slp.c: Remove XFAIL.
1442 * gcc.dg/vect/slp-23.c: Remove XFAIL for SLP.
1443 * gcc.dg/vect/slp-35.c: Remove XFAILs.
1444 * gcc.dg/vect/no-tree-pre-slp-29.c: Likewise.
1445
1446 PR testsuite/46230
1447 * gcc.dg/vect/vect-peel-1.c (main): Prevent initialization loop from
1448 being vectorized. Adjust dg-final pattern. Remove XFAIL.
1449 * gcc.dg/vect/vect-peel-2.c (main): Likewise.
1450 * gcc.dg/vect/vect-peel-4.c (main): Prevent initialization loop from
1451 being vectorized. Adjust dg-final pattern.
1452
1453 PR testsuite/46230
1454 * gcc.dg/vect/pr33804.c: XFAIL only for ilp32.
1455 * gcc.dg/vect/slp-24.c: Likewise.
1456
1457 2011-01-10 Dave Korn <dave.korn.cygwin@gmail.com>
1458
1459 PR c++/47218
1460 * g++.dg/other/pr47218-1.C: New test file.
1461 * g++.dg/other/pr47218.C: Likewise.
1462 * g++.dg/other/pr47218.h: New supporting header.
1463
1464 2011-01-09 Nicola Pero <nicola.pero@meta-innovation.com>
1465
1466 PR objc/47232
1467 * objc.dg/attributes/invalid-attribute-1.m: New.
1468 * obj-c++.dg/attributes/invalid-attribute-1.mm: New.
1469
1470 2011-01-09 Janus Weil <janus@gcc.gnu.org>
1471
1472 PR fortran/47224
1473 * gfortran.dg/proc_ptr_comp_28.f90: New.
1474
1475 2011-01-09 Iain Sandoe <iains@gcc.gnu.org>
1476
1477 * obj-c++.dg/gnu-api-2-class.mm: Skip for Darwin < 9.
1478 * obj-c++.dg/gnu-api-2-ivar.mm: Likewise.
1479 * obj-c++.dg/gnu-api-2-method.mm: Likewise.
1480 * obj-c++.dg/gnu-api-2-objc.mm: Likewise.
1481 * obj-c++.dg/gnu-api-2-object.mm: Likewise.
1482 * obj-c++.dg/gnu-api-2-property.mm: Likewise.
1483 * obj-c++.dg/gnu-api-2-protocol.mm: Likewise.
1484 * obj-c++.dg/gnu-api-2-sel.mm: Likewise.
1485 * objc.dg/gnu-api-2-class.m: Likewise.
1486 * objc.dg/gnu-api-2-ivar.m: Likewise.
1487 * objc.dg/gnu-api-2-method.m: Likewise.
1488 * objc.dg/gnu-api-2-objc.m: Likewise.
1489 * objc.dg/gnu-api-2-object.m: Likewise.
1490 * objc.dg/gnu-api-2-property.m: Likewise.
1491 * objc.dg/gnu-api-2-protocol.m: Likewise.
1492 * objc.dg/gnu-api-2-sel.m: Likewise.
1493
1494 2011-01-09 Iain Sandoe <iains@gcc.gnu.org>
1495
1496 * objc.dg/foreach-1.m: Skip for Darwin < 9.
1497 * objc.dg/objc-foreach-4.m: Likewise.
1498 * objc.dg/objc-foreach-5.m: Skip for Darwin < 9, adjust headers.
1499 * objc.dg/foreach-2.m: Skip for Darwin < 9, return self from init.
1500 * objc.dg/foreach-4.m: Likewise.
1501 * objc.dg/foreach-5.m: Likewise.
1502 * objc.dg/foreach-3.m: Return self from init.
1503
1504 2011-01-09 Thomas Koenig <tkoenig@gcc.gnu.org>
1505
1506 PR fortran/38536
1507 * gfortran.dg/iso_c_binding_c_loc_char_1.f03: New test.
1508
1509 2011-01-09 Janus Weil <janus@gcc.gnu.org>
1510
1511 PR fortran/46313
1512 * gfortran.dg/class_35.f90: New.
1513
1514 2011-01-08 Iain Sandoe <iains@gcc.gnu.org>
1515
1516 * objc.dg/foreach-1.m: Add "-Wall" to flags.
1517
1518 2011-01-08 Nicola Pero <nicola.pero@meta-innovation.com>
1519
1520 PR objc/47078
1521 * objc.dg/invalid-method-2.m: New.
1522 * obj-c++.dg/invalid-method-2.mm: New.
1523
1524 2011-01-08 Paul Thomas <pault@gcc.gnu.org>
1525
1526 PR fortran/46896
1527 * gfortran.dg/transpose_optimization_2.f90 : New test.
1528
1529 2011-01-08 Jan Hubicka <jh@suse.cz>
1530
1531 PR tree-optmization/46469
1532 * g++.dg/torture/pr46469.C: New testcase.
1533
1534 2011-01-08 Iain Sandoe <iains@gcc.gnu.org>
1535
1536 * objc-obj-c++-shared/next-mapping.h: Move code and definitions for
1537 emulation of libobjc-gnu structure layout functionality to ..
1538 * objc-obj-c++-shared/objc-test-suite-next-encode-assist.h: New.
1539 * objc-obj-c++-shared/objc-test-suite-next-encode-assist-impl.h: New.
1540 * objc/execute/bf-common.h: Adjust headers.
1541 * objc/execute/bf-1.m: Likewise.
1542 * objc/execute/bf-2.m: Likewise.
1543 * objc/execute/bf-3.m: Likewise.
1544 * objc/execute/bf-4.m: Likewise.
1545 * objc/execute/bf-5.m: Likewise.
1546 * objc/execute/bf-6.m: Likewise.
1547 * objc/execute/bf-7.m: Likewise.
1548 * objc/execute/bf-8.m: Likewise.
1549 * objc/execute/bf-9.m: Likewise.
1550 * objc/execute/bf-10.m: Likewise.
1551 * objc/execute/bf-11.m: Likewise.
1552 * objc/execute/bf-12.m: Likewise.
1553 * objc/execute/bf-13.m: Likewise.
1554 * objc/execute/bf-14.m: Likewise.
1555 * objc/execute/bf-15.m: Likewise.
1556 * objc/execute/bf-16.m: Likewise.
1557 * objc/execute/bf-17.m: Likewise.
1558 * objc/execute/bf-18.m: Likewise.
1559 * objc/execute/bf-19.m: Likewise.
1560 * objc/execute/bf-20.m: Likewise.
1561 * objc/execute/bf-21.m: Likewise.
1562 * objc/execute/bycopy-3.m: Adjust headers, add next-specific code for
1563 objc_get_type_qualifiers ().
1564
1565 2011-01-08 Thomas Koenig <tkoenig@gcc.gnu.org>
1566
1567 PR fortran/45777
1568 * gfortran.dg/dependency_39.f90: New test.
1569
1570 2011-01-07 Jan Hubicka <jh@suse.cz>
1571
1572 Get builtins tests ready for linker plugin.
1573 * gcc.c-torture/execute/builtins/memcpy-chk.c (s2,s3,l1): Mark volatile.
1574 * gcc.c-torture/execute/builtins/memops-asm-lib.c (my_memcpy, my_bcopy,
1575 my_memset, my_bzero): Mark used.
1576 * gcc.c-torture/execute/builtins/memset-chk.c (l1, l3): Mark volatile.
1577 * gcc.c-torture/execute/builtins/memmove-chk.c (s1,s2,s3,l1): Mark
1578 volatile.
1579 * gcc.c-torture/execute/builtins/mempcpy-chk.c (s2,s3,l1): Mark
1580 volatile.
1581
1582 2011-01-07 Jan Hubicka <jh@suse.cz>
1583
1584 PR tree-optimization/46367
1585 * g++.dg/torture/pr46367.C: New file.
1586
1587 2011-01-07 Jakub Jelinek <jakub@redhat.com>
1588
1589 PR target/47201
1590 * gcc.dg/pr47201.c: New test.
1591
1592 PR bootstrap/47187
1593 * gcc.dg/tree-prof/pr47187.c: New test.
1594
1595 2011-01-07 Tobias Burnus <burnus@net-b.de>
1596
1597 PR fortran/41580
1598 * gfortran.dg/extends_type_of_3.f90: New.
1599
1600 2011-01-07 Kai Tietz <kai.tietz@onevision.com>
1601
1602 * g++.dg/ext/dllexport-MI1.C: Adjust test.
1603 * g++.dg/ext/dllimport-MI1.C: Likewise.
1604 * g++.dg/ext/dllimport1.C: Add test for x86_64-*-mingw*.
1605 * g++.dg/ext/dllimport10.C: Likewise.
1606 * g++.dg/ext/dllimport11.C: Likewise.
1607 * g++.dg/ext/dllimport12.C: Likewise.
1608 * g++.dg/ext/dllimport13.C: Likewise.
1609 * g++.dg/ext/dllimport2.C: Likewise.
1610 * g++.dg/ext/dllimport3.C: Likewise.
1611 * g++.dg/ext/dllimport4.C: Likewise.
1612 * g++.dg/ext/dllimport5.C: Likewise.
1613 * g++.dg/ext/dllimport6.C: Likewise.
1614 * g++.dg/ext/dllimport8.C: Likewise.
1615 * g++.dg/ext/dllimport9.C: Likewise.
1616 * g++.dg/ext/selectany2.C: Enable test for x86_64-*-mingw*
1617 targets, too. Additionally enable test for i?86-*-mingw*.
1618 * g++.dg/ext/selectany1.C: Likewise.
1619 Remove guard variable check.
1620
1621 2011-01-07 Janus Weil <janus@gcc.gnu.org>
1622
1623 PR fortran/47189
1624 PR fortran/47194
1625 * gfortran.dg/storage_size_3.f08: Extended.
1626
1627 2011-01-07 Jakub Jelinek <jakub@redhat.com>
1628
1629 PR c++/47022
1630 * g++.dg/template/stdarg1.C: New test.
1631
1632 2011-01-06 Daniel Franke <franke.daniel@gmail.com>
1633
1634 PR fortran/47195
1635 * gfortran.dg/interface_33.f90: Fixed dg-error declarations.
1636 * gfortran.dg/defined_operators_1.f90: Split the subroutine
1637 from the interface of functions to not hide the errors that
1638 shall be tested.
1639
1640 2011-01-06 Jan Hubicka <jh@suse.cz>
1641
1642 * testsuite/gcc.dg/lto/pr47188_0.c: New testcase.
1643 * testsuite/gcc.dg/lto/pr47188_1.c: New testcase.
1644
1645 2011-01-06 Daniel Franke <franke.daniel@gmail.com>
1646
1647 PR fortran/33117
1648 PR fortran/46478
1649 * gfortran.dg/interface_33.f90: New test.
1650
1651 2011-01-06 Jakub Jelinek <jakub@redhat.com>
1652
1653 PR c/47150
1654 * gcc.c-torture/compile/pr47150.c: New test.
1655
1656 2011-01-06 Ira Rosen <irar@il.ibm.com>
1657
1658 PR tree-optimization/47139
1659 * gcc.dg/vect/pr47139.c: New test.
1660
1661 2011-01-05 Janus Weil <janus@gcc.gnu.org>
1662
1663 PR fortran/47180
1664 * gfortran.dg/extends_type_of_2.f03: New.
1665
1666 2011-01-05 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1667
1668 * gcc.dg/stack-usage-1.c (SIZE): Provide proper value for __SPU__.
1669
1670 2011-01-05 Eric Botcazou <ebotcazou@adacore.com>
1671
1672 * gnat.dg/opt14.adb: New test.
1673
1674 2011-01-05 Thomas Koenig <tkoenig@gcc.gnu.org>
1675
1676 PR fortran/46017
1677 * gfortran.dg/allocate_error_2.f90: New test.
1678
1679 2011-01-05 Janus Weil <janus@gcc.gnu.org>
1680
1681 PR fortran/47024
1682 * gfortran.dg/storage_size_3.f08: New.
1683
1684 2011-01-04 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1685
1686 PR libgfortran/47154
1687 * gfortran.dg/namelist_68.f90: New test.
1688
1689 2011-01-04 Eric Botcazou <ebotcazou@adacore.com>
1690
1691 * gnat.dg/unchecked_convert8.ad[sb]: New test.
1692
1693 2011-01-04 Janus Weil <janus@gcc.gnu.org>
1694
1695 PR fortran/46448
1696 * gfortran.dg/class_34.f90: New.
1697
1698 2011-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1699
1700 * gcc.dg/torture/builtin-cproj-1.c: On the __SPU__ target, do not
1701 use __builtin_inff. Skip all single-precision tests that require
1702 Infinity.
1703
1704 2011-01-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1705
1706 * g++.dg/torture/pr46111.C: Add dg-require-effective-target pthread.
1707
1708 2011-01-03 Jakub Jelinek <jakub@redhat.com>
1709
1710 PR tree-optimization/47148
1711 * gcc.c-torture/execute/pr47148.c: New test.
1712
1713 PR tree-optimization/47155
1714 * gcc.c-torture/execute/pr47155.c: New test.
1715
1716 PR rtl-optimization/47157
1717 * gcc.c-torture/compile/pr47157.c: New test.
1718
1719 2011-01-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1720
1721 * gcc.dg/torture/vector-shift2.c (schar): Define.
1722 (main): Always use schar or uchar instead of plain "char" to avoid
1723 dependencies on implementation-defined char signedness.
1724
1725 2011-01-03 Martin Jambor <mjambor@suse.cz>
1726
1727 PR tree-optimization/46801
1728 * gnat.dg/pack9.adb: Remove xfail.
1729
1730 2011-01-03 Martin Jambor <mjambor@suse.cz>
1731
1732 PR tree-optimization/46984
1733 * g++.dg/ipa/pr46984.C: New test.
1734
1735 2011-01-02 Janus Weil <janus@gcc.gnu.org>
1736
1737 PR fortran/46408
1738 * gfortran.dg/class_19.f03: Adjust counting of __builtin_free.
1739
1740 2011-01-02 Jakub Jelinek <jakub@redhat.com>
1741
1742 PR tree-optimization/47140
1743 * gcc.c-torture/compile/pr47140.c: New test.
1744
1745 PR rtl-optimization/47028
1746 * gcc.dg/pr47028.c: New test.
1747
1748 2011-01-02 Nicola Pero <nicola.pero@meta-innovation.com>
1749
1750 * objc.dg/protocol-forward-1.m: Removed TODO.
1751 * objc.dg/protocol-forward-2.m: New.
1752 * obj-c++.dg/protocol-forward-2.mm: Removed TODO.
1753 * obj-c++.dg/protocol-forward-2.mm: New.
1754
1755 2011-01-01 Kai Tietz <kai.tietz@onevision.com>
1756
1757 PR target/38662
1758 * g++.dg/eh/pr38662.C: New testcase.
1759
1760 2011-01-01 Chung-Lin Tang <cltang@codesourcery.com>
1761
1762 * gcc.target/arm/vfp-1.c (test_ldst): Fixed fsts test to
1763 scan for newline '\n'.
1764
1765 \f
1766 Copyright (C) 2011 Free Software Foundation, Inc.
1767
1768 Copying and distribution of this file, with or without modification,
1769 are permitted in any medium without royalty provided the copyright
1770 notice and this notice are preserved.