OSDN Git Service

2010-12-04 Tobias Burnus <burnus@net-b.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2010-12-04  Tobias Burnus  <burnus@net-b.de>
2
3         PR fortran/46584
4         * gfortran.dg/quad_1.f90: Remove some complex
5         math checks as they fail on some non-libquadmath
6         systems.
7
8 2010-12-04  Daniel Kraft  <d@domob.eu>
9
10         PR fortran/46794
11         * gfortran.dg/power2.f90: New test.
12
13 2010-12-03  Jakub Jelinek  <jakub@redhat.com>
14
15         PR debug/46123
16         * g++.dg/debug/pr46123.C: New test.
17         * g++.dg/debug/dwarf2/pr46123.C: New test.
18
19 2010-12-03  Jason Merrill  <jason@redhat.com>
20
21         PR c++/46058
22         * g++.dg/template/scope4.C: New.
23
24 2010-12-03  Nathan Froyd  <froydnj@codesourcery.com>
25
26         * gcc.target/arm/neon-offset-1.c: New test.
27
28 2010-12-03  Alexander Monakov  <amonakov@ispras.ru>
29
30         PR rtl-optimization/45354
31         * gcc.dg/tree-prof/pr45354.c: New.
32
33 2010-12-03  Thomas Koenig  <tkoenig@gcc.gnu.org>
34
35         PR fortran/45159
36         * gfortran.dg/dependency_38.f90:  New test.
37
38 2010-12-02  Ian Lance Taylor  <iant@google.com>
39
40         * lib/go.exp: New file.
41         * lib/go-dg.exp: New file.
42         * lib/go-torture.exp: New file.
43         * lib/target-supports.exp (check_compile): Match // Go.
44
45 2010-12-02  Eric Botcazou  <ebotcazou@adacore.com>
46
47         * gcc.dg/pr46685.c: New test.
48
49 2010-12-02  Sebastian Pop  <sebastian.pop@amd.com>
50
51         PR tree-optimization/45199
52         * gcc.dg/tree-ssa/ldist-15.c: New.
53         * gcc.dg/tree-ssa/ldist-16.c: New.
54         * gfortran.dg/ldist-pr45199.f: New.
55
56 2010-12-02  Richard Guenther  <rguenther@suse.de>
57
58         PR tree-optimization/46723
59         * gcc.dg/torture/pr46723.c: New testcase.
60
61 2010-12-02  Richard Guenther  <rguenther@suse.de>
62
63         PR lto/44871
64         * g++.dg/lto/20101126-1_0.C: New testcase.
65         * g++.dg/lto/20101126-1_1.c: Likewise.
66
67 2010-12-02  Richard Guenther  <rguenther@suse.de>
68             Ira Rosen  <irar@il.ibm.com>
69
70         PR tree-optimization/46663
71         * gcc.dg/vect/pr46663.c: New test.
72
73 2010-12-02  Jie Zhang  <jie@codesourcery.com>
74
75         PR middle-end/46674
76         * gcc.dg/pr46674.c: New test.
77
78 2010-12-02  Nicola Pero  <nicola.pero@meta-innovation.com>
79
80         * objc.dg/exceptions-6.m: New.
81         * obj-c++.dg/exceptions-6.mm: New.
82
83 2010-12-01  Jan Hubicka  <jh@suse.cz>
84
85         * gcc.c-torture/execute/bcp-1.c: Make ready for -fuse-linker-plugin
86
87 2010-12-01  Sebastian Pop  <sebastian.pop@amd.com>
88
89         PR middle-end/45297
90         * gcc.dg/graphite/pr45297.c: New.
91
92 2010-12-01  Richard Guenther  <rguenther@suse.de>
93
94         PR tree-optimization/46730
95         * g++.dg/tree-prof/indir-call-prof-2.C: New testcase.
96
97 2010-11-30  Michael Meissner  <meissner@linux.vnet.ibm.com>
98
99         * gcc.target/powerpc/ppc-fma-7.c: New file, test that (a*b)+c and
100         (a*b)-c generates two fma instructions, instead of separate
101         multiply, add, and subtract.
102
103 2010-11-30  Tobias Burnus  <burnus@net-b.de>
104
105         * gfortran.dg/realloc_on_assign_2.f03 (invima): Assign
106         a value to all array elements.
107
108 2010-11-30  Richard Guenther  <rguenther@suse.de>
109
110         PR tree-optimization/46722
111         * gcc.target/i386/fma4-fma-2.c: New testcase.
112
113 2010-11-29  Nicola Pero  <nicola.pero@meta-innovation.com>
114
115         * objc.dg/duplicate-class-1.m: New.
116         * obj-c++.dg/duplicate-class-1.mm: New.
117
118 2010-11-29  Nicola Pero  <nicola.pero@meta-innovation.com>
119
120         * objc.dg/property/dotsyntax-21.m
121         * obj-c++.dg/property/dotsyntax-21.mm
122
123 2010-11-29  Alexandre Oliva  <aoliva@redhat.com>
124
125         PR debug/46338
126         * g++.dg/debug/pr46338.C: New.
127
128 2010-11-29  Richard Guenther  <rguenther@suse.de>
129             Zdenek Dvorak  <rakdver@kam.uniff.cz>
130
131         PR tree-optimization/46675
132         * gcc.dg/pr46675.c: New test.
133
134 2010-11-29  Iain Sandoe  <iains@gcc.gnu.org>
135
136         * gcc/testsuite/objc.dg/strings-1.m: Move to...
137         * gcc/testsuite/objc.dg/strings/strings-1.m: ... here. Update paths.
138         * gcc/testsuite/objc.dg/strings-2.m: Move to ...
139         * gcc/testsuite/objc.dg/strings/strings-2.m ... here, provide a
140         constructor and class reference for NeXT runtime.  Update paths.
141         * gcc/testsuite/obj-c++.dg/strings-1.m: Move to...
142         * gcc/testsuite/obj-c++.dg/strings/strings-1.m: ... here. Update paths.
143         * gcc/testsuite/obj-c++.dg/strings-2.m: Move to ...
144         * gcc/testsuite/obj-c__.dg/strings/strings-2.m ... here, provide a
145         constructor and class reference for NeXT runtime.  Update paths.
146
147 2010-11-29  Dodji Seketeli  <dodji@redhat.com>
148
149         PR c++/42260
150         * g++.dg/conversion/cast2.C: New test.
151
152         PR c++/45383
153         * g++.dg/conversion/cond4.C: Likewise.
154
155 2010-11-29  Dodji Seketeli  <dodji@redhat.com>
156
157         PR c++/45383
158         Reverted patch for PR c++/42260
159         * g++.dg/conversion/cast2.C: Reverted new test.
160
161 2010-11-29  Dodji Seketeli  <dodji@redhat.com>
162
163         PR debug/46101
164         * g++.dg/debug/dwarf2/typedef5.C: New test
165
166 2010-11-29  Iain Sandoe  <iains@gcc.gnu.org>
167             Mike Stump  <mrs@gcc.gnu.org>
168
169         PR target/26427
170         PR target/33120
171         PR testsuite/35710
172         * gcc.target/powerpc/darwin-abi-12.c: Adjust for new allocators.
173         * gcc.dg/pr26427.c: Remove redundant warning for powerpc.
174         * gcc.dg/darwin-comm.c: Adjust for new allocators.
175         * gcc.dg/darwin-sections.c: New test.
176         * g++.dg/ext/instantiate2.C: Adjust for new allocators.
177
178 2010-11-29  Nicola Pero  <nicola.pero@meta-innovation.com>
179
180         * objc.dg/exceptions-1.m: New.
181         * objc.dg/exceptions-2.m: New.
182         * objc.dg/exceptions-3.m: New.
183         * objc.dg/exceptions-4.m: New.
184         * objc.dg/exceptions-5.m: New.
185         * obj-c++.dg/exceptions-1.mm: New.
186         * obj-c++.dg/exceptions-2.mm: New.
187         * obj-c++.dg/exceptions-3.mm: New.
188         * obj-c++.dg/exceptions-4.mm: New.
189         * obj-c++.dg/exceptions-5.mm: New.
190
191 2010-11-29  Nicola Pero  <nicola.pero@meta-innovation.com>
192
193         * obj-c++.dg/property/at-property-1.mm: Fixed testcase.
194         * obj-c++.dg/property/at-property-16.mm: Fixed testcase.
195         * obj-c++.dg/property/at-property-20.mm: Fixed testcase.
196
197 2010-11-28  Janus Weil  <janus@gcc.gnu.org>
198
199         PR fortran/46662
200         * gfortran.dg/proc_ptr_comp_pass_7.f90: New.
201
202 2010-11-28  Eric Botcazou  <ebotcazou@adacore.com>
203
204         * gnat.dg/aliasing2.adb (dg-final): Robustify pattern matching.
205         * gnat.dg/pack9.adb (dg-final): Likewise.
206
207 2010-11-28  Paul Thomas  <pault@gcc.gnu.org
208
209         PR fortran/35810
210         * gfortran.dg/realloc_on_assign_1.f03: New test.
211         * gfortran.dg/realloc_on_assign_2.f03: New test.
212         * gfortran.dg/transpose_2.f90: dg-option -fno-realloc-lhs.
213         * gfortran.dg/unpack_bounds_1.f90: The same.
214         * gfortran.dg/cshift_bounds_2.f90: The same.
215         * gfortran.dg/matmul_bounds_2.f90: The same.
216         * gfortran.dg/matmul_bounds_3.f90: The same.
217         * gfortran.dg/matmul_bounds_4.f90: The same.
218         * gfortran.dg/matmul_bounds_5.f90: The same.
219
220 2010-11-27  Tobias Burnus  <burnus@net-b.de>
221
222         PR fortran/46638
223         PR fortran/46668
224         * gfortran.dg/transfer_simplify_10.f90: Fix endian issue.
225
226 2010-11-27  Nicola Pero  <nicola.pero@meta-innovation.com>
227
228         PR objc++/46222
229         * obj-c++.dg/property/at-property-2.mm: Uncommented testcase.
230
231 2010-11-27  Nicola Pero  <nicola.pero@meta-innovation.com>
232
233         * objc.dg/property/at-property-24.m: New.
234         * objc.dg/property/at-property-25.m: New.
235         * obj-c++.dg/property/at-property-24.mm: New.
236         * obj-c++.dg/property/at-property-25.mm: New.
237
238 2010-11-27  Nicola Pero  <nicola.pero@meta-innovation.com>
239
240         * objc.dg/protocol-qualifier-1.m: New.
241         * objc.dg/protocol-qualifier-2.m: New.
242         * obj-c++.dg/protocol-qualifier-1.mm: New.
243         * obj-c++.dg/protocol-qualifier-2.mm: New.
244
245 2010-11-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
246
247         * lib/gnat.exp: Load gcc.exp.
248         (gnat_target_compile): Use gcc_target_compile for *.c sources.
249         * gnat.dg/sse_nolib.adb: Use dg-require-effective-target sse_runtime.
250
251 2010-11-26  Richard Guenther  <rguenther@suse.de>
252
253         PR lto/46648
254         * gcc.dg/lto/20101125-1_0.c: New testcase.
255         * gcc.dg/lto/20101125-1_1.c: Likewise.
256
257 2010-11-22   Bud Davis  <jmdavis@link.com>
258
259         * arith_divide_no_check.f
260          ,arith_divide.f,old_style_init.f90: new tests.
261
262 2010-11-26  H.J. Lu  <hongjiu.lu@intel.com>
263
264         PR tree-optimization/46665
265         * gfortran.dg/pr46665.f90: New.
266
267 2010-11-26  Jakub Jelinek  <jakub@redhat.com>
268
269         PR middle-end/46647
270         * gcc.dg/pr46647.c: New test.
271
272 2010-11-25  Janus Weil  <janus@gcc.gnu.org>
273
274         PR fortran/46581
275         * gfortran.dg/select_type_19.f03: New.
276
277 2010-11-25  Nicola Pero  <nicola.pero@meta-innovation.com>
278
279         * objc.dg/ivar-problem-1.m: New.
280         * obj-c++.dg/ivar-problem-1.mm: New.
281
282 2010-11-25  Jakub Jelinek  <jakub@redhat.com>
283
284         PR middle-end/46637
285         * gcc.c-torture/compile/pr46637.c: New test.
286
287 2010-11-25  H.J. Lu  <hongjiu.lu@intel.com>
288
289         * gfortran.dg/pr46519-1.f: Add -mtune=generic.
290
291 2010-11-25  H.J. Lu  <hongjiu.lu@intel.com>
292
293         PR middle-end/46647
294         * gcc.target/i386/pr46647.c: New.
295
296 2010-11-25  Kai Tietz  <kai.tietz@onevision.com>
297
298         * gcc.dg/dll-8.c: New.
299
300 2010-11-25  Eric Botcazou  <ebotcazou@adacore.com>
301
302         * gnat.dg/loop_optimization7.adb: Remove dg-require-effective-target.
303         * gnat.dg/sse_nolib.adb: Likewise.
304
305 2010-11-25  Alexander Monakov  <amonakov@ispras.ru>
306
307         PR rtl-optimization/46585
308         * gcc.dg/pr46585.c: New.
309
310 2010-11-24  Richard Henderson  <rth@redhat.com>
311
312         * lib/target-supports.exp (vect_widen_sum_hi_to_si_pattern,
313         vect_widen_mult_hi_to_si, vect_sdot_qi, vect_udot_qi, vect_sdot_hi,
314         vect_unpack, vect_int_mult, vect_extract_even_odd,
315         vect_extract_even_odd_wide, vect_interleave): Enable for ia64.
316
317 2010-11-24  H.J. Lu  <hongjiu.lu@intel.com>
318
319         PR target/46519
320         * gfortran.dg/pr46519-1.f: New.
321
322 2010-11-24  H.J. Lu  <hongjiu.lu@intel.com>
323
324         PR target/46519
325         * gcc.target/i386/avx-vzeroupper-10.c: Expect no avx_vzeroupper.
326         * gcc.target/i386/avx-vzeroupper-11.c: Likewise.
327
328         * gcc.target/i386/avx-vzeroupper-14.c: Replace -O0 with -O2.
329         * gcc.target/i386/avx-vzeroupper-15.c: Likewise.
330         * gcc.target/i386/avx-vzeroupper-16.c: Likewise.
331         * gcc.target/i386/avx-vzeroupper-17.c: Likewise.
332
333         * gcc.target/i386/avx-vzeroupper-20.c: New.
334         * gcc.target/i386/avx-vzeroupper-21.c: Likewise.
335         * gcc.target/i386/avx-vzeroupper-22.c: Likewise.
336         * gcc.target/i386/avx-vzeroupper-23.c: Likewise.
337         * gcc.target/i386/avx-vzeroupper-24.c: Likewise.
338         * gcc.target/i386/avx-vzeroupper-25.c: Likewise.
339         * gcc.target/i386/avx-vzeroupper-26.c: Likewise.
340
341 2010-11-24  Richard Guenther  <rguenther@suse.de>
342
343         PR lto/43218
344         * gcc.dg/lto/20100423-1_0.c: Enable for all LTO modes.
345
346 2010-11-24  Jakub Jelinek  <jakub@redhat.com>
347
348         PR rtl-optimization/46614
349         * gcc.dg/pr46614.c: New test.
350
351 2010-11-24  Tobias Burnus  <burnus@net-b.de>
352
353         PR fortran/46638
354         * gfortran.dg/transfer_simplify_10.f90: New.
355
356 2010-11-24  Jakub Jelinek  <jakub@redhat.com>
357
358         PR middle-end/46629
359         * gfortran.dg/lto/pr46629_0.f90: New test.
360
361 2010-11-24  Mingjie Xing  <mingjie.xing@gmail.com>
362
363         * gcc.target/mips/loongson3a-muldiv-1.c: New test.
364         * gcc.target/mips/loongson3a-muldiv-2.c: New test.
365
366 2010-11-23  Joseph Myers  <joseph@codesourcery.com>
367
368         * gcc.dg/opts-5.c: New test.
369
370 2010-11-23  Jeffrey Yasskin <jyasskin@google.com>
371
372         PR c++/46527
373         * g++.dg/debug/dwarf2/pr46527.C: New test.
374
375 2010-11-23  Iain Sandoe  <iains@gcc.gnu.org>
376
377         * gcc.dg/darwin-cfstring-1.c: Adjust format messages.
378
379 2010-11-23  Jakub Jelinek  <jakub@redhat.com>
380
381         PR middle-end/46499
382         * gcc.dg/pr46499-1.c: New test.
383         * gcc.dg/pr46499-2.c: New test.
384
385 2010-11-23  Jack Howarth  <howarth@bromo.med.uc.edu>
386
387         * gcc.target/i386/alias-1.c: Require alias support.
388
389 2010-11-22  Uros Bizjak  <ubizjak@gmail.com>
390
391         * gcc.dg/graphite/graphite.exp: Use check_vect_support_and_set_flags
392         for vectorizer tests.
393         * gcc.dg/graphite/vect-pr43423.c: Add "dg-do compile" dg directive.
394         * gcc.dg/graphite/pr40281.c: Remove "dg-do compile" dg directive.
395         * gcc.dg/graphite/pr41888.c: Ditto.
396         * gcc.dg/graphite/pr42729.c: Ditto.
397
398 2010-11-22  Mingjie Xing  <mingjie.xing@gmail.com>
399             Uros Bizjak  <ubizjak@gmail.com>
400
401         * lib/target-supports.exp (check_vect_support_and_set_flags): New
402         procedure to check if the target supports vectorizer tests. Set
403         DEFAULT_VECTCFLAGS and dg-do-what-default depending on vectorization
404         capabilites.
405         * gcc.dg/vect/vect.exp: Use check_vect_support_and_set_flags.
406         * g++.dg/vect/vect.exp: Ditto.
407         * gfortran.dg/vect/vect.exp: Ditto.
408
409 2010-11-22  Nicola Pero  <nicola.pero@meta-innovation.com>
410
411         PR objc/34033
412         * objc.dg/strings-1.m: New.
413         * objc.dg/strings-2.m: New.
414         * obj-c++.dg/strings-1.mm: New.
415         * obj-c++.dg/strings-2.mm: New.
416
417 2010-11-22  Ian Bolton  <ian.bolton@arm.com>
418
419         * testsuite/c-c++-common/pr44832.c: Use -fno-short-enums option for
420         "target short_enums".
421         * testsuite/gcc.c-torture/compile/pr39845.c: Likewise.
422
423 2010-11-22  Eric Botcazou  <ebotcazou@adacore.com>
424
425         * gcc.dg/pr28796-2.c: SKIP on SPARC/Solaris 8.
426
427         PR rtl-optimization/46603
428         * gcc.dg/vect/slp-multitypes-2.c: XFAIL execution on SPARC 32-bit.
429
430         PR testsuite/46230
431         * gcc.dg/vect/vect-peel-3.c (main): Prevent initialization loop from
432         being vectorized.  Adjust dg-final pattern.
433         * gcc.dg/vect/pr46009.c: Add vect_int_mult target selector.
434
435         * gcc.dg/vect: Do not include <stdio.h> in testcases.
436         * gcc.dg/vect/costmodel/ppc: Likewise.
437
438 2010-11-22  Alexander Monakov  <amonakov@ispras.ru>
439
440         PR rtl-optimization/45652
441         * gcc.dg/pr45652.c: New.
442
443 2010-11-21  Richard Henderson  <rth@redhat.com>
444
445         PR rtl-optimization/46571
446         * gcc.dg/pr46571.c: New.
447
448 2010-11-21  Eric Botcazou  <ebotcazou@adacore.com>
449
450         * g++.dg/lto/20090303_0.C: Do not pass -fPIC on the SPARC.
451
452 2010-11-21  Uros Bizjak  <ubizjak@gmail.com>
453
454         PR target/46533
455         * gcc.dg/inline-2.c: Do not scan for "jsr" on alpha*-*-*  targets.
456
457 2010-11-20  Joseph Myers  <joseph@codesourcery.com>
458
459         * g++.dg/cpp/_Pragma1.C: Test for all non-Solaris targets.
460         * gcc.dg/cpp/_Pragma6.c: Test for all non-Solaris targets.
461         * gcc.dg/pack-test-1.c: Test for all non-default_packed targets.
462         * gcc.dg/pack-test-2.c: Test for all targets.
463         * gcc.dg/pragma-align.c: Test for all targets.
464         * gcc.dg/pragma-pack-4.c: Do not skip for AVR.
465         * gcc.dg/ucnid-10.c: Test for all targets.
466
467 2010-11-20  Eric Botcazou  <ebotcazou@adacore.com>
468
469         * gcc.target/sparc/sparc-align-1.c: New test.
470
471 2010-11-20  Nathan Froyd  <froydnj@codesourcery.com>
472
473         PR c++/16189
474         PR c++/36888
475         PR c++/45331
476         * g++.dg/parse/semicolon3.C: New test.
477         * g++.dg/debug/pr22514.C: Adjust.
478         * g++.dg/init/error1.C: Adjust.
479         * g++.dg/other/bitfield3.C: Adjust.
480         * g++.dg/other/semicolon.C: Adjust.
481         * g++.dg/parse/error14.C: Adjust.
482         * g++.dg/parse/error5.C: Adjust.
483         * g++.dg/parse/parameter-declaration-1.C: Adjust.
484         * g++.dg/template/pr23510.C: Adjust.
485         * g++.dg/template/pr39425.C: Adjust.
486         * g++.old-deja/g++.robertl/eb125.C: Adjust.
487
488 2010-11-20  Jakub Jelinek  <jakub@redhat.com>
489
490         PR debug/46561
491         * gcc.dg/autopar/pr46561.c: New test.
492
493         PR c++/46538
494         * g++.dg/other/error34.C: New test.
495
496         PR c++/46526
497         * g++.dg/cpp0x/constexpr-base3.C: New test.
498
499         PR tree-optimization/45830
500         * gcc.target/i386/pr45830.c: New test.
501         * gcc.c-torture/execute/pr45830.c: New test.
502
503 2010-11-19  Nicola Pero  <nicola.pero@meta-innovation.com>
504
505         * objc.dg/attributes/class-attribute-1.m: Rewritten.
506         * objc.dg/attributes/class-attribute-2.m: Same change.
507         * obj-c++.dg/attributes/class-attribute-1.mm: Same change.
508         * obj-c++.dg/attributes/class-attribute-2.mm: Same change.
509         * objc.dg/fobjc-std-1.m: Updated.
510         * obj-c++.dg/fobjc-std-1.mm: Updated.
511
512 2010-11-19  Michael Matz  <matz@suse.de>
513
514         PR tree-optimization/46077
515         * gcc.dg/vect/O3-pr46077.c: New testcase.
516
517 2010-11-19  Joseph Myers  <joseph@codesourcery.com>
518
519         PR c/46547
520         * gcc.c-torture/compile/pr46547-1.c: New test.
521
522 2010-11-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
523
524         * lib/gcc-defs.exp (gcc-set-multilib-library-path): Use eval to
525         exec $compiler.
526         * lib/gfortran.exp (gfortran_link_flags): Remove braces around
527         $GFORTRAN_UNDER_TEST.
528         (gfortran_init): Use -B to specify specpath, add trailing /.
529
530 2010-11-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
531
532         * gcc.target/powerpc/ppc-target-1.c: New file to test target
533         attributes on PowerPC.
534         * gcc.target/powerpc/ppc-target-2.c: Ditto.
535         * gcc.target/powerpc/ppc-target-3.c: Ditto.
536
537 2010-11-19  Nicola Pero  <nicola.pero@meta-innovation.com>
538
539         * objc.dg/attributes/proto-attribute-1.m: Updated.
540         * objc.dg/attributes/proto-attribute-2.m: New.
541         * objc.dg/attributes/proto-attribute-3.m: New.
542         * obj-c++.dg/attributes/proto-attribute-1.mm: Updated.
543         * obj-c++.dg/attributes/proto-attribute-2.mm: New.
544         * obj-c++.dg/attributes/proto-attribute-3.mm: New.
545
546 2010-11-19  Eric Botcazou  <ebotcazou@adacore.com>
547
548         * gcc.dg/lto/20090210_1.c: Do not pass -fPIC on the SPARC.
549
550 2010-11-19  Eric Botcazou  <ebotcazou@adacore.com>
551
552         * gcc.dg/tree-ssa/20040204-1.c: Do not XFAIL on the SPARC.
553
554 2010-11-18  Steve Ellcey  <sje@cup.hp.com>
555
556         * gcc.dg/vect/slp-reduc-3.c: Make check dependent on vect_unpack.
557         * gcc.dg/vect/slp-reduc-6.c: Ditto, plus add alignment.
558
559 2010-11-18  Jakub Jelinek  <jakub@redhat.com>
560
561         PR middle-end/46534
562         * gcc.c-torture/compile/pr46534.c: New test.
563
564 2010-11-18  Eric Botcazou  <ebotcazou@adacore.com>
565
566         * gnat.dg/atomic4.ad[sb]: New test.
567         * gnat.dg/volatile4.adb: Likewise.
568
569 2010-11-18  Richard Henderson  <rth@redhat.com>
570
571         * gcc.target/i386/pr46470.c: Skip for 32-bit PIC.
572
573 2010-11-18  Nathan Froyd  <froydnj@codesourcery.com>
574
575         PR c/33193
576         * c-c++-common/pr33193.c: New test.
577
578 2010-11-18  Richard Guenther  <rguenther@suse.de>
579
580         PR tree-optimization/46172
581         * gcc.dg/torture/pr46172.c: New testcase.
582
583 2010-11-18  Jeff Law  <law@redhat.com>
584
585         PR middle-end-optimization/46297
586         * gfortran.dg/pr46297.f: New test.
587
588 2010-11-17  Steve Ellcey  <sje@cup.hp.com>
589
590         PR middle-end/31490
591         * gcc.dg/pr31490.c: New test.
592
593 2010-11-17  Uros Bizjak  <ubizjak@gmail.com>
594
595         * gcc.dg/nop.h: Move from ...
596         * gcc.dg/guality/nop.h: ... here.
597         * gcc.dg/lto/20091216-1_0.c: Include nop.h and use NOP macro.
598         * gcc.dg/guality/asm-1.c: Update nop.h include.
599         * gcc.dg/guality/pr43329-1.c: Ditto.
600
601 2010-11-17  Paolo Bonzini  <bonzini@gnu.org>
602
603         * gcc.dg/two-types-1.c: New test.
604         * gcc.dg/two-types-2.c: New test.
605         * gcc.dg/two-types-3.c: New test.
606         * gcc.dg/two-types-4.c: New test.
607         * gcc.dg/two-types-5.c: New test.
608         * gcc.dg/two-types-6.c: New test.
609         * gcc.dg/two-types-7.c: New test.
610         * gcc.dg/two-types-8.c: New test.
611         * gcc.dg/two-types-9.c: New test.
612         * gcc.dg/two-types-10.c: New test.
613         * objc.dg/two-types-1.m: New test.
614
615 2010-11-17  Jakub Jelinek  <jakub@redhat.com>
616
617         PR rtl-optimization/46440
618         * gcc.dg/pr46440.c: New test.
619
620         PR testsuite/45429
621         * gcc.dg/vect/no-section-anchors-vect-64.c: New test.
622
623 2010-11-17  Ira Rosen  <irar@il.ibm.com>
624
625         PR tree-optimization/46312
626         * gcc.dg/vect/vect-scal-opt2.c: Rename to...
627         * gcc.dg/vect/vec-scal-opt2.c: ... this. Expect to pass only
628         on targets that support vector shifts with scalar shift argument.
629         Remove dg-options.
630         * gcc.dg/vect/vect-scal-opt.c: Rename to...
631         * gcc.dg/vect/vec-scal-opt.c: ... this, and change likewise.
632         * gcc.dg/vect/vect-scal-opt1.c: Rename to...
633         * gcc.dg/vect/vec-scal-opt1.c: ... this, and change likewise.
634         * gcc.dg/vect/vect.exp: Run vec-scal-* tests with relevant flags.
635         * gcc.dg/vect/vect-114.c: Expect to pass only on targets that
636         support misaligned data accesses.
637         * gcc.dg/vect/pr43432.c, gcc.dg/vect/vect-15.c: Likewise.
638         * gcc.dg/vect/pr43430-2.c: Remove dg-options.
639         * lib/target-supports.exp
640         (check_effective_target_vect_shift_scalar): New.
641
642 2010-11-17  Jakub Jelinek  <jakub@redhat.com>
643
644         * gcc.dg/guality/nop.h: New file.
645         * gcc.dg/guality/asm-1.c: Include it and use NOP macro instead of
646         "nop".  Adjust line numbers in gdb-test.
647         * gcc.dg/guality/pr43329-1.c: Likewise.
648
649 2010-11-16  Jason Merrill  <jason@redhat.com>
650
651         * g++.dg/cpp0x/defaulted20.C: New.
652
653         * g++.dg/template/injected2.C: New.
654
655 2010-11-17  Nicola Pero  <nicola.pero@meta-innovation.com>
656
657         * objc.dg/protocol-optional-1.m: New.
658         * obj-c++.dg/protocol-optional-1.mm: New.
659
660 2010-11-16  Richard Henderson  <rth@redhat.com>
661
662         * gcc.target/powerpc/ppc-fma-2.c: Use -ffp-contract=off.
663         * gcc.target/powerpc/ppc-fma-4.c: Likewise.
664
665 2010-11-16  Eric Botcazou  <ebotcazou@adacore.com>
666
667         * gnat.dg/opt12.adb: New test.
668         * gnat.dg/opt12_pkg.ad[sb]: New helper.
669
670 2010-11-16  Eric Botcazou  <ebotcazou@adacore.com>
671
672         * gcc.target/rx/pack.c: New test.
673
674 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
675             Tobias Burnus  <burnus@net-b.de>
676
677         PR fortran/32049
678         * gfortran.dg/quad_1.f90: New.
679         * lib/gcc-defs.exp (gcc-set-multilib-library-path): Use also
680         compiler arguments.
681         * lib/gfortran.exp (gfortran_link_flags): Add libquadmath to
682         library search path; call gcc-set-multilib-library-path with
683         arguments such that libgfortran.spec is found.
684         (gfortran_init): Add path for libgfortran.spec to GFORTRAN_UNDER_TEST.
685
686 2010-11-16  Jakub Jelinek  <jakub@redhat.com>
687
688         PR c++/46401
689         * g++.dg/warn/Wsequence-point-3.C: New test.
690
691 2010-11-16  Kai Tietz  <kai.tietz@onevision.com>
692
693         PR preprocessor/17349
694         * gcc.dg/cpp/cmdlne-C3.c: New.
695
696 2010-11-16  Richard Guenther  <rguenther@suse.de>
697
698         PR tree-optimization/44545
699         * gcc.dg/pr44545.c: New testcase.
700
701 2010-11-16  Andrey Belevantsev  <abel@ispras.ru>
702
703         PR rtl-optimization/46366
704         * gcc.target/i386/pr45352-2.c: Silence warnings by using appropriate
705         casts.
706
707 2010-11-16  Richard Guenther  <rguenther@suse.de>
708
709         * gcc.dg/tree-ssa/ssa-fre-30.c: New testcase.
710
711 2010-11-16  Richard Guenther  <rguenther@suse.de>
712
713         PR middle-end/45172
714         * gfortran.dg/gomp/pr45172.f90: New testcase.
715
716 2010-11-16  Nick Clifton  <nickc@redhat.com>
717
718         * gcc.target/rx/pack.c: New test.
719
720 2010-11-15  Richard Henderson  <rth@redhat.com>
721
722         * gcc.dg/torture/builtin-math-2.c: Split out fma tests...
723         * gcc.dg/torture/builtin-math-8.c: ... here.  New file.
724         Use builtin_constant_p rather than scanning for builtin name.
725
726 2010-11-15  Nicola Pero  <nicola.pero@meta-innovation.com>
727
728         * objc.dg/property/dotsyntax-18.m: New.
729         * objc.dg/property/dotsyntax-19.m: New.
730         * objc.dg/property/dotsyntax-20.m: New.
731         * obj-c++.dg/property/dotsyntax-18.mm: New.
732         * obj-c++.dg/property/dotsyntax-19.mm: New.
733         * obj-c++.dg/property/dotsyntax-20.mm: New.
734         * objc.dg/property/dotsyntax-4.m: Removed some unused
735         variables and code.
736         * objc.dg/property/dotsyntax-6.m: Same change.
737         * objc.dg/property/dotsyntax-16.m: Same change.
738         * objc.dg/property/dotsyntax-17.m: Same change.
739         * obj-c++.dg/property/dotsyntax-4.mm: Same change.
740         * obj-c++.dg/property/dotsyntax-6.mm: Same change.
741         * obj-c++.dg/property/dotsyntax-16.mm: Same change.
742         * obj-c++.dg/property/dotsyntax-17.mm: Same change.
743         * objc.dg/property/at-property-22.m: Added missing casts.
744         * obj-c++.dg/property/at-property-22.mm: Same change.
745
746 2010-11-15  Jakub Jelinek  <jakub@redhat.com>
747
748         PR tree-optimization/46491
749         * gcc.target/i386/pr46491.c: New test.
750
751         PR tree-optimization/46461
752         * gcc.c-torture/compile/pr46461.c: New test.
753
754 2010-11-15  Tobias Burnus  <burnus@net.b.de>
755
756         PR fortran/46484
757         * gfortran.dg/allocatable_scalar_11.f90: New.
758         * gfortran.dg/allocatable_scalar_5.f90: Make test case
759         standard conform.
760
761 2010-11-15  Jakub Jelinek  <jakub@redhat.com>
762
763         PR debug/46095
764         * gcc.target/i386/pr46095.c: New test.
765
766         PR debug/46387
767         * gcc.dg/pr46387.c: New test.
768
769 2010-11-15  Nicola Pero  <nicola.pero@meta-innovation.com>
770
771         * objc.dg/property/dotsyntax-16.m: New.
772         * objc.dg/property/dotsyntax-17.m: New.
773         * obj-c++.dg/property/dotsyntax-16.mm: New.
774         * obj-c++.dg/property/dotsyntax-17.mm: New.
775         * objc.dg/property/at-property-10.m: Uncommented using 'x++'
776         syntax with properties, which now works.
777         * obj-c++.dg/property/at-property-10.mm: Same change.
778
779 2010-11-15  Martin Jambor  <mjambor@suse.cz>
780
781         PR tree-optimization/46349
782         * gnat.dg/opt9.adb: New file.
783         * gnat.dg/opt9_pkg.ads: Likewise
784
785 2010-11-15  Richard Guenther  <rguenther@suse.de>
786
787         PR lto/44989
788         * g++.dg/guality/redeclaration1.C: Do not execute for LTO.
789
790 2010-11-15  Nathan Froyd  <froydnj@codesourcery.com>
791
792         PR preprocessor/45038
793         * g++.dg/pr45038.C: New test.
794
795 2010-11-15  Richard Guenther  <rguenther@suse.de>
796
797         PR tree-optimization/46467
798         * gcc.dg/ipa/ipa-pta-16.c: New testcase.
799
800 2010-11-15  Richard Guenther  <rguenther@suse.de>
801
802         PR testsuite/46423
803         * g++.dg/torture/pr34850.C: Adjust.
804
805 2010-11-14  Paolo Bonzini  <bonzini@gnu.org>
806
807         PR c/46475
808         * gcc.dg/nofixed-point-2.c: Change dg-warning to dg-bogus.
809
810 2010-11-14  Nicola Pero  <nicola.pero@meta-innovation.com>
811
812         * objc.dg/property/at-property-21.m: New.
813         * objc.dg/property/at-property-22.m: New.
814         * objc.dg/property/at-property-23.m: New.
815         * objc.dg/property/synthesize-9.m: New.
816         * objc.dg/property/synthesize-10.m: New.
817         * objc.dg/property/synthesize-11.m: New.
818         * obj-c++.dg/property/at-property-21.mm: New.
819         * obj-c++.dg/property/at-property-22.mm: New.
820         * obj-c++.dg/property/at-property-23.mm: New.
821         * obj-c++.dg/property/synthesize-9.mm: New.
822         * obj-c++.dg/property/synthesize-10.mm: New.
823         * obj-c++.dg/property/synthesize-11.mm: New.
824
825         * objc.dg/property/at-property-4.m: Updated to match new compiler
826         where some errors have been converted into warnings and vice versa.
827         * objc.dg/property/at-property-16.m: Same change.
828         * objc.dg/property/at-property-18.m: Same change.
829         * objc.dg/property/property-neg-5.m: Same change.
830         * obj-c++.dg/property/at-property-4.mm: Same change.
831         * obj-c++.dg/property/at-property-16.mm: Same change.
832         * obj-c++.dg/property/at-property-18.mm: Same change.
833         * obj-c++.dg/property/property-neg-5.mm: Same change.
834
835         * obj-c++.dg/property/dynamic-2.mm: Enable tests that were
836         commented out because of testsuite problems; I found out that
837         using dg-warning instead of dg-message gets them to work.
838         * obj-c++.dg/property/property-neg-3.mm: Same change.
839         * obj-c++.dg/property/synthesize-6.mm: Same change.
840         * obj-c++.dg/property/at-property-5.mm: Same change.
841         * obj-c++.dg/property/at-property-14.mm: Same change.
842         * obj-c++.dg/property/at-property-18.mm: Same change.
843         * obj-c++.dg/property/at-property-16.mm: Same change (in this file,
844         some tests still do not work due to some other testsuite issue).
845
846 2010-11-13  Jason Merrill  <jason@redhat.com>
847
848         * g++.dg/cpp0x/auto20.C: New.
849
850 2010-11-13  Iain Sandoe  <iains@gcc.gnu.org>
851
852         * objc.dg/fsf-nsstring-format-1.m: Adjust format messages.
853         * obj-c++.dg/fsf-nsstring-format-1.mm: Likewise.
854
855 2010-11-13  Paolo Bonzini  <bonzini@gnu.org>
856
857         PR c/46462
858         * gcc.dg/gomp/pr34607.c: Adjust errors for unknown typenames.
859         * gcc.dg/pr35746.c: Likewise.
860         * gcc.dg/cpp/direct2.c: Likewise.
861         * gcc.dg/cpp/direct2s.c: Likewise.
862         * gcc.dg/noncompile/920923-1.c: Likewise.
863         * gcc.dg/dfp/constants-c99.c: Add -Wno-overflow.
864
865 2010-11-13  Nicola Pero  <nicola.pero@meta-innovation.com>
866
867         * obj-c++.dg/attributes/method-format-1.mm: Adjust.
868
869 2010-11-13  Nicola Pero  <nicola.pero@meta-innovation.com>
870
871         * objc/compile/20060406-1.m: Fixed testcase not to try to qualify
872         a pointer to an arbitrary C struct with an Objective-C protocol.
873         Test various valid uses of typedef with Objective-C objects and
874         protocols instead.
875         * objc.dg/invalid-type-1.m: New.
876         * obj-c++.dg/invalid-type-1.m: New.
877
878 2010-11-13  Iain Sandoe  <iains@gcc.gnu.org>
879
880         * gcc.dg/darwin-segaddr.c: New test for multiple argument c/l switch.
881
882 2010-11-13  Tobias Burnus  <burnus@net-b.de>
883
884         PR fortran/45742
885         * gfortran.dg/volatile12.f90: Use the right three in cleanup-tree-dump.
886
887 2010-11-13  Tobias Burnus  <burnus@net-b.de>
888
889         PR fortran/45742
890         * gfortran.dg/volatile12.f90: New.
891
892 2010-11-13  Paolo Bonzini  <bonzini@gnu.org>
893
894         * objc.dg/attributes/method-format-1.m: Adjust.
895
896 2010-11-13  Paolo Bonzini  <bonzini@gnu.org>
897
898         PR c/20385
899         * gcc.dg/decl-9.c: New.
900
901 2010-11-13  Paolo Bonzini  <bonzini@gnu.org>
902
903         * gcc.dg/Wcxx-compat-8.c: Add testcases involving incomplete types.
904
905 2010-11-13  Paolo Bonzini  <bonzini@gnu.org>
906
907         * gcc.dg/format/few-1.c: New test.
908         * gcc.dg/format/asm_fprintf-1.c: Adjust.
909         * gcc.dg/format/c90-scanf-1.c: Adjust.
910         * gcc.dg/format/cmn-err-1.c: Adjust.
911         * gcc.dg/format/dfp-printf-1.c: Adjust.
912         * gcc.dg/format/dfp-scanf-1.c: Adjust.
913         * gcc.dg/format/gcc_diag-1.c: Adjust.
914         * gcc.dg/format/ms_unnamed-1.c: Adjust.
915         * gcc.dg/format/strfmon-1.c: Adjust.
916         * gcc.dg/format/unnamed-1.c: Adjust.
917         * gcc.dg/format/xopen-2.c: Adjust.
918         * g++.dg/ext/builtin4.C: Adjust.
919         * g++.dg/ext/builtin5.C: Adjust.
920
921 2010-11-12  Joseph Myers  <joseph@codesourcery.com>
922
923         * gcc.dg/pragma-diag-2.c: New test.
924
925 2010-11-12  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
926
927         PR fortran/45794
928         * gfortran.dg/optional_mask.f90: New test.
929
930 2010-11-13  Ville Voutilainen  <ville.voutilainen@gmail.com>
931
932         * g++.dg/cpp0x/defaulted15.C: Adjust.
933
934 2010-11-12  James Dennett <jdennett@google.com>
935
936         PR c++/39415
937         * g++.dg/expr/static_cast7.C: New.
938
939 2010-11-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
940
941         * lib/prune.exp (prune_gcc_output): Ignore IRIX 6 linker multiline
942         warning.
943         * g++.dg/abi/packed1.C (struct INNER): Ignore warning on
944         mips-sgi-irix*.
945         * g++.dg/cpp/_Pragma1.C: Skip on mips-sgi-irix*.
946         * gcc.target/mips/call-3.c: Add dg-require-visibility.
947
948 2010-11-12  Eric Botcazou  <ebotcazou@adacore.com>
949
950         * gcc.dg/pr46375.c: New test.
951
952 2010-11-11  Nathan Froyd  <froydnj@codesourcery.com>
953
954         PR c/44782
955         * c-c++-common/fmax-errors.c: New test.
956
957 2010-11-11  Richard Henderson  <rth@redhat.com>
958
959         * gcc.target/i386/sse-24.c: Use -ffp-contract.
960
961 2010-11-11  Jan Hubicka  <jh@suse.cz>
962
963         * gcc.dg/tree-ssa/inline-5.c: Fix testcase.
964         * gcc.dg/tree-ssa/inline-6.c: Fix testcase.
965
966 2010-11-12  Jakub Jelinek  <jakub@redhat.com>
967
968         PR target/46088
969         * gcc.dg/pr46088.c: New test.
970
971 2010-11-11  Steven G. Kargl  <kargl@gcc.gnu.org>
972
973         * gfortran.dg/empty_derived_type.f90: New test.
974
975 2010-11-11  Tobias Burnus  <burnus@net-b.de>
976
977         PR fortran/46413
978         * gfortran.dg/class_31.f90: New.
979
980         PR fortran/46205
981         * gfortran.dg/forall_14.f90: New.
982
983 2010-11-11  Jakub Jelinek  <jakub@redhat.com>
984             Tobias Burnus  <burnus@net-b.de>
985
986         PR fortran/46325
987         * gfortran.dg/char_initialiser_actual.f90: Make test case valid.
988
989 2010-11-11  Jan Hubicka  <jh@suse.cz>
990
991         * gcc.dg/20081223-1.c: Update LTO options.
992         * gcc.dg/lto/20090206-1_0.c: Update LTO options.
993         * gcc.dg/lto/20081118_0.c: Update LTO options.
994         * gcc.dg/lto/ipareference_0.c: Update LTO options.
995         * gcc.dg/lto/20100423-2_0.c: Update LTO options.
996         * gcc.dg/lto/20081201-1_0.c: Update LTO options.
997         * gcc.dg/lto/ipacp_0.c: Update LTO options.
998         * gcc.dg/lto/20090116_0.c: Update LTO options.
999         * gcc.dg/lto/20091015-1_0.c: Update LTO options.
1000         * gcc.dg/lto/20090126-2_0.c: Update LTO options.
1001         * gcc.dg/lto/20081202-2_0.c: Update LTO options.
1002         * gcc.dg/lto/20081204-1_0.c: Update LTO options.
1003         * gcc.dg/lto/const-uniq_0.c: Update LTO options.
1004         * gcc.dg/lto/20081224_0.c: Update LTO options.
1005         * gcc.dg/lto/20090219_0.c: Update LTO options.
1006         * gcc.dg/lto/ipareference2_0.c: Update LTO options.
1007         * gcc.dg/lto/20090206-2_0.c: Update LTO options.
1008         * gcc.dg/lto/20081115_0.c: Update LTO options.
1009         * gcc.dg/lto/20081201-2_0.c: Update LTO options.
1010         * gcc.dg/lto/20081120-2_0.c: Update LTO options.
1011         * gcc.dg/lto/materialize-1_0.c: Update LTO options.
1012         * gcc.dg/lto/20090126-1_0.c: Update LTO options.
1013         * gcc.dg/lto/20081202-1_0.c: Update LTO options.
1014         * gcc.dg/lto/noreturn-1_0.c: Update LTO options.
1015         * g++.dg/20090107-1.C: Update LTO options.
1016         * g++.dg/lto/pr45679-2_0.C: Update LTO options.
1017         * g++.dg/lto/20081123_0.C: Update LTO options.
1018         * g++.dg/lto/20090313_0.C: Update LTO options.
1019         * g++.dg/lto/20081125_0.C: Update LTO options.
1020         * g++.dg/lto/20081109-1_0.C: Update LTO options.
1021         * g++.dg/lto/20081219_0.C: Update LTO options.
1022         * g++.dg/lto/20100724-1_0.C: Update LTO options.
1023         * g++.dg/lto/20081204-1_0.C: Update LTO options.
1024         * g++.dg/lto/20090303_0.C: Update LTO options.
1025         * g++.dg/lto/20100723-1_0.C: Update LTO options.
1026         * g++.dg/lto/pr45679-1_0.C: Update LTO options.
1027         * g++.dg/lto/20090128_0.C: Update LTO options.
1028         * g++.dg/lto/20081204-2_0.C: Update LTO options.
1029         * g++.dg/lto/20090302_0.C: Update LTO options.
1030         * g++.dg/lto/20081119-1_0.C: Update LTO options.
1031         * g++.dg/lto/20081118_0.C: Update LTO options.
1032         * g++.dg/20090121-1.C: Update LTO options.
1033         * objc.dg/lto/lto.exp: Update LTO options.
1034         * lib/lto.exp: Update LTO options.
1035         * lib/gcc-dg.exp: Update LTO options.
1036         * lib/c-torture.exp: Update LTO options.
1037         * obj-c++.dg/lto/lto.exp: Update LTO options.
1038
1039 2010-11-11  Jan Hubicka  <jh@suse.cz>
1040
1041         PR tree-optimize/40436
1042         * gcc.dg/tree-ssa/inline-5.c: New testcase.
1043         * gcc.dg/tree-ssa/inline-6.c: New testcase.
1044
1045 2010-11-11  Janus Weil  <janus@gcc.gnu.org>
1046
1047         * gfortran.dg/proc_decl_24.f90: New.
1048
1049 2010-11-11  Nicola Pero  <nicola.pero@meta-innovation.com>
1050
1051         * objc.dg/property/at-property-20.m: New.
1052         * objc.dg/property/synthesize-8.m: New.
1053         * obj-c++.dg/property/at-property-20.m: New.
1054         * obj-c++.dg/property/synthesize-8.mm: New.
1055
1056 2010-11-11  Joseph Myers  <joseph@codesourcery.com>
1057
1058         * gcc.dg/cpp/warn-normalized-3.c: Update expected note text.
1059
1060 2010-11-11  Jakub Jelinek  <jakub@redhat.com>
1061
1062         PR middle-end/46388
1063         * gcc.c-torture/compile/pr46388.c: New test.
1064
1065 2010-11-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1066
1067         * lib/lto.exp (lto-get-options-main): Support optional target
1068         selector for dg-suppress-ld-options.
1069
1070 2010-11-11  Martin Jambor  <mjambor@suse.cz>
1071
1072         PR tree-optimization/46383
1073         * g++.dg/torture/pr46383.C: New test.
1074
1075 2010-11-11  Uros Bizjak  <ubizjak@gmail.com>
1076
1077         * gcc-target/i386/sse-12.c: Add -msse4a to dg-options.
1078         * gcc-target/i386/sse-13.c: Add -msse4a, -mfma4, -mbmi and -mtbm
1079         to dg-options.
1080         * gcc-target/i386/sse-14.c: Add -mfma4a and -mbmi to dg-options.
1081         * g++.dg/other/i386-2.C: Add -msse4a and -mfma4 to dg-options.
1082         * g++.dg/other/i386-3.C: Ditto.
1083
1084 2010-11-10  Jason Merrill  <jason@redhat.com>
1085
1086         * g++.dg/cpp0x/constexpr-46420.C: New.
1087
1088 2010-11-10  Joseph Myers  <joseph@codesourcery.com>
1089
1090         * g++.dg/ext/bitfield2.C, g++.dg/ext/bitfield4.C,
1091         gcc.dg/bitfld-15.c, gcc.dg/bitfld-17.c,
1092         gcc.target/i386/pr39082-1.c, gcc.target/i386/pr39545-1.c,
1093         gcc.target/i386/pr39545-2.c, gcc.target/i386/pr39678.c: Update
1094         expected messages.
1095
1096 2010-11-10  Jan Hubicka  <jh@suse.cz>
1097
1098         PR tree-optimize/38669
1099         * gcc.dg/tree-ssa/pr38699.c: New testcase.
1100
1101 2010-11-10  Jan Hubicka  <jh@suse.cz>
1102
1103         * gcc.dg/tree-prof/inliner-1.c: Fix testcase.
1104
1105 2010-11-10  Jason Merrill  <jason@redhat.com>
1106
1107         * g++.dg/cpp0x/constexpr-bitfield.C: New.
1108
1109 2010-11-10  Jakub Jelinek  <jakub@redhat.com>
1110
1111         PR debug/46409
1112         * gcc.dg/debug/pr46409.c: New test.
1113
1114         PR c++/46368
1115         * g++.dg/cpp0x/constexpr-defarg2.C: New test.
1116
1117 2010-11-10  Uros Bizjak  <ubizjak@gmail.com>
1118
1119         PR target/46419
1120         * gcc-target/i386/pr46419.c: New test.
1121
1122 2010-11-10  Quentin Neill  <quentin.neill.gnu@gmail.com>
1123
1124         * g++.dg/other/i386-2.C: Add -mtbm.
1125         * g++.dg/other/i386-3.C: Likewise.
1126         * gcc.target/i386/funcspec-5.c: Add tbm and no-tbm targets.
1127         * gcc.target/i386/funcspec-6.c: Likewise.
1128         * gcc.target/i386/sse-12.c: Add -mtbm.
1129         * gcc.target/i386/sse-13.c: Add -mtbm and test immediate
1130         operand intrinsics.
1131         * gcc.target/i386/sse-14.c: Likewise.
1132         * gcc.target/i386/sse-22.c: Likewise.
1133         * gcc.target/i386/sse-23.c: Likewise.
1134         * gcc.target/i386/tbm-1.c: New file.
1135         * gcc.target/i386/tbm-2.c: Likewise.
1136
1137 2010-11-10  Quentin Neill  <quentin.neill.gnu@gmail.com>
1138
1139         * g++.dg/other/i386-2.C: Add -mbmi.
1140         * g++.dg/other/i386-3.C: Likewise.
1141         * gcc.target/i386/funcspec-5.c: Add bmi and no-bmi targets.
1142         * gcc.target/i386/funcspec-6.c: Likewise.
1143         * gcc.target/i386/sse-12.c: Add -mbmi.
1144         * gcc.target/i386/bmi-1.c: New file.
1145         * gcc.target/i386/bmi-2.c: Likewise.
1146         * gcc.target/i386/bmi-3.c: Likewise.
1147         * gcc.target/i386/bmi-4.c: Likewise.
1148         * gcc.target/i386/bmi-5.c: Likewise.
1149         * gcc.target/i386/bmi-6.c: Likewise.
1150
1151 2010-11-10  Nathan Froyd  <froydnj@codesourcery.com>
1152
1153         PR c++/46065
1154         * g++.dg/pr46065.C: New test.
1155
1156 2010-11-10  Jan Hubicka  <jh@suse.cz>
1157
1158         PR tree-optimize/33172
1159         PR tree-optimize/43411
1160         * gcc.dg/tree-ssa/pr33172.c: New testcase.
1161         * g++.dg/tree-ssa/pr43411.C: New testcase.
1162
1163 2010-11-10  Jan Hubicka  <jh@suse.cz>
1164
1165         PR tree-optimize/46228
1166         * g++.dg/tree-ssa/pr46228.C: New testcase.
1167
1168 2010-11-10  H.J. Lu  <hongjiu.lu@intel.com>
1169
1170         PR tree-optimization/46414
1171         * gcc.target/i386/recip-vec-sqrtf-avx.c: Updated for loop unrolling.
1172
1173 2010-11-10  Tobias Burnus  <burnus@net-b.de>
1174
1175         PR fortran/46411
1176         * gfortran.dg/intrinsic_7.f90: New.
1177
1178 2010-11-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1179
1180         * g++.dg/abi/rtti3.C: Scan for .weakext on alpha*-dec-osf*.
1181         * g++.dg/abi/thunk4.C: Likewise.
1182         * g++.dg/opt/combine.C: Add dg-require-visibility.
1183         * g++.dg/other/anon5.C: Skip on alpha*-dec-osf*.
1184         * g++.dg/warn/miss-format-1.C: XFAIL scanf attribute warning on
1185         alpha*-dec-osf*.
1186         * g++.dg/warn/pr31246.C: XFAIL on alpha*-dec-osf*.
1187         * g++.dg/warn/weak1.C: Skip on alpha*-dec-osf*.
1188         * g++.old-deja/g++.eh/badalloc1.C [!STACK_SIZE && __osf__]: Use
1189         large arena_size.
1190         * gcc.dg/attr-weakref-1.c: Skip on alpha*-dec-osf*.
1191         * gcc.dg/intmax_t-1.c: Likewise.
1192
1193 2010-11-10  Tobias Burnus  <burnus@net-b.de>
1194
1195         PR fortran/46244
1196         * gfortran.dg/class_30.f90: New.
1197
1198 2010-11-10  Tobias Burnus  <burnus@net-b.de>
1199
1200         PR fortran/46223
1201         * gfortran.dg/bessel_7.f90: Bump allowed precision to avoid
1202         failure on s390.
1203
1204 2010-11-10  Sebastian Pop  <sebastian.pop@amd.com>
1205
1206         PR tree-optimization/45971
1207         * gcc.dg/vect/O3-pr45971.c: New.
1208
1209 2010-11-10  Richard Guenther  <rguenther@suse.de>
1210
1211         PR tree-optimization/44964
1212         * gcc.dg/pr44964.c: New testcase.
1213
1214 2010-11-10  Eric Botcazou  <ebotcazou@adacore.com>
1215
1216         * gnat.dg/opt10.adb: Fix typo.
1217
1218 2010-11-10  Martin Jambor  <mjambor@suse.cz>
1219
1220         PR tree-optimization/46351
1221         PR tree-optimization/46377
1222         * gnat.dg/opt10.adb: New file.
1223         * gnat.dg/opt10_pkg.ads: Likewise.
1224         * gnat.dg/opt11.adb: Likewise.
1225         * gnat.dg/opt11.ads: Likewise.
1226
1227 2010-11-10  Eric Botcazou  <ebotcazou@adacore.com>
1228
1229         * gnat.dg/boolean_conv.adb: New test.
1230
1231 2010-11-10  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1232
1233         * gcc.dg/stack-usage-1.c: Define SIZE for s390 and s390x.
1234
1235 2010-11-10  Eric Botcazou  <ebotcazou@adacore.com>
1236
1237         * gnat.dg/unchecked_convert7.adb: New test.
1238
1239 2010-11-10  Richard Guenther  <rguenther@suse.de>
1240
1241         PR tree-optimization/46398
1242         * gcc.dg/torture/pr46398.c: New testcase.
1243
1244 2010-11-09  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1245
1246         * gfortran.dg/open_dev_null.f90: New test.
1247
1248 2010-11-09  Jan Hubicka  <jh@suse.cz>
1249
1250         * testsuite/gcc.target/i386/recip-vec-sqrtf-avx.c: Update for loop
1251         unrolling.
1252
1253 2010-11-09  Joseph Myers  <joseph@codesourcery.com>
1254
1255         * gcc.dg/struct-semi-4.c: New test.
1256
1257 2010-11-09  Michael Meissner  <meissner@linux.vnet.ibm.com>
1258
1259         * gcc.target/powerpc/ppc-fpconv-11.c: Use -mcpu=power5+, not
1260         power5 to enable generation of FRIZ.
1261
1262         * gcc.target/powerpc/ppc-round.c: New file, test (double)(int)
1263         optimization.
1264
1265         * gcc.target/powerpc/ppc-fpconv-2.c: Update # times lfiwax is
1266         expected.
1267
1268 2010-11-09  Jakub Jelinek  <jakub@redhat.com>
1269
1270         PR target/43808
1271         * gfortran.dg/pr43808.f90: New test.
1272
1273 2010-11-09  Sebastian Pop  <sebastian.pop@amd.com>
1274
1275         PR tree-optimization/46036
1276         * gfortran.dg/lto/pr46036_0.f90: New.
1277
1278 2010-10-09  Jakub Jelinek  <jakub@redhat.com>
1279
1280         PR middle-end/45663
1281         * gcc.dg/guality/sra-1.c: Move all gdb-test lines to the second
1282         bar invocation instead of first.
1283
1284         PR debug/46171
1285         * gcc.dg/pr46171.c: New test.
1286
1287 2010-11-09  Richard Guenther  <rguenther@suse.de>
1288
1289         PR tree-optimization/46355
1290         * gcc.dg/pr46355.c: New testcase.
1291
1292 2010-11-09  Richard Guenther  <rguenther@suse.de>
1293
1294         PR tree-optimization/46177
1295         * gcc.dg/pr46177-2.c: New testcase.
1296
1297 2010-11-09  Richard Guenther  <rguenther@suse.de>
1298
1299         PR testsuite/46312
1300         * gcc.dg/vec-scal-opt.c: Move ...
1301         * gcc.dg/vect/vect-scal-opt.c: ... here.
1302         * gcc.dg/vec-scal-opt1.c: Move ...
1303         * gcc.dg/vect/vect-scal-opt1.c: ... here.
1304         * gcc.dg/vec-scal-opt2.c: Move ...
1305         * gcc.dg/vect/vect-scal-opt2.c: ... here.
1306
1307 2010-11-09  Eric Botcazou  <ebotcazou@adacore.com>
1308
1309         * gnat.dg/specs/static_initializer5.ads: New test.
1310         * gnat.dg/specs/static_initializer5_pkg.ads: New helper.
1311
1312 2010-11-09  Jakub Jelinek  <jakub@redhat.com>
1313
1314         PR middle-end/46360
1315         * gcc.c-torture/compile/pr46360.c: New test.
1316
1317         PR c++/45894
1318         * g++.dg/warn/Wsequence-point-2.C: New test.
1319
1320 2010-11-09  Janus Weil  <janus@gcc.gnu.org>
1321
1322         PR fortran/46313
1323         * gfortran.dg/class_29.f03: New.
1324
1325 2010-11-09  Richard Guenther  <rguenther@suse.de>
1326
1327         PR middle-end/46221
1328         * gcc.target/i386/alias-1.c: New testcase.
1329
1330 2010-11-08  Jason Merrill  <jason@redhat.com>
1331
1332         * g++.dg/cpp0x/constexpr-sassert.C: New.
1333
1334 2010-11-08  Jason Merrill  <jason@redhat.com>
1335
1336         * g++.dg/cpp0x/constexpr-defarg.C: New.
1337
1338 2010-11-08  Xinliang David Li  <davidxl@google.com>
1339
1340         PR tree-optimization/46316
1341         * gcc.c-torture/execute/pr46316.c: New test.
1342
1343 2010-11-08  Janus Weil  <janus@gcc.gnu.org>
1344
1345         PR fortran/46344
1346         * gfortran.dg/class_28.f03: Extended.
1347
1348 2010-11-08  Nicola Pero  <nicola.pero@meta-innovation.com>
1349
1350         * objc.dg/property/dotsyntax-13.m: New.
1351         * objc.dg/property/dotsyntax-14.m: New.
1352         * objc.dg/property/dotsyntax-15.m: New.
1353         * objc.dg/property/synthesize-7.m: New.
1354         * obj-c++.dg/property/dotsyntax-13.mm: New.
1355         * obj-c++.dg/property/dotsyntax-14.mm: New.
1356         * obj-c++.dg/property/dotsyntax-15.mm: New.
1357         * obj-c++.dg/property/synthesize-7.mm: New.
1358
1359 2010-11-08  Nicola Pero  <nicola.pero@meta-innovation.com>
1360
1361         * objc.dg/property/dynamic-4.m: New.
1362         * objc.dg/property/dynamic-5.m: New.
1363         * objc.dg/property/dynamic-6.m: New.
1364         * obj-c++.dg/property/dynamic-4.mm: New.
1365         * obj-c++.dg/property/dynamic-5.mm: New.
1366         * obj-c++.dg/property/dynamic-6.mm: New.
1367
1368 2010-11-08  Nicola Pero  <nicola.pero@meta-innovation.com>
1369
1370         * objc.dg/property/synthesize-3.m: New.
1371         * objc.dg/property/synthesize-4.m: New.
1372         * objc.dg/property/synthesize-5.m: New.
1373         * objc.dg/property/synthesize-6.m: New.
1374         * obj-c++.dg/property/synthesize-3.mm: New.
1375         * obj-c++.dg/property/synthesize-4.mm: New.
1376         * obj-c++.dg/property/synthesize-5.mm: New.
1377         * obj-c++.dg/property/synthesize-6.mm: New.
1378
1379 2010-11-08  Nicola Pero  <nicola.pero@meta-innovation.com>
1380
1381         * objc.dg/property/at-property-5.m: Updated test.
1382         * objc.dg/property/at-property-16.m: New.
1383         * objc.dg/property/at-property-17.m: New.
1384         * objc.dg/property/at-property-18.m: New.
1385         * objc.dg/property/at-property-19.m: New.
1386         * objc.dg/property/dotsyntax-12.m: New.
1387         * objc.dg/protocol-inheritance-1.m: New.
1388         * objc.dg/protocol-inheritance-2.m: New.
1389         * obj-c++.dg/property/at-property-5.mm: Updated test.
1390         * obj-c++.dg/property/at-property-16.mm: New.
1391         * obj-c++.dg/property/at-property-17.mm: New.
1392         * obj-c++.dg/property/at-property-18.mm: New.
1393         * obj-c++.dg/property/at-property-19.mm: New.
1394         * obj-c++.dg/protocol-inheritance-1.mm: New.
1395         * obj-c++.dg/protocol-inheritance-2.mm: New.
1396         * obj-c++.dg/property/dotsyntax-12.mm: New.
1397
1398 2010-11-08  Jason Merrill  <jason@redhat.com>
1399
1400         * g++.dg/expr/overflow1.C: New.
1401         * g++.dg/warn/overflow-warn-1.C: Add expected diagnostics.
1402         * g++.dg/warn/overflow-warn-3.C: Remove unnecessary line number.
1403         * g++.dg/warn/overflow-warn-4.C: Add expected diagnostics.
1404         * g++.dg/warn/overflow-warn-5.C: Don't expect wrong warning.
1405
1406 2010-11-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1407
1408         * gcc.dg/pr35442.c: Adapt warning.
1409
1410         PR target/46280
1411         * g++.dg/eh/simd-2.C: Add -msse to dg-options, add
1412         dg-require-effective-target sse_runtime for for i?86-*-*, x86_64-*-*.
1413         * g++.dg/torture/pr36444.C: Add dg-options -msse for
1414         i?86-*-* x86_64-*-*.
1415         * g++.dg/torture/pr36445.C: Likewise.
1416         * gcc.c-torture/compile/pr34856.c: Likewise.
1417         * gcc.c-torture/compile/pr39928-1.c: Likewise.
1418         * gcc.c-torture/compile/vector-1.c: Likewise.
1419         * gcc.c-torture/compile/vector-2.c: Likewise.
1420         * gcc.dg/pr32912-1.c: Likewise.
1421         * gcc.c-torture/execute/va-arg-25.c: Move ...
1422         * gcc.dg/torture/va-arg-25.c: ... here.  Add dg-do run.
1423         Add dg-options -msse, dg-require-effective-target sse_runtime for
1424         for i?86-*-*, x86_64-*-*.
1425         * gcc.c-torture/execute/vector-1.c: Likewise.
1426         * gcc.c-torture/execute/vector-2.c: Likewise.
1427         * gcc.dg/tree-ssa/forwprop-5.c: Add -msse to dg-options for
1428         i?86-*-*, x86_64-*-*.
1429         * gcc.dg/tree-ssa/fre-vce-1.c: Likewise.
1430         * gcc.dg/tree-ssa/sra-4.c: Likewise.
1431         * gcc.dg/tree-ssa/vector-1.c: Likewise.
1432         * gcc.dg/tree-ssa/vector-2.c: Likewise.
1433         * gcc.target/i386/vect-args.c: Add -Wno-psabi to dg-options.
1434
1435 2010-11-08  Steve Ellcey  <sje@cup.hp.com>
1436
1437         * gcc.dg/torture/pr45982.c: Add -std=c99
1438         * gcc.dg/torture/pr45623.c: Ditto.
1439
1440 2010-11-08  Steve Ellcey  <sje@cup.hp.com>
1441
1442         * gcc/testsuite/g++.dg/abi/covariant1.C: Fix scan-assembler.
1443         * gcc/testsuite/g++.dg/abi/covariant6.C: Ditto.
1444
1445 2010-11-08  Kai Tietz  <kai.tietz@onevision.com>
1446
1447         PR target/28627
1448         * g++.dg/ext/dllimport7.C: Adjust second error check and
1449         allow test for x86_64 mingw, too.
1450
1451 2010-11-08  Janus Weil  <janus@gcc.gnu.org>
1452
1453         PR fortran/46344
1454         * gfortran.dg/class_28.f03: New.
1455
1456 2010-11-08  Andrey Belevantsev  <abel@ispras.ru>
1457
1458         PR rtl-optimization/45352
1459         gcc.dg/pr45352.c, gcc.dg/pr45352-1.c, gcc.dg/pr45352-2.c: New tests.
1460         gcc.target/i386/pr45352.c, gcc.target/i386/pr45352-1.c,
1461         gcc.target/i386/pr45352-2.c: New tests.
1462
1463 2010-11-06  Iain Sandoe  <iains@gcc.gnu.org>
1464
1465         PR libobjc/36610
1466         * objc.dg/torture/forward-1.m: Re-enable for gnu-runtime,
1467         XFAIL the run for all but m32 x86.
1468
1469 2010-11-07  Andreas Schwab  <schwab@linux-m68k.org>
1470
1471         * g++.dg/debug/dwarf2/nested-2.C: Adjust pattern to also match "|"
1472         as comment character.
1473
1474 2010-11-07  Richard Sandiford  <rdsandiford@googlemail.com>
1475
1476         * gcc.target/mips/mips.exp: Revert previous patch.
1477         * gcc.target/mips/fma-1.c: Delete.
1478         * gcc.target/mips/fma-2.c: Likewise.
1479         * gcc.target/mips/fma-3.c: Likewise.
1480         * gcc.target/mips/fma-4.c: Likewise.
1481         * gcc.target/mips/fma-5.c: Likewise.
1482         * gcc.target/mips/fma-6.c: Likewise.
1483         * gcc.target/mips/fma-7.c: Likewise.
1484         * gcc.target/mips/fma-8.c: Likewise.
1485         * gcc.target/mips/fma-9.c: Likewise.
1486         * gcc.target/mips/fma-10.c: Likewise.
1487         * gcc.target/mips/fma-11.c: Likewise.
1488         * gcc.target/mips/fma-12.c: Likewise.
1489         * gcc.target/mips/fma-13.c: Likewise.
1490         * gcc.target/mips/fma-14.c: Likewise.
1491         * gcc.target/mips/fma-15.c: Likewise.
1492         * gcc.target/mips/fma-16.c: Likewise.
1493         * gcc.target/mips/fma-17.c: Likewise.
1494         * gcc.target/mips/fma-18.c: Likewise.
1495         * gcc.target/mips/fma-19.c: Likewise.
1496         * gcc.target/mips/fma-20.c: Likewise.
1497
1498 2010-11-07  Richard Sandiford  <rdsandiford@googlemail.com>
1499
1500         * gcc.target/mips/mips.exp: Add support for -ffp-contract.
1501         * gcc.target/mips/fma-1.c: New test.
1502         * gcc.target/mips/fma-2.c: Likewise.
1503         * gcc.target/mips/fma-3.c: Likewise.
1504         * gcc.target/mips/fma-4.c: Likewise.
1505         * gcc.target/mips/fma-5.c: Likewise.
1506         * gcc.target/mips/fma-6.c: Likewise.
1507         * gcc.target/mips/fma-7.c: Likewise.
1508         * gcc.target/mips/fma-8.c: Likewise.
1509         * gcc.target/mips/fma-9.c: Likewise.
1510         * gcc.target/mips/fma-10.c: Likewise.
1511         * gcc.target/mips/fma-11.c: Likewise.
1512         * gcc.target/mips/fma-12.c: Likewise.
1513         * gcc.target/mips/fma-13.c: Likewise.
1514         * gcc.target/mips/fma-14.c: Likewise.
1515         * gcc.target/mips/fma-15.c: Likewise.
1516         * gcc.target/mips/fma-16.c: Likewise.
1517         * gcc.target/mips/fma-17.c: Likewise.
1518         * gcc.target/mips/fma-18.c: Likewise.
1519         * gcc.target/mips/fma-19.c: Likewise.
1520         * gcc.target/mips/fma-20.c: Likewise.
1521
1522 2010-11-06  Jason Merrill  <jason@redhat.com>
1523
1524         * g++.dg/cpp0x/constexpr-ctor3.C: New.
1525
1526 2010-11-06  Simon Martin  <simartin@users.sourceforge.net>
1527
1528         PR c/43384
1529         * gcc.dg/parser-error-3.c: New test.
1530
1531 2010-11-06  Nathan Froyd  <froydnj@codesourcery.com>
1532
1533         PR c++/45332
1534         * g++.dg/parse/semicolon2.C: New testcase.
1535         * g++.dg/ext/asmspec1.C: Adjust.
1536         * g++.dg/init/new13.C: Adjust.
1537         * g++.dg/parse/ctor5.C: Adjust.
1538
1539 2010-11-06  Janus Weil  <janus@gcc.gnu.org>
1540
1541         PR fortran/46330
1542         * gfortran.dg/class_27.f03: New.
1543
1544 2010-11-06  Nicola Pero  <nicola.pero@meta-innovation.com>
1545
1546         Fixed using the Objective-C 2.0 dot-syntax with self and super.
1547         * objc.dg/property/dotsyntax-5.m: New.
1548         * objc.dg/property/dotsyntax-6.m: New.
1549         * objc.dg/property/dotsyntax-7.m: New.
1550         * objc.dg/property/dotsyntax-8.m: New.
1551         * objc.dg/property/dotsyntax-9.m: New.
1552         * objc.dg/property/dotsyntax-10.m: New.
1553         * objc.dg/property/dotsyntax-11.m: New.
1554         * obj-c++.dg/property/dotsyntax-5.mm: New.
1555         * obj-c++.dg/property/dotsyntax-6.mm: New.
1556         * obj-c++.dg/property/dotsyntax-7.mm: New.
1557         * obj-c++.dg/property/dotsyntax-8.mm: New.
1558         * obj-c++.dg/property/dotsyntax-9.mm: New.
1559         * obj-c++.dg/property/dotsyntax-10.mm: New.
1560         * obj-c++.dg/property/dotsyntax-11.mm: New.
1561
1562 2010-11-06  Iain Sandoe  <iains@gcc.gnu.org>
1563
1564         * obj-c++.dg/encode-3.mm: Provide a different string check for the
1565         NeXT runtime when the type is READONLY.
1566
1567 2010-11-06  Uros Bizjak  <ubizjak@gmail.com>
1568
1569         * gcc.target/i386/387-2.c: Skip if -march= is specified.
1570         * gcc.target/i386/387-6.c: Ditto.
1571         * gcc.target/i386/387-3.c: Add -mfancy-math-387 to dg-options.
1572         * gcc.target/i386/387-4.c: Ditto.
1573         * gcc.target/i386/387-7.c: Ditto.
1574         * gcc.target/i386/387-8.c: Ditto.
1575         * gcc.target/i386/387-9.c: Ditto.
1576         * gcc.target/i386/387-10.c: Ditto.
1577         * gcc.target/i386/387-11.c: Ditto.
1578         * gcc.target/i386/387-12.c: Ditto.
1579
1580         * gcc.target/i386/funcspec-8.c: Add -mno-sse3 to dg-options.
1581
1582 2010-11-06  Iain Sandoe  <iains@gcc.gnu.org>
1583
1584         PR target/44981
1585         * gcc.dg/darwin-cfstring-format-1.c: New.
1586         * gcc.dg/warn-nsstring.c: New.
1587         * objc.dg/fsf-nsstring-format-1.m: New.
1588         * obj-c++.dg/fsf-nsstring-format-1.mm: New.
1589         * obj-c++.dg/torture/strings/const-cfstring-1.mm: Update for darwin10
1590         linker warning.
1591
1592 2010-11-05  Jason Merrill  <jason@redhat.com>
1593
1594         PR c++/45473
1595         * g++.dg/inherit/virtual6.C: New.
1596
1597 2010-11-05  Jakub Jelinek  <jakub@redhat.com>
1598
1599         PR c/44772
1600         * gcc.dg/Wcxx-compat-21.c: New test.
1601
1602 2010-11-05  Ian Lance Taylor  <iant@google.com>
1603
1604         PR target/46084
1605         * gcc.target/i386/pr46084.c: New test.
1606
1607 2010-11-05  Steve Ellcey  <sje@cup.hp.com>
1608
1609         * lib/target-supports.exp (check_function_available): Use -fno-builtin.
1610         * (check_effective_target_mempcpy): New.
1611         * gcc.c-torture/execute/pr45636.c: Move this...
1612         * gcc.dg/torture/pr45636.c: to here.  Add add dg- directives.
1613
1614 2010-11-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1615
1616         * gcc.target/i386/i386.exp (FLAGS): Remove.
1617         Wrap gcc_target_compile with $clearcap_ldflags added to options.
1618
1619 2010-11-05  Jakub Jelinek  <jakub@redhat.com>
1620
1621         PR c++/46160
1622         * g++.dg/opt/empty2.C: New test.
1623
1624         PR target/45670
1625         * gcc.target/i386/pr45670.c: New test.
1626
1627 2010-11-05  Janus Weil  <janus@gcc.gnu.org>
1628
1629         PR fortran/45451
1630         PR fortran/46174
1631         * gfortran.dg/class_19.f03: Modified.
1632         * gfortran.dg/class_allocate_6.f03: New.
1633
1634 2010-11-05  H.J. Lu  <hongjiu.lu@intel.com>
1635
1636         * gcc.target/i386/avx-vzeroupper-19.c: New.
1637
1638 2010-11-05  Jakub Jelinek  <jakub@redhat.com>
1639
1640         PR tree-optimization/46099
1641         * gcc.dg/autopar/pr46099.c: New test.
1642
1643         PR middle-end/43690
1644         * c-c++-common/pr43690.c: New test.
1645
1646 2010-11-05  Iain Sandoe  <iains@gcc.gnu.org>
1647
1648         * objc.dg/torture/forward-1.m: Restore for m32 NeXT.
1649         * objc.dg/demangle-1.m: Remove NeXT ifdef around +initialize
1650         declaration and implementation.
1651         * objc.dg/property/dotsyntax-3.m: XFAIL NeXT m64 run.
1652         * obj-c++.dg/property/at-property-13.mm: Likewise.
1653         * obj-c++.dg/property/fsf-property-method-access.mm: Likewise.
1654         * obj-c++.dg/property/property-1.mm: Likewise.
1655         * obj-c++.dg/property/at-property-7.mm: Likewise.
1656         * obj-c++.dg/property/at-property-9.mm: Likewise.
1657         * obj-c++.dg/property/dotsyntax-2.mm: Likewise.
1658         * obj-c++.dg/property/at-property-10.mm: Likewise.
1659         * obj-c++.dg/property/synthesize-2.mm: Likewise.
1660         * obj-c++.dg/property/at-property-12.mm: Likewise.
1661         * obj-c++.dg/property/fsf-property-basic.mm: Likewise.
1662         * obj-c++.dg/property/fsf-property-named-ivar.mm: Likewise.
1663         * obj-c++.dg/property/at-property-6.mm: Likewise.
1664         * obj-c++.dg/property/at-property-8.mm: Likewise.
1665         * obj-c++.dg/property/dotsyntax-1.mm: Likewise.
1666         * obj-c++.dg/property/dotsyntax-3.mm: Likewise.
1667         * obj-c++.dg/property/at-property-11.mm: Likewise.
1668         * obj-c++.dg/template-8.mm: Likewise.
1669         * obj-c++.dg/encode-3.mm: Use abort (), cast char types.
1670         * obj-c++.dg/demangle-2.mm: Add +initialize:, XFAIL NeXT m64.
1671         * obj-c++.dg/property/at-property-2.mm: Comment out a case that ICEs
1672         and put a FIXME for this.
1673         * obj-c++.dg/property/property-2.mm: Remove.
1674         * obj-c++.dg/property/property-3.mm: Remove.
1675
1676 2010-11-05  Jakub Jelinek  <jakub@redhat.com>
1677
1678         PR debug/46307
1679         * gcc.dg/pr46307.c: New test.
1680
1681 2010-11-05  Jason Merrill  <jason@redhat.com>
1682
1683         PR c++/46304
1684         * g++.dg/ext/complex6.C: New.
1685
1686 2010-11-04  Bud Davis   <jimmied@smu.edu>
1687
1688         * gfortran.dg/intrinsic_numeric_arg.f: Add test to check error message.
1689
1690 2010-11-04  Chao-ying Fu  <fu@mips.com>
1691
1692         * gcc.target/mips/mips32-dsp.c: Add tests for madd, maddu, msub,
1693         msubu, mult, multu.
1694         * gcc.target/mips/mips32-dsp-run.c: Likewise.
1695
1696 2010-11-04  Nicola Pero  <nicola.pero@meta-innovation.com>
1697
1698         Fixed using the Objective-C 2.0 dot-syntax with class names.
1699         * objc.dg/property/dotsyntax-3.m: New.
1700         * objc.dg/property/dotsyntax-4.m: New.
1701         * obj-c++.dg/property/dotsyntax-3.mm: New.
1702         * obj-c++.dg/property/dotsyntax-4.mm: New.
1703
1704         * objc.dg/fobjc-std-1.m: Added test for warnings when the
1705         Objective-C 2.0 dot-syntax is used with class names.
1706         * obj-c++.dg/fobjc-std-1.mm: Same change.
1707
1708 2010-11-04  Pat Haugen  <pthaugen@us.ibm.com>
1709
1710         * gcc.target/powerpc/loop_align.c: New.
1711
1712 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
1713
1714         * gcc.target/powerpc/ppc64-abi-1.c: Skip for Darwin.
1715
1716         merge from FSF 'apple/trunk' branch.
1717         * gcc.target/powerpc/darwin64-abi.c: New.
1718
1719 2010-11-04  Jakub Jelinek  <jakub@redhat.com>
1720
1721         PR tree-optimization/46233
1722         * gcc.dg/pr46233.c: New test.
1723
1724 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
1725
1726         * objc.dg/property/property-2.m: Deleted.
1727         * objc.dg/property/property-3.m: Deleted.
1728
1729 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
1730
1731         * objc-obj-c++-shared/next-mapping.h: Ensure a GNU-compatible nil is
1732         defined.
1733         * objc.dg/property/fsf-property-basic.m: XFAIL m64 NeXT run.
1734         * objc.dg/property/fsf-property-named-ivar.m: Likewise.
1735         * objc.dg/property/property-1.m: Likewise.
1736         * objc.dg/property/at-property-6.m: Likewise.
1737         * objc.dg/property/at-property-7.m: Likewise.
1738         * objc.dg/property/dotsyntax-1.m: Likewise.
1739         * objc.dg/property/at-property-8.m: Likewise.
1740         * objc.dg/property/dotsyntax-2.m: Likewise.
1741         * objc.dg/property/at-property-9.m: Likewise.
1742         * objc.dg/property/synthesize-2.m: Likewise.
1743         * objc.dg/property/at-property-10.m: Likewise.
1744         * objc.dg/property/at-property-11.m: Likewise.
1745         * objc.dg/property/at-property-12.m: Likewise.
1746         * objc.dg/property/at-property-13.m: Likewise.
1747         * objc.dg/property/fsf-property-method-access.m: Likewise.
1748         * objc.dg/torture/strings/const-cfstring-1.m: Cater for bogus Darwin10
1749         linker warning.
1750         * objc.dg/encode-7-next.m: Use next-mapping.h, ignore deprecation
1751         warnings.
1752         * objc.dg/encode-7-next-64bit.m: Use next-mapping.h, ignore
1753         deprecation warnings.  Use Object1 implementation.
1754         * objc.dg/demangle-1.m: Provide +initialize.  XFAIL m64 NeXT run.
1755         * objc/execute/forward-1.m: Remove.
1756         * objc/execute/forward-1.x: Remove.
1757
1758 2010-11-04  Jason Merrill  <jason@redhat.com>
1759
1760         * g++.dg/cpp0x/constexpr-access.C: New.
1761
1762 2010-11-04  Richard Guenther  <rguenther@suse.de>
1763
1764         PR rtl-optimization/46183
1765         * gcc.dg/torture/pr46183.c: New testcase.
1766
1767 2010-11-04  Richard Guenther  <rguenther@suse.de>
1768
1769         PR tree-optimization/46068
1770         * gcc.dg/torture/pr46068.c: New testcase.
1771
1772 2010-11-04  Richard Guenther  <rguenther@suse.de>
1773
1774         PR tree-optimization/45991
1775         * gcc.dg/pr45991.c: New testcase.
1776
1777 2010-11-04  Richard Guenther  <rguenther@suse.de>
1778
1779         PR tree-optimization/46154
1780         * g++.dg/torture/pr46154.C: New testcase.
1781
1782 2010-11-04  Richard Guenther  <rguenther@suse.de>
1783
1784         PR tree-optimization/45733
1785         * gcc.dg/pr45733.c: New testcase.
1786
1787 2010-11-04  Ira Rosen  <irar@il.ibm.com>
1788
1789         PR tree-optimization/46213
1790         * gfortran.dg/vect/pr46213.f90: New.
1791
1792 2010-11-04  Richard Guenther  <rguenther@suse.de>
1793
1794         PR testsuite/45702
1795         * gcc.dg/pr34989-1.c: Move ...
1796         * gcc.dg/lto/pr34989-1_0.c: ... here.
1797         * gcc.dg/pr34989-2.c: Move ...
1798         * gcc.dg/lto/pr34989-1_1.c: ... here.
1799         * gcc.dg/pr27898.c: Move ...
1800         * gcc.dg/lto/pr27898_0.c: ... here and ...
1801         * gcc.dg/lto/pr27898_1.c: ... split.
1802         * gcc.dg/pr28712.c: Move ...
1803         * gcc.dg/lto/pr28712_0.c: ... here and ...
1804         * gcc.dg/lto/pr28712_1.c: ... split ...
1805         * gcc.dg/lto/pr28712_2.c: ... twice.
1806         * gcc.dg/pr28706.c: Move ...
1807         * gcc.dg/lto/pr28706_0.c: ... here and ...
1808         * gcc.dg/lto/pr28706_1.c: ... split.
1809
1810 2010-11-04  Richard Guenther  <rguenther@suse.de>
1811             Richard Henderson  <rth@redhat.com>
1812
1813         * gcc.target/i386/fma4-vector-2.c: New testcase.
1814
1815 2010-11-04  Artjoms Sinkarovs  <artyom.shinakroff@gmail.com>
1816             Richard Guenther  <rguenther@suse.de>
1817
1818         * gcc.dg/vec-scal-opt.c: New testcase.
1819         * gcc.dg/vec-scal-opt1.c: New testcase.
1820         * gcc.dg/vec-scal-opt2.c: New testcase.
1821
1822 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
1823
1824         * lib/plugin-support.exp (plugin-test-execute): Filter -mdynamic-no-pic
1825         from plugin build flags on Darwin targets.
1826
1827 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
1828
1829         * gcc.target/i386/pr46285.c: Require split_stack target.
1830
1831 2010-11-03  Jason Merrill  <jason@redhat.com>
1832
1833         PR c++/46293
1834         * g++.dg/cpp0x/constexpr-base2.C: New.
1835
1836         PR c++/46289
1837         * g++.dg/cpp0x/initlist45.C: New.
1838
1839 2010-11-03  Nicola Pero  <nicola.pero@meta-innovation.com>
1840
1841         * objc.dg/property/dynamic-2.m: Updated for the fact that @dynamic
1842         is now allowed in categories.
1843         * obj-c++.dg/property/dynamic-2.mm: Same change.
1844         * objc.dg/property/dynamic-3.m: New.
1845         * obj-c++.dg/property/dynamic-3.mm: New.
1846         * objc.dg/property/at-property-14.m: New.
1847         * objc.dg/property/at-property-15.m: New.
1848         * obj-c++.dg/property/at-property-14.mm: New.
1849         * obj-c++.dg/property/at-property-15.mm: New.
1850
1851         * objc.dg/foreach-6.m: Added a few more tests for valid and
1852         invalid iterating variables and collections.
1853
1854 2010-11-03  Xinliang David Li  <davidxl@google.com>
1855
1856         PR target/46200
1857         * g++.dg/tree-ssa/ivopts-2.C: New test.
1858
1859 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
1860
1861         PR target/46295
1862         * gcc.target/i386/pr46295.c: New.
1863
1864 2010-11-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
1865
1866         * gcc.target/powerpc/vsx-sfminmax.c: New test for using double
1867         precision min/max for single precision on VSX.
1868
1869 2010-11-03  Jason Merrill  <jason@redhat.com>
1870
1871         PR c++/46289
1872         * g++.dg/cpp0x/constexpr-ice3.C: New.
1873
1874 2010-11-03  Eric Botcazou  <ebotcazou@adacore.com>
1875
1876         * gnat.dg/opt8.ad[sb]: New test.
1877         * gnat.dg/opt8_pkg.ads: New helper.
1878
1879 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
1880
1881         PR rtl-optimization/45865
1882         * gcc.dg/pr45865.c: New.
1883         * gcc.dg/torture/pr45865.c: Likewise.
1884
1885         * gcc.target/arm/headmerge-1.c: Revert revision 164552.
1886         * gcc.target/arm/headmerge-2.c: Likewise.
1887         * gcc.target/i386/headmerge-1.c: Likewise.
1888         * gcc.target/i386/headmerge-2.c: Likewise.
1889
1890 2010-11-03  Richard Guenther  <rguenther@suse.de>
1891
1892         PR middle-end/46288
1893         * gcc.dg/pr46288.c: New testcase.
1894
1895 2010-11-03  Richard Guenther  <rguenther@suse.de>
1896
1897         PR tree-optimization/44807
1898         * gcc.dg/torture/pr44807.c: New testcase.
1899
1900 2010-11-03  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1901
1902         PR libgfortran/43899
1903         * gfortran.dg/namelist_67.f90: New test.
1904
1905 2010-11-03  Jakub Jelinek  <jakub@redhat.com>
1906
1907         PR tree-optimization/46009
1908         * gcc.dg/vect/pr46009.c: New function.
1909
1910 2010-11-03  Nicola Pero  <nicola.pero@meta-innovation.com>
1911
1912         Implemented -fobjc-std=objc1 flag.
1913         * objc.dg/fobjc-std-1.m: New.
1914         * obj-c++.dg/fobjc-std-1.mm: New.
1915
1916 2010-11-03  Richard Guenther  <rguenther@suse.de>
1917
1918         PR middle-end/46241
1919         * g++.dg/debug/pr46241.C: New testcase.
1920
1921 2010-11-03  Richard Guenther  <rguenther@suse.de>
1922
1923         PR tree-optimization/46190
1924         * gfortran.dg/pr46190.f90: New testcase.
1925
1926 2010-11-03  Richard Guenther  <rguenther@suse.de>
1927
1928         PR testsuite/46274
1929         * gcc.dg/tree-ssa/gen-vect-11a.c: Fix operator precedence.
1930         * gcc.dg/vect/vect-19.c: Likewise.
1931         * gcc.dg/vect/vect-17.c: Likewise.
1932
1933 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
1934
1935         PR target/46285
1936         * gcc.target/i386/pr46285.c: New.
1937
1938 2010-11-03  Richard Guenther  <rguenther@suse.de>
1939
1940         PR tree-optimization/46217
1941         * gcc.dg/pr46217.c: New testcase.
1942
1943 2010-11-03  Nicola Pero  <nicola.pero@meta-innovation.com>
1944
1945         * objc.dg/property/dotsyntax-1.m: New.
1946         * objc.dg/property/dotsyntax-2.m: New.
1947         * obj-c++.dg/property/dotsyntax-1.mm: New.
1948         * obj-c++.dg/property/dotsyntax-2.mm: New.
1949
1950 2010-11-03  Jakub Jelinek  <jakub@redhat.com>
1951
1952         PR tree-optimization/46165
1953         * gcc.dg/pr46165.c: New test.
1954
1955 2010-11-03  Richard Guenther  <rguenther@suse.de>
1956
1957         PR middle-end/46251
1958         * gcc.dg/pr46251.c: New testcase.
1959
1960 2010-11-03  Jakub Jelinek  <jakub@redhat.com>
1961
1962         PR tree-optimization/46107
1963         * gcc.c-torture/compile/pr46107.c: New test.
1964
1965         PR debug/46252
1966         * gcc.dg/pr46252.c: New test.
1967
1968         PR rtl-optimization/46034
1969         PR rtl-optimization/46212
1970         PR rtl-optimization/46248
1971         * gcc.c-torture/compile/pr46034.c: New test.
1972         * gcc.c-torture/compile/pr46248.c: New test.
1973         * gcc.dg/pr46212.c: New test.
1974
1975 2010-11-02  Eric Botcazou  <ebotcazou@adacore.com>
1976
1977         * gnat.dg/sizetype4.adb: New test.
1978
1979 2010-11-02  H.J. Lu  <hongjiu.lu@intel.com>
1980
1981         * gcc.target/i386/avx-vzeroupper-15.c: New.
1982         * gcc.target/i386/avx-vzeroupper-16.c: Likewise.
1983         * gcc.target/i386/avx-vzeroupper-17.c: Likewise.
1984         * gcc.target/i386/avx-vzeroupper-18.c: Likewise.
1985
1986         PR target/46253
1987         * gcc.target/i386/pr46253.c: New.
1988
1989 2010-11-02  Steven G. Kargl  <kargl@gcc.gnu.org>
1990             Tobias Burnus  <burnus@net-b.de>
1991
1992         PR fortran/45170
1993         * gfortran.dg/deferred_type_param_1.f90: New.
1994         * gfortran.dg/deferred_type_param_2.f90: New.
1995         * gfortran.dg/initialization_1.f90: Update dg-errors.
1996         * gfortran.dg/initialization_9.f90: Update dg-errors.
1997
1998 2010-11-02  Richard Guenther  <rguenther@suse.de>
1999
2000         PR tree-optimization/46149
2001         * g++.dg/torture/pr46149.C: New testcase.
2002
2003 2010-11-02  Richard Guenther  <rguenther@suse.de>
2004
2005         PR tree-optimization/46216
2006         * gcc.dg/torture/pr46216.c: New testcase.
2007
2008 2010-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2009
2010         PR target/46131
2011         * lib/target-supports.exp (add_options_for_tls): Pass -pthread for
2012         *-*-osf*.
2013
2014 2010-11-02  Richard Guenther  <rguenther@suse.de>
2015
2016         PR tree-optimization/46184
2017         * gcc.dg/pr46184.c: New testcase.
2018
2019 2010-11-02  Richard Guenther  <rguenther@suse.de>
2020
2021         PR tree-optimization/46177
2022         * gcc.dg/pr46177.c: New testcase.
2023
2024 2010-11-02  Martin Jambor  <mjambor@suse.cz>
2025
2026         PR middle-end/46120
2027         * g++.dg/ipa/ivinline-9.C: New test.
2028
2029 2010-11-02  Martin Jambor  <mjambor@suse.cz>
2030
2031         PR tree-optimization/45875
2032         * g++.dg/torture/pr45875.C: New test.
2033
2034 2010-11-02  Richard Guenther  <rguenther@suse.de>
2035
2036         PR testsuite/46249
2037         * gcc.dg/tree-ssa/ssa-ccp-32.c: Fix operator precedence.
2038
2039 2010-11-02  Jakub Jelinek  <jakub@redhat.com>
2040
2041         PR debug/46255
2042         * gcc.dg/pr46255.c: New test.
2043
2044 2010-11-02  Dodji Seketeli  <dodji@redhat.com>
2045
2046         PR c++/46170
2047         PR c++/46162
2048         * g++.dg/template/sfinae26.C: New test.
2049         * g++.dg/template/sfinae27.C: Likewise.
2050
2051 2010-11-02  Dodji Seketeli  <dodji@redhat.com>
2052
2053         PR c++/45606
2054         * g++.dg/template/typedef36.C: New test.
2055         * gcc/testsuite/g++.dg/template/canon-type-9.C: Likewise.
2056         * g++.dg/template/canon-type-10.C: Likewise.
2057         * g++.dg/template/canon-type-11.C: Likewise.
2058         * g++.dg/template/canon-type-12.C: Likewise.
2059         * g++.dg/template/canon-type-13.C: Likewise.
2060
2061 2010-11-02  Iain Sandoe  <iains@gcc.gnu.org>
2062
2063         * g++.dg/debug/dwarf2/pubnames-1.C: Amend to check for only one
2064         instance of debug_pubnames on darwin.
2065
2066 2010-11-01  Jason Merrill  <jason@redhat.com>
2067             Benjamin Kosnik  <bkoz@redhat.com>
2068
2069         * g++.dg/cpp0x/constexpr-initlist2.C: New.
2070         * g++.dg/cpp0x/constexpr-initlist3.C: New.
2071
2072         * g++.dg/cpp0x/constexpr-array-ptr.C: New.
2073         * g++.dg/cpp0x/constexpr-array-ptr2.C: New.
2074         * g++.dg/cpp0x/constexpr-array-ptr3.C: New.
2075         * g++.dg/cpp0x/constexpr-array-ptr4.C: New.
2076         * g++.dg/cpp0x/constexpr-array-ptr5.C: New.
2077         * g++.dg/cpp0x/constexpr-array-ptr6.C: New.
2078         * g++.dg/cpp0x/constexpr-array.C: New.
2079         * g++.dg/cpp0x/constexpr-base.C: New.
2080         * g++.dg/cpp0x/constexpr-complex.C: New.
2081         * g++.dg/cpp0x/constexpr-data1.C: New.
2082         * g++.dg/cpp0x/constexpr-data2.C: New.
2083         * g++.dg/cpp0x/constexpr-deref.C: New.
2084         * g++.dg/cpp0x/constexpr-diag1.C: New.
2085         * g++.dg/cpp0x/constexpr-eh-spec.C: New.
2086         * g++.dg/cpp0x/constexpr-ellipsis.C: New.
2087         * g++.dg/cpp0x/constexpr-ellipsis2.C: New.
2088         * g++.dg/cpp0x/constexpr-empty.C: New.
2089         * g++.dg/cpp0x/constexpr-empty2.C: New.
2090         * g++.dg/cpp0x/constexpr-empty3.C: New.
2091         * g++.dg/cpp0x/constexpr-empty4.C: New.
2092         * g++.dg/cpp0x/constexpr-empty5.C: New.
2093         * g++.dg/cpp0x/constexpr-ex1.C: New.
2094         * g++.dg/cpp0x/constexpr-ex2.C: New.
2095         * g++.dg/cpp0x/constexpr-ex3.C: New.
2096         * g++.dg/cpp0x/constexpr-ex4.C: New.
2097         * g++.dg/cpp0x/constexpr-explicit-inst.C: New.
2098         * g++.dg/cpp0x/constexpr-fnptr.C: New.
2099         * g++.dg/cpp0x/constexpr-function1.C: New.
2100         * g++.dg/cpp0x/constexpr-function2.C: New.
2101         * g++.dg/cpp0x/constexpr-function3.C: New.
2102         * g++.dg/cpp0x/constexpr-ice.C: New.
2103         * g++.dg/cpp0x/constexpr-initlist.C: New.
2104         * g++.dg/cpp0x/constexpr-neg1.C: New.
2105         * g++.dg/cpp0x/constexpr-noexcept.C: New.
2106         * g++.dg/cpp0x/constexpr-noexcept2.C: New.
2107         * g++.dg/cpp0x/constexpr-noexcept3.C: New.
2108         * g++.dg/cpp0x/constexpr-noexcept4.C: New.
2109         * g++.dg/cpp0x/constexpr-non-const-arg.C: New.
2110         * g++.dg/cpp0x/constexpr-nonlit.C: New.
2111         * g++.dg/cpp0x/constexpr-nonlit2.C: New.
2112         * g++.dg/cpp0x/constexpr-nullptr.C: New.
2113         * g++.dg/cpp0x/constexpr-object1.C: New.
2114         * g++.dg/cpp0x/constexpr-object2.C: New.
2115         * g++.dg/cpp0x/constexpr-overflow.C: New.
2116         * g++.dg/cpp0x/constexpr-pedantic.C: New.
2117         * g++.dg/cpp0x/constexpr-pos1.C: New.
2118         * g++.dg/cpp0x/constexpr-potential1.C: New.
2119         * g++.dg/cpp0x/constexpr-ptrmem.C: New.
2120         * g++.dg/cpp0x/constexpr-pure.C: New.
2121         * g++.dg/cpp0x/constexpr-static.C: New.
2122         * g++.dg/cpp0x/constexpr-static2.C: New.
2123         * g++.dg/cpp0x/constexpr-static3.C: New.
2124         * g++.dg/cpp0x/constexpr-static4.C: New.
2125         * g++.dg/cpp0x/constexpr-static5.C: New.
2126         * g++.dg/cpp0x/constexpr-static6.C: New.
2127         * g++.dg/cpp0x/constexpr-string.C: New.
2128         * g++.dg/cpp0x/constexpr-switch.C: New.
2129         * g++.dg/cpp0x/constexpr-targ.C: New.
2130         * g++.dg/cpp0x/constexpr-throw.C: New.
2131         * g++.dg/cpp0x/constexpr-typeid.C: New.
2132         * g++.dg/cpp0x/constexpr-union.C: New.
2133         * g++.dg/cpp0x/constexpr-value.C: New.
2134         * g++.dg/cpp0x/constexpr-value2.C: New.
2135         * g++.dg/cpp0x/constexpr-variadic.C: New.
2136         * g++.dg/cpp0x/initlist5.C: Use constexpr.
2137         * g++.dg/cpp0x/static_assert3.C: Add expected error.
2138         * g++.dg/other/fold1.C: Likewise.
2139         * g++.dg/parse/crash36.C: Likewise.
2140         * g++.dg/parse/constant4.C: Adjust expected error.
2141         * g++.dg/template/arg5.C: Likewise.
2142         * g++.dg/template/non-dependent10.C: Likewise.
2143         * g++.dg/template/qualified-id3.C: Likewise.
2144         * g++.dg/warn/overflow-warn-1.C: Likewise.
2145         * g++.dg/warn/overflow-warn-3.C: Likewise.
2146         * g++.dg/warn/overflow-warn-4.C: Likewise.
2147         * g++.old-deja/g++.pt/crash10.C: Likewise.
2148
2149         * g++.dg/cpp0x/constexpr-ctor2.C: New.
2150
2151 2010-11-01  Nicola Pero  <nicola.pero@meta-innovation.com>
2152
2153         Implemented format and noreturn attributes for Objective-C methods.
2154         * objc.dg/attributes/method-attribute-2.m: Updated warnings.
2155         * objc.dg/attributes/method-deprecated-1.m: New.
2156         * objc.dg/attributes/method-deprecated-2.m: New.
2157         * objc.dg/attributes/method-deprecated-3.m: New.
2158         * objc.dg/attributes/method-noreturn-1.m: New.
2159         * objc.dg/attributes/method-sentinel-1.m: New.
2160         * objc.dg/attributes/method-format-1.m: New.
2161         * obj-c++.dg/attributes/method-attribute-2.mm: Updated warnings.
2162         * obj-c++.dg/attributes/method-deprecated-1.mm: New.
2163         * obj-c++.dg/attributes/method-deprecated-2.mm: New.
2164         * obj-c++.dg/attributes/method-deprecated-3.mm: New.
2165         * obj-c++.dg/attributes/method-noreturn-1.mm: New.
2166         * obj-c++.dg/attributes/method-sentinel-1.mm: New.
2167         * obj-c++.dg/attributes/method-format-1.mm: New.
2168
2169 2010-11-01  Nicola Pero  <nicola.pero@meta-innovation.com>
2170
2171         * objc.dg/property/at-property-deprecated-1.m: New.
2172         * obj-c++.dg/property/at-property-deprecated-1.mm: New.
2173
2174 2010-11-01  Nicola Pero  <nicola.pero@meta-innovation.com>
2175
2176         Implemented Objective-C 2.0 property accessors.
2177         * objc.dg/property/at-property-6.m: Use nonatomic properties to
2178         avoid testing more complex accessors in this testcase which is not
2179         about them.
2180         * objc.dg/property/at-property-7.m: Same change.
2181         * objc.dg/property/at-property-8.m: Same change.
2182         * objc.dg/property/at-property-9.m: Same change.
2183         * objc.dg/property/at-property-10.m: Same change.
2184         * objc.dg/property/at-property-11.m: Same change.
2185         * obj-c++.dg/property/at-property-6.mm: Same change.
2186         * obj-c++.dg/property/at-property-7.mm: Same change.
2187         * obj-c++.dg/property/at-property-8.mm: Same change.
2188         * obj-c++.dg/property/at-property-9.mm: Same change.
2189         * obj-c++.dg/property/at-property-10.mm: Same change.
2190         * obj-c++.dg/property/at-property-11.mm: Same change.
2191         * objc.dg/property/at-property-12.m: New.
2192         * objc.dg/property/at-property-13.m: New.
2193         * obj-c++.dg/property/at-property-12.mm: New.
2194         * obj-c++.dg/property/at-property-13.mm: New.
2195
2196 2010-11-01  Steven G. Kargl  <kargl@gcc.gnu.org>
2197
2198         PR fortran/46152
2199         * gfortran.dg/select_type_11.f03: Update dg-error phrase.
2200         * gfortran.dg/allocate_with_typespec_4.f90: New test.
2201         * gfortran.dg/allocate_with_typespec_1.f90: New test.
2202         * gfortran.dg/allocate_with_typespec_2.f: New test.
2203         * gfortran.dg/allocate_with_typespec_3.f90: New test.
2204         * gfortran.dg/allocate_derived_1.f90: Update dg-error phrase.
2205         * gfortran.dg/select_type_1.f03: Update dg-error phrase.
2206
2207 2010-11-01  H.J. Lu  <hongjiu.lu@intel.com>
2208             Nathan Froyd  <froydnj@codesourcery.com>
2209
2210         PR tree-optimization/46259
2211         * gfortran.dg/pr46259.f: New testcase.
2212
2213 2010-11-01  Paul Koning  <ni1d@arrl.net>
2214
2215         * gcc.c-torture/compile/20080625-1.c: Skip if pdp11.
2216         * gcc.c-torture/compile/20020604-1.c: Ditto.
2217         * gcc.c-torture/compile/20001226-1.c: Ditto.
2218         * gcc.c-torture/compile/20010327-1.c: Ditto.
2219         * gcc.c-torture/compile/limits-stringlit.c: Ditto.
2220         * gcc.c-torture/compile/pr43191.c: Ditto.
2221         * gcc.c-torture/compile/pr41181.c: Ditto.
2222
2223 2010-10-31  Richard Henderson  <rth@redhat.com>
2224
2225         * lib/target-supports.exp
2226         (check_effective_target_automatic_stack_alignment): True for
2227         x86 but not windows.
2228         * g++.dg/torture/stackalign/stackalign.exp: Use it to protect
2229         use of the preferred-stack-boundary arguments.
2230         * gcc.dg/torture/stackalign/stackalign.exp: Likewise.
2231
2232 2010-10-31  H.J. Lu  <hongjiu.lu@intel.com>
2233
2234         PR target/46142
2235         * gcc.target/i386/fma3-builtin-2.c: Add -mtune=generic.
2236         * gcc.target/i386/fma4-builtin-2.c: Likewise.
2237
2238 2010-10-31  Richard Sandiford  <rdsandiford@googlemail.com>
2239
2240         * gcc.dg/stack-usage-1.c (SIZE): Increase to 248 for some MIPS targets.
2241
2242 2010-10-31  Richard Sandiford  <rdsandiford@googlemail.com>
2243
2244         * gcc.dg/tls/thr-init-1.c: Fix order of dg-do.
2245         * gcc.dg/tls/thr-init-2.c: Likewise.  Require tls_runtime rather
2246         than tls.
2247         * gcc.dg/torture/tls/thr-init-1.c: Require tls_runtime rather than tls.
2248         * gcc.dg/torture/tls/thr-init-2.c: Likewise.
2249         * objc.dg/torture/tls/thr-init.m: Likewise.
2250         * objc.dg/torture/tls/thr-init-2.m: Likewise.
2251         * objc.dg/torture/tls/thr-init-3.m: Likewise.
2252
2253 2010-10-31  Richard Sandiford  <rdsandiford@googlemail.com>
2254
2255         * gcc.c-torture/execute/20101011-1.c: Skip for MIPS unless running
2256         the Linux kernel.
2257
2258 2010-10-30  Janus Weil  <janus@gcc.gnu.org>
2259
2260         PR fortran/44917
2261         PR fortran/44926
2262         PR fortran/46196
2263         * gfortran.dg/typebound_generic_10.f03: New.
2264
2265 2010-10-30  Nicola Pero  <nicola.pero@meta-innovation.com>
2266
2267         Implemented Objective-C 2.0 @property, @synthesize and @dynamic.
2268         * objc.dg/property/property-neg-1.m: Updated for changes in the
2269         syntax of @property and the implementation of
2270         @synthesize/@dynamic.
2271         * objc.dg/property/property-neg-2.m: Same change.
2272         * objc.dg/property/property-neg-3.m: Same change.
2273         * objc.dg/property/property-neg-4.m: Same change.
2274         * objc.dg/property/property-neg-5.m: Same change.
2275         * objc.dg/property/property-neg-7.m: Same change.
2276         * objc.dg/property/property-1.m: Same change.
2277         * objc.dg/property/synthesize-1.m: Same change.
2278         * objc.dg/property/at-property-2.m: Same change.
2279         * objc.dg/property/at-property-4.m: Same change.
2280
2281         * objc.dg/property/fsf-property-method-acces.m: Updated for
2282         changes in the syntax of @property and the implementation of
2283         @synthesize/@dynamic.  Use the same code for GNU and NeXT runtime.
2284         * objc.dg/property/fsf-property-basic.m: Same change.
2285         * objc.dg/property/fsf-property-named-ivar.m: Same change.
2286
2287         * objc.dg/property/at-property-5.m: New.
2288         * objc.dg/property/at-property-6.m: New.
2289         * objc.dg/property/at-property-7.m: New.
2290         * objc.dg/property/at-property-8.m: New.
2291         * objc.dg/property/at-property-9.m: New.
2292         * objc.dg/property/at-property-10.m: New.
2293         * objc.dg/property/at-property-11.m: New.
2294         * objc.dg/property/synthesize-2.m: New.
2295         * objc.dg/property/dynamic-2.m: New.
2296
2297         * obj-c++.dg/property/property-neg-1.mm: Updated for changes in the
2298         syntax of @property and the implementation of
2299         @synthesize/@dynamic.
2300         * obj-c++.dg/property/property-neg-2.mm: Same change.
2301         * obj-c++.dg/property/property-neg-3.mm: Same change.
2302         * obj-c++.dg/property/property-neg-4.mm: Same change.
2303         * obj-c++.dg/property/property-neg-5.mm: Same change.
2304         * obj-c++.dg/property/property-neg-7.mm: Same change.
2305         * obj-c++.dg/property/property-1.mm: Same change.
2306         * obj-c++.dg/property/synthesize-1.mm: Same change.
2307         * obj-c++.dg/property/at-property-2.mm: Same change.
2308         * obj-c++.dg/property/at-property-4.mm: Same change.
2309
2310         * obj-c++.dg/property/fsf-property-method-acces.mm: Updated for
2311         changes in the syntax of @property and the implementation of
2312         @synthesize/@dynamic.  Use the same code for GNU and NeXT runtime.
2313         * obj-c++.dg/property/fsf-property-basic.mm: Same change.
2314         * obj-c++.dg/property/fsf-property-named-ivar.mm: Same change.
2315
2316         * obj-c++.dg/property/at-property-5.mm: New.
2317         * obj-c++.dg/property/at-property-6.mm: New.
2318         * obj-c++.dg/property/at-property-7.mm: New.
2319         * obj-c++.dg/property/at-property-8.mm: New.
2320         * obj-c++.dg/property/at-property-9.mm: New.
2321         * obj-c++.dg/property/at-property-10.mm: New.
2322         * obj-c++.dg/property/at-property-11.mm: New.
2323         * obj-c++.dg/property/synthesize-2.mm: New.
2324         * obj-c++.dg/property/dynamic-2.mm: New.
2325
2326 2010-10-29  Artjoms Sinkarovs  <artyom.shinakroff@gmail.com>
2327             Andrew Pinski  <pinskia@gmail.com>
2328
2329         * gcc.c-torture/execute/vector-shift.c: New testcase.
2330         * gcc.c-torture/execute/vector-shift1.c: Likewise.
2331         * gcc.c-torture/execute/vector-shift2.c: Likewise.
2332         * gcc.dg/vector-shift.c: Likewise.
2333         * gcc.dg/vector-shift1.c: Likewise.
2334         * gcc.dg/torture/vector-shift2.c: Likewise.
2335         * gcc.dg/vector-shift3.c: Likewise.
2336         * gcc.dg/simd-1b.c: Adjust.
2337
2338 2010-10-29  Kaz Kojima  <kkojima@gcc.gnu.org>
2339
2340         * gcc.c-torture/execute/20101011-1.c: Skip on SH.
2341
2342 2010-10-29  Pat Haugen  <pthaugen@us.ibm.com>
2343
2344         * gcc.c-torture/execute/20101011-1.c: Fix #ifdef.
2345
2346 2010-10-28  Uros Bizjak  <ubizjak@gmail.com>
2347
2348         PR target/46153
2349         * gcc.target/i386/pr46153.c: New test.
2350
2351 2010-10-27  Jason Merrill  <jason@redhat.com>
2352
2353         * g++.dg/cpp0x/constexpr-is_literal.C: New.
2354
2355 2010-10-27  Janus Weil  <janus@gcc.gnu.org>
2356
2357         PR fortran/46161
2358         * gfortran.dg/class_dummy_3.f03: New.
2359
2360 2010-10-27  H.J. Lu  <hongjiu.lu@intel.com>
2361
2362         * gcc.target/i386/avx-vzeroupper-1.c: Add -mtune=generic.
2363         * gcc.target/i386/avx-vzeroupper-2.c: Likewise.
2364
2365         * gcc.target/i386/avx-vzeroupper-3.c: New.
2366         * gcc.target/i386/avx-vzeroupper-4.c: Likewise.
2367         * gcc.target/i386/avx-vzeroupper-5.c: Likewise.
2368         * gcc.target/i386/avx-vzeroupper-6.c: Likewise.
2369         * gcc.target/i386/avx-vzeroupper-7.c: Likewise.
2370         * gcc.target/i386/avx-vzeroupper-8.c: Likewise.
2371         * gcc.target/i386/avx-vzeroupper-9.c: Likewise.
2372         * gcc.target/i386/avx-vzeroupper-10.c: Likewise.
2373         * gcc.target/i386/avx-vzeroupper-11.c: Likewise.
2374         * gcc.target/i386/avx-vzeroupper-12.c: Likewise.
2375         * gcc.target/i386/avx-vzeroupper-13.c: Likewise.
2376         * gcc.target/i386/avx-vzeroupper-14.c: Likewise.
2377
2378 2010-10-27  Nicola Pero  <nicola.pero@meta-innovation.com>
2379
2380         * obj-c.dg/property/at-property-4.m: New.
2381         * obj-c++.dg/property/at-property-4.mm: New.
2382         * obj-c++.dg/property/property-neg-5.m: Updated testcase for
2383         updates in warning.
2384         * obj-c++.dg/property/property-neg-5.mm: Updated testcase for
2385         updates in warning.
2386
2387 2010-10-27  Nicola Pero  <nicola.pero@meta-innovation.com>
2388
2389         * objc.dg/property/at-property-1.m: New.
2390         * objc.dg/property/at-property-2.m: New.
2391         * objc.dg/property/at-property-3.m: New.
2392         * objc.dg/ivar-invalid-type-1.m: New.
2393         * obj-c++.dg/property/at-property-1.mm: New.
2394         * obj-c++.dg/property/at-property-2.mm: New.
2395         * obj-c++.dg/property/at-property-3.mm: New.
2396         * obj-c++.dg/ivar-invalid-type-1.mm: New.
2397         * objc.dg/property/property-neg-6.m: Updated testcase for updates
2398         in error reporting.
2399
2400 2010-10-26  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2401
2402         PR libgfortran/46010
2403         * gfortran.dg/namelist_66.f90: New test.
2404         * gfortran.dg/fmt_t_6.f: Fix whitespace.
2405
2406 2010-10-26  Janus Weil  <janus@gcc.gnu.org>
2407
2408         PR fortran/42647
2409         * gfortran.dg/allocatable_scalar_9.f90: Extended.
2410         * gfortran.dg/allocatable_scalar_10.f90: New.
2411         * gfortran.dg/class_19.f03: Extended.
2412
2413 2010-10-26  Jan Hubicka  <jh@suse.cz>
2414
2415         PR middle-end/45736
2416         * testsuite/gcc.dg/lto/pr45736_0.c: New function.
2417
2418 2010-10-26  Ira Rosen  <irar@il.ibm.com>
2419
2420         PR tree-optimization/46167
2421         * gcc.dg/vect/O-pr46167.c: New.
2422         * gcc.dg/vect/vect.exp: Run tests with -O.
2423
2424 2010-10-26  H.J. Lu  <hongjiu.lu@intel.com>
2425
2426         PR target/44948
2427         * g++.dg/abi/param2.C: Add -Wno-psabi for ilp32 x86.
2428         * g++.dg/vect/pr33860a.cc: Likewise.
2429         * gcc.c-torture/compile/20070522-1.c: Likewise.
2430         * gcc.dg/compat/struct-align-1_x.c: Likewise.
2431         * gcc.dg/compat/struct-align-1_y.c: Likewise.
2432         * gcc.dg/compat/struct-align-2_x.c: Likewise.
2433         * gcc.dg/compat/struct-align-2_y.c: Likewise.
2434         * gcc.dg/pr44136.c: Likewise.
2435
2436         * gcc.c-torture/compile/pr33617.c: Add -Wno-psabi for x86.
2437         * gcc.dg/compat/vector-1_x.c: Likewise.
2438         * gcc.dg/compat/vector-1_y.c: Likewise.
2439         * gcc.dg/compat/vector-2_x.c: Likewise.
2440         * gcc.dg/compat/vector-2_y.c: Likewise.
2441         * gcc.dg/pr43300.c: Likewise.
2442
2443         * gcc.dg/compat/vector-1a_x.c: Add -Wno-psabi.
2444         * gcc.dg/compat/vector-1a_y.c: Likewise.
2445         * gcc.dg/compat/vector-1b_x.c: Likewise.
2446         * gcc.dg/compat/vector-1b_y.c: Likewise.
2447         * gcc.dg/compat/vector-2a_x.c: Likewise.
2448         * gcc.dg/compat/vector-2a_y.c: Likewise.
2449         * gcc.dg/compat/vector-2b_x.c: Likewise.
2450         * gcc.dg/compat/vector-2b_y.c: Likewise.
2451         * gcc.target/i386/pr39162.c: Likewise.
2452         * gcc.target/i386/pr40906-2.c: Likewise.
2453         * gcc.target/i386/sse-5.c: Likewise.
2454
2455         * gcc.dg/pr35442.c: Prune ABI change warnings.
2456
2457         * gcc.c-torture/execute/pr38151.x: New.
2458         * gcc.target/i386/pr44948-1a.c: Likewise.
2459         * gcc.target/i386/pr44948-1b.c: Likewise.
2460         * gcc.target/i386/pr44948-2a.c: Likewise.
2461         * gcc.target/i386/pr44948-2b.c: Likewise.
2462
2463 2010-10-26  Ian Lance Taylor  <iant@google.com>
2464
2465         PR middle-end/45687
2466         * gcc.c-torture/execute/20101025-1.c: New test.
2467
2468 2010-10-26  Tobias Burnus  <burnus@net-b.de>
2469
2470         PR fortran/45451
2471         * gfortran.dg/class_allocate_5.f90: New.
2472
2473 2010-10-25  Rodrigo Rivas Costa  <rodrigorivascosta@gmail.com>
2474
2475         Implement opaque-enum-specifiers for C++0x
2476         * g++.dg/cpp0x/forw_enum1.C: New.
2477         * g++.dg/cpp0x/forw_enum2.C: New.
2478         * g++.dg/cpp0x/forw_enum3.C: New.
2479         * g++.dg/cpp0x/forw_enum4.C: New.
2480         * g++.dg/cpp0x/forw_enum5.C: New.
2481         * g++.dg/cpp0x/forw_enum6.C: New.
2482         * g++.dg/cpp0x/forw_enum7.C: New.
2483         * g++.dg/cpp0x/forw_enum8.C: New.
2484         * g++.dg/cpp0x/forw_enum9.C: New.
2485         * g++.dg/parse/enum3.C: Add new errors.
2486         * g++.dg/cpp0x/scoped_enum.C: Avoid unwanted warning.
2487         * g++.dg/cpp0x/auto9.C: Add new error.
2488         * g++.dg/template/crash79.C: Add new errors.
2489
2490 2010-10-26  Jie Zhang  <jie@codesourcery.com>
2491
2492         * gcc.target/arm/volatile-bitfields-1.c: New test.
2493         * gcc.target/arm/volatile-bitfields-2.c: New test.
2494         * gcc.target/arm/volatile-bitfields-3.c: New test.
2495
2496 2010-10-25  Eric Botcazou  <ebotcazou@adacore.com>
2497
2498         * gnat.dg/pointer_discr1.adb: New test.
2499         * gnat.dg/pointer_discr1_pkg1.ads: New helper.
2500         * gnat.dg/pointer_discr1_pkg2.ads: Likewise.
2501         * gnat.dg/pointer_discr1_pkg3.ads: Likewise.
2502
2503 2010-10-25  Eric Botcazou  <ebotcazou@adacore.com>
2504
2505         * gnat.dg/loop_optimization8.adb: New test.
2506         * gnat.dg/loop_optimization8_pkg1.ad[sb]: New helper.
2507         * gnat.dg/loop_optimization8_pkg2.ad[sb]: Likewise.
2508
2509 2010-10-25  Eric Botcazou  <ebotcazou@adacore.com>
2510
2511         * gnat.dg/in_out_parameter2.adb: New test.
2512         * gnat.dg/in_out_parameter3.adb: Likewise.
2513
2514 2010-10-25  Jie Zhang  <jie@codesourcery.com>
2515
2516         * g++.dg/opt/combine.c: New test.
2517
2518 2010-10-24  Eric Botcazou  <ebotcazou@adacore.com>
2519
2520         * gnat.dg/opt7.ad[sb]: New test.
2521         * gnat.dg/opt7_pkg.ads: New helper.
2522
2523 2010-10-24  Nicola Pero  <nicola.pero@meta-innovation.com>
2524
2525         PR objc/45735
2526         * obj-c.dg/pr45735.mm: New.
2527         * obj-c++.dg/pr45735.mm: New.
2528
2529 2010-10-24  Nicola Pero  <nicola.pero@meta-innovation.com>
2530
2531         PR objc/24393
2532         * objc.dg/pr24393.m: New.
2533         * obj-c++.dg/pr24393.mm: New.
2534
2535 2010-10-24  Nicola Pero  <nicola.pero@meta-innovation.com>
2536
2537         PR objc/28049
2538         * objc.dg/pr28049.m: New.
2539         * obj-c++.dg/pr28049.mm: New.
2540
2541 2010-10-24  Nicola Pero  <nicola.pero@meta-innovation.com>
2542
2543         * objc.dg/attributes/method-attribute-2.m: Updated test.  Method
2544         parameter attributes are now supported.
2545         * obj-c++.dg/attributes/method-attribute-2.m: Same change.
2546         * objc.dg/attributes/parameter-attribute-1.m: New test.
2547         * objc.dg/attributes/parameter-attribute-2.m: New test.
2548         * obj-c++.dg/attributes/parameter-attribute-1.m: New test.
2549         * obj-c++.dg/attributes/parameter-attribute-2.m: New test.
2550
2551 2010-10-23  Iain Sandoe  <iains@gcc.gnu.org>
2552
2553         Based on the CFString implementation in FSF apple/trunk branch.
2554
2555         * gcc.dg/darwin-cfstring-1.c: New.
2556         * gcc.dg/darwin-cfstring-2.c: New.
2557         * gcc.dg/torture/darwin-cfstring-3.c: New.
2558         * g++.dg/other/darwin-cfstring1.C: New.
2559         * g++.dg/torture/darwin-cfstring-3.C: New.
2560
2561 2010-10-23  Nicola Pero  <nicola.pero@meta-innovation.com>
2562
2563         * objc.dg/demangle-1.m: New test.
2564         * obj-c++.dg/demangle-1.mm: New test.
2565         * obj-c++.dg/demangle-2.mm: New test.
2566         * obj-c++.dg/demangle-3.mm: New test.
2567
2568 2010-10-23  Ian Lance Taylor  <iant@google.com>
2569
2570         * gcc.c-torture/execute/20101011-1.c: New test.
2571         * gcc.c-torture/execute/20101011-1.x: New test driver.
2572
2573 2010-10-23  Tobias Burnus  <burnus@net-b.de>
2574
2575         PR fortran/46122
2576         * gfortran.dg/protected_8.f90: New.
2577
2578 2010-10-23  Joseph Myers  <joseph@codesourcery.com>
2579
2580         * gcc.dg/march-generic.c: Skip for -march in multilib options.
2581         * gcc.target/i386/isa-9.c: Skip for -march other than
2582         -march=amdfam10 in multilib options.
2583         * gcc.target/i386/pr42589.c: Skip for -march other than
2584         -march=i486 in multilib options.
2585         * gcc.target/i386/sse-19.c: Add -march=x86-64 option and skip for
2586         other -march in multilib options.
2587
2588 2010-10-23  Jie Zhang  <jie@codesourcery.com>
2589
2590         PR rtl-optimization/37360
2591         * gcc.dg/pr37360.c: New test.
2592
2593 2010-10-22  Michael Meissner  <meissner@linux.vnet.ibm.com>
2594
2595         * gcc.target/powerpc/ehreturn.c: Fix regexp in dg-final.
2596
2597 2010-10-22  Artjoms Sinkarovs  <artyom.shinakroff@gmail.com>
2598             Andrew Pinski  <pinskia@gmail.com>
2599
2600         * gcc.c-torture/execute/vector-subscript-1.c: Likewise.
2601         * gcc.c-torture/execute/vector-subscript-2.c: Likewise.
2602         * gcc.c-torture/execute/vector-subscript-3.c: New testcase.
2603         * gcc.dg/vector-subscript-1.c: Likewise.
2604         * gcc.dg/vector-subscript-2.c: Likewise.
2605         * gcc.dg/vector-subscript-3.c: New testcase.
2606         * gcc.dg/array-8.c: Adjust.
2607
2608 2010-10-22  Richard Guenther  <rguenther@suse.de>
2609
2610         PR middle-end/46137
2611         * c-c++-common/torture/pr46137.c: New testcase.
2612
2613 2010-10-22  Jason Merrill  <jason@redhat.com>
2614
2615         PR c++/46129
2616         * g++.dg/template/defarg14.C: New.
2617
2618 2010-10-22  Jason Merrill  <jason@redhat.com>
2619
2620         PR c++/46103
2621         * g++.dg/cpp0x/implicit10.C: New.
2622
2623 2010-10-22  Uros Bizjak  <ubizjak@gmail.com>
2624
2625         PR target/46098
2626         * gcc.target/i386/pr46098.c: New test.
2627
2628 2010-10-22  Richard Guenther  <rguenther@suse.de>
2629
2630         PR tree-optimization/45720
2631         * gcc.dg/torture/pr45720.c: New testcase.
2632
2633 2010-10-22  Ira Rosen  <irar@il.ibm.com>
2634
2635         PR tree-optimization/46126
2636         * gcc.dg/vect/pr46126.c: New.
2637
2638 2010-10-21  Iain Sandoe  <iains@gcc.gnu.org>
2639
2640         Based on the CFString implementation in FSF apple/trunk branch.
2641
2642         * lib/objc-dg.exp (objc-dg-runtest): Merge flags and additional flags
2643         so that the latter can be used in dg-skip and dg-xfail clauses.
2644         * lib/obj-c++-dg.exp (obj-c++-dg-runtest): Likewise.
2645         * obj-c++.dg/template-4.mm: Don't use CFStrings on Darwin. Update test
2646         to use dg-additional-files for Object1.
2647         * obj-c++.dg/const-str-7.mm: Don't use CFStrings on Darwin. Update test
2648         to use dg-additional-files for Object1, move to torture/strings/.
2649         * obj-c++.dg/const-str-4.mm: Likewise.
2650         * obj-c++.dg/const-str-3.mm: Likewise.
2651         * obj-c++.dg/const-str-8.mm: Likewise.
2652         * obj-c++.dg/const-str-9.mm: Likewise.
2653         * obj-c++.dg/const-str-10.mm: Likewise.
2654         * obj-c++.dg/const-str-10.mm: Likewise.
2655         * obj-c++.dg/const-str-1.mm: Don't use CFStrings on Darwin. Update test
2656         to use dg-additional-files for Object1, move to strings/.
2657         * obj-c++.dg/const-str-2.mm: Likewise.
2658         * obj-c++.dg/const-str-5.mm: Likewise.
2659         * obj-c++.dg/const-str-6.mm: Likewise.
2660         * obj-c++.dg/const-str-12.mm: Likewise.
2661         * obj-c++.dg/strings/strings.exp: New.
2662         * obj-c++.dg/strings/const-cfstring-2.mm: New.
2663         * obj-c++.dg/strings/const-cfstring-5.mm: New.
2664         * obj-c++.dg/torture/strings/strings.exp: New.
2665         * obj-c++.dg/torture/strings/string1.mm: New.
2666         * obj-c++.dg/torture/strings/const-cfstring-1.mm: New.
2667         * obj-c++.dg/torture/strings/const-cfstring-3.mm: New.
2668         * obj-c++.dg/torture/strings/const-cfstring-4.mm: New.
2669
2670         * objc/execute/string1.m: Don't use CFStrings on Darwin. Update test to
2671         use dg-additional-files for Object1, move to objc.dg/torture/strings/.
2672         * objc/execute/string2.m: Likewise.
2673         * objc/execute/string3.m: Likewise.
2674         * objc/execute/string3.m: Likewise.
2675         * objc.dg/foreach-2.m: Don't use CFStrings on Darwin.
2676         * objc.dg/foreach-4.m: Likewise.
2677         * objc.dg/foreach-5.m: Likewise.
2678         * objc.dg/const-str-3.m: Don't use CFStrings on Darwin. Update test to
2679         use dg-additional-files for Object1, move to objc.dg/torture/strings/.
2680         * objc.dg/const-str-4.m: Likewise.
2681         * objc.dg/const-str-7.m: Likewise.
2682         * objc.dg/const-str-8.m: Likewise.
2683         * objc.dg/const-str-9.m: Likewise.
2684         * objc.dg/const-str-10.m: Likewise.
2685         * objc.dg/const-str-11.m: Likewise.
2686         * objc.dg/const-str-1.m: Don't use CFStrings on Darwin. Update test
2687         to use dg-additional-files for Object1, move to objc.dg/strings/.
2688         * objc.dg/const-str-2.m: Likewise.
2689         * objc.dg/const-str-5.m: Likewise.
2690         * objc.dg/const-str-6.m: Likewise.
2691         * objc.dg/const-str-12.m: Likewise.
2692         * objc.dg/const-str-12b.m: Likewise.
2693         * objc.dg/strings/strings.exp: New.
2694         * objc.dg/strings/const-cfstring-2.m: New.
2695         * objc.dg/strings/const-cfstring-5.m: New.
2696         * objc.dg/torture/strings/strings.exp: New.
2697         * objc.dg/torture/strings/const-cfstring-1.m: New.
2698         * objc.dg/torture/strings/const-cfstring-3.m: New.
2699         * objc.dg/torture/strings/const-cfstring-4.m: New.
2700
2701 2010-10-22  Marcus Shawcroft  <marcus.shawcroft@arm.com>
2702
2703         * gcc.target/arm/synchronize.c: Permit dmb or mcr in assembler scan.
2704
2705 2010-10-21  Paolo Carlini  <paolo.carlini@oracle.com>
2706
2707         PR c++/46117
2708         * g++.dg/parse/crash57.C: New.
2709
2710 2010-10-21  Uros Bizjak  <ubizjak@gmail.com>
2711             H.J. Lu  <hongjiu.lu@intel.com>
2712
2713         PR target/45946
2714         * gcc.target/i386/pr45946.c: New test.
2715
2716 2010-10-21  Martin Jambor  <mjambor@suse.cz>
2717
2718         PR tree-optimization/45875
2719         * g++.dg/ipa/pr45875.C: New test.
2720
2721 2010-10-21  Ira Rosen  <irar@il.ibm.com>
2722
2723         PR tree-optimization/46049
2724         PR tree-optimization/46052
2725         * gcc.dg/vect/pr46052.c: New test.
2726         * gcc.dg/vect/pr46049.c: New test.
2727
2728 2010-10-21  Thomas Koenig  <tkoenig@gcc.gnu.org>
2729
2730         PR fortran/46007
2731         * gfortran.dg/shape_5.f90:  New test case.
2732
2733 2010-10-21  Janus Weil  <janus@gcc.gnu.org>
2734
2735         PR fortran/46060
2736         * gfortran.dg/proc_ptr_comp_25.f90: New.
2737
2738 2010-10-21  Richard Guenther  <rguenther@suse.de>
2739             Michael Matz  <matz@suse.de>
2740
2741         PR tree-optimization/45764
2742         * gcc.dg/torture/pr45764.c: New testcase.
2743
2744 2010-10-21  Richard Guenther  <rguenther@suse.de>
2745
2746         PR tree-optimization/46111
2747         * g++.dg/torture/pr46111.C: New testcase.
2748
2749 2010-10-21  Janus Weil  <janus@gcc.gnu.org>
2750
2751         PR fortran/46067
2752         * gfortran.dg/dummy_procedure_4.f90: New.
2753         * gfortran.dg/proc_ptr_30.f90: New.
2754
2755 2010-10-21  Tobias Burnus  <burnus@net-b.de>
2756
2757         PR fortran/46100
2758         * gfortran.dg/ptr-func-1.f90: New.
2759         * gfortran.dg/ptr-func-2.f90: New.
2760
2761 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
2762
2763         PR tree-optimization/45919
2764         * gcc.c-torture/compile/pr45919.c: New test.
2765
2766         PR tree-optimization/46066
2767         * gcc.dg/autopar/pr46066.c: New test.
2768
2769 2010-10-20  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2770
2771         PR c++/46024
2772         * g++.dg/warn/miss-format-1.C: Enclose dg-error target list in braces.
2773
2774 2010-10-20  Rodrigo Rivas Costa  <rodrigorivascosta@gmail.com>
2775
2776         PR c++/46056
2777         * g++.dg/cpp0x/range-for7.C: New.
2778
2779 2010-10-20  Richard Guenther  <rguenther@suse.de>
2780
2781         PR lto/45667
2782         * g++.dg/lto/20101020-1_0.h: New testcase.
2783         * g++.dg/lto/20101020-1_0.C: Likewise.
2784         * g++.dg/lto/20101020-1_1.C: Likewise.
2785
2786 2010-10-20  Dmitry Melnik  <dm@ispras.ru>
2787
2788         * gcc.dg/20101013-1.c: New test.
2789
2790 2010-10-20  H.J. Lu  <hongjiu.lu@intel.com>
2791
2792         PR target/46085
2793         * gcc.target/i386/pr46085-1.c: New.
2794         * gcc.target/i386/pr46085-2.c: Likewise.
2795
2796 2010-10-20  Richard Guenther  <rguenther@suse.de>
2797
2798         PR tree-optimization/45860
2799         * gcc.dg/torture/pr45860.c: New testcase.
2800
2801 2010-10-20  Eric Botcazou  <ebotcazou@adacore.com>
2802
2803         * gnat.dg/discr25.adb: New test.
2804         * gnat.dg/discr25_pkg.ad[sb]: New helper.
2805
2806 2010-10-20  Olivier Hainque  <hainque@adacore.com>
2807
2808         * gcc.target/powerpc/ehreturn.c: New test.
2809
2810 2010-10-20  Nicola Pero  <nicola.pero@meta-innovation.com>
2811
2812         Merge from 'apple/trunk' branch on FSF servers.  Test adapted to
2813         not require Foundation and run with the GNU runtime as well.
2814
2815         2006-03-13  Fariborz Jahanian  <fjahanian@apple.com>
2816
2817         Radar 4439126
2818         * obj-c++.dg/template-8.mm: New.
2819
2820 2010-10-20  Nicola Pero  <nicola.pero@meta-innovation.com>
2821
2822         PR objc/23709
2823         * objc.dg/pr23709.m: New.
2824         * obj-c++.dg/pr23709.m: New.
2825
2826 2010-10-19  Paolo Carlini  <paolo.carlini@oracle.com>
2827
2828         PR c++/46046
2829         * g++.dg/template/crash104.C: New.
2830
2831 2010-10-19  Richard Henderson  <rth@redhat.com>
2832
2833         * gcc.target/i386/fma3-fma.c: New.
2834         * gcc.target/i386/fma3-builtin.c: New.
2835         * gcc.target/i386/fma4-builtin.c: New.
2836
2837 2010-10-19  Richard Guenther  <rguenther@suse.de>
2838
2839         PR testsuite/46081
2840         * gcc.dg/ipa/ipa-pta-10.c: Adjust.
2841
2842 2010-10-18  Nicola Pero  <nicola.pero@meta-innovation.com>
2843
2844         Merge from 'apple/trunk' branch on FSF servers.
2845
2846         2006-03-16 Fariborz Jahanian  <fjahanian@apple.com>
2847
2848         Radar 4293709
2849         * objc.dg/proto-init-mimatch-1.m: New.
2850         * obj-c++.dg/proto-init-mimatch-1.mm: New.
2851
2852 2010-10-18  Nicola Pero  <nicola.pero@meta-innovation.com>
2853
2854         Implemented parsing @synthesize and @dynamic for
2855         Objective-C/Objective-C++.
2856         * objc.dg/property/dynamic-1.m: New.
2857         * objc.dg/property/synthesize-1.m: New.
2858         * obj-c++.dg/property/dynamic-1.mm: New.
2859         * obj-c++.dg/property/synthesize-1.mm: New.
2860
2861 2010-10-18  Nicola Pero  <nicola.pero@meta-innovation.com>
2862
2863         * objc.dg/at-class-1.m: New.
2864         * objc.dg/at-class-1.mm: New.
2865
2866 2010-10-18  Steve Ellcey  <sje@cup.hp.com>
2867
2868         * gcc.c-torture/compile/920625-1.c: Remove dg-prune-output lines.
2869
2870 2010-10-18  Nicola Pero  <nicola.pero@meta-innovation.com>
2871
2872         Merge from 'apple/trunk' branch on FSF servers.
2873
2874         2006-01-17  Fariborz Jahanian  <fjahanian@apple.com>
2875
2876         Radar 4407151
2877         * obj-c++.dg/template-7.mm: New.
2878
2879 2010-10-18  Nicola Pero  <nicola.pero@meta-innovation.com>
2880
2881         * objc.dg/proto-qual-1.m: Adjust test for GNU runtime to match
2882         bugfix.
2883
2884 2010-10-18  Nicola Pero  <nicola.pero@meta-innovation.com>
2885
2886         Merge from 'apple/trunk' branch on FSF servers.
2887
2888         2005-03-01 Fariborz Jahanian  <fjahanian@apple.com>
2889
2890         Radar 4451818
2891         * obj-c++.dg/try-catch-16.mm: New.
2892         * obj-c++.dg/try-catch-17.mm: New.
2893
2894         2005-11-08  Fariborz Jahanian  <fjahanian@apple.com>
2895
2896         Radar 4330422
2897         * obj-c++.dg/try-catch-15.mm: New
2898
2899         2005-10-07  Fariborz Jahanian  <fjahanian@apple.com>
2900
2901         Radar 4204796
2902         * obj-c++.dg/try-catch-12.mm: New
2903         * obj-c++.dg/try-catch-13.mm: New
2904         * obj-c++.dg/try-catch-14.mm: New
2905         * objc.dg/try-catch-11.m: New
2906         * objc.dg/try-catch-12.m: New
2907         * objc.dg/try-catch-13.m: New
2908
2909 2010-10-18  Richard Henderson  <rth@redhat.com>
2910
2911         * gcc.target/ia64/20101014.c: Fix double-paste of test case.
2912
2913 2010-10-18  Jakub Jelinek  <jakub@redhat.com>
2914
2915         PR c/46015
2916         * c-c++-common/Wunused-var-13.c: New test.
2917
2918 2010-10-18  Richard Guenther  <rguenther@suse.de>
2919
2920         PR tree-optimization/45967
2921         * gcc.dg/torture/pr45967.c: New testcase.
2922         * gcc.dg/ipa/ipa-pta-10.c: Adjust.
2923         * gcc.dg/ipa/ipa-pta-13.c: Likewise
2924         * gcc.dg/torture/pr39074-2.c: Likewise
2925         * gcc.dg/torture/pta-escape-1.c: Likewise
2926         * gcc.dg/torture/pta-ptrarith-1.c: Likewise
2927         * gcc.dg/tree-ssa/pta-callused.c: Likewise
2928         * gcc.dg/tree-ssa/pta-escape-1.c: Likewise
2929         * gcc.dg/tree-ssa/pta-escape-2.c: Likewise
2930         * gcc.dg/tree-ssa/pta-escape-3.c: Likewise
2931         * gcc.dg/tree-ssa/ssa-pre-21.c: Likewise
2932
2933 2010-10-18  Kai Tietz  <kai.tietz@onevision.com>
2934
2935         * gfortran.dg/bessel_7.f90: Set xfail for mingw targets.
2936
2937 2010-10-18  Richard Guenther  <rguenther@suse.de>
2938
2939         PR lto/44950
2940         * g++.dg/lto/20101015-2_0.C: New testcase.
2941
2942 2010-10-18  Jakub Jelinek  <jakub@redhat.com>
2943
2944         PR middle-end/46019
2945         * gcc.c-torture/execute/pr46019.c: New test.
2946
2947 2010-10-17  Nicola Pero  <nicola.pero@meta-innovation.com>
2948
2949         Merge from 'apple/trunk' branch on FSF servers.
2950
2951         2006-04-19 Fariborz Jahanian  <fjahanian@apple.com>
2952
2953         Radar 4516785
2954         * obj-c++.dg/method-namespace-2.mm: New.
2955
2956 2010-10-17  Nicola Pero  <nicola.pero@meta-innovation.com>
2957
2958         Merge from 'apple/trunk' branch on FSF servers.
2959
2960         2006-03-27 Fariborz Jahanian  <fjahanian@apple.com>
2961
2962         Radar 4133425
2963         * objc.dg/private-1.m: Test modified.
2964         * obj-c++.dg/private-1.mm: Test modified.
2965
2966 2010-10-17  Uros Bizjak  <ubizjak@gmail.com>
2967
2968         PR testsuite/45987
2969         * gcc.target/i386/push-1.c: Remove.
2970
2971 2010-10-17  Uros Bizjak  <ubizjak@gmail.com>
2972             H.J. Lu  <hongjiu.lu@intel.com>
2973
2974         PR target/46051
2975         * gcc.target/i386/pr46051.c: New test.
2976
2977 2010-10-17  Nicola Pero  <nicola.pero@meta-innovation.com>
2978
2979         * obj-c++.dg/gnu-api-2-class.mm: New.
2980         * obj-c++.dg/gnu-api-2-ivar.mm: New.
2981         * obj-c++.dg/gnu-api-2-method.mm: New.
2982         * obj-c++.dg/gnu-api-2-objc.mm: New.
2983         * obj-c++.dg/gnu-api-2-object.mm: New.
2984         * obj-c++.dg/gnu-api-2-property.mm: New.
2985         * obj-c++.dg/gnu-api-2-protocol.mm: New.
2986         * obj-c++.dg/gnu-api-2-sel.mm: New.
2987
2988 2010-10-17  Iain Sandoe  <iains@gcc.gnu.org>
2989
2990         * objc.dg/fsf-package-0.m: New.
2991         * obj-c++.dg/fsf-package-0.m: New.
2992
2993 2010-10-17  Nicola Pero  <nicola.pero@meta-innovation.com>
2994
2995         PR objc/18255
2996         * objc.dg/pr18255.m: New.
2997
2998 2010-10-16  Jan Hubicka  <jh@suse.cz>
2999
3000         PR middle-end/44206
3001         * g++.dg/torture/pr44206.C: New.
3002
3003 2010-10-16  Nicola Pero  <nicola.pero@meta-innovation.com>
3004
3005         * objc.dg/gnu-api-2-class.m: New.
3006         * objc.dg/gnu-api-2-objc.m: New.
3007
3008 2010-10-16  Nicola Pero  <nicola.pero@meta-innovation.com>
3009
3010         * objc.dg/gnu-api-2-ivar.m: New.
3011
3012 2010-10-15  Nicola Pero  <nicola.pero@meta-innovation.com>
3013
3014         * objc.dg/gnu-api-2-property.m: New.
3015
3016 2010-10-15  Xinliang David Li  <davidxl@google.com>
3017
3018         * g++.dg/uninit-pred-3_a.C: New test.
3019         * g++.dg/uninit-pred-3_b.C: New test.
3020
3021 2010-10-15  Nicola Pero  <nicola.pero@meta-innovation.com>
3022
3023         * objc.dg/gnu-api-2-object.m: New.
3024
3025 2010-10-15  Nicola Pero  <nicola.pero@meta-innovation.com>
3026
3027         * objc.dg/gnu-api-2-method.m: New.
3028
3029 2010-10-15  Jason Merrill  <jason@redhat.com>
3030
3031         * g++.dg/lto/pr45983_0.C: New.
3032
3033 2010-10-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
3034
3035         * gcc.target/powerpc/ppc-fma-1.c: New tests for powerpc FMA
3036         builtin combiner patterns.
3037         * gcc.target/powerpc/ppc-fma-2.c: Ditto.
3038         * gcc.target/powerpc/ppc-fma-3.c: Ditto.
3039         * gcc.target/powerpc/ppc-fma-4.c: Ditto.
3040         * gcc.target/powerpc/ppc-fma-5.c: Ditto.
3041         * gcc.target/powerpc/ppc-fma-6.c: Ditto.
3042
3043 2010-10-15  Richard Guenther  <rguenther@suse.de>
3044
3045         * g++.dg/lto/20101015-1_0.C: New testcase.
3046
3047 2010-10-15  Richard Guenther  <rguenther@suse.de>
3048
3049         PR testsuite/46021
3050         * gcc.dg/tree-ssa/20031106-3.c: Remove XFAIL.
3051         * gcc.dg/tree-ssa/fre-vce-1.c: Likewise.
3052
3053 2010-10-15  Richard Guenther  <rguenther@suse.de>
3054
3055         PR lto/45957
3056         * g++.dg/lto/20101014-1_0.C: New testcase.
3057
3058 2010-10-15  Nicola Pero  <nicola.pero@meta-innovation.com>
3059
3060         * objc.dg/gnu-api-2-protocol.m: New.
3061         * objc.dg/gnu-api-2-sel.m: New.
3062
3063 2010-10-15  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
3064
3065         * g++.dg/torture/stackalign/eh-vararg-2.C: Fix dg-options for
3066         arm-eabi targets.
3067
3068 2010-10-15  Chung-Lin Tang  <cltang@codesourcery.com>
3069
3070         * gcc.dg/20101010-1.c: New testcase.
3071
3072 2010-10-15  Jie Zhang  <jie@codesourcery.com>
3073
3074         * lib/lto.exp (lto-link-and-maybe-run): Use the default linker
3075         script when relocatable linking.
3076
3077 2010-10-14  Yao Qi  <yao@codesourcery.com>
3078
3079         PR target/45447
3080         * gcc.target/arm/pr45447.c: New test.
3081
3082 2010-10-14  Jan Hubicka  <jh@suse.cz>
3083
3084         PR middle-end/45621
3085         * g++.dg/lto/pr45621.h : New.
3086         * g++.dg/lto/pr45621_0.C: New.
3087         * g++.dg/lto/pr45621_1.C: New.
3088
3089 2010-10-14  Iain Sandoe  <iains@gcc.gnu.org>
3090
3091         * objc.dg/property: New.
3092         * objc.dg/property/fsf-property-basic.m: New.
3093         * objc.dg/property/fsf-property-method-access.m: New.
3094         * objc.dg/property/fsf-property-named-ivar.m: New.
3095         * obj-c++.dg/property: New.
3096         * obj-c++.dg/property/fsf-property-basic.mm: New.
3097         * obj-c++.dg/property/fsf-property-method-access.mm: New.
3098         * obj-c++.dg/property/fsf-property-named-ivar.mm: New.
3099
3100         merge from FSF apple 'trunk' branch.
3101         2006 Fariborz Jahanian  <fjahanian@apple.com>
3102
3103         Radars 4436866, 4505126, 4506903, 4517826
3104         * objc.dg/property/property-1.m: New.
3105         * objc.dg/property/property-2.m: New.
3106         * objc.dg/property/property-3.m: New.
3107         * objc.dg/property/property-neg-1.m: New.
3108         * objc.dg/property/property-neg-2.m: New.
3109         * objc.dg/property/property-neg-3.m: New.
3110         * objc.dg/property/property-neg-4.m: New.
3111         * objc.dg/property/property-neg-5.m: New.
3112         * objc.dg/property/property-neg-6.m: New.
3113         * objc.dg/property/property-neg-7.m: New.
3114         * objc.dg/property/property.exp: New.
3115         * obj-c++.dg/property/property-1.mm: New.
3116         * obj-c++.dg/property/property-2.mm: New.
3117         * obj-c++.dg/property/property-3.mm: New.
3118         * obj-c++.dg/property/property-neg-1.mm: New.
3119         * obj-c++.dg/property/property-neg-2.mm: New.
3120         * obj-c++.dg/property/property-neg-3.mm: New.
3121         * obj-c++.dg/property/property-neg-4.mm: New.
3122         * obj-c++.dg/property/property-neg-5.mm: New.
3123         * obj-c++.dg/property/property-neg-6.mm: New.
3124         * obj-c++.dg/property/property-neg-7.mm: New.
3125         * obj-c++.dg/property/property.exp: New.
3126
3127 2010-10-14  H.J. Lu  <hongjiu.lu@intel.com>
3128
3129         * gcc.dg/pr45570.c: Fix typos.  Also run for i?86-*-*.
3130
3131 2010-10-14  Joseph Myers  <joseph@codesourcery.com>
3132
3133         PR c/45969
3134         * gcc.c-torture/compile/pr45969-1.c: New test.
3135
3136 2010-10-14  Richard Guenther  <rguenther@suse.de>
3137
3138         PR tree-optimization/44913
3139         * gcc.dg/torture/pr44913.c: New testcase.
3140
3141 2010-10-14  Richard Guenther  <rguenther@suse.de>
3142
3143         PR lto/45382
3144         * g++.dg/lto/20101014-2_0.C: New testcase.
3145
3146 2010-10-14  H.J. Lu  <hongjiu.lu@intel.com>
3147
3148         * gcc.target/i386/avx-copysign-vec.c: Add -mtune=generic.
3149         * gcc.target/i386/avx-copysignf-vec.c: Likewise.
3150         * gcc.target/i386/pr44130.c: Likewise.
3151         * gcc.target/i386/pr44144.c: Likewise.
3152         * gcc.target/i386/pr44180.c: Likewise.
3153         * gcc.target/i386/recip-vec-divf-avx.c: Likewise.
3154         * gcc.target/i386/recip-vec-sqrtf-avx.c: Likewise.
3155         * gcc.target/i386/vect-sizes-1.c: Likewise.
3156         * gcc.target/i386/vectorize4-avx.c: Likewise.
3157
3158 2010-10-14  Richard Guenther  <rguenther@suse.de>
3159
3160         PR lto/44561
3161         * g++.dg/lto/20101010-3_0.C: New testcase.
3162         * g++.dg/lto/20101010-4_0.C: Likewise.
3163
3164 2010-10-14  Iain Sandoe  <iains@gcc.gnu.org>
3165
3166         * objc.dg/pr45878.m: Update to include NSConstantString interface
3167         for -fnext-runtime.
3168         * objc.dg/pr23214.m: Use the Object1.m implementation to build m64 on
3169         -fnext-runtime, XFAIL the m64 -fnext-runtime run.
3170         * objc.dg/objc-foreach-4.m: Provide an NSConstantString dummy class
3171         reference for m64 -fnext-runtime.
3172
3173 2010-10-14  H.J. Lu  <hongjiu.lu@intel.com>
3174
3175         * gcc.target/i386/vect-sizes-1.c: New.
3176
3177 2010-10-14  H.J. Lu  <hongjiu.lu@intel.com>
3178
3179         PR middle-end/46011
3180         * gcc.target/i386/vectorize4-avx.c: Scan 256bit AVX register and xfail.
3181
3182 2010-10-14  H.J. Lu  <hongjiu.lu@intel.com>
3183
3184         * gcc.target/i386/recip-vec-sqrtf-avx.c: Scan 256bit AVX register.
3185         * gcc.target/i386/recip-vec-divf-avx.c: Likewise.
3186
3187 2010-10-14  Andrey Belevantsev  <abel@ispras.ru>
3188
3189         * gcc.target/ia64/20101005.c: New test.
3190
3191 2010-10-14  Andrey Belevantsev  <abel@ispras.ru>
3192
3193         PR rtl-optimization/45570
3194         * gcc.dg/pr45570.c: New test.
3195
3196 2010-10-13  H.J. Lu  <hongjiu.lu@intel.com>
3197
3198         * gcc.target/i386/recip-vec-sqrtf-avx.c: New.
3199         * gcc.target/i386/recip-vec-divf-avx.c: Likewise.
3200         * gcc.target/i386/vectorize4-avx.c: Likewise.
3201
3202 2010-10-13  H.J. Lu  <hongjiu.lu@intel.com>
3203
3204         * gcc.target/i386/avx-copysign-vec.c: New.
3205         * gcc.target/i386/avx-copysignf-vec.c: Likewise.
3206
3207 2010-10-13  H.J. Lu  <hongjiu.lu@intel.com>
3208
3209         PR middle-end/44130
3210         * gcc.target/i386/pr44130.c: New.
3211
3212 2010-10-13  H.J. Lu  <hongjiu.lu@intel.com>
3213
3214         PR middle-end/44144
3215         * gcc.target/i386/pr44144.c: New.
3216
3217 2010-10-13  H.J. Lu  <hongjiu.lu@intel.com>
3218
3219         PR target/44180
3220         * gcc.target/i386/pr44180.c: New.
3221
3222 2010-10-13  Jason Merrill  <jason@redhat.com>
3223
3224         * g++.dg/template/canon-type-8.C: New.
3225
3226 2010-10-13  Eric Botcazou  <ebotcazou@adacore.com>
3227
3228         * gcc.c-torture/execute/20101013-1.c: New test.
3229
3230 2010-10-13  Richard Guenther  <rguenther@suse.de>
3231
3232         PR objc/45878
3233         * objc.dg/pr45878.m: New testcase.
3234
3235 2010-10-13  Kai Tietz  <kai.tietz@onevision.com>
3236
3237         * gcc.dg/format/dfp-scanf-1.c: Disable for *-*-mingw* targets.
3238         * gcc.dg/format/dfp-printf-1.c: Likewise.
3239         * gcc.dg/format/ms_unnamed-1.c: Adjust linenumber for warning.
3240
3241 2010-10-13  Richard Guenther  <rguenther@suse.de>
3242
3243         PR tree-optimization/45788
3244         * g++.dg/pr45788.C: New testcase.
3245
3246 2010-10-13  Richard Guenther  <rguenther@suse.de>
3247
3248         PR tree-optimization/45970
3249         * gcc.dg/tree-ssa/ssa-dse-13.c: New testcase.
3250
3251 2010-10-13  Richard Guenther  <rguenther@suse.de>
3252
3253         PR tree-optimization/45982
3254         * gcc.dg/torture/pr45982.c: New testcase.
3255         * gcc.dg/tree-ssa/pr24287.c: Adjust.
3256         * gcc.dg/tree-ssa/pta-callused.c: Likewise.
3257         * gcc.dg/torture/pr39074-2.c: Likewise.
3258
3259 2010-10-13  Richard Guenther  <rguenther@suse.de>
3260
3261         PR middle-end/45874
3262         * g++.dg/torture/pr45874.C: New testcase.
3263
3264 2010-10-13  Iain Sandoe  <iains@gcc.gnu.org>
3265
3266         * objc.dg/attributes/method-attribute-1.m: Update to respond
3267         to implemented method attributes..
3268         * objc.dg/attributes/method-attribute-2.m: Likewise.
3269         * objc.dg/attributes/method-attribute-3.m: Likewise.
3270         * obj-c++.dg/attributes/method-attribute-1.mm: Likewise.
3271         * obj-c++.dg/attributes/method-attribute-2.mm: Likewise.
3272         * obj-c++.dg/attributes/method-attribute-3.mm: Likewise.
3273
3274 2010-10-13  Nicola Pero  <nicola.pero@meta-innovation.com>
3275
3276         PR libobjc/23214
3277         * objc.dg/pr23214.m: New.
3278
3279 2010-10-12  Michael Eager  <eager@eagercon.com>
3280
3281         PR testsuite/45856
3282         * gcc.c-torture/execute/cmpsi-2.c: Use int, not long.
3283         * gcc.c-torture/execute/cmpsf-1.c: Use float, regen correct table.
3284
3285 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
3286
3287         PR fortran/45636
3288         * gcc.c-torture/execute/pr45636.c: New test.
3289         * gfortran.dg/pr45636.f90: New test.
3290
3291 2010-10-12  Richard Henderson  <rth@redhat.com>
3292
3293         * g++.dg/abi/mangle40.C: Robustify tests for defined symbols.
3294
3295 2010-10-12  Daniel Kraft  <d@domob.eu>
3296
3297         PR fortran/38936
3298         * gfortran.dg/associate_1.f03: More tests with derived-types.
3299         * gfortran.dg/associate_9.f03: New test (XFAIL for now).
3300         * gfortran.dg/associate_8.f03: Fix typo.
3301         * gfortran.dg/initialization_27.f90: Fix typo.
3302
3303 2010-10-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3304
3305         PR testsuite/45851
3306         * lib/lto.exp (lto-get-options-main): Support optional target
3307         selector for dg-extra-ld-options.
3308
3309 2010-10-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3310
3311         * gcc.dg/pragma-init-fini.c: Skip on i?86-*-solaris2.8 && !gas.
3312         * gcc.dg/pragma-init-fini-2.c: XFAIL on i?86-*-solaris2.8 && !gas.
3313
3314 2010-10-11  Martin Jambor  <mjambor@suse.cz>
3315
3316         PR middle-end/45699
3317         * g++.dg/torture/pr45699.C: New test.
3318         * g++.dg/otr-fold-1.C: Adjusted.
3319         * g++.dg/otr-fold-1.C: Likewise.
3320
3321 2010-10-11  Nick Clifton  <nickc@redhat.com>
3322
3323         * gcc.c-torture/compile/pr44197.c: Require visibility support.
3324         Allow for a user label prefix.
3325
3326 2010-10-10  Richard Guenther  <rguenther@suse.de>
3327
3328         * g++.dg/lto/20101010-1_0.C: New testcase.
3329         * g++.dg/lto/20101010-2_0.C: Likewise.
3330
3331 2010-10-11  Ira Rosen  <irar@il.ibm.com>
3332
3333         PR tree-optimization/45902
3334         * gcc.dg/vect/45902.c: New test.
3335
3336 2010-10-11  Jakub Jelinek  <jakub@redhat.com>
3337
3338         PR target/45870
3339         * gcc.dg/tls/pr45870.c: New test.
3340
3341 2010-10-10  Janus Weil  <janus@gcc.gnu.org>
3342
3343         PR fortran/45961
3344         * gfortran.dg/typebound_operator_6.f03: New.
3345
3346 2010-10-10  Kai Tietz  <kai.tietz@onevision.com>
3347
3348         * g++.dg/ext/dllexport-MI1.C: Enable for x86_64 mingw
3349         and adjust -export symbol scanning.
3350         * g++.dg/ext/dllexport1.C: Likewise.
3351         * g++.dg/ext/dllexport3.C: Likewise.
3352         * gcc.dg/dll-3.c: Likewise.
3353         * gcc.dg/dll-4.c: Likewise.
3354         * gcc.dg/dll-5.c: Likewise.
3355
3356 2010-10-10  Uros Bizjak  <ubizjak@gmail.com>
3357
3358         * gcc.dg/tree-prof/ic-misattribution-1a.c: Cleanup tree_profile_ipa
3359         instead of tree_profile dump file.
3360         * g++.dg/tree-prof/inline_mismatch_args.C: Cleanup einline dump file.
3361         * gfortran.dg/derived_array_intrinisics_1.f90: Cleanup original
3362         dump file.
3363
3364 2010-10-10  Uros Bizjak  <ubizjak@gmail.com>
3365
3366         * gcc.dg/lto/20101009-1_0.c (bar): Fix asm constraints.
3367
3368 2010-10-09  Thomas Koenig  <tkoenig@gcc.gnu.org>
3369
3370         * gfortran.dg/character_comparison_4.f90:  New test.
3371         * gfortran.dg/character_comparison_5.f90:  New test.
3372         * gfortran.dg/character_comparison_6.f90:  New test.
3373
3374 2010-10-09  Richard Henderson  <rth@redhat.com>
3375
3376         * lib/target-supports.exp
3377         (check_effective_target_automatic_stack_alignment): Always true.
3378
3379 2010-10-09  Richard Guenther  <rguenther@suse.de>
3380
3381         PR lto/45956
3382         * gcc.dg/lto/20101009-2_0.c: New testcase.
3383         * gcc.dg/lto/20101009-2_1.c: Likewise.
3384         * gcc.dg/lto/20101009-2_2.c: Likewise.
3385
3386 2010-10-09  Richard Guenther  <rguenther@suse.de>
3387
3388         PR lto/45947
3389         * g++.dg/lto/20101009-1_0.C: New testcase.
3390
3391 2010-10-09  Richard Guenther  <rguenther@suse.de>
3392
3393         PR tree-optimization/45945
3394         * gcc.dg/lto/20101009-1_0.c: New testcase.
3395
3396 2010-10-08  H.J. Lu  <hongjiu.lu@intel.com>
3397
3398         PR target/45913
3399         * gcc.target/i386/pr45913.c: New.
3400
3401 2010-10-08  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
3402
3403         PR fortran/45943
3404         * gfortran.dg/streamio_16.f90: Update test.
3405
3406 2010-10-08  Jakub Jelinek  <jakub@redhat.com>
3407
3408         PR tree-optimization/45903
3409         * gcc.target/i386/pr45903.c: New test.
3410
3411 2010-10-08  Arnaud Charlet  <charlet@adacore.com>
3412
3413         * gnat.dg/interface5.adb: Compile with warnings disabled.
3414
3415 2010-10-07  Nicola Pero  <nicola.pero@meta-innovation.com>
3416
3417         * obj-c++.dg/encode-10.mm: New testcase.
3418
3419 2010-10-07  Nicola Pero  <nicola.pero@meta-innovation.com>
3420
3421         PR objc++/23614
3422         * obj-c++.dg/lookup-2.mm: Do not assign 'nil' to a pointer to a
3423         C++ class.  Removed XFAIL.
3424
3425 2010-10-07  Janus Weil  <janus@gcc.gnu.org>
3426
3427         PR fortran/45933
3428         * gfortran.dg/typebound_operator_5.f03: New.
3429
3430 2010-10-07  Nicola Pero  <nicola.pero@meta-innovation.com>
3431
3432         Merge from 'apple/trunk' branch on FSF servers.
3433
3434         2006-04-26  Fariborz Jahanian  <fjahanian@apple.com>
3435
3436         Radar 4508851
3437         * obj-c++.dg/method-namespace-1.mm: New.
3438
3439 2010-10-07  Martin Jambor  <mjambor@suse.cz>
3440
3441         * gcc.dg/tree-ssa/sra-11.c: New test.
3442
3443 2010-10-07  Tejas Belagod  <tejas.belagod@arm.com>
3444
3445         PR Tree-Vect/45847
3446         * gcc.dg/vect/pr45847.c: New test.
3447
3448 2010-10-07  Iain Sandoe  <iains@gcc.gnu.org>
3449             Kai Tietz  <kai.tietz@onevision.com>
3450
3451         * objc.dg/proto-lossage-4.m: Use intptr_t instead of long type.
3452
3453 2010-10-07  Richard Guenther  <rguenther@suse.de>
3454
3455         PR tree-optimization/45732
3456         * gcc.dg/torture/pr45732.c: New testcase.
3457
3458 2010-10-07  Iain Sandoe  <iains@gcc.gnu.org>
3459
3460         * objc.dg/foreach-1.m: Adjust for -fnext-runtime compatibility.
3461         * objc.dg/foreach-2.m: Likewise.
3462         * objc.dg/foreach-3.m: Likewise.
3463         * objc.dg/foreach-4.m: Likewise.
3464         * objc.dg/foreach-5.m: Likewise.
3465         * objc.dg/foreach-6.m: Likewise.
3466         * objc.dg/foreach-7.m: Likewise.
3467         * objc.dg/objc-foreach-4.m: Likewise.
3468         * objc.dg/objc-foreach-5.m: Likewise.
3469
3470 2010-10-07  Richard Guenther  <rguenther@suse.de>
3471
3472         PR middle-end/45869
3473         * gcc.dg/torture/pr45869.c: New testcase.
3474
3475 2010-10-07  Iain Sandoe  <iains@gcc.gnu.org>
3476
3477         * objc.dg/set-not-used-1.m: New
3478         * obj-c++.dg/set-not-used-1.mm: New.
3479
3480 2010-10-07  Iain Sandoe  <iains@gcc.gnu.org>
3481
3482         * objc.dg/attributes/method-attribute-3.m: New.
3483         * obj-c++.dg/attributes/method-attribute-3.mm: New.
3484
3485 2010-10-07  Mikael Morin  <mikael@gcc.gnu.org>
3486
3487         PR fortran/45916
3488         * gfortran.dg/generic_typebound_operator_1.f90: New test.
3489
3490 2010-10-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
3491
3492         PR fortran/45889
3493         * gfortran.dg/alloc_comp_constraint_6.f90: New test.
3494
3495 2010-10-06  Nicola Pero  <nicola.pero@meta-innovation.com>
3496
3497         Merge from 'apple/trunk' branch on FSF servers.
3498
3499         2005-12-14  Fariborz Jahanian  <fjahanian@apple.com>
3500
3501         Radar 4278774
3502         * obj-c++.dg/encode-9.mm: New.
3503
3504 2010-10-06  Eric Botcazou  <ebotcazou@adacore.com>
3505
3506         * g++.dg/cpp0x/pr45908.C: New test.
3507
3508 2010-10-06  Eric Botcazou  <ebotcazou@adacore.com>
3509
3510         * gnat.dg/opt6.ad[sb]: New test.
3511
3512 2010-10-06  Nicola Pero  <nicola.pero@meta-innovation.com>
3513
3514         Implemented fast enumeration for Objective-C.
3515         * objc.dg/foreach-1.m: New.
3516         *&