OSDN Git Service

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