OSDN Git Service

Add testcase for PR43567.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
2
3         PR tree-optimization/43567
4         * gcc.dg/graphite/pr43567.c: New.
5
6 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
7
8         * gfortran.dg/graphite/interchange-4.f: New.
9         * gfortran.dg/graphite/interchange-5.f: New.
10
11         * gcc.dg/tree-ssa/ltrans-1.c: Removed.
12         * gcc.dg/tree-ssa/ltrans-2.c: Removed.
13         * gcc.dg/tree-ssa/ltrans-3.c: Removed.
14         * gcc.dg/tree-ssa/ltrans-4.c: Removed.
15         * gcc.dg/tree-ssa/ltrans-5.c: Removed.
16         * gcc.dg/tree-ssa/ltrans-6.c: Removed.
17         * gcc.dg/tree-ssa/ltrans-8.c: Removed.
18         * gfortran.dg/ltrans-7.f90: Removed.
19         * gcc.dg/tree-ssa/data-dep-1.c: Removed.
20
21         * gcc.dg/pr18792.c: -> gcc.dg/graphite/pr18792.c
22         * gcc.dg/pr19910.c: -> gcc.dg/graphite/pr19910.c
23         * gcc.dg/tree-ssa/20041110-1.c: -> gcc.dg/graphite/pr20041110-1.c
24         * gcc.dg/tree-ssa/pr20256.c: -> gcc.dg/graphite/pr20256.c
25         * gcc.dg/pr23625.c: -> gcc.dg/graphite/pr23625.c
26         * gcc.dg/tree-ssa/pr23820.c: -> gcc.dg/graphite/pr23820.c
27         * gcc.dg/tree-ssa/pr24309.c: -> gcc.dg/graphite/pr24309.c
28         * gcc.dg/tree-ssa/pr26435.c: -> gcc.dg/graphite/pr26435.c
29         * gcc.dg/pr29330.c: -> gcc.dg/graphite/pr29330.c
30         * gcc.dg/pr29581-1.c: -> gcc.dg/graphite/pr29581-1.c
31         * gcc.dg/pr29581-2.c: -> gcc.dg/graphite/pr29581-2.c
32         * gcc.dg/pr29581-3.c: -> gcc.dg/graphite/pr29581-3.c
33         * gcc.dg/pr29581-4.c: -> gcc.dg/graphite/pr29581-4.c
34         * gcc.dg/tree-ssa/loop-27.c: -> gcc.dg/graphite/pr30565.c
35         * gcc.dg/tree-ssa/pr31183.c: -> gcc.dg/graphite/pr31183.c
36         * gcc.dg/tree-ssa/pr33576.c: -> gcc.dg/graphite/pr33576.c
37         * gcc.dg/tree-ssa/pr33766.c: -> gcc.dg/graphite/pr33766.c
38         * gcc.dg/pr34016.c: -> gcc.dg/graphite/pr34016.c
39         * gcc.dg/tree-ssa/pr34017.c: -> gcc.dg/graphite/pr34017.c
40         * gcc.dg/tree-ssa/pr34123.c: -> gcc.dg/graphite/pr34123.c
41         * gcc.dg/tree-ssa/pr36287.c: -> gcc.dg/graphite/pr36287.c
42         * gcc.dg/tree-ssa/pr37686.c: -> gcc.dg/graphite/pr37686.c
43         * gcc.dg/pr42917.c: -> gcc.dg/graphite/pr42917.c
44         * gcc.dg/tree-ssa/data-dep-1.c
45         * gfortran.dg/loop_nest_1.f90: -> gfortran.dg/graphite/pr29290.f90
46         * gfortran.dg/pr29581.f90: -> gfortran.dg/graphite/pr29581.f90
47         * gfortran.dg/pr36286.f90: -> gfortran.dg/graphite/pr36286.f90
48         * gfortran.dg/pr36922.f: -> gfortran.dg/graphite/pr36922.f
49         * gfortran.dg/pr39516.f: -> gfortran.dg/graphite/pr39516.f
50
51 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
52
53         PR tree-optimization/47265
54         PR tree-optimization/47443
55         * gcc.c-torture/compile/pr47265.c: New test.
56         * gcc.dg/pr47443.c: New test.
57
58 2011-01-25  Martin Jambor  <mjambor@suse.cz>
59
60         PR tree-optimization/47382
61         * g++.dg/torture/pr47382.C: New test.
62         * g++.dg/opt/devirt1.C: Xfail.
63
64 2011-01-25  Yao Qi  <yao@codesourcery.com>
65
66         PR target/45701
67         * gcc.target/arm/pr45701-1.c: New test.
68         * gcc.target/arm/pr45701-2.c: New test.
69         * gcc.target/arm/pr45701-3.c: New test.
70
71 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
72             Jakub Jelinek  <jakub@redhat.com>
73
74         PR tree-optimization/47271
75         * gcc.dg/tree-ssa/ifc-pr47271.c: New.
76
77 2011-01-25  Nick Clifton  <nickc@redhat.com>
78
79         * gcc.target/rx/builtins.c: Allow -fipa-cp-clone.
80         (saturate_add): Delete.
81         (exchange): Delete.
82         (main): Do not run saturate_add.
83         (set_interrupts): Delete.
84
85 2011-01-25  Tobias Burnus  <burnus@net-b.de>
86
87         PR fortran/47448
88         * gfortran.dg/redefined_intrinsic_assignment_2.f90: New.
89
90 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
91
92         PR tree-optimization/47427
93         PR tree-optimization/47428
94         * gcc.c-torture/compile/pr47427.c: New test.
95         * gcc.c-torture/compile/pr47428.c: New test.
96
97 2011-01-25  Richard Guenther  <rguenther@suse.de>
98
99         PR middle-end/47411
100         * gcc.dg/torture/pr47411.c: New testcase.
101
102 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
103
104         * gfortran.dg/graphite/id-24.f: New.
105         * gfortran.dg/graphite/id-25.f: New.
106
107 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
108
109         * gfortran.dg/graphite/id-23.f: New.
110
111 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
112
113         * gfortran.dg/graphite/interchange-3.f90: Un-XFAILed.
114
115 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
116
117         * gcc.dg/graphite/block-0.c: Un-XFAILed.
118         * gcc.dg/graphite/block-1.c: Un-XFAILed.
119         * gcc.dg/graphite/block-7.c: Un-XFAILed.
120         * gcc.dg/graphite/block-8.c: Un-XFAILed.
121         * gcc.dg/graphite/interchange-12.c: Un-XFAILed.
122         * gcc.dg/graphite/interchange-14.c: Un-XFAILed.
123         * gcc.dg/graphite/interchange-15.c: Un-XFAILed.
124         * gcc.dg/graphite/interchange-8.c: Un-XFAILed.
125         * gcc.dg/graphite/interchange-mvt.c: Un-XFAILed.
126
127 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
128
129         * gcc.dg/graphite/block-0.c: Add documentation.
130         * gcc.dg/graphite/block-4.c: Same.
131         * gcc.dg/graphite/block-7.c: Same.
132         * gcc.dg/graphite/block-8.c: New.
133         * gcc.dg/graphite/interchange-1.c: Un-XFAILed.
134         * gcc.dg/graphite/interchange-11.c: Un-XFAILed.
135         * gcc.dg/graphite/interchange-12.c: Add documentation.
136         * gcc.dg/graphite/interchange-13.c: New.
137         * gcc.dg/graphite/interchange-14.c: New.
138         * gcc.dg/graphite/interchange-15.c: New.
139         * gcc.dg/graphite/interchange-8.c: Add documentation.
140         * gcc.dg/graphite/interchange-mvt.c: Same.
141
142 2011-01-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
143
144         PR target/47408
145         * gcc.target/powerpc/altivec-11.c: Add explicit -mno-vsx.
146         * gcc.target/powerpc/altivec-14.c: Ditto.
147         * gcc.target/powerpc/altivec-33.c: Ditto.
148         * gcc.target/powerpc/altivec-types-1.c: Ditto.
149         * gcc.target/powerpc/altivec-types-2.c: Ditto.
150         * gcc.target/powerpc/altivec-types-3.c: Ditto.
151         * gcc.target/powerpc/altivec-types-4.c: Ditto.
152         * gcc.target/powerpc/ppc-vector-memcpy.c: Ditto.
153         * gcc.target/powerpc/ppc-vector-memset.c: Ditto.
154         * g++.dg/ext/altivec-15.C: Ditto.
155         * g++.dg/ext/altivec-types-1.C: Ditto.
156         * g++.dg/ext/altivec-types-2.C: Ditto.
157         * g++.dg/ext/altivec-types-3.C: Ditto.
158         * g++.dg/ext/altivec-types-4.C: Ditto.
159
160 2011-01-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
161
162         * lib/scanasm.exp (dg-function-on-line): Handle mips-sgi-irix*.
163
164 2011-01-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
165
166         * gfortran.dg/cray_pointers_2.f90: Avoid cycling through
167         optimization options.
168
169 2011-01-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
170
171         * gfortran.dg/array_constructor_33.f90: Use dg-timeout-factor 4.
172
173         PR testsuite/45988
174         * gfortran.dg/vect/fast-math-pr38968.f90: Use dg-timeout-factor 2.
175
176 2011-01-23  Tobias Burnus  <burnus@net-b.de>
177
178         PR fortran/47421
179         * gfortran.dg/allocatable_scalar_12.f90: New.
180
181 2011-01-23  Ira Rosen  <irar@il.ibm.com>
182
183         * gcc.dg/vect/costmodel/spu/costmodel-vect-33.c: Expect
184         vectorization to be not profitable if peeling is used to
185         realign the memory access.
186         * gcc.dg/vect/costmodel/spu/costmodel-vect-76a.c: Increase
187         loop bound to avoid loop unrolling.
188         * gcc.dg/vect/costmodel/spu/costmodel-vect-76c.c: Likewise.
189
190 2011-01-22  Jan Hubicka  <jh@suse.cz>
191
192         PR lto/47333
193         * g++.dg/lto/pr47333.C: New file.
194
195 2011-01-22  Jan Hubicka  <jh@suse.cz>
196
197         PR tree-optimization/43884
198         PR lto/44334
199         * gcc.dg/autopar/outer-2.c: Increase array size.
200         * gcc.dg/tree-ssa/ldist-pr45948.c: Update test.
201
202 2011-01-22  Thomas Koenig  <tkoenig@gcc.gnu.org>
203
204         PR fortran/38536
205         * gfortran.dg/c_loc_tests_16.f90:  New test.
206
207 2011-01-22  Tobias Burnus  <burnus@net-b.de>
208
209         PR fortran/47399
210         * gfortran.dg/typebound_proc_19.f90: New.
211
212 2011-01-21  Jeff Law <law@redhat.com>
213
214         PR tree-optimization/47053
215         * g++.dg/pr47053.C: New test.
216
217 2011-01-21  Jason Merrill  <jason@redhat.com>
218
219         PR c++/47041
220         * g++.dg/cpp0x/constexpr-ctor6.C: New.
221
222 2011-01-21  Jakub Jelinek  <jakub@redhat.com>
223
224         PR c++/47388
225         * g++.dg/cpp0x/range-for10.C: New test.
226         * g++.dg/template/for1.C: New test.
227
228         PR middle-end/45566
229         * g++.dg/tree-prof/partition3.C: New test.
230
231         * g++.dg/tree-prof/tree-prof.exp: Fix a comment.
232
233         PR rtl-optimization/47366
234         * g++.dg/opt/pr47366.C: New test.
235
236 2011-01-21  Jason Merrill  <jason@redhat.com>
237
238         PR c++/46552
239         * g++.dg/cpp0x/constexpr-regress2.C: New.
240
241         * g++.dg/cpp0x/constexpr-stmtexpr.C: New.
242
243 2011-01-21  Jeff Law <law@redhat.com>
244
245         PR rtl-optimization/41619
246         * gcc.dg/pr41619.c: New.
247
248 2011-01-21  Jakub Jelinek  <jakub@redhat.com>
249
250         PR tree-optimization/47355
251         * g++.dg/opt/pr47355.C: New test.
252
253 2011-01-21  Richard Guenther  <rguenther@suse.de>
254
255         * gcc.dg/tree-ssa/pr47392.c: Make test non-static instead of
256         making main hot.
257
258 2011-01-21  Richard Guenther  <rguenther@suse.de>
259
260         PR tree-optimization/47365
261         * gcc.dg/torture/pr47365.c: New testcase.
262         * gcc.dg/tree-ssa/pr47392.c: Likewise.
263
264 2011-01-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
265
266         * g++.dg/other/anon5.C: Skip on mips-sgi-irix*.
267
268 2011-01-21  Jakub Jelinek  <jakub@redhat.com>
269
270         PR tree-optimization/47391
271         * gcc.dg/pr47391.c: New test.
272
273 2011-01-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
274
275         * g++.dg/template/char1.C: Use signed char.
276
277 2011-01-21  Tobias Burnus  <burnus@net-b.de>
278
279         PR fortran/47377
280         * gfortran.dg/pointer_target_4.f90: New.
281
282 2011-01-20  Michael Meissner  <meissner@linux.vnet.ibm.com>
283
284         PR target/47251
285         * gcc.target/powerpc/pr47251.c: Fixup test so that it runs on
286         ILP32 system and not IP32.
287
288 2011-01-20  Alexandre Oliva  <aoliva@redhat.com>
289
290         PR debug/46583
291         * g++.dg/debug/pr46583.C: New.
292
293 2011-01-20  Jakub Jelinek  <jakub@redhat.com>
294
295         PR debug/47283
296         * g++.dg/debug/pr47283.C: New test.
297
298         PR testsuite/47371
299         * gcc.target/i386/headmerge-1.c: Tighten up scan-assembler regex.
300         * gcc.target/i386/headmerge-2.c: Likewise.
301
302 2011-01-20  Richard Guenther  <rguenther@suse.de>
303
304         PR middle-end/47370
305         * gcc.dg/torture/pr47370.c: New testcase.
306
307 2011-01-20  Jakub Jelinek  <jakub@redhat.com>
308
309         PR tree-optimization/46130
310         * gcc.dg/pr46130-1.c: New test.
311         * gcc.dg/pr46130-2.c: New test.
312
313 2011-01-19  Dodji Seketeli  <dodji@redhat.com>
314
315         PR c++/47291
316         * g++.dg/debug/dwarf2/template-params-10.C: New test.
317
318 2011-01-19  Alexandre Oliva  <aoliva@redhat.com>
319
320         PR debug/46240
321         * g++.dg/debug/pr46240.cc: New.
322
323 2011-01-19  Jakub Jelinek  <jakub@redhat.com>
324
325         PR c++/47303
326         * g++.dg/template/anonunion1.C: New test.
327
328         PR rtl-optimization/47337
329         * gcc.c-torture/execute/pr47337.c: New test.
330
331 2011-01-19  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
332
333         PR testsuite/45342
334         * gcc.dg/tls/thr-cse-1.c: Fix match on spu-*.*.
335
336 2011-01-19  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
337
338         PR tree-optimization/46021
339         * gcc.dg/tree-ssa/20040204-1.c: Do not XFAIL on spu-*-*.
340
341 2011-01-19  Jakub Jelinek  <jakub@redhat.com>
342
343         PR tree-optimization/47290
344         * g++.dg/torture/pr47290.C: New test.
345
346 2011-01-18  Janus Weil  <janus@gcc.gnu.org>
347
348         PR fortran/47240
349         * gfortran.dg/proc_ptr_comp_29.f90: New.
350
351 2011-01-18  Dominique d'Humieres  <dominiq@lps.ens.fr>
352
353         PR testsuite/41146
354         * gcc.target/powerpc/asm-es-2.c: Adjust regular expression for
355         powerpc-apple-darwin9.
356
357 2011-01-18  Jakub Jelinek  <jakub@redhat.com>
358
359         PR rtl-optimization/47299
360         * gcc.c-torture/execute/pr47299.c: New test.
361
362 2011-01-17  Jason Merrill  <jason@redhat.com>
363
364         * g++.dg/cpp0x/constexpr-virtual.C: New.
365
366 2011-01-17  Jakub Jelinek  <jakub@redhat.com>
367
368         PR fortran/47331
369         * gfortran.dg/gomp/pr47331.f90: New test.
370
371 2011-01-17  Nicola Pero  <nicola.pero@meta-innovation.com>
372
373         PR objc/47314
374         * objc.dg/selector-warn-1.m: New.
375         * obj-c++.dg/selector-warn-1.mm: New.
376
377 2011-01-17  Richard Sandiford  <rdsandiford@googlemail.com>
378
379         * gcc.dg/tree-ssa/vrp51.c: Prefix each "bug." string with "vrp.".
380         Update dg-final accordingly.
381
382 2011-01-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
383
384         * g++.old-deja/g++.other/init19.C: Don't XFAIL on mips-sgi-irix*.
385
386 2011-01-17  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
387
388         * gcc.dg/guality/pr36728-1.c: Replace XFAIL for s390(x) with a
389         target check.
390         * gcc.dg/guality/pr36728-2.c: Likewise.
391
392 2011-01-17  Richard Guenther  <rguenther@suse.de>
393
394         PR tree-optimization/47313
395         * g++.dg/torture/pr47313.C: New testcase.
396
397 2011-01-17  H.J. Lu  <hongjiu.lu@intel.com>
398
399         PR target/47318
400         * gcc.target/i386/avx-vmaskmovpd-1.c: New.
401         * gcc.target/i386/avx-vmaskmovpd-2.c: Likewise.
402         * gcc.target/i386/avx-vmaskmovps-1.c: Likewise.
403         * gcc.target/i386/avx-vmaskmovps-1.c: Likewise.
404
405         * gcc.target/i386/avx-vmaskmovpd-256-1.c (avx_test): Load mask
406         as __m256i.
407         * gcc.target/i386/avx-vmaskmovpd-256-2.c (avx_test): Likewise.
408         * gcc.target/i386/avx-vmaskmovps-256-1.c (avx_test): Likewise.
409         * gcc.target/i386/avx-vmaskmovps-256-2.c (avx_test): Likewise.
410
411 2011-01-17  Richard Guenther  <rguenther@suse.de>
412
413         PR tree-optimization/45967
414         * gcc.dg/torture/pr45967-2.c: New testcase.
415         * gcc.dg/torture/pr45967-3.c: Likewise.
416
417 2011-01-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
418
419         PR testsuite/47325
420         g++.dg/ext/pr47213.C: Require visibility.
421
422 2011-01-16  Richard Sandiford  <rdsandiford@googlemail.com>
423
424         * gcc.dg/fixed-point/composite-type.c: Pass -Wno-unused.
425         * gcc.dg/fixed-point/struct-union.c: Update error messages.
426
427 2011-01-16  Richard Sandiford  <rdsandiford@googlemail.com>
428
429         * gcc.c-torture/execute/20101011-1.c: Skip test for MIPS16
430         Linux-based targets.
431
432 2011-01-13  Jan Hubicka  <jh@suse.cz>
433
434         PR tree-optimization/47276
435         * gcc.dg/pr47276.c: New testcase.
436
437 2011-01-15  Giovanni Funchal  <gafunchal@gmail.com>
438             Jonathan Wakely  <jwakely.gcc@gmail.com>
439
440         PR c++/33558
441         * g++.dg/other/pr33558.C: New.
442         * g++.dg/other/pr33558-2.C: New.
443
444 2011-01-14  Martin Jambor  <mjambor@suse.cz>
445
446         PR tree-optimization/45934
447         PR tree-optimization/46302
448         * g++.dg/ipa/devirt-c-1.C: New test.
449         * g++.dg/ipa/devirt-c-2.C: Likewise.
450         * g++.dg/ipa/devirt-c-3.C: Likewise.
451         * g++.dg/ipa/devirt-c-4.C: Likewise.
452         * g++.dg/ipa/devirt-c-5.C: Likewise.
453         * g++.dg/ipa/devirt-c-6.C: Likewise.
454         * g++.dg/ipa/devirt-6.C: Likewise.
455         * g++.dg/ipa/devirt-d-1.C: Likewise.
456         * g++.dg/torture/pr45934.C: Likewise.
457
458 2011-01-14  Jason Merrill  <jason@redhat.com>
459
460         * g++.dg/cpp0x/variadic105.C: New.
461
462 2011-01-08  Dominique d'Humieres  <dominiq@lps.ens.fr>
463             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
464
465         PR objc/45989
466         * objc.dg/gnu-encoding/struct-layout-encoding-1_generate.c
467         (switchfiles): XFAIL
468         objc.dg-struct-layout-encoding-1/t02[57-9]_main.m execution tests
469         on i?86-*-*, x86_64-*-*, and powerpc*-apple-darwin* && ilp32.
470         XFAIL objc.dg-struct-layout-encoding-1/t03[01]_main.m execution
471         tests on i?86-*-* and x86_64-*-*.
472
473 2011-01-14  Richard Guenther  <rguenther@suse.de>
474
475         PR tree-optimization/47280
476         * g++.dg/opt/pr47280.C: New testcase.
477
478 2011-01-14  Jason Merrill  <jason@redhat.com>
479
480         * g++.dg/cpp0x/constexpr-regress1.C: New.
481
482         * g++.dg/ext/flexary2.C: New.
483
484 2011-01-14  Richard Guenther  <rguenther@suse.de>
485
486         PR middle-end/47281
487         * gcc.dg/torture/pr47281.c: New testcase.
488         * gcc.dg/tree-ssa/pr46076.c: XFAIL.
489
490 2011-01-14  Richard Guenther  <rguenther@suse.de>
491
492         PR tree-optimization/47286
493         * gcc.dg/tree-ssa/pr47286.c: New testcase.
494
495 2011-01-13  Kai Tietz  <kai.tietz@onevision.com>
496
497         PR c++/47213
498         * g++.dg/ext/pr47213.C: New.
499
500 2011-01-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
501
502         * gfortran.dg/cray_pointers_2.f90: Use dg-timeout-factor 4.
503
504 2011-01-13  Tobias Burnus  <burnus@net-b.de>
505             Mikael Morin  <mikael@gcc.gnu.org>
506
507         PR fortran/45848
508         PR fortran/47204
509         * gfortran.dg/select_type_20.f90: New.
510         * gfortran.dg/select_type_21.f90: New.
511
512 2011-01-13  Michael Meissner  <meissner@linux.vnet.ibm.com>
513
514         PR target/47251
515         * gcc.target/powerpc/pr47251.c: New file, test PR 47251 fix.
516
517 2011-01-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
518
519         * gcc.dg/guality/pr36728-1.c: Disable arg1/2 checks for s390 and
520         s390x.
521         * gcc.dg/guality/pr36728-2.c: Likewise.
522
523 2011-01-13  Dodji Seketeli  <dodji@redhat.com>
524
525         PR debug/PR46973
526         * g++.dg/debug/dwarf2/template-params-9.C: New test.
527
528 2011-01-13  Andrey Belevantsev  <abel@ispras.ru>
529
530         PR rtl-optimization/45352
531         * gcc.dg/pr45352-3.c: New.
532
533 2011-01-12  Rodrigo Rivas Costa <rodrigorivascosta@gmail.com>
534
535         * g++.dg/cpp0x/range-for4.C: Delete useless include and duplicated
536         comment.
537         * g++.dg/cpp0x/range-for8.C: New.
538         * g++.dg/cpp0x/range-for9.C: New.
539
540 2011-01-12  Kai Tietz  <kai.tietz@onevision.com>
541
542         PR debug/47209
543         * g++.dg/debug/pr47209.C: New.
544
545 2011-01-12  Richard Guenther  <rguenther@suse.de>
546
547         PR lto/47259
548         * gcc.dg/lto/pr47259_0.c: New testcase.
549         * gcc.dg/lto/pr47259_1.c: Likewise.
550
551 2011-01-12  Iain Sandoe  <iains@gcc.gnu.org>
552
553         * objc-obj-c++-shared/Object1.h: Add copyright header, update
554         comments.  Add a TEST_SUITE_ADDITIONS category for GNU runtime.
555         Amend NeXT version to declare a TEST_SUITE_ADDITIONS carrying the
556         methods missing from the OBJC2 Object.
557         * objc-obj-c++-shared/Object1-implementation.h: Add copyright header.
558         Amend implementation to use a TEST_SUITE_ADDITIONS category for both GNU
559         and NeXT runtimes.
560         * objc-obj-c++-shared/Object1.mm: Remove redundant header, update
561         comments.
562         * objc-obj-c++-shared/Object1.m: Likewise.
563         * objc.dg/encode-3.m: Update header use.  Amend to be API2 compatible.
564         * objc.dg/proto-qual-1.m: Likewise.
565         * obj-c++.dg/proto-lossage-3.mm: Likewise.
566         * obj-c++.dg/proto-qual-1.mm: Likewise.
567
568 2011-01-12  Eric Botcazou  <ebotcazou@adacore.com>
569
570         PR testsuite/33033
571         * gcc.dg/20061124-1.c: Pass -mcpu=v9 on the SPARC.
572
573 2011-01-12  Nicola Pero  <nicola.pero@meta-innovation.com>
574
575         Fixed the Objective-C++ testsuite and updated all tests.
576         * lib/obj-c++.exp (obj-c++_init): Declare and set
577         gcc_warning_prefix and gcc_error_prefix.        
578         * obj-c++.dg/attributes/categ-attribute-2.mm: Fixed usage of
579         'dg-warning', 'dg-message' and 'dg-error'.
580         * obj-c++.dg/class-extension-3.mm: Likewise.
581         * obj-c++.dg/class-protocol-1.mm: Likewise.
582         * obj-c++.dg/encode-7.mm: Likewise.
583         * obj-c++.dg/exceptions-3.mm: Likewise.
584         * obj-c++.dg/exceptions-5.mm: Likewise. 
585         * obj-c++.dg/method-12.mm: Likewise.
586         * obj-c++.dg/method-13.mm: Likewise.
587         * obj-c++.dg/method-15.mm: Likewise.
588         * obj-c++.dg/method-16.mm: Likewise.
589         * obj-c++.dg/method-4.mm: Likewise.
590         * obj-c++.dg/method-8.mm: Likewise.
591         * obj-c++.dg/method-conflict-1.mm: Likewise.
592         * obj-c++.dg/method-conflict-2.mm: Likewise.
593         * obj-c++.dg/method-conflict-3.mm: Likewise. Also, removed FIXME
594         and uncommented second part of the testcase now that the testsuite
595         works correctly.
596         * obj-c++.dg/method-conflict-4.mm: Likewise.  Also, removed FIXME
597         and uncommented second part of the testcase now that the testsuite
598         works correctly.
599         * obj-c++.dg/private-1.mm: Likewise.    
600         * obj-c++.dg/proto-lossage-4.mm: Likewise.
601         * obj-c++.dg/syntax-error-7.mm: Likewise.
602         * obj-c++.dg/warn5.mm: Likewise.
603         * obj-c++.dg/property/at-property-14.mm: Likewise.
604         * obj-c++.dg/property/at-property-16.mm: Likewise, and removed
605         FIXME.  
606         * obj-c++.dg/property/at-property-18.mm: Likewise.
607         * obj-c++.dg/property/at-property-20.mm: Likewise, and removed
608         FIXME.
609         * obj-c++.dg/property/at-property-21.mm: Likewise.
610         * obj-c++.dg/property/at-property-28.mm: Likewise.
611         * obj-c++.dg/property/at-property-5.mm: Likewise.
612         * obj-c++.dg/property/dynamic-2.mm: Likewise.
613         * obj-c++.dg/property/property-neg-3.mm: Likewise.
614         * obj-c++.dg/property/synthesize-11.mm: Likewise.
615         * obj-c++.dg/property/synthesize-6.mm: Likewise.
616         * obj-c++.dg/property/synthesize-8.mm: Likewise.
617         * obj-c++.dg/property/synthesize-9.mm: Likewise.
618         * obj-c++.dg/tls/diag-5.mm: Likewise.
619         * obj-c++.dg/ivar-invalid-type-1.mm: Removed FIXME and uncommented
620         dg-error, now matched correctly.
621         
622 2011-01-12  Nicola Pero  <nicola.pero@meta-innovation.com>
623
624         * objc.dg/property/at-property-29.m: New.
625         * obj-c++.dg/property/at-property-29.mm: New.   
626         
627 2011-01-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
628
629         * go.test/go-test.exp (go-set-goarch): New proc.
630         (go-gc-tests): Use it.
631
632 2011-01-11  Dodji Seketeli  <dodji@redhat.com>
633
634         PR debug/46955
635         * g++.dg/debug/dwarf2/template-params-8.C: New test.
636
637 2011-01-11  Richard Henderson  <rth@redhat.com>
638
639         * gcc-dg/tree-ssa/vrp47.c: Disable for mn10300 as well.
640
641 2011-01-11  Jan Hubicka  <jh@suse.cz>
642
643         PR lto/45721
644         PR lto/45375
645         * testsuite/gcc.dg/lto/pr45721_1.c: New file.
646         * testsuite/gcc.dg/lto/pr45721_0.c: New file.
647
648 2011-01-11  Richard Guenther  <rguenther@suse.de>
649
650         PR tree-optimization/46076
651         * gcc.dg/tree-ssa/pr46076.c: New testcase.
652
653 2011-01-11  Jeff Law <law@redhat.com>
654
655         * PR tree-optimization/47086
656         * gcc.dg/pr47086.c: New test.
657
658 2011-01-11  Jason Merrill  <jason@redhat.com>
659
660         PR c++/46658
661         * g++.dg/template/new10.C: New.
662
663         PR c++/45520
664         * g++.dg/cpp0x/lambda/lambda-this3.C: New.
665
666 2011-01-11  Iain Sandoe  <iains@gcc.gnu.org>
667
668         * objc-obj-c++-shared/next-mapping.h: Add copyright header.
669         Split type definitions and NSConstantString class into...
670         * objc-obj-c++-shared/objc-test-suite-types.h: New.
671         * objc-obj-c++-shared/nsconstantstring-class.h: New.
672         * objc-obj-c++-shared/nsconstantstring-class-impl.h: New.
673         * objc-obj-c++-shared/nsconstantstring-class-impl.m: New.
674         * objc-obj-c++-shared/nsconstantstring-class-impl.mm: New.
675         * objc-obj-c++-shared/next-abi.h: Add copyright header, minor update
676         to comments.
677         * objc-obj-c++-shared/objc-test-suite-next-encode-assist.h: Adjust
678         encode defines for newer NeXT system headers.
679         * obj-c++.dg/template-4.mm: Adjust to use nsconstantstring headers.
680         * obj-c++.dg/torture/strings/string1.mm: Likewise.
681         * objc.dg/foreach-5.m: Likewise.
682         * objc.dg/foreach-2.m: Likewise.
683         * objc.dg/foreach-4.m: Likewise.
684         * objc.dg/torture/strings/string1.m: Likewise.
685         * objc.dg/torture/strings/string2.m: Likewise.
686         * objc.dg/torture/strings/string3.m: Likewise.
687         * objc.dg/torture/strings/string4.m: Likewise.
688         * obj-c++.dg/torture/strings/const-str-3.mm: Adjust to use type
689         header and stand alone.
690         * obj-c++.dg/strings/strings-2.mm: Likewise.
691         * objc.dg/torture/strings/const-str-3.m: Likewise.
692         * objc.dg/strings/strings-2.m: Likewise.
693         * objc.dg/strings/const-str-12b.m: Likewise.
694
695 2011-01-12  Richard Guenther  <rguenther@suse.de>
696
697         PR middle-end/32511
698         * gcc.dg/attr-weak-1.c: Adjust.
699
700 2011-01-11  Paul Thomas  <pault@gcc.gnu.org>
701
702         PR fortran/47051
703         * gfortran.dg/realloc_on_assign_2.f03 : Modify 'test1' to be
704         standard compliant and comment.
705
706 2011-01-10  Jan Hubicka  <jh@suse.cz>
707
708         PR lto/46083
709         * gcc.dg/initpri3.c: New testcase.
710
711 2011-01-10  H.J. Lu  <hongjiu.lu@intel.com>
712
713         PR lto/47222
714         * g++.dg/torture/stackalign/test-unwind.h (g_edi): Mark it
715         externally visible.
716         (g_esi): Likewise.
717         (g_ebx): Likewise.
718         (g_ebp): Likewise.
719         (g_esp): Likewise.
720         (g_ebp_save): Likewise.
721         (g_esp_save): Likewise.
722
723 2011-01-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
724
725         * g++.dg/ipa/pr46984.C: Add dg-require-effective-target lto.
726
727 2011-01-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
728
729         PR tree-optimization/46021
730         * gcc.dg/tree-ssa/20040204-1.c: Don't XFAIL on alpha*-*-*,
731         i?86-*-*, x86_64-*-*.
732
733 2011-01-10  Jeff Law <law@redhat.com>
734
735         * PR tree-optimization/47141
736         * gcc.c-torture/compile/pr47141.c: New test.
737
738 2011-01-10  Eric Botcazou  <ebotcazou@adacore.com>
739
740         PR testsuite/46230
741         * gcc.dg/vect/vect-vfa-slp.c: Remove XFAIL.
742         * gcc.dg/vect/slp-23.c: Remove XFAIL for SLP.
743         * gcc.dg/vect/slp-35.c: Remove XFAILs.
744         * gcc.dg/vect/no-tree-pre-slp-29.c: Likewise.
745
746         PR testsuite/46230
747         * gcc.dg/vect/vect-peel-1.c (main): Prevent initialization loop from
748         being vectorized.  Adjust dg-final pattern.  Remove XFAIL.
749         * gcc.dg/vect/vect-peel-2.c (main): Likewise.
750         * gcc.dg/vect/vect-peel-4.c (main): Prevent initialization loop from
751         being vectorized.  Adjust dg-final pattern.
752
753         PR testsuite/46230
754         * gcc.dg/vect/pr33804.c: XFAIL only for ilp32.
755         * gcc.dg/vect/slp-24.c: Likewise.
756
757 2011-01-10  Dave Korn  <dave.korn.cygwin@gmail.com>
758
759         PR c++/47218
760         * g++.dg/other/pr47218-1.C: New test file.
761         * g++.dg/other/pr47218.C: Likewise.
762         * g++.dg/other/pr47218.h: New supporting header.
763
764 2011-01-09  Nicola Pero  <nicola.pero@meta-innovation.com>
765
766         PR objc/47232
767         * objc.dg/attributes/invalid-attribute-1.m: New.
768         * obj-c++.dg/attributes/invalid-attribute-1.mm: New.    
769
770 2011-01-09  Janus Weil  <janus@gcc.gnu.org>
771
772         PR fortran/47224
773         * gfortran.dg/proc_ptr_comp_28.f90: New.
774
775 2011-01-09  Iain Sandoe  <iains@gcc.gnu.org>
776
777         * obj-c++.dg/gnu-api-2-class.mm: Skip for Darwin < 9.
778         * obj-c++.dg/gnu-api-2-ivar.mm: Likewise.
779         * obj-c++.dg/gnu-api-2-method.mm: Likewise.
780         * obj-c++.dg/gnu-api-2-objc.mm: Likewise.
781         * obj-c++.dg/gnu-api-2-object.mm: Likewise.
782         * obj-c++.dg/gnu-api-2-property.mm: Likewise.
783         * obj-c++.dg/gnu-api-2-protocol.mm: Likewise.
784         * obj-c++.dg/gnu-api-2-sel.mm: Likewise.
785         * objc.dg/gnu-api-2-class.m: Likewise.
786         * objc.dg/gnu-api-2-ivar.m: Likewise.
787         * objc.dg/gnu-api-2-method.m: Likewise.
788         * objc.dg/gnu-api-2-objc.m: Likewise.
789         * objc.dg/gnu-api-2-object.m: Likewise.
790         * objc.dg/gnu-api-2-property.m: Likewise.
791         * objc.dg/gnu-api-2-protocol.m: Likewise.
792         * objc.dg/gnu-api-2-sel.m: Likewise.
793
794 2011-01-09  Iain Sandoe  <iains@gcc.gnu.org>
795
796         * objc.dg/foreach-1.m: Skip for Darwin < 9.
797         * objc.dg/objc-foreach-4.m: Likewise.
798         * objc.dg/objc-foreach-5.m: Skip for Darwin < 9, adjust headers.
799         * objc.dg/foreach-2.m: Skip for Darwin < 9, return self from init.
800         * objc.dg/foreach-4.m: Likewise.
801         * objc.dg/foreach-5.m: Likewise.
802         * objc.dg/foreach-3.m: Return self from init.
803
804 2011-01-09  Thomas Koenig  <tkoenig@gcc.gnu.org>
805
806         PR fortran/38536
807         * gfortran.dg/iso_c_binding_c_loc_char_1.f03:  New test.
808
809 2011-01-09  Janus Weil  <janus@gcc.gnu.org>
810
811         PR fortran/46313
812         * gfortran.dg/class_35.f90: New.
813
814 2011-01-08  Iain Sandoe  <iains@gcc.gnu.org>
815
816         * objc.dg/foreach-1.m: Add "-Wall" to flags.
817
818 2011-01-08  Nicola Pero  <nicola.pero@meta-innovation.com>
819
820         PR objc/47078
821         * objc.dg/invalid-method-2.m: New.
822         * obj-c++.dg/invalid-method-2.mm: New.
823
824 2011-01-08  Paul Thomas  <pault@gcc.gnu.org>
825
826         PR fortran/46896
827         * gfortran.dg/transpose_optimization_2.f90 : New test.
828
829 2011-01-08  Jan Hubicka  <jh@suse.cz>
830
831         PR tree-optmization/46469
832         * g++.dg/torture/pr46469.C: New testcase.
833
834 2011-01-08  Iain Sandoe  <iains@gcc.gnu.org>
835
836         * objc-obj-c++-shared/next-mapping.h: Move code and definitions for
837         emulation of libobjc-gnu structure layout functionality to ..
838         * objc-obj-c++-shared/objc-test-suite-next-encode-assist.h: New.
839         * objc-obj-c++-shared/objc-test-suite-next-encode-assist-impl.h: New.
840         * objc/execute/bf-common.h: Adjust headers.
841         * objc/execute/bf-1.m: Likewise.
842         * objc/execute/bf-2.m: Likewise.
843         * objc/execute/bf-3.m: Likewise.
844         * objc/execute/bf-4.m: Likewise.
845         * objc/execute/bf-5.m: Likewise.
846         * objc/execute/bf-6.m: Likewise.
847         * objc/execute/bf-7.m: Likewise.
848         * objc/execute/bf-8.m: Likewise.
849         * objc/execute/bf-9.m: Likewise.
850         * objc/execute/bf-10.m: Likewise.
851         * objc/execute/bf-11.m: Likewise.
852         * objc/execute/bf-12.m: Likewise.
853         * objc/execute/bf-13.m: Likewise.
854         * objc/execute/bf-14.m: Likewise.
855         * objc/execute/bf-15.m: Likewise.
856         * objc/execute/bf-16.m: Likewise.
857         * objc/execute/bf-17.m: Likewise.
858         * objc/execute/bf-18.m: Likewise.
859         * objc/execute/bf-19.m: Likewise.
860         * objc/execute/bf-20.m: Likewise.
861         * objc/execute/bf-21.m: Likewise.
862         * objc/execute/bycopy-3.m: Adjust headers, add next-specific code for
863         objc_get_type_qualifiers ().
864
865 2011-01-08  Thomas Koenig  <tkoenig@gcc.gnu.org>
866
867         PR fortran/45777
868         * gfortran.dg/dependency_39.f90:  New test.
869
870 2011-01-07  Jan Hubicka  <jh@suse.cz>
871
872         Get builtins tests ready for linker plugin.
873         * gcc.c-torture/execute/builtins/memcpy-chk.c (s2,s3,l1): Mark volatile.
874         * gcc.c-torture/execute/builtins/memops-asm-lib.c (my_memcpy, my_bcopy, my_memset,
875         my_bzero): Mark used.
876         * gcc.c-torture/execute/builtins/memset-chk.c (l1, l3): Mark volatile.
877         * gcc.c-torture/execute/builtins/memmove-chk.c (s1,s2,s3,l1): Mark volatile.
878         * gcc.c-torture/execute/builtins/mempcpy-chk.c (s2,s3,l1): Mark volatile
879
880 2011-01-07  Jan Hubicka  <jh@suse.cz>
881
882         PR tree-optimization/46367
883         * g++.dg/torture/pr46367.C: New file.
884
885 2011-01-07  Jakub Jelinek  <jakub@redhat.com>
886
887         PR target/47201
888         * gcc.dg/pr47201.c: New test.
889
890         PR bootstrap/47187
891         * gcc.dg/tree-prof/pr47187.c: New test.
892
893 2011-01-07  Tobias Burnus  <burnus@net-b.de>
894
895         PR fortran/41580
896         * gfortran.dg/extends_type_of_3.f90: New.
897
898 2011-01-07  Kai Tietz  <kai.tietz@onevision.com>
899
900         * g++.dg/ext/dllexport-MI1.C: Adjust test.
901         * g++.dg/ext/dllimport-MI1.C: Likewise.
902         * g++.dg/ext/dllimport1.C: Add test for x86_64-*-mingw*.
903         * g++.dg/ext/dllimport10.C: Likewise.
904         * g++.dg/ext/dllimport11.C: Likewise.
905         * g++.dg/ext/dllimport12.C: Likewise.
906         * g++.dg/ext/dllimport13.C: Likewise.
907         * g++.dg/ext/dllimport2.C: Likewise.
908         * g++.dg/ext/dllimport3.C: Likewise.
909         * g++.dg/ext/dllimport4.C: Likewise.
910         * g++.dg/ext/dllimport5.C: Likewise.
911         * g++.dg/ext/dllimport6.C: Likewise.
912         * g++.dg/ext/dllimport8.C: Likewise.
913         * g++.dg/ext/dllimport9.C: Likewise.
914         * g++.dg/ext/selectany2.C: Enable test for x86_64-*-mingw*
915         targets, too. Additionally enable test for i?86-*-mingw*.
916         * g++.dg/ext/selectany1.C: Likewise.
917         Remove guard variable check.
918
919 2011-01-07  Janus Weil  <janus@gcc.gnu.org>
920
921         PR fortran/47189
922         PR fortran/47194
923         * gfortran.dg/storage_size_3.f08: Extended.
924
925 2011-01-07  Jakub Jelinek  <jakub@redhat.com>
926
927         PR c++/47022
928         * g++.dg/template/stdarg1.C: New test.
929
930 2011-01-06  Daniel Franke  <franke.daniel@gmail.com>
931
932         PR fortran/47195
933         * gfortran.dg/interface_33.f90: Fixed dg-error declarations.
934         * gfortran.dg/defined_operators_1.f90: Split the subroutine
935         from the interface of functions to not hide the errors that
936         shall be tested.
937
938 2011-01-06  Jan Hubicka  <jh@suse.cz>
939
940         * testsuite/gcc.dg/lto/pr47188_0.c: New testcase.
941         * testsuite/gcc.dg/lto/pr47188_1.c: New testcase.
942
943 2011-01-06  Daniel Franke  <franke.daniel@gmail.com>
944
945         PR fortran/33117
946         PR fortran/46478
947         * gfortran.dg/interface_33.f90: New test.
948
949 2011-01-06  Jakub Jelinek  <jakub@redhat.com>
950
951         PR c/47150
952         * gcc.c-torture/compile/pr47150.c: New test.
953
954 2011-01-06  Ira Rosen  <irar@il.ibm.com>
955
956         PR tree-optimization/47139
957         * gcc.dg/vect/pr47139.c: New test.
958
959 2011-01-05  Janus Weil  <janus@gcc.gnu.org>
960
961         PR fortran/47180
962         * gfortran.dg/extends_type_of_2.f03: New.
963
964 2011-01-05  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
965
966         * gcc.dg/stack-usage-1.c (SIZE): Provide proper value for __SPU__.
967
968 2011-01-05  Eric Botcazou  <ebotcazou@adacore.com>
969
970         * gnat.dg/opt14.adb: New test.
971
972 2011-01-05  Thomas Koenig  <tkoenig@gcc.gnu.org>
973
974         PR fortran/46017
975         * gfortran.dg/allocate_error_2.f90:  New test.
976
977 2011-01-05  Janus Weil  <janus@gcc.gnu.org>
978
979         PR fortran/47024
980         * gfortran.dg/storage_size_3.f08: New.
981
982 2011-01-04  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
983
984         PR libgfortran/47154
985         * gfortran.dg/namelist_68.f90: New test.
986
987 2011-01-04  Eric Botcazou  <ebotcazou@adacore.com>
988
989         * gnat.dg/unchecked_convert8.ad[sb]: New test.
990
991 2011-01-04  Janus Weil  <janus@gcc.gnu.org>
992
993         PR fortran/46448
994         * gfortran.dg/class_34.f90: New.
995
996 2011-01-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
997
998         * gcc.dg/torture/builtin-cproj-1.c: On the __SPU__ target, do not
999         use __builtin_inff.  Skip all single-precision tests that require
1000         Infinity.
1001
1002 2011-01-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1003
1004         * g++.dg/torture/pr46111.C: Add dg-require-effective-target pthread.
1005
1006 2011-01-03  Jakub Jelinek  <jakub@redhat.com>
1007
1008         PR tree-optimization/47148
1009         * gcc.c-torture/execute/pr47148.c: New test.
1010
1011         PR tree-optimization/47155
1012         * gcc.c-torture/execute/pr47155.c: New test.
1013
1014         PR rtl-optimization/47157
1015         * gcc.c-torture/compile/pr47157.c: New test.
1016
1017 2011-01-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1018
1019         * gcc.dg/torture/vector-shift2.c (schar): Define.
1020         (main): Always use schar or uchar instead of plain "char" to avoid
1021         dependencies on implementation-defined char signedness.
1022
1023 2011-01-03  Martin Jambor  <mjambor@suse.cz>
1024
1025         PR tree-optimization/46801
1026         * gnat.dg/pack9.adb: Remove xfail.
1027
1028 2011-01-03  Martin Jambor  <mjambor@suse.cz>
1029
1030         PR tree-optimization/46984
1031         * g++.dg/ipa/pr46984.C: New test.
1032
1033 2011-01-02  Janus Weil  <janus@gcc.gnu.org>
1034
1035         PR fortran/46408
1036         * gfortran.dg/class_19.f03: Adjust counting of __builtin_free.
1037
1038 2011-01-02  Jakub Jelinek  <jakub@redhat.com>
1039
1040         PR tree-optimization/47140
1041         * gcc.c-torture/compile/pr47140.c: New test.
1042
1043         PR rtl-optimization/47028
1044         * gcc.dg/pr47028.c: New test.
1045
1046 2011-01-02  Nicola Pero  <nicola.pero@meta-innovation.com>
1047
1048         * objc.dg/protocol-forward-1.m: Removed TODO.
1049         * objc.dg/protocol-forward-2.m: New.
1050         * obj-c++.dg/protocol-forward-2.mm: Removed TODO.
1051         * obj-c++.dg/protocol-forward-2.mm: New.
1052
1053 2011-01-01  Kai Tietz  <kai.tietz@onevision.com>
1054
1055         PR target/38662
1056         * g++.dg/eh/pr38662.C: New testcase.
1057
1058 2011-01-01  Chung-Lin Tang  <cltang@codesourcery.com>
1059
1060         * gcc.target/arm/vfp-1.c (test_ldst): Fixed fsts test to
1061         scan for newline '\n'.
1062
1063 \f
1064 Copyright (C) 2011 Free Software Foundation, Inc.
1065
1066 Copying and distribution of this file, with or without modification,
1067 are permitted in any medium without royalty provided the copyright
1068 notice and this notice are preserved.