OSDN Git Service

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