OSDN Git Service

Resync with GDB (from "port GDB to ia64-hpux (native).")
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2011-01-13  Tobias Burnus  <burnus@net-b.de>
2             Mikael Morin  <mikael@gcc.gnu.org>
3
4         PR fortran/45848
5         PR fortran/47204
6         * gfortran.dg/select_type_20.f90: New.
7         * gfortran.dg/select_type_21.f90: New.
8
9 2011-01-13  Michael Meissner  <meissner@linux.vnet.ibm.com>
10
11         PR target/47251
12         * gcc.target/powerpc/pr47251.c: New file, test PR 47251 fix.
13
14 2011-01-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15
16         * gcc.dg/guality/pr36728-1.c: Disable arg1/2 checks for s390 and
17         s390x.
18         * gcc.dg/guality/pr36728-2.c: Likewise.
19
20 2011-01-13  Dodji Seketeli  <dodji@redhat.com>
21
22         PR debug/PR46973
23         * g++.dg/debug/dwarf2/template-params-9.C: New test.
24
25 2011-01-13  Andrey Belevantsev  <abel@ispras.ru>
26
27         PR rtl-optimization/45352
28         * gcc.dg/pr45352-3.c: New.
29
30 2011-01-12  Rodrigo Rivas Costa <rodrigorivascosta@gmail.com>
31
32         * g++.dg/cpp0x/range-for4.C: Delete useless include and duplicated
33         comment.
34         * g++.dg/cpp0x/range-for8.C: New.
35         * g++.dg/cpp0x/range-for9.C: New.
36
37 2011-01-12  Kai Tietz  <kai.tietz@onevision.com>
38
39         PR debug/47209
40         * g++.dg/debug/pr47209.C: New.
41
42 2011-01-12  Richard Guenther  <rguenther@suse.de>
43
44         PR lto/47259
45         * gcc.dg/lto/pr47259_0.c: New testcase.
46         * gcc.dg/lto/pr47259_1.c: Likewise.
47
48 2011-01-12  Iain Sandoe  <iains@gcc.gnu.org>
49
50         * objc-obj-c++-shared/Object1.h: Add copyright header, update
51         comments.  Add a TEST_SUITE_ADDITIONS category for GNU runtime.
52         Amend NeXT version to declare a TEST_SUITE_ADDITIONS carrying the
53         methods missing from the OBJC2 Object.
54         * objc-obj-c++-shared/Object1-implementation.h: Add copyright header.
55         Amend implementation to use a TEST_SUITE_ADDITIONS category for both GNU
56         and NeXT runtimes.
57         * objc-obj-c++-shared/Object1.mm: Remove redundant header, update 
58         comments.
59         * objc-obj-c++-shared/Object1.m: Likewise.
60         * objc.dg/encode-3.m: Update header use.  Amend to be API2 compatible.
61         * objc.dg/proto-qual-1.m: Likewise.
62         * obj-c++.dg/proto-lossage-3.mm: Likewise.
63         * obj-c++.dg/proto-qual-1.mm: Likewise.
64
65 2011-01-12  Eric Botcazou  <ebotcazou@adacore.com>
66
67         PR testsuite/33033
68         * gcc.dg/20061124-1.c: Pass -mcpu=v9 on the SPARC.
69
70 2011-01-12  Nicola Pero  <nicola.pero@meta-innovation.com>
71
72         Fixed the Objective-C++ testsuite and updated all tests.
73         * lib/obj-c++.exp (obj-c++_init): Declare and set
74         gcc_warning_prefix and gcc_error_prefix.        
75         * obj-c++.dg/attributes/categ-attribute-2.mm: Fixed usage of
76         'dg-warning', 'dg-message' and 'dg-error'.
77         * obj-c++.dg/class-extension-3.mm: Likewise.
78         * obj-c++.dg/class-protocol-1.mm: Likewise.
79         * obj-c++.dg/encode-7.mm: Likewise.
80         * obj-c++.dg/exceptions-3.mm: Likewise.
81         * obj-c++.dg/exceptions-5.mm: Likewise. 
82         * obj-c++.dg/method-12.mm: Likewise.
83         * obj-c++.dg/method-13.mm: Likewise.
84         * obj-c++.dg/method-15.mm: Likewise.
85         * obj-c++.dg/method-16.mm: Likewise.
86         * obj-c++.dg/method-4.mm: Likewise.
87         * obj-c++.dg/method-8.mm: Likewise.
88         * obj-c++.dg/method-conflict-1.mm: Likewise.
89         * obj-c++.dg/method-conflict-2.mm: Likewise.
90         * obj-c++.dg/method-conflict-3.mm: Likewise. Also, removed FIXME
91         and uncommented second part of the testcase now that the testsuite
92         works correctly.
93         * obj-c++.dg/method-conflict-4.mm: Likewise.  Also, removed FIXME
94         and uncommented second part of the testcase now that the testsuite
95         works correctly.
96         * obj-c++.dg/private-1.mm: Likewise.    
97         * obj-c++.dg/proto-lossage-4.mm: Likewise.
98         * obj-c++.dg/syntax-error-7.mm: Likewise.
99         * obj-c++.dg/warn5.mm: Likewise.
100         * obj-c++.dg/property/at-property-14.mm: Likewise.
101         * obj-c++.dg/property/at-property-16.mm: Likewise, and removed
102         FIXME.  
103         * obj-c++.dg/property/at-property-18.mm: Likewise.
104         * obj-c++.dg/property/at-property-20.mm: Likewise, and removed
105         FIXME.
106         * obj-c++.dg/property/at-property-21.mm: Likewise.
107         * obj-c++.dg/property/at-property-28.mm: Likewise.
108         * obj-c++.dg/property/at-property-5.mm: Likewise.
109         * obj-c++.dg/property/dynamic-2.mm: Likewise.
110         * obj-c++.dg/property/property-neg-3.mm: Likewise.
111         * obj-c++.dg/property/synthesize-11.mm: Likewise.
112         * obj-c++.dg/property/synthesize-6.mm: Likewise.
113         * obj-c++.dg/property/synthesize-8.mm: Likewise.
114         * obj-c++.dg/property/synthesize-9.mm: Likewise.
115         * obj-c++.dg/tls/diag-5.mm: Likewise.
116         * obj-c++.dg/ivar-invalid-type-1.mm: Removed FIXME and uncommented
117         dg-error, now matched correctly.
118         
119 2011-01-12  Nicola Pero  <nicola.pero@meta-innovation.com>
120
121         * objc.dg/property/at-property-29.m: New.
122         * obj-c++.dg/property/at-property-29.mm: New.   
123         
124 2011-01-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
125
126         * go.test/go-test.exp (go-set-goarch): New proc.
127         (go-gc-tests): Use it.
128
129 2011-01-11  Dodji Seketeli  <dodji@redhat.com>
130
131         PR debug/46955
132         * g++.dg/debug/dwarf2/template-params-8.C: New test.
133
134 2011-01-11  Richard Henderson  <rth@redhat.com>
135
136         * gcc-dg/tree-ssa/vrp47.c: Disable for mn10300 as well.
137
138 2011-01-11  Jan Hubicka  <jh@suse.cz>
139
140         PR lto/45721
141         PR lto/45375
142         * testsuite/gcc.dg/lto/pr45721_1.c: New file.
143         * testsuite/gcc.dg/lto/pr45721_0.c: New file.
144
145 2011-01-11  Richard Guenther  <rguenther@suse.de>
146
147         PR tree-optimization/46076
148         * gcc.dg/tree-ssa/pr46076.c: New testcase.
149
150 2011-01-11  Jeff Law <law@redhat.com>
151
152         * PR tree-optimization/47086
153         * gcc.dg/pr47086.c: New test.
154
155 2011-01-11  Jason Merrill  <jason@redhat.com>
156
157         PR c++/46658
158         * g++.dg/template/new10.C: New.
159
160         PR c++/45520
161         * g++.dg/cpp0x/lambda/lambda-this3.C: New.
162
163 2011-01-11  Iain Sandoe  <iains@gcc.gnu.org>
164
165         * objc-obj-c++-shared/next-mapping.h: Add copyright header.
166         Split type definitions and NSConstantString class into...
167         * objc-obj-c++-shared/objc-test-suite-types.h: New.
168         * objc-obj-c++-shared/nsconstantstring-class.h: New.
169         * objc-obj-c++-shared/nsconstantstring-class-impl.h: New.
170         * objc-obj-c++-shared/nsconstantstring-class-impl.m: New.
171         * objc-obj-c++-shared/nsconstantstring-class-impl.mm: New.
172         * objc-obj-c++-shared/next-abi.h: Add copyright header, minor update
173         to comments.
174         * objc-obj-c++-shared/objc-test-suite-next-encode-assist.h: Adjust
175         encode defines for newer NeXT system headers.
176         * obj-c++.dg/template-4.mm: Adjust to use nsconstantstring headers.
177         * obj-c++.dg/torture/strings/string1.mm: Likewise.
178         * objc.dg/foreach-5.m: Likewise.
179         * objc.dg/foreach-2.m: Likewise.
180         * objc.dg/foreach-4.m: Likewise.
181         * objc.dg/torture/strings/string1.m: Likewise.
182         * objc.dg/torture/strings/string2.m: Likewise.
183         * objc.dg/torture/strings/string3.m: Likewise.
184         * objc.dg/torture/strings/string4.m: Likewise.
185         * obj-c++.dg/torture/strings/const-str-3.mm: Adjust to use type
186         header and stand alone.
187         * obj-c++.dg/strings/strings-2.mm: Likewise.
188         * objc.dg/torture/strings/const-str-3.m: Likewise.
189         * objc.dg/strings/strings-2.m: Likewise.
190         * objc.dg/strings/const-str-12b.m: Likewise.
191
192 2011-01-12  Richard Guenther  <rguenther@suse.de>
193
194         PR middle-end/32511
195         * gcc.dg/attr-weak-1.c: Adjust.
196
197 2011-01-11  Paul Thomas  <pault@gcc.gnu.org>
198
199         PR fortran/47051
200         * gfortran.dg/realloc_on_assign_2.f03 : Modify 'test1' to be
201         standard compliant and comment.
202
203 2011-01-10  Jan Hubicka  <jh@suse.cz>
204
205         PR lto/46083
206         * gcc.dg/initpri3.c: New testcase.
207
208 2011-01-10  H.J. Lu  <hongjiu.lu@intel.com>
209
210         PR lto/47222
211         * g++.dg/torture/stackalign/test-unwind.h (g_edi): Mark it
212         externally visible.
213         (g_esi): Likewise.
214         (g_ebx): Likewise.
215         (g_ebp): Likewise.
216         (g_esp): Likewise.
217         (g_ebp_save): Likewise.
218         (g_esp_save): Likewise.
219
220 2011-01-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
221
222         * g++.dg/ipa/pr46984.C: Add dg-require-effective-target lto.
223
224 2011-01-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
225
226         PR tree-optimization/46021
227         * gcc.dg/tree-ssa/20040204-1.c: Don't XFAIL on alpha*-*-*,
228         i?86-*-*, x86_64-*-*.
229
230 2011-01-10  Jeff Law <law@redhat.com>
231
232         * PR tree-optimization/47141
233         * gcc.c-torture/compile/pr47141.c: New test.
234
235 2011-01-10  Eric Botcazou  <ebotcazou@adacore.com>
236
237         PR testsuite/46230
238         * gcc.dg/vect/vect-vfa-slp.c: Remove XFAIL.
239         * gcc.dg/vect/slp-23.c: Remove XFAIL for SLP.
240         * gcc.dg/vect/slp-35.c: Remove XFAILs.
241         * gcc.dg/vect/no-tree-pre-slp-29.c: Likewise.
242
243         PR testsuite/46230
244         * gcc.dg/vect/vect-peel-1.c (main): Prevent initialization loop from
245         being vectorized.  Adjust dg-final pattern.  Remove XFAIL.
246         * gcc.dg/vect/vect-peel-2.c (main): Likewise.
247         * gcc.dg/vect/vect-peel-4.c (main): Prevent initialization loop from
248         being vectorized.  Adjust dg-final pattern.
249
250         PR testsuite/46230
251         * gcc.dg/vect/pr33804.c: XFAIL only for ilp32.
252         * gcc.dg/vect/slp-24.c: Likewise.
253
254 2011-01-10  Dave Korn  <dave.korn.cygwin@gmail.com>
255
256         PR c++/47218
257         * g++.dg/other/pr47218-1.C: New test file.
258         * g++.dg/other/pr47218.C: Likewise.
259         * g++.dg/other/pr47218.h: New supporting header.
260
261 2011-01-09  Nicola Pero  <nicola.pero@meta-innovation.com>
262
263         PR objc/47232
264         * objc.dg/attributes/invalid-attribute-1.m: New.
265         * obj-c++.dg/attributes/invalid-attribute-1.mm: New.    
266
267 2011-01-09  Janus Weil  <janus@gcc.gnu.org>
268
269         PR fortran/47224
270         * gfortran.dg/proc_ptr_comp_28.f90: New.
271
272 2011-01-09  Iain Sandoe  <iains@gcc.gnu.org>
273
274         * obj-c++.dg/gnu-api-2-class.mm: Skip for Darwin < 9.
275         * obj-c++.dg/gnu-api-2-ivar.mm: Likewise.
276         * obj-c++.dg/gnu-api-2-method.mm: Likewise.
277         * obj-c++.dg/gnu-api-2-objc.mm: Likewise.
278         * obj-c++.dg/gnu-api-2-object.mm: Likewise.
279         * obj-c++.dg/gnu-api-2-property.mm: Likewise.
280         * obj-c++.dg/gnu-api-2-protocol.mm: Likewise.
281         * obj-c++.dg/gnu-api-2-sel.mm: Likewise.
282         * objc.dg/gnu-api-2-class.m: Likewise.
283         * objc.dg/gnu-api-2-ivar.m: Likewise.
284         * objc.dg/gnu-api-2-method.m: Likewise.
285         * objc.dg/gnu-api-2-objc.m: Likewise.
286         * objc.dg/gnu-api-2-object.m: Likewise.
287         * objc.dg/gnu-api-2-property.m: Likewise.
288         * objc.dg/gnu-api-2-protocol.m: Likewise.
289         * objc.dg/gnu-api-2-sel.m: Likewise.
290
291 2011-01-09  Iain Sandoe  <iains@gcc.gnu.org>
292
293         * objc.dg/foreach-1.m: Skip for Darwin < 9.
294         * objc.dg/objc-foreach-4.m: Likewise.
295         * objc.dg/objc-foreach-5.m: Skip for Darwin < 9, adjust headers.
296         * objc.dg/foreach-2.m: Skip for Darwin < 9, return self from init.
297         * objc.dg/foreach-4.m: Likewise.
298         * objc.dg/foreach-5.m: Likewise.
299         * objc.dg/foreach-3.m: Return self from init.
300
301 2011-01-09  Thomas Koenig  <tkoenig@gcc.gnu.org>
302
303         PR fortran/38536
304         * gfortran.dg/iso_c_binding_c_loc_char_1.f03:  New test.
305
306 2011-01-09  Janus Weil  <janus@gcc.gnu.org>
307
308         PR fortran/46313
309         * gfortran.dg/class_35.f90: New.
310
311 2011-01-08  Iain Sandoe  <iains@gcc.gnu.org>
312
313         * objc.dg/foreach-1.m: Add "-Wall" to flags.
314
315 2011-01-08  Nicola Pero  <nicola.pero@meta-innovation.com>
316
317         PR objc/47078
318         * objc.dg/invalid-method-2.m: New.
319         * obj-c++.dg/invalid-method-2.mm: New.
320
321 2011-01-08  Paul Thomas  <pault@gcc.gnu.org>
322
323         PR fortran/46896
324         * gfortran.dg/transpose_optimization_2.f90 : New test.
325
326 2011-01-08  Jan Hubicka  <jh@suse.cz>
327
328         PR tree-optmization/46469
329         * g++.dg/torture/pr46469.C: New testcase.
330
331 2011-01-08  Iain Sandoe  <iains@gcc.gnu.org>
332
333         * objc-obj-c++-shared/next-mapping.h: Move code and definitions for
334         emulation of libobjc-gnu structure layout functionality to ..
335         * objc-obj-c++-shared/objc-test-suite-next-encode-assist.h: New.
336         * objc-obj-c++-shared/objc-test-suite-next-encode-assist-impl.h: New.
337         * objc/execute/bf-common.h: Adjust headers.
338         * objc/execute/bf-1.m: Likewise.
339         * objc/execute/bf-2.m: Likewise.
340         * objc/execute/bf-3.m: Likewise.
341         * objc/execute/bf-4.m: Likewise.
342         * objc/execute/bf-5.m: Likewise.
343         * objc/execute/bf-6.m: Likewise.
344         * objc/execute/bf-7.m: Likewise.
345         * objc/execute/bf-8.m: Likewise.
346         * objc/execute/bf-9.m: Likewise.
347         * objc/execute/bf-10.m: Likewise.
348         * objc/execute/bf-11.m: Likewise.
349         * objc/execute/bf-12.m: Likewise.
350         * objc/execute/bf-13.m: Likewise.
351         * objc/execute/bf-14.m: Likewise.
352         * objc/execute/bf-15.m: Likewise.
353         * objc/execute/bf-16.m: Likewise.
354         * objc/execute/bf-17.m: Likewise.
355         * objc/execute/bf-18.m: Likewise.
356         * objc/execute/bf-19.m: Likewise.
357         * objc/execute/bf-20.m: Likewise.
358         * objc/execute/bf-21.m: Likewise.
359         * objc/execute/bycopy-3.m: Adjust headers, add next-specific code for
360         objc_get_type_qualifiers ().
361
362 2011-01-08  Thomas Koenig  <tkoenig@gcc.gnu.org>
363
364         PR fortran/45777
365         * gfortran.dg/dependency_39.f90:  New test.
366
367 2011-01-07  Jan Hubicka  <jh@suse.cz>
368
369         Get builtins tests ready for linker plugin.
370         * gcc.c-torture/execute/builtins/memcpy-chk.c (s2,s3,l1): Mark volatile.
371         * gcc.c-torture/execute/builtins/memops-asm-lib.c (my_memcpy, my_bcopy, my_memset,
372         my_bzero): Mark used.
373         * gcc.c-torture/execute/builtins/memset-chk.c (l1, l3): Mark volatile.
374         * gcc.c-torture/execute/builtins/memmove-chk.c (s1,s2,s3,l1): Mark volatile.
375         * gcc.c-torture/execute/builtins/mempcpy-chk.c (s2,s3,l1): Mark volatile
376
377 2011-01-07  Jan Hubicka  <jh@suse.cz>
378
379         PR tree-optimization/46367
380         * g++.dg/torture/pr46367.C: New file.
381
382 2011-01-07  Jakub Jelinek  <jakub@redhat.com>
383
384         PR target/47201
385         * gcc.dg/pr47201.c: New test.
386
387         PR bootstrap/47187
388         * gcc.dg/tree-prof/pr47187.c: New test.
389
390 2011-01-07  Tobias Burnus  <burnus@net-b.de>
391
392         PR fortran/41580
393         * gfortran.dg/extends_type_of_3.f90: New.
394
395 2011-01-07  Kai Tietz  <kai.tietz@onevision.com>
396
397         * g++.dg/ext/dllexport-MI1.C: Adjust test.
398         * g++.dg/ext/dllimport-MI1.C: Likewise.
399         * g++.dg/ext/dllimport1.C: Add test for x86_64-*-mingw*.
400         * g++.dg/ext/dllimport10.C: Likewise.
401         * g++.dg/ext/dllimport11.C: Likewise.
402         * g++.dg/ext/dllimport12.C: Likewise.
403         * g++.dg/ext/dllimport13.C: Likewise.
404         * g++.dg/ext/dllimport2.C: Likewise.
405         * g++.dg/ext/dllimport3.C: Likewise.
406         * g++.dg/ext/dllimport4.C: Likewise.
407         * g++.dg/ext/dllimport5.C: Likewise.
408         * g++.dg/ext/dllimport6.C: Likewise.
409         * g++.dg/ext/dllimport8.C: Likewise.
410         * g++.dg/ext/dllimport9.C: Likewise.
411         * g++.dg/ext/selectany2.C: Enable test for x86_64-*-mingw*
412         targets, too. Additionally enable test for i?86-*-mingw*.
413         * g++.dg/ext/selectany1.C: Likewise.
414         Remove guard variable check.
415
416 2011-01-07  Janus Weil  <janus@gcc.gnu.org>
417
418         PR fortran/47189
419         PR fortran/47194
420         * gfortran.dg/storage_size_3.f08: Extended.
421
422 2011-01-07  Jakub Jelinek  <jakub@redhat.com>
423
424         PR c++/47022
425         * g++.dg/template/stdarg1.C: New test.
426
427 2011-01-06  Daniel Franke  <franke.daniel@gmail.com>
428
429         PR fortran/47195
430         * gfortran.dg/interface_33.f90: Fixed dg-error declarations.
431         * gfortran.dg/defined_operators_1.f90: Split the subroutine
432         from the interface of functions to not hide the errors that
433         shall be tested.
434
435 2011-01-06  Jan Hubicka  <jh@suse.cz>
436
437         * testsuite/gcc.dg/lto/pr47188_0.c: New testcase.
438         * testsuite/gcc.dg/lto/pr47188_1.c: New testcase.
439
440 2011-01-06  Daniel Franke  <franke.daniel@gmail.com>
441
442         PR fortran/33117
443         PR fortran/46478
444         * gfortran.dg/interface_33.f90: New test.
445
446 2011-01-06  Jakub Jelinek  <jakub@redhat.com>
447
448         PR c/47150
449         * gcc.c-torture/compile/pr47150.c: New test.
450
451 2011-01-06  Ira Rosen  <irar@il.ibm.com>
452
453         PR tree-optimization/47139
454         * gcc.dg/vect/pr47139.c: New test.
455
456 2011-01-05  Janus Weil  <janus@gcc.gnu.org>
457
458         PR fortran/47180
459         * gfortran.dg/extends_type_of_2.f03: New.
460
461 2011-01-05  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
462
463         * gcc.dg/stack-usage-1.c (SIZE): Provide proper value for __SPU__.
464
465 2011-01-05  Eric Botcazou  <ebotcazou@adacore.com>
466
467         * gnat.dg/opt14.adb: New test.
468
469 2011-01-05  Thomas Koenig  <tkoenig@gcc.gnu.org>
470
471         PR fortran/46017
472         * gfortran.dg/allocate_error_2.f90:  New test.
473
474 2011-01-05  Janus Weil  <janus@gcc.gnu.org>
475
476         PR fortran/47024
477         * gfortran.dg/storage_size_3.f08: New.
478
479 2011-01-04  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
480
481         PR libgfortran/47154
482         * gfortran.dg/namelist_68.f90: New test.
483
484 2011-01-04  Eric Botcazou  <ebotcazou@adacore.com>
485
486         * gnat.dg/unchecked_convert8.ad[sb]: New test.
487
488 2011-01-04  Janus Weil  <janus@gcc.gnu.org>
489
490         PR fortran/46448
491         * gfortran.dg/class_34.f90: New.
492
493 2011-01-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
494
495         * gcc.dg/torture/builtin-cproj-1.c: On the __SPU__ target, do not
496         use __builtin_inff.  Skip all single-precision tests that require
497         Infinity.
498
499 2011-01-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
500
501         * g++.dg/torture/pr46111.C: Add dg-require-effective-target pthread.
502
503 2011-01-03  Jakub Jelinek  <jakub@redhat.com>
504
505         PR tree-optimization/47148
506         * gcc.c-torture/execute/pr47148.c: New test.
507
508         PR tree-optimization/47155
509         * gcc.c-torture/execute/pr47155.c: New test.
510
511         PR rtl-optimization/47157
512         * gcc.c-torture/compile/pr47157.c: New test.
513
514 2011-01-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
515
516         * gcc.dg/torture/vector-shift2.c (schar): Define.
517         (main): Always use schar or uchar instead of plain "char" to avoid
518         dependencies on implementation-defined char signedness.
519
520 2011-01-03  Martin Jambor  <mjambor@suse.cz>
521
522         PR tree-optimization/46801
523         * gnat.dg/pack9.adb: Remove xfail.
524
525 2011-01-03  Martin Jambor  <mjambor@suse.cz>
526
527         PR tree-optimization/46984
528         * g++.dg/ipa/pr46984.C: New test.
529
530 2011-01-02  Janus Weil  <janus@gcc.gnu.org>
531
532         PR fortran/46408
533         * gfortran.dg/class_19.f03: Adjust counting of __builtin_free.
534
535 2011-01-02  Jakub Jelinek  <jakub@redhat.com>
536
537         PR tree-optimization/47140
538         * gcc.c-torture/compile/pr47140.c: New test.
539
540         PR rtl-optimization/47028
541         * gcc.dg/pr47028.c: New test.
542
543 2011-01-02  Nicola Pero  <nicola.pero@meta-innovation.com>
544
545         * objc.dg/protocol-forward-1.m: Removed TODO.
546         * objc.dg/protocol-forward-2.m: New.
547         * obj-c++.dg/protocol-forward-2.mm: Removed TODO.
548         * obj-c++.dg/protocol-forward-2.mm: New.
549
550 2011-01-01  Kai Tietz  <kai.tietz@onevision.com>
551
552         PR target/38662
553         * g++.dg/eh/pr38662.C: New testcase.
554
555 2011-01-01  Chung-Lin Tang  <cltang@codesourcery.com>
556
557         * gcc.target/arm/vfp-1.c (test_ldst): Fixed fsts test to
558         scan for newline '\n'.
559
560 \f
561 Copyright (C) 2011 Free Software Foundation, Inc.
562
563 Copying and distribution of this file, with or without modification,
564 are permitted in any medium without royalty provided the copyright
565 notice and this notice are preserved.