OSDN Git Service

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