OSDN Git Service

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