1 2011-01-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3 * gfortran.dg/cray_pointers_2.f90: Use dg-timeout-factor 4.
5 2011-01-13 Tobias Burnus <burnus@net-b.de>
6 Mikael Morin <mikael@gcc.gnu.org>
10 * gfortran.dg/select_type_20.f90: New.
11 * gfortran.dg/select_type_21.f90: New.
13 2011-01-13 Michael Meissner <meissner@linux.vnet.ibm.com>
16 * gcc.target/powerpc/pr47251.c: New file, test PR 47251 fix.
18 2011-01-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
20 * gcc.dg/guality/pr36728-1.c: Disable arg1/2 checks for s390 and
22 * gcc.dg/guality/pr36728-2.c: Likewise.
24 2011-01-13 Dodji Seketeli <dodji@redhat.com>
27 * g++.dg/debug/dwarf2/template-params-9.C: New test.
29 2011-01-13 Andrey Belevantsev <abel@ispras.ru>
31 PR rtl-optimization/45352
32 * gcc.dg/pr45352-3.c: New.
34 2011-01-12 Rodrigo Rivas Costa <rodrigorivascosta@gmail.com>
36 * g++.dg/cpp0x/range-for4.C: Delete useless include and duplicated
38 * g++.dg/cpp0x/range-for8.C: New.
39 * g++.dg/cpp0x/range-for9.C: New.
41 2011-01-12 Kai Tietz <kai.tietz@onevision.com>
44 * g++.dg/debug/pr47209.C: New.
46 2011-01-12 Richard Guenther <rguenther@suse.de>
49 * gcc.dg/lto/pr47259_0.c: New testcase.
50 * gcc.dg/lto/pr47259_1.c: Likewise.
52 2011-01-12 Iain Sandoe <iains@gcc.gnu.org>
54 * objc-obj-c++-shared/Object1.h: Add copyright header, update
55 comments. Add a TEST_SUITE_ADDITIONS category for GNU runtime.
56 Amend NeXT version to declare a TEST_SUITE_ADDITIONS carrying the
57 methods missing from the OBJC2 Object.
58 * objc-obj-c++-shared/Object1-implementation.h: Add copyright header.
59 Amend implementation to use a TEST_SUITE_ADDITIONS category for both GNU
61 * objc-obj-c++-shared/Object1.mm: Remove redundant header, update
63 * objc-obj-c++-shared/Object1.m: Likewise.
64 * objc.dg/encode-3.m: Update header use. Amend to be API2 compatible.
65 * objc.dg/proto-qual-1.m: Likewise.
66 * obj-c++.dg/proto-lossage-3.mm: Likewise.
67 * obj-c++.dg/proto-qual-1.mm: Likewise.
69 2011-01-12 Eric Botcazou <ebotcazou@adacore.com>
72 * gcc.dg/20061124-1.c: Pass -mcpu=v9 on the SPARC.
74 2011-01-12 Nicola Pero <nicola.pero@meta-innovation.com>
76 Fixed the Objective-C++ testsuite and updated all tests.
77 * lib/obj-c++.exp (obj-c++_init): Declare and set
78 gcc_warning_prefix and gcc_error_prefix.
79 * obj-c++.dg/attributes/categ-attribute-2.mm: Fixed usage of
80 'dg-warning', 'dg-message' and 'dg-error'.
81 * obj-c++.dg/class-extension-3.mm: Likewise.
82 * obj-c++.dg/class-protocol-1.mm: Likewise.
83 * obj-c++.dg/encode-7.mm: Likewise.
84 * obj-c++.dg/exceptions-3.mm: Likewise.
85 * obj-c++.dg/exceptions-5.mm: Likewise.
86 * obj-c++.dg/method-12.mm: Likewise.
87 * obj-c++.dg/method-13.mm: Likewise.
88 * obj-c++.dg/method-15.mm: Likewise.
89 * obj-c++.dg/method-16.mm: Likewise.
90 * obj-c++.dg/method-4.mm: Likewise.
91 * obj-c++.dg/method-8.mm: Likewise.
92 * obj-c++.dg/method-conflict-1.mm: Likewise.
93 * obj-c++.dg/method-conflict-2.mm: Likewise.
94 * obj-c++.dg/method-conflict-3.mm: Likewise. Also, removed FIXME
95 and uncommented second part of the testcase now that the testsuite
97 * obj-c++.dg/method-conflict-4.mm: Likewise. Also, removed FIXME
98 and uncommented second part of the testcase now that the testsuite
100 * obj-c++.dg/private-1.mm: Likewise.
101 * obj-c++.dg/proto-lossage-4.mm: Likewise.
102 * obj-c++.dg/syntax-error-7.mm: Likewise.
103 * obj-c++.dg/warn5.mm: Likewise.
104 * obj-c++.dg/property/at-property-14.mm: Likewise.
105 * obj-c++.dg/property/at-property-16.mm: Likewise, and removed
107 * obj-c++.dg/property/at-property-18.mm: Likewise.
108 * obj-c++.dg/property/at-property-20.mm: Likewise, and removed
110 * obj-c++.dg/property/at-property-21.mm: Likewise.
111 * obj-c++.dg/property/at-property-28.mm: Likewise.
112 * obj-c++.dg/property/at-property-5.mm: Likewise.
113 * obj-c++.dg/property/dynamic-2.mm: Likewise.
114 * obj-c++.dg/property/property-neg-3.mm: Likewise.
115 * obj-c++.dg/property/synthesize-11.mm: Likewise.
116 * obj-c++.dg/property/synthesize-6.mm: Likewise.
117 * obj-c++.dg/property/synthesize-8.mm: Likewise.
118 * obj-c++.dg/property/synthesize-9.mm: Likewise.
119 * obj-c++.dg/tls/diag-5.mm: Likewise.
120 * obj-c++.dg/ivar-invalid-type-1.mm: Removed FIXME and uncommented
121 dg-error, now matched correctly.
123 2011-01-12 Nicola Pero <nicola.pero@meta-innovation.com>
125 * objc.dg/property/at-property-29.m: New.
126 * obj-c++.dg/property/at-property-29.mm: New.
128 2011-01-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
130 * go.test/go-test.exp (go-set-goarch): New proc.
131 (go-gc-tests): Use it.
133 2011-01-11 Dodji Seketeli <dodji@redhat.com>
136 * g++.dg/debug/dwarf2/template-params-8.C: New test.
138 2011-01-11 Richard Henderson <rth@redhat.com>
140 * gcc-dg/tree-ssa/vrp47.c: Disable for mn10300 as well.
142 2011-01-11 Jan Hubicka <jh@suse.cz>
146 * testsuite/gcc.dg/lto/pr45721_1.c: New file.
147 * testsuite/gcc.dg/lto/pr45721_0.c: New file.
149 2011-01-11 Richard Guenther <rguenther@suse.de>
151 PR tree-optimization/46076
152 * gcc.dg/tree-ssa/pr46076.c: New testcase.
154 2011-01-11 Jeff Law <law@redhat.com>
156 * PR tree-optimization/47086
157 * gcc.dg/pr47086.c: New test.
159 2011-01-11 Jason Merrill <jason@redhat.com>
162 * g++.dg/template/new10.C: New.
165 * g++.dg/cpp0x/lambda/lambda-this3.C: New.
167 2011-01-11 Iain Sandoe <iains@gcc.gnu.org>
169 * objc-obj-c++-shared/next-mapping.h: Add copyright header.
170 Split type definitions and NSConstantString class into...
171 * objc-obj-c++-shared/objc-test-suite-types.h: New.
172 * objc-obj-c++-shared/nsconstantstring-class.h: New.
173 * objc-obj-c++-shared/nsconstantstring-class-impl.h: New.
174 * objc-obj-c++-shared/nsconstantstring-class-impl.m: New.
175 * objc-obj-c++-shared/nsconstantstring-class-impl.mm: New.
176 * objc-obj-c++-shared/next-abi.h: Add copyright header, minor update
178 * objc-obj-c++-shared/objc-test-suite-next-encode-assist.h: Adjust
179 encode defines for newer NeXT system headers.
180 * obj-c++.dg/template-4.mm: Adjust to use nsconstantstring headers.
181 * obj-c++.dg/torture/strings/string1.mm: Likewise.
182 * objc.dg/foreach-5.m: Likewise.
183 * objc.dg/foreach-2.m: Likewise.
184 * objc.dg/foreach-4.m: Likewise.
185 * objc.dg/torture/strings/string1.m: Likewise.
186 * objc.dg/torture/strings/string2.m: Likewise.
187 * objc.dg/torture/strings/string3.m: Likewise.
188 * objc.dg/torture/strings/string4.m: Likewise.
189 * obj-c++.dg/torture/strings/const-str-3.mm: Adjust to use type
190 header and stand alone.
191 * obj-c++.dg/strings/strings-2.mm: Likewise.
192 * objc.dg/torture/strings/const-str-3.m: Likewise.
193 * objc.dg/strings/strings-2.m: Likewise.
194 * objc.dg/strings/const-str-12b.m: Likewise.
196 2011-01-12 Richard Guenther <rguenther@suse.de>
199 * gcc.dg/attr-weak-1.c: Adjust.
201 2011-01-11 Paul Thomas <pault@gcc.gnu.org>
204 * gfortran.dg/realloc_on_assign_2.f03 : Modify 'test1' to be
205 standard compliant and comment.
207 2011-01-10 Jan Hubicka <jh@suse.cz>
210 * gcc.dg/initpri3.c: New testcase.
212 2011-01-10 H.J. Lu <hongjiu.lu@intel.com>
215 * g++.dg/torture/stackalign/test-unwind.h (g_edi): Mark it
221 (g_ebp_save): Likewise.
222 (g_esp_save): Likewise.
224 2011-01-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
226 * g++.dg/ipa/pr46984.C: Add dg-require-effective-target lto.
228 2011-01-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
230 PR tree-optimization/46021
231 * gcc.dg/tree-ssa/20040204-1.c: Don't XFAIL on alpha*-*-*,
232 i?86-*-*, x86_64-*-*.
234 2011-01-10 Jeff Law <law@redhat.com>
236 * PR tree-optimization/47141
237 * gcc.c-torture/compile/pr47141.c: New test.
239 2011-01-10 Eric Botcazou <ebotcazou@adacore.com>
242 * gcc.dg/vect/vect-vfa-slp.c: Remove XFAIL.
243 * gcc.dg/vect/slp-23.c: Remove XFAIL for SLP.
244 * gcc.dg/vect/slp-35.c: Remove XFAILs.
245 * gcc.dg/vect/no-tree-pre-slp-29.c: Likewise.
248 * gcc.dg/vect/vect-peel-1.c (main): Prevent initialization loop from
249 being vectorized. Adjust dg-final pattern. Remove XFAIL.
250 * gcc.dg/vect/vect-peel-2.c (main): Likewise.
251 * gcc.dg/vect/vect-peel-4.c (main): Prevent initialization loop from
252 being vectorized. Adjust dg-final pattern.
255 * gcc.dg/vect/pr33804.c: XFAIL only for ilp32.
256 * gcc.dg/vect/slp-24.c: Likewise.
258 2011-01-10 Dave Korn <dave.korn.cygwin@gmail.com>
261 * g++.dg/other/pr47218-1.C: New test file.
262 * g++.dg/other/pr47218.C: Likewise.
263 * g++.dg/other/pr47218.h: New supporting header.
265 2011-01-09 Nicola Pero <nicola.pero@meta-innovation.com>
268 * objc.dg/attributes/invalid-attribute-1.m: New.
269 * obj-c++.dg/attributes/invalid-attribute-1.mm: New.
271 2011-01-09 Janus Weil <janus@gcc.gnu.org>
274 * gfortran.dg/proc_ptr_comp_28.f90: New.
276 2011-01-09 Iain Sandoe <iains@gcc.gnu.org>
278 * obj-c++.dg/gnu-api-2-class.mm: Skip for Darwin < 9.
279 * obj-c++.dg/gnu-api-2-ivar.mm: Likewise.
280 * obj-c++.dg/gnu-api-2-method.mm: Likewise.
281 * obj-c++.dg/gnu-api-2-objc.mm: Likewise.
282 * obj-c++.dg/gnu-api-2-object.mm: Likewise.
283 * obj-c++.dg/gnu-api-2-property.mm: Likewise.
284 * obj-c++.dg/gnu-api-2-protocol.mm: Likewise.
285 * obj-c++.dg/gnu-api-2-sel.mm: Likewise.
286 * objc.dg/gnu-api-2-class.m: Likewise.
287 * objc.dg/gnu-api-2-ivar.m: Likewise.
288 * objc.dg/gnu-api-2-method.m: Likewise.
289 * objc.dg/gnu-api-2-objc.m: Likewise.
290 * objc.dg/gnu-api-2-object.m: Likewise.
291 * objc.dg/gnu-api-2-property.m: Likewise.
292 * objc.dg/gnu-api-2-protocol.m: Likewise.
293 * objc.dg/gnu-api-2-sel.m: Likewise.
295 2011-01-09 Iain Sandoe <iains@gcc.gnu.org>
297 * objc.dg/foreach-1.m: Skip for Darwin < 9.
298 * objc.dg/objc-foreach-4.m: Likewise.
299 * objc.dg/objc-foreach-5.m: Skip for Darwin < 9, adjust headers.
300 * objc.dg/foreach-2.m: Skip for Darwin < 9, return self from init.
301 * objc.dg/foreach-4.m: Likewise.
302 * objc.dg/foreach-5.m: Likewise.
303 * objc.dg/foreach-3.m: Return self from init.
305 2011-01-09 Thomas Koenig <tkoenig@gcc.gnu.org>
308 * gfortran.dg/iso_c_binding_c_loc_char_1.f03: New test.
310 2011-01-09 Janus Weil <janus@gcc.gnu.org>
313 * gfortran.dg/class_35.f90: New.
315 2011-01-08 Iain Sandoe <iains@gcc.gnu.org>
317 * objc.dg/foreach-1.m: Add "-Wall" to flags.
319 2011-01-08 Nicola Pero <nicola.pero@meta-innovation.com>
322 * objc.dg/invalid-method-2.m: New.
323 * obj-c++.dg/invalid-method-2.mm: New.
325 2011-01-08 Paul Thomas <pault@gcc.gnu.org>
328 * gfortran.dg/transpose_optimization_2.f90 : New test.
330 2011-01-08 Jan Hubicka <jh@suse.cz>
332 PR tree-optmization/46469
333 * g++.dg/torture/pr46469.C: New testcase.
335 2011-01-08 Iain Sandoe <iains@gcc.gnu.org>
337 * objc-obj-c++-shared/next-mapping.h: Move code and definitions for
338 emulation of libobjc-gnu structure layout functionality to ..
339 * objc-obj-c++-shared/objc-test-suite-next-encode-assist.h: New.
340 * objc-obj-c++-shared/objc-test-suite-next-encode-assist-impl.h: New.
341 * objc/execute/bf-common.h: Adjust headers.
342 * objc/execute/bf-1.m: Likewise.
343 * objc/execute/bf-2.m: Likewise.
344 * objc/execute/bf-3.m: Likewise.
345 * objc/execute/bf-4.m: Likewise.
346 * objc/execute/bf-5.m: Likewise.
347 * objc/execute/bf-6.m: Likewise.
348 * objc/execute/bf-7.m: Likewise.
349 * objc/execute/bf-8.m: Likewise.
350 * objc/execute/bf-9.m: Likewise.
351 * objc/execute/bf-10.m: Likewise.
352 * objc/execute/bf-11.m: Likewise.
353 * objc/execute/bf-12.m: Likewise.
354 * objc/execute/bf-13.m: Likewise.
355 * objc/execute/bf-14.m: Likewise.
356 * objc/execute/bf-15.m: Likewise.
357 * objc/execute/bf-16.m: Likewise.
358 * objc/execute/bf-17.m: Likewise.
359 * objc/execute/bf-18.m: Likewise.
360 * objc/execute/bf-19.m: Likewise.
361 * objc/execute/bf-20.m: Likewise.
362 * objc/execute/bf-21.m: Likewise.
363 * objc/execute/bycopy-3.m: Adjust headers, add next-specific code for
364 objc_get_type_qualifiers ().
366 2011-01-08 Thomas Koenig <tkoenig@gcc.gnu.org>
369 * gfortran.dg/dependency_39.f90: New test.
371 2011-01-07 Jan Hubicka <jh@suse.cz>
373 Get builtins tests ready for linker plugin.
374 * gcc.c-torture/execute/builtins/memcpy-chk.c (s2,s3,l1): Mark volatile.
375 * gcc.c-torture/execute/builtins/memops-asm-lib.c (my_memcpy, my_bcopy, my_memset,
376 my_bzero): Mark used.
377 * gcc.c-torture/execute/builtins/memset-chk.c (l1, l3): Mark volatile.
378 * gcc.c-torture/execute/builtins/memmove-chk.c (s1,s2,s3,l1): Mark volatile.
379 * gcc.c-torture/execute/builtins/mempcpy-chk.c (s2,s3,l1): Mark volatile
381 2011-01-07 Jan Hubicka <jh@suse.cz>
383 PR tree-optimization/46367
384 * g++.dg/torture/pr46367.C: New file.
386 2011-01-07 Jakub Jelinek <jakub@redhat.com>
389 * gcc.dg/pr47201.c: New test.
392 * gcc.dg/tree-prof/pr47187.c: New test.
394 2011-01-07 Tobias Burnus <burnus@net-b.de>
397 * gfortran.dg/extends_type_of_3.f90: New.
399 2011-01-07 Kai Tietz <kai.tietz@onevision.com>
401 * g++.dg/ext/dllexport-MI1.C: Adjust test.
402 * g++.dg/ext/dllimport-MI1.C: Likewise.
403 * g++.dg/ext/dllimport1.C: Add test for x86_64-*-mingw*.
404 * g++.dg/ext/dllimport10.C: Likewise.
405 * g++.dg/ext/dllimport11.C: Likewise.
406 * g++.dg/ext/dllimport12.C: Likewise.
407 * g++.dg/ext/dllimport13.C: Likewise.
408 * g++.dg/ext/dllimport2.C: Likewise.
409 * g++.dg/ext/dllimport3.C: Likewise.
410 * g++.dg/ext/dllimport4.C: Likewise.
411 * g++.dg/ext/dllimport5.C: Likewise.
412 * g++.dg/ext/dllimport6.C: Likewise.
413 * g++.dg/ext/dllimport8.C: Likewise.
414 * g++.dg/ext/dllimport9.C: Likewise.
415 * g++.dg/ext/selectany2.C: Enable test for x86_64-*-mingw*
416 targets, too. Additionally enable test for i?86-*-mingw*.
417 * g++.dg/ext/selectany1.C: Likewise.
418 Remove guard variable check.
420 2011-01-07 Janus Weil <janus@gcc.gnu.org>
424 * gfortran.dg/storage_size_3.f08: Extended.
426 2011-01-07 Jakub Jelinek <jakub@redhat.com>
429 * g++.dg/template/stdarg1.C: New test.
431 2011-01-06 Daniel Franke <franke.daniel@gmail.com>
434 * gfortran.dg/interface_33.f90: Fixed dg-error declarations.
435 * gfortran.dg/defined_operators_1.f90: Split the subroutine
436 from the interface of functions to not hide the errors that
439 2011-01-06 Jan Hubicka <jh@suse.cz>
441 * testsuite/gcc.dg/lto/pr47188_0.c: New testcase.
442 * testsuite/gcc.dg/lto/pr47188_1.c: New testcase.
444 2011-01-06 Daniel Franke <franke.daniel@gmail.com>
448 * gfortran.dg/interface_33.f90: New test.
450 2011-01-06 Jakub Jelinek <jakub@redhat.com>
453 * gcc.c-torture/compile/pr47150.c: New test.
455 2011-01-06 Ira Rosen <irar@il.ibm.com>
457 PR tree-optimization/47139
458 * gcc.dg/vect/pr47139.c: New test.
460 2011-01-05 Janus Weil <janus@gcc.gnu.org>
463 * gfortran.dg/extends_type_of_2.f03: New.
465 2011-01-05 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
467 * gcc.dg/stack-usage-1.c (SIZE): Provide proper value for __SPU__.
469 2011-01-05 Eric Botcazou <ebotcazou@adacore.com>
471 * gnat.dg/opt14.adb: New test.
473 2011-01-05 Thomas Koenig <tkoenig@gcc.gnu.org>
476 * gfortran.dg/allocate_error_2.f90: New test.
478 2011-01-05 Janus Weil <janus@gcc.gnu.org>
481 * gfortran.dg/storage_size_3.f08: New.
483 2011-01-04 Jerry DeLisle <jvdelisle@gcc.gnu.org>
486 * gfortran.dg/namelist_68.f90: New test.
488 2011-01-04 Eric Botcazou <ebotcazou@adacore.com>
490 * gnat.dg/unchecked_convert8.ad[sb]: New test.
492 2011-01-04 Janus Weil <janus@gcc.gnu.org>
495 * gfortran.dg/class_34.f90: New.
497 2011-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
499 * gcc.dg/torture/builtin-cproj-1.c: On the __SPU__ target, do not
500 use __builtin_inff. Skip all single-precision tests that require
503 2011-01-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
505 * g++.dg/torture/pr46111.C: Add dg-require-effective-target pthread.
507 2011-01-03 Jakub Jelinek <jakub@redhat.com>
509 PR tree-optimization/47148
510 * gcc.c-torture/execute/pr47148.c: New test.
512 PR tree-optimization/47155
513 * gcc.c-torture/execute/pr47155.c: New test.
515 PR rtl-optimization/47157
516 * gcc.c-torture/compile/pr47157.c: New test.
518 2011-01-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
520 * gcc.dg/torture/vector-shift2.c (schar): Define.
521 (main): Always use schar or uchar instead of plain "char" to avoid
522 dependencies on implementation-defined char signedness.
524 2011-01-03 Martin Jambor <mjambor@suse.cz>
526 PR tree-optimization/46801
527 * gnat.dg/pack9.adb: Remove xfail.
529 2011-01-03 Martin Jambor <mjambor@suse.cz>
531 PR tree-optimization/46984
532 * g++.dg/ipa/pr46984.C: New test.
534 2011-01-02 Janus Weil <janus@gcc.gnu.org>
537 * gfortran.dg/class_19.f03: Adjust counting of __builtin_free.
539 2011-01-02 Jakub Jelinek <jakub@redhat.com>
541 PR tree-optimization/47140
542 * gcc.c-torture/compile/pr47140.c: New test.
544 PR rtl-optimization/47028
545 * gcc.dg/pr47028.c: New test.
547 2011-01-02 Nicola Pero <nicola.pero@meta-innovation.com>
549 * objc.dg/protocol-forward-1.m: Removed TODO.
550 * objc.dg/protocol-forward-2.m: New.
551 * obj-c++.dg/protocol-forward-2.mm: Removed TODO.
552 * obj-c++.dg/protocol-forward-2.mm: New.
554 2011-01-01 Kai Tietz <kai.tietz@onevision.com>
557 * g++.dg/eh/pr38662.C: New testcase.
559 2011-01-01 Chung-Lin Tang <cltang@codesourcery.com>
561 * gcc.target/arm/vfp-1.c (test_ldst): Fixed fsts test to
562 scan for newline '\n'.
565 Copyright (C) 2011 Free Software Foundation, Inc.
567 Copying and distribution of this file, with or without modification,
568 are permitted in any medium without royalty provided the copyright
569 notice and this notice are preserved.