1 2010-12-11 Jerry DeLisle <jvdelisle@gcc.gnu.org>
4 * gfortran.dg/array_function_6.f90: New test.
6 2010-12-11 Nicola Pero <nicola.pero@meta-innovation.com>
8 * objc.dg/gnu-api-2-resolve-method.m: New.
9 * obj-c++.dg/gnu-api-2-resolve-method.mm: New.
11 2010-12-10 Ahmad Sharif <asharif@google.com>
13 * gcc.target/i386/max-stack-align.c: New testcase.
15 2010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
17 * gcc.dg/funcorder.c: Remove XFAIL for hppa*64*-*-*.
19 2010-12-10 Nicola Pero <nicola.pero@meta-innovation.com>
21 * objc.dg/fobjc-std-1.m: Updated to test that class extensions
22 produce an error with -fobjc-std=objc1.
23 * obj-c++.dg/fobjc-std-1.mm: Same change.
25 2010-12-10 Jakub Jelinek <jakub@redhat.com>
28 * g++.dg/diagnostic/bitfld1.C: New test.
30 2010-12-10 Sebastian Pop <sebastian.pop@amd.com>
32 PR tree-optimization/43023
33 * gfortran.dg/ldist-1.f90: Adjust pattern.
34 * gfortran.dg/ldist-pr43023.f90: New.
36 2010-12-10 Jakub Jelinek <jakub@redhat.com>
38 PR rtl-optimization/46804
39 * gfortran.dg/pr46804.f90: New test.
41 2010-12-10 Dave Korn <dave.korn.cygwin@gmail.com>
45 * gcc.dg/pr43157.c: New file.
47 2010-12-10 Nathan Froyd <froydnj@codesourcery.com>
49 * gcc.dg/dfp/struct-union.c: Adjust.
50 * gcc.dg/lvalue-2.c: Adjust.
51 * gcc.dg/pr21419.c: Adjust.
52 * gcc.dg/qual-component-1.c: Adjust.
53 * g++.dg/other/const1.C: Adjust.
55 2010-12-10 Jakub Jelinek <jakub@redhat.com>
57 PR rtl-optimization/46865
58 * gcc.target/i386/pr46865-1.c: New test.
59 * gcc.target/i386/pr46865-2.c: New test.
61 PR tree-optimization/46864
62 * g++.dg/opt/pr46864.C: New test.
64 2010-12-10 Jack Howarth <howarth@bromo.med.uc.edu>
65 Iain Sandoe <iains@gcc.gnu.org>
68 * lib/prune.exp: Prune dsymutil warnings.
70 2010-12-10 Nicola Pero <nicola.pero@meta-innovation.com>
72 * objc.dg/class-extension-1.m: New.
73 * objc.dg/class-extension-2.m: New.
74 * objc.dg/class-extension-3.m: New.
75 * objc.dg/property/at-property-26.m: New.
76 * objc.dg/property/at-property-27.m: New.
77 * objc.dg/property/at-property-28.m: New.
78 * obj-c++.dg/class-extension-1.mm: New.
79 * obj-c++.dg/class-extension-2.mm: New.
80 * obj-c++.dg/class-extension-3.mm: New.
81 * obj-c++.dg/property/at-property-26.mm: New.
82 * obj-c++.dg/property/at-property-27.mm: New.
83 * obj-c++.dg/property/at-property-28.mm: New.
85 2010-12-09 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
88 * gcc.dg/torture/stackalign/nested-1.c: Skip on hppa*-*-hpux*.
89 * gcc.dg/torture/stackalign/vararg-1.c: Likewise.
90 * gcc.dg/torture/stackalign/nested-2.c: Likewise.
91 * gcc.dg/torture/stackalign/vararg-2.c: Likewise.
92 * gcc.dg/torture/stackalign/nested-3.c: Likewise.
93 * gcc.dg/torture/stackalign/nested-4.c: Likewise.
94 * gcc.dg/torture/stackalign/global-1.c: Likewise.
95 * gcc.dg/torture/stackalign/ret-struct-1.c: Likewise.
96 * gcc.dg/torture/stackalign/inline-1.c: Likewise.
97 * gcc.dg/torture/stackalign/inline-2.c: Likewise.
98 * gcc.dg/torture/stackalign/struct-1.c: Likewise.
99 * gcc.dg/torture/stackalign/pr16660-1.c: Likewise.
100 * gcc.dg/torture/stackalign/alloca-1.c: Likewise.
101 * g++.dg/torture/stackalign/throw-1.C: Likewise.
102 * g++.dg/torture/stackalign/throw-2.C: Likewise.
103 * g++.dg/torture/stackalign/throw-4.C: Likewise.
104 * g++.dg/torture/stackalign/eh-inline-1.C: Likewise.
105 * g++.dg/torture/stackalign/eh-inline-2.C: Likewise.
106 * g++.dg/torture/stackalign/eh-vararg-1.C: Likewise.
107 * g++.dg/torture/stackalign/eh-vararg-2.C: Likewise.
108 * g++.dg/torture/stackalign/eh-alloca-1.C: Likewise.
109 * g++.dg/torture/stackalign/eh-global-1.C: Likewise.
111 PR tree-optimization/46021
112 gcc.dg/tree-ssa/20040204-1.c: Remove XFAIL for hppa*-*.*.
114 2010-12-09 Richard Guenther <rguenther@suse.de>
117 * gcc.c-torture/compile/pr46866.c: New testcase.
119 2010-12-09 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
122 * g++.dg/debug/dwarf2/nested-2.C: Also match comments starting with ';'.
124 2010-12-09 Martin Jambor <mjambor@suse.cz>
127 * g++.dg/tree-ssa/pr46734.C: New test.
129 2010-12-09 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
132 * lib/scanasm.exp (dg-function-on-line): Add match pattern for
135 2010-12-08 Jason Merrill <jason@redhat.com>
138 * g++.dg/cpp0x/constexpr-array2.C: New.
140 2010-12-08 H.J. Lu <hongjiu.lu@intel.com>
142 * gcc.target/i386/sse2-init-v2di-2.c: Add "-dp" and update
145 2010-12-08 Nicola Pero <nicola.pero@meta-innovation.com>
147 * objc.dg/exceptions-7.m: New.
148 * obj-c++.dg/exceptions-7.mm: New.
149 * obj-c++.dg/exceptions-3.mm: Adjust for new C++ messages.
150 * obj-c++.dg/exceptions-5.mm: Same change.
152 2010-12-08 Nicola Pero <nicola.pero@meta-innovation.com>
154 * objc.dg/foreach-6.m: Updated location of error messages.
155 * objc.dg/foreach-7.m: Same change.
157 2010-12-08 Richard Guenther <rguenther@suse.de>
158 Sebastian Pop <sebastian.pop@amd.com>
160 PR tree-optimization/45230
161 PR tree-optimization/45231
162 PR tree-optimization/45370
163 * gcc.dg/graphite/id-pr45230-1.c: New.
164 * gcc.dg/graphite/id-pr45231.c: New.
165 * gfortran.dg/graphite/id-pr45370.f90: New.
167 2010-12-08 Nathan Froyd <froydnj@codesourcery.com>
170 * testsuite/g++.dg/conversion/ambig1.C: Adjust.
171 * testsuite/g++.dg/conversion/op1.C: Adjust.
172 * testsuite/g++.dg/conversion/simd1.C: Adjust.
173 * testsuite/g++.dg/cpp0x/defaulted14.C: Adjust.
174 * testsuite/g++.dg/cpp0x/defaulted18.C: Adjust.
175 * testsuite/g++.dg/cpp0x/defaulted20.C: Adjust.
176 * testsuite/g++.dg/cpp0x/explicit3.C: Adjust.
177 * testsuite/g++.dg/cpp0x/explicit4.C: Adjust.
178 * testsuite/g++.dg/cpp0x/implicit4.C: Adjust.
179 * testsuite/g++.dg/cpp0x/nullptr15.C: Adjust.
180 * testsuite/g++.dg/cpp0x/nullptr19.C: Adjust.
181 * testsuite/g++.dg/cpp0x/pr31431-2.C: Adjust.
182 * testsuite/g++.dg/cpp0x/pr31431.C: Adjust.
183 * testsuite/g++.dg/cpp0x/pr31434.C: Adjust.
184 * testsuite/g++.dg/cpp0x/pr31437.C: Adjust.
185 * testsuite/g++.dg/cpp0x/rv2n.C: Adjust.
186 * testsuite/g++.dg/cpp0x/rv3n.C: Adjust.
187 * testsuite/g++.dg/cpp0x/rv4n.C: Adjust.
188 * testsuite/g++.dg/cpp0x/rv5n.C: Adjust.
189 * testsuite/g++.dg/cpp0x/rv6n.C: Adjust.
190 * testsuite/g++.dg/cpp0x/rv7n.C: Adjust.
191 * testsuite/g++.dg/cpp0x/temp_default2.C: Adjust.
192 * testsuite/g++.dg/cpp0x/trailing4.C: Adjust.
193 * testsuite/g++.dg/cpp0x/variadic-ex3.C: Adjust.
194 * testsuite/g++.dg/cpp0x/variadic-ex4.C: Adjust.
195 * testsuite/g++.dg/cpp0x/variadic35.C: Adjust.
196 * testsuite/g++.dg/cpp0x/vt-35147.C: Adjust.
197 * testsuite/g++.dg/cpp0x/vt-37737-2.C: Adjust.
198 * testsuite/g++.dg/expr/cond9.C: Adjust.
199 * testsuite/g++.dg/expr/pmf-1.C: Adjust.
200 * testsuite/g++.dg/ext/label5.C: Adjust.
201 * testsuite/g++.dg/ext/visibility/anon8.C: Adjust.
202 * testsuite/g++.dg/ext/vla2.C: Adjust.
203 * testsuite/g++.dg/gomp/pr26690-1.C: Adjust.
204 * testsuite/g++.dg/gomp/pr26690-2.C: Adjust.
205 * testsuite/g++.dg/init/synth2.C: Adjust.
206 * testsuite/g++.dg/lookup/conv-1.C: Adjust.
207 * testsuite/g++.dg/lookup/new1.C: Adjust.
208 * testsuite/g++.dg/lookup/using9.C: Adjust.
209 * testsuite/g++.dg/other/error13.C: Adjust.
210 * testsuite/g++.dg/other/error20.C: Adjust.
211 * testsuite/g++.dg/other/error31.C: Adjust.
212 * testsuite/g++.dg/other/pr28114.C: Adjust.
213 * testsuite/g++.dg/other/ptrmem10.C: Adjust.
214 * testsuite/g++.dg/other/ptrmem11.C: Adjust.
215 * testsuite/g++.dg/overload/ambig1.C: Adjust.
216 * testsuite/g++.dg/overload/arg3.C: Adjust.
217 * testsuite/g++.dg/overload/builtin1.C: Adjust.
218 * testsuite/g++.dg/overload/copy1.C: Adjust.
219 * testsuite/g++.dg/overload/new1.C: Adjust.
220 * testsuite/g++.dg/overload/template4.C: Adjust.
221 * testsuite/g++.dg/overload/unknown1.C: Adjust.
222 * testsuite/g++.dg/overload/using2.C: Adjust.
223 * testsuite/g++.dg/parse/crash5.C: Adjust.
224 * testsuite/g++.dg/parse/error19.C: Adjust.
225 * testsuite/g++.dg/parse/error28.C: Adjust.
226 * testsuite/g++.dg/parse/template7.C: Adjust.
227 * testsuite/g++.dg/parse/typename7.C: Adjust.
228 * testsuite/g++.dg/rtti/typeid6.C: Adjust.
229 * testsuite/g++.dg/tc1/dr152.C: Adjust.
230 * testsuite/g++.dg/template/conv11.C: Adjust.
231 * testsuite/g++.dg/template/copy1.C: Adjust.
232 * testsuite/g++.dg/template/crash37.C: Adjust.
233 * testsuite/g++.dg/template/deduce3.C: Adjust.
234 * testsuite/g++.dg/template/dependent-expr5.C: Adjust.
235 * testsuite/g++.dg/template/error38.C: Adjust.
236 * testsuite/g++.dg/template/error40.C: Adjust.
237 * testsuite/g++.dg/template/friend.C: Adjust.
238 * testsuite/g++.dg/template/incomplete2.C: Adjust.
239 * testsuite/g++.dg/template/instantiate5.C: Adjust.
240 * testsuite/g++.dg/template/local4.C: Adjust.
241 * testsuite/g++.dg/template/local6.C: Adjust.
242 * testsuite/g++.dg/template/new3.C: Adjust.
243 * testsuite/g++.dg/template/operator9.C: Adjust.
244 * testsuite/g++.dg/template/overload6.C: Adjust.
245 * testsuite/g++.dg/template/ptrmem2.C: Adjust.
246 * testsuite/g++.dg/template/ptrmem20.C: Adjust.
247 * testsuite/g++.dg/template/ptrmem4.C: Adjust.
248 * testsuite/g++.dg/template/ptrmem8.C: Adjust.
249 * testsuite/g++.dg/template/qualttp5.C: Adjust.
250 * testsuite/g++.dg/template/sfinae2.C: Adjust.
251 * testsuite/g++.dg/template/spec22.C: Adjust.
252 * testsuite/g++.dg/template/spec23.C: Adjust.
253 * testsuite/g++.dg/template/ttp25.C: Adjust.
254 * testsuite/g++.dg/template/typedef4.C: Adjust.
255 * testsuite/g++.dg/template/unify10.C: Adjust.
256 * testsuite/g++.dg/template/unify11.C: Adjust.
257 * testsuite/g++.dg/template/unify6.C: Adjust.
258 * testsuite/g++.dg/template/unify7.C: Adjust.
259 * testsuite/g++.dg/template/unify9.C: Adjust.
260 * testsuite/g++.dg/template/varmod1.C: Adjust.
261 * testsuite/g++.old-deja/g++.benjamin/15799.C: Adjust.
262 * testsuite/g++.old-deja/g++.benjamin/15800-1.C: Adjust.
263 * testsuite/g++.old-deja/g++.brendan/ambiguity1.C: Adjust.
264 * testsuite/g++.old-deja/g++.brendan/crash29.C: Adjust.
265 * testsuite/g++.old-deja/g++.brendan/crash48.C: Adjust.
266 * testsuite/g++.old-deja/g++.brendan/crash56.C: Adjust.
267 * testsuite/g++.old-deja/g++.brendan/cvt3.C: Adjust.
268 * testsuite/g++.old-deja/g++.brendan/overload1.C: Adjust.
269 * testsuite/g++.old-deja/g++.brendan/overload4.C: Adjust.
270 * testsuite/g++.old-deja/g++.brendan/overload9.C: Adjust.
271 * testsuite/g++.old-deja/g++.bugs/900127_01.C: Adjust.
272 * testsuite/g++.old-deja/g++.bugs/900205_04.C: Adjust.
273 * testsuite/g++.old-deja/g++.bugs/900330_02.C: Adjust.
274 * testsuite/g++.old-deja/g++.bugs/900404_03.C: Adjust.
275 * testsuite/g++.old-deja/g++.bugs/900514_03.C: Adjust.
276 * testsuite/g++.old-deja/g++.eh/ctor1.C: Adjust.
277 * testsuite/g++.old-deja/g++.jason/conversion11.C: Adjust.
278 * testsuite/g++.old-deja/g++.jason/crash3.C: Adjust.
279 * testsuite/g++.old-deja/g++.jason/overload16.C: Adjust.
280 * testsuite/g++.old-deja/g++.jason/overload28.C: Adjust.
281 * testsuite/g++.old-deja/g++.jason/scoping10.C: Adjust.
282 * testsuite/g++.old-deja/g++.jason/template30.C: Adjust.
283 * testsuite/g++.old-deja/g++.jason/temporary2.C: Adjust.
284 * testsuite/g++.old-deja/g++.law/arg1.C: Adjust.
285 * testsuite/g++.old-deja/g++.law/arg11.C: Adjust.
286 * testsuite/g++.old-deja/g++.law/arm9.C: Adjust.
287 * testsuite/g++.old-deja/g++.law/ctors11.C: Adjust.
288 * testsuite/g++.old-deja/g++.law/ctors17.C: Adjust.
289 * testsuite/g++.old-deja/g++.law/ctors5.C: Adjust.
290 * testsuite/g++.old-deja/g++.law/ctors9.C: Adjust.
291 * testsuite/g++.old-deja/g++.law/enum4.C: Adjust.
292 * testsuite/g++.old-deja/g++.law/missed-error2.C: Adjust.
293 * testsuite/g++.old-deja/g++.law/operators32.C: Adjust.
294 * testsuite/g++.old-deja/g++.law/operators9.C: Adjust.
295 * testsuite/g++.old-deja/g++.mike/net2.C: Adjust.
296 * testsuite/g++.old-deja/g++.mike/net22.C: Adjust.
297 * testsuite/g++.old-deja/g++.mike/p11110.C: Adjust.
298 * testsuite/g++.old-deja/g++.mike/p1989.C: Adjust.
299 * testsuite/g++.old-deja/g++.mike/p2431.C: Adjust.
300 * testsuite/g++.old-deja/g++.mike/p438.C: Adjust.
301 * testsuite/g++.old-deja/g++.mike/p807a.C: Adjust.
302 * testsuite/g++.old-deja/g++.mike/p9068.C: Adjust.
303 * testsuite/g++.old-deja/g++.niklas/t120.C: Adjust.
304 * testsuite/g++.old-deja/g++.niklas/t121.C: Adjust.
305 * testsuite/g++.old-deja/g++.niklas/t128.C: Adjust.
306 * testsuite/g++.old-deja/g++.ns/overload2.C: Adjust.
307 * testsuite/g++.old-deja/g++.ns/using12.C: Adjust.
308 * testsuite/g++.old-deja/g++.other/crash24.C: Adjust.
309 * testsuite/g++.old-deja/g++.other/expr1.C: Adjust.
310 * testsuite/g++.old-deja/g++.other/overload11.C: Adjust.
311 * testsuite/g++.old-deja/g++.other/pmf3.C: Adjust.
312 * testsuite/g++.old-deja/g++.other/volatile1.C: Adjust.
313 * testsuite/g++.old-deja/g++.pt/auto_ptr.C: Adjust.
314 * testsuite/g++.old-deja/g++.pt/crash28.C: Adjust.
315 * testsuite/g++.old-deja/g++.pt/crash60.C: Adjust.
316 * testsuite/g++.old-deja/g++.pt/explicit38.C: Adjust.
317 * testsuite/g++.old-deja/g++.pt/explicit39.C: Adjust.
318 * testsuite/g++.old-deja/g++.pt/explicit41.C: Adjust.
319 * testsuite/g++.old-deja/g++.pt/explicit67.C: Adjust.
320 * testsuite/g++.old-deja/g++.pt/explicit77.C: Adjust.
321 * testsuite/g++.old-deja/g++.pt/expr2.C: Adjust.
322 * testsuite/g++.old-deja/g++.pt/ptrmem10.C: Adjust.
323 * testsuite/g++.old-deja/g++.pt/ptrmem6.C: Adjust.
324 * testsuite/g++.old-deja/g++.pt/spec35.C: Adjust.
325 * testsuite/g++.old-deja/g++.pt/spec5.C: Adjust.
326 * testsuite/g++.old-deja/g++.pt/spec6.C: Adjust.
327 * testsuite/g++.old-deja/g++.pt/t05.C: Adjust.
328 * testsuite/g++.old-deja/g++.pt/t24.C: Adjust.
329 * testsuite/g++.old-deja/g++.pt/unify4.C: Adjust.
330 * testsuite/g++.old-deja/g++.pt/unify6.C: Adjust.
331 * testsuite/g++.old-deja/g++.pt/unify8.C: Adjust.
332 * testsuite/g++.old-deja/g++.robertl/eb109.C: Adjust.
333 * testsuite/g++.old-deja/g++.robertl/eb119.C: Adjust.
334 * testsuite/g++.old-deja/g++.robertl/eb131.C: Adjust.
335 * testsuite/g++.old-deja/g++.robertl/eb22.C: Adjust.
336 * testsuite/g++.old-deja/g++.robertl/eb69.C: Adjust.
337 * testsuite/g++.old-deja/g++.robertl/eb98.C: Adjust.
339 2010-12-08 Jason Merrill <jason@redhat.com>
342 * g++.dg/init/synth4.C: New.
345 * g++.dg/cpp0x/defaulted21.C: New.
347 2010-12-08 Wei Guozhi <carrot@google.com>
350 * gcc.target/arm/pr46631: New testcase.
352 2010-12-08 Michael Meissner <meissner@linux.vnet.ibm.com>
355 * gcc.target/powerpc/ppc-pow.c: New file to make sure pow (x,
356 0.75) is not optimized if the machine has no sqrt instruction.
358 2010-12-07 Andrey Belevantsev <abel@ispras.ru>
361 * gcc.target/ia64/pr43603.c: New.
362 * gcc/testsuite/g++.dg/opt/pr46640.C: New.
364 2010-12-07 Tobias Burnus <burnus@net-b.de>
367 * gfortran.dg/string_4.f90: New.
369 2010-12-07 Sebastian Pop <sebastian.pop@amd.com>
371 PR tree-optimization/44676
372 * gcc.dg/graphite/id-pr44676.c: New.
374 2010-12-07 Sebastian Pop <sebastian.pop@amd.com>
376 PR tree-optimization/42327
377 * gcc.dg/tree-ssa/pr42327.c: New.
379 2010-12-07 Nathan Froyd <froydnj@codesourcery.com>
382 * g++.dg/pr45330.C: New test.
383 * g++.dg/ext/builtin3.C: Adjust.
384 * g++.dg/lookup/error1.C: Adjust.
385 * g++.dg/lookup/koenig5.C: Adjust.
386 * g++.dg/overload/koenig1.C: Adjust.
387 * g++.dg/parse/decl-specifier-1.C: Adjust.
388 * g++.dg/template/static10.C: Adjust.
389 * g++.old-deja/g++.mike/ns5.C: Adjust.
390 * g++.old-deja/g++.mike/ns7.C: Adjust.
391 * g++.old-deja/g++.ns/koenig5.C: Adjust.
392 * g++.old-deja/g++.ns/koenig9.C: Adjust.
393 * g++.old-deja/g++.other/lineno5.C: Adjust.
395 2010-12-07 Richard Guenther <rguenther@suse.de>
397 PR tree-optimization/46832
398 * gcc.c-torture/compile/pr46832.c: New testcase.
400 2010-12-07 Jakub Jelinek <jakub@redhat.com>
403 * gcc.dg/autopar/pr46799.c: New test.
405 2010-12-06 Jerry DeLisle <jvdelisle@gcc.gnu.org>
407 * gfortran.dg/internal_dummy_2.f08: Fix dg-options.
408 * gfortran.dg/internal_dummy_3.f08: Fix dg-options.
410 2010-12-06 H.J. Lu <hongjiu.lu@intel.com>
413 * g++.dg/graphite/pr41562.C: New.
416 * gcc.dg/graphite/pr46185.c: New.
418 2010-12-06 Nicola Pero <nicola.pero@meta-innovation.com>
420 * objc.dg/foreach-8.m: New.
422 2010-12-06 Jakub Jelinek <jakub@redhat.com>
425 * g++.dg/debug/dwarf2/pr45997-1.C: New test.
426 * g++.dg/debug/dwarf2/pr45997-2.C: New test.
429 * gcc.target/ia64/pr43897.c: New test.
432 * gcc.dg/pr46771.c: New test.
434 PR rtl-optimization/46777
435 * gcc.dg/pr46777.c: New test.
437 2010-12-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
439 * ada/acats/run_acats (which): Assign output to temporary
440 variable, only use if successful.
441 Use last field of type output.
443 2010-12-06 Richard Guenther <rguenther@suse.de>
445 PR tree-optimization/46806
446 * g++.dg/torture/20100825.C: New testcase.
448 2010-12-06 Richard Guenther <rguenther@suse.de>
450 PR tree-optimization/46785
451 * gcc.dg/vect/fast-math-vect-reduc-9.c: New testcase.
453 2010-12-06 Dave Korn <dave.korn.cygwin@gmail.com>
455 * gcc.dg/pr46674.c (LABEL3): New macro definition.
458 (jelly): Account for user label prefix in asm name.
460 2010-12-05 Daniel Kraft <d@domob.eu>
463 * gfortran.dg/power2.f90: Initialize variables.
465 2010-12-04 Jan Hubicka <jh@suse.cz>
467 * snprintf-chk.c (ptr): Declare volatile.
468 * strcpy-chk.c (s2, s3, l1): Declare volatile.
469 * snprintf-chk.c (ptr): Declare volatile.
470 * vsprintf-chk.c (ptr): Declare volatile.
471 * vsnprintf-chk.c (ptr): Declare volatile.
473 2010-12-04 Tobias Burnus <burnus@net-b.de>
476 * gfortran.dg/quad_1.f90: Remove some complex
477 math checks as they fail on some non-libquadmath
480 2010-12-04 Daniel Kraft <d@domob.eu>
483 * gfortran.dg/power2.f90: New test.
485 2010-12-03 Jakub Jelinek <jakub@redhat.com>
488 * g++.dg/debug/pr46123.C: New test.
489 * g++.dg/debug/dwarf2/pr46123.C: New test.
491 2010-12-03 Jason Merrill <jason@redhat.com>
494 * g++.dg/template/scope4.C: New.
496 2010-12-03 Nathan Froyd <froydnj@codesourcery.com>
498 * gcc.target/arm/neon-offset-1.c: New test.
500 2010-12-03 Alexander Monakov <amonakov@ispras.ru>
502 PR rtl-optimization/45354
503 * gcc.dg/tree-prof/pr45354.c: New.
505 2010-12-03 Thomas Koenig <tkoenig@gcc.gnu.org>
508 * gfortran.dg/dependency_38.f90: New test.
510 2010-12-02 Ian Lance Taylor <iant@google.com>
512 * lib/go.exp: New file.
513 * lib/go-dg.exp: New file.
514 * lib/go-torture.exp: New file.
515 * lib/target-supports.exp (check_compile): Match // Go.
517 2010-12-02 Eric Botcazou <ebotcazou@adacore.com>
519 * gcc.dg/pr46685.c: New test.
521 2010-12-02 Sebastian Pop <sebastian.pop@amd.com>
523 PR tree-optimization/45199
524 * gcc.dg/tree-ssa/ldist-15.c: New.
525 * gcc.dg/tree-ssa/ldist-16.c: New.
526 * gfortran.dg/ldist-pr45199.f: New.
528 2010-12-02 Richard Guenther <rguenther@suse.de>
530 PR tree-optimization/46723
531 * gcc.dg/torture/pr46723.c: New testcase.
533 2010-12-02 Richard Guenther <rguenther@suse.de>
536 * g++.dg/lto/20101126-1_0.C: New testcase.
537 * g++.dg/lto/20101126-1_1.c: Likewise.
539 2010-12-02 Richard Guenther <rguenther@suse.de>
540 Ira Rosen <irar@il.ibm.com>
542 PR tree-optimization/46663
543 * gcc.dg/vect/pr46663.c: New test.
545 2010-12-02 Jie Zhang <jie@codesourcery.com>
548 * gcc.dg/pr46674.c: New test.
550 2010-12-02 Nicola Pero <nicola.pero@meta-innovation.com>
552 * objc.dg/exceptions-6.m: New.
553 * obj-c++.dg/exceptions-6.mm: New.
555 2010-12-01 Jan Hubicka <jh@suse.cz>
557 * gcc.c-torture/execute/bcp-1.c: Make ready for -fuse-linker-plugin
559 2010-12-01 Sebastian Pop <sebastian.pop@amd.com>
562 * gcc.dg/graphite/pr45297.c: New.
564 2010-12-01 Richard Guenther <rguenther@suse.de>
566 PR tree-optimization/46730
567 * g++.dg/tree-prof/indir-call-prof-2.C: New testcase.
569 2010-11-30 Michael Meissner <meissner@linux.vnet.ibm.com>
571 * gcc.target/powerpc/ppc-fma-7.c: New file, test that (a*b)+c and
572 (a*b)-c generates two fma instructions, instead of separate
573 multiply, add, and subtract.
575 2010-11-30 Tobias Burnus <burnus@net-b.de>
577 * gfortran.dg/realloc_on_assign_2.f03 (invima): Assign
578 a value to all array elements.
580 2010-11-30 Richard Guenther <rguenther@suse.de>
582 PR tree-optimization/46722
583 * gcc.target/i386/fma4-fma-2.c: New testcase.
585 2010-11-29 Nicola Pero <nicola.pero@meta-innovation.com>
587 * objc.dg/duplicate-class-1.m: New.
588 * obj-c++.dg/duplicate-class-1.mm: New.
590 2010-11-29 Nicola Pero <nicola.pero@meta-innovation.com>
592 * objc.dg/property/dotsyntax-21.m
593 * obj-c++.dg/property/dotsyntax-21.mm
595 2010-11-29 Alexandre Oliva <aoliva@redhat.com>
598 * g++.dg/debug/pr46338.C: New.
600 2010-11-29 Richard Guenther <rguenther@suse.de>
601 Zdenek Dvorak <rakdver@kam.uniff.cz>
603 PR tree-optimization/46675
604 * gcc.dg/pr46675.c: New test.
606 2010-11-29 Iain Sandoe <iains@gcc.gnu.org>
608 * gcc/testsuite/objc.dg/strings-1.m: Move to...
609 * gcc/testsuite/objc.dg/strings/strings-1.m: ... here. Update paths.
610 * gcc/testsuite/objc.dg/strings-2.m: Move to ...
611 * gcc/testsuite/objc.dg/strings/strings-2.m ... here, provide a
612 constructor and class reference for NeXT runtime. Update paths.
613 * gcc/testsuite/obj-c++.dg/strings-1.m: Move to...
614 * gcc/testsuite/obj-c++.dg/strings/strings-1.m: ... here. Update paths.
615 * gcc/testsuite/obj-c++.dg/strings-2.m: Move to ...
616 * gcc/testsuite/obj-c__.dg/strings/strings-2.m ... here, provide a
617 constructor and class reference for NeXT runtime. Update paths.
619 2010-11-29 Dodji Seketeli <dodji@redhat.com>
622 * g++.dg/conversion/cast2.C: New test.
625 * g++.dg/conversion/cond4.C: Likewise.
627 2010-11-29 Dodji Seketeli <dodji@redhat.com>
630 Reverted patch for PR c++/42260
631 * g++.dg/conversion/cast2.C: Reverted new test.
633 2010-11-29 Dodji Seketeli <dodji@redhat.com>
636 * g++.dg/debug/dwarf2/typedef5.C: New test
638 2010-11-29 Iain Sandoe <iains@gcc.gnu.org>
639 Mike Stump <mrs@gcc.gnu.org>
644 * gcc.target/powerpc/darwin-abi-12.c: Adjust for new allocators.
645 * gcc.dg/pr26427.c: Remove redundant warning for powerpc.
646 * gcc.dg/darwin-comm.c: Adjust for new allocators.
647 * gcc.dg/darwin-sections.c: New test.
648 * g++.dg/ext/instantiate2.C: Adjust for new allocators.
650 2010-11-29 Nicola Pero <nicola.pero@meta-innovation.com>
652 * objc.dg/exceptions-1.m: New.
653 * objc.dg/exceptions-2.m: New.
654 * objc.dg/exceptions-3.m: New.
655 * objc.dg/exceptions-4.m: New.
656 * objc.dg/exceptions-5.m: New.
657 * obj-c++.dg/exceptions-1.mm: New.
658 * obj-c++.dg/exceptions-2.mm: New.
659 * obj-c++.dg/exceptions-3.mm: New.
660 * obj-c++.dg/exceptions-4.mm: New.
661 * obj-c++.dg/exceptions-5.mm: New.
663 2010-11-29 Nicola Pero <nicola.pero@meta-innovation.com>
665 * obj-c++.dg/property/at-property-1.mm: Fixed testcase.
666 * obj-c++.dg/property/at-property-16.mm: Fixed testcase.
667 * obj-c++.dg/property/at-property-20.mm: Fixed testcase.
669 2010-11-28 Janus Weil <janus@gcc.gnu.org>
672 * gfortran.dg/proc_ptr_comp_pass_7.f90: New.
674 2010-11-28 Eric Botcazou <ebotcazou@adacore.com>
676 * gnat.dg/aliasing2.adb (dg-final): Robustify pattern matching.
677 * gnat.dg/pack9.adb (dg-final): Likewise.
679 2010-11-28 Paul Thomas <pault@gcc.gnu.org
682 * gfortran.dg/realloc_on_assign_1.f03: New test.
683 * gfortran.dg/realloc_on_assign_2.f03: New test.
684 * gfortran.dg/transpose_2.f90: dg-option -fno-realloc-lhs.
685 * gfortran.dg/unpack_bounds_1.f90: The same.
686 * gfortran.dg/cshift_bounds_2.f90: The same.
687 * gfortran.dg/matmul_bounds_2.f90: The same.
688 * gfortran.dg/matmul_bounds_3.f90: The same.
689 * gfortran.dg/matmul_bounds_4.f90: The same.
690 * gfortran.dg/matmul_bounds_5.f90: The same.
692 2010-11-27 Tobias Burnus <burnus@net-b.de>
696 * gfortran.dg/transfer_simplify_10.f90: Fix endian issue.
698 2010-11-27 Nicola Pero <nicola.pero@meta-innovation.com>
701 * obj-c++.dg/property/at-property-2.mm: Uncommented testcase.
703 2010-11-27 Nicola Pero <nicola.pero@meta-innovation.com>
705 * objc.dg/property/at-property-24.m: New.
706 * objc.dg/property/at-property-25.m: New.
707 * obj-c++.dg/property/at-property-24.mm: New.
708 * obj-c++.dg/property/at-property-25.mm: New.
710 2010-11-27 Nicola Pero <nicola.pero@meta-innovation.com>
712 * objc.dg/protocol-qualifier-1.m: New.
713 * objc.dg/protocol-qualifier-2.m: New.
714 * obj-c++.dg/protocol-qualifier-1.mm: New.
715 * obj-c++.dg/protocol-qualifier-2.mm: New.
717 2010-11-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
719 * lib/gnat.exp: Load gcc.exp.
720 (gnat_target_compile): Use gcc_target_compile for *.c sources.
721 * gnat.dg/sse_nolib.adb: Use dg-require-effective-target sse_runtime.
723 2010-11-26 Richard Guenther <rguenther@suse.de>
726 * gcc.dg/lto/20101125-1_0.c: New testcase.
727 * gcc.dg/lto/20101125-1_1.c: Likewise.
729 2010-11-22 Bud Davis <jmdavis@link.com>
731 * arith_divide_no_check.f
732 ,arith_divide.f,old_style_init.f90: new tests.
734 2010-11-26 H.J. Lu <hongjiu.lu@intel.com>
736 PR tree-optimization/46665
737 * gfortran.dg/pr46665.f90: New.
739 2010-11-26 Jakub Jelinek <jakub@redhat.com>
742 * gcc.dg/pr46647.c: New test.
744 2010-11-25 Janus Weil <janus@gcc.gnu.org>
747 * gfortran.dg/select_type_19.f03: New.
749 2010-11-25 Nicola Pero <nicola.pero@meta-innovation.com>
751 * objc.dg/ivar-problem-1.m: New.
752 * obj-c++.dg/ivar-problem-1.mm: New.
754 2010-11-25 Jakub Jelinek <jakub@redhat.com>
757 * gcc.c-torture/compile/pr46637.c: New test.
759 2010-11-25 H.J. Lu <hongjiu.lu@intel.com>
761 * gfortran.dg/pr46519-1.f: Add -mtune=generic.
763 2010-11-25 H.J. Lu <hongjiu.lu@intel.com>
766 * gcc.target/i386/pr46647.c: New.
768 2010-11-25 Kai Tietz <kai.tietz@onevision.com>
770 * gcc.dg/dll-8.c: New.
772 2010-11-25 Eric Botcazou <ebotcazou@adacore.com>
774 * gnat.dg/loop_optimization7.adb: Remove dg-require-effective-target.
775 * gnat.dg/sse_nolib.adb: Likewise.
777 2010-11-25 Alexander Monakov <amonakov@ispras.ru>
779 PR rtl-optimization/46585
780 * gcc.dg/pr46585.c: New.
782 2010-11-24 Richard Henderson <rth@redhat.com>
784 * lib/target-supports.exp (vect_widen_sum_hi_to_si_pattern,
785 vect_widen_mult_hi_to_si, vect_sdot_qi, vect_udot_qi, vect_sdot_hi,
786 vect_unpack, vect_int_mult, vect_extract_even_odd,
787 vect_extract_even_odd_wide, vect_interleave): Enable for ia64.
789 2010-11-24 H.J. Lu <hongjiu.lu@intel.com>
792 * gfortran.dg/pr46519-1.f: New.
794 2010-11-24 H.J. Lu <hongjiu.lu@intel.com>
797 * gcc.target/i386/avx-vzeroupper-10.c: Expect no avx_vzeroupper.
798 * gcc.target/i386/avx-vzeroupper-11.c: Likewise.
800 * gcc.target/i386/avx-vzeroupper-14.c: Replace -O0 with -O2.
801 * gcc.target/i386/avx-vzeroupper-15.c: Likewise.
802 * gcc.target/i386/avx-vzeroupper-16.c: Likewise.
803 * gcc.target/i386/avx-vzeroupper-17.c: Likewise.
805 * gcc.target/i386/avx-vzeroupper-20.c: New.
806 * gcc.target/i386/avx-vzeroupper-21.c: Likewise.
807 * gcc.target/i386/avx-vzeroupper-22.c: Likewise.
808 * gcc.target/i386/avx-vzeroupper-23.c: Likewise.
809 * gcc.target/i386/avx-vzeroupper-24.c: Likewise.
810 * gcc.target/i386/avx-vzeroupper-25.c: Likewise.
811 * gcc.target/i386/avx-vzeroupper-26.c: Likewise.
813 2010-11-24 Richard Guenther <rguenther@suse.de>
816 * gcc.dg/lto/20100423-1_0.c: Enable for all LTO modes.
818 2010-11-24 Jakub Jelinek <jakub@redhat.com>
820 PR rtl-optimization/46614
821 * gcc.dg/pr46614.c: New test.
823 2010-11-24 Tobias Burnus <burnus@net-b.de>
826 * gfortran.dg/transfer_simplify_10.f90: New.
828 2010-11-24 Jakub Jelinek <jakub@redhat.com>
831 * gfortran.dg/lto/pr46629_0.f90: New test.
833 2010-11-24 Mingjie Xing <mingjie.xing@gmail.com>
835 * gcc.target/mips/loongson3a-muldiv-1.c: New test.
836 * gcc.target/mips/loongson3a-muldiv-2.c: New test.
838 2010-11-23 Joseph Myers <joseph@codesourcery.com>
840 * gcc.dg/opts-5.c: New test.
842 2010-11-23 Jeffrey Yasskin <jyasskin@google.com>
845 * g++.dg/debug/dwarf2/pr46527.C: New test.
847 2010-11-23 Iain Sandoe <iains@gcc.gnu.org>
849 * gcc.dg/darwin-cfstring-1.c: Adjust format messages.
851 2010-11-23 Jakub Jelinek <jakub@redhat.com>
854 * gcc.dg/pr46499-1.c: New test.
855 * gcc.dg/pr46499-2.c: New test.
857 2010-11-23 Jack Howarth <howarth@bromo.med.uc.edu>
859 * gcc.target/i386/alias-1.c: Require alias support.
861 2010-11-22 Uros Bizjak <ubizjak@gmail.com>
863 * gcc.dg/graphite/graphite.exp: Use check_vect_support_and_set_flags
864 for vectorizer tests.
865 * gcc.dg/graphite/vect-pr43423.c: Add "dg-do compile" dg directive.
866 * gcc.dg/graphite/pr40281.c: Remove "dg-do compile" dg directive.
867 * gcc.dg/graphite/pr41888.c: Ditto.
868 * gcc.dg/graphite/pr42729.c: Ditto.
870 2010-11-22 Mingjie Xing <mingjie.xing@gmail.com>
871 Uros Bizjak <ubizjak@gmail.com>
873 * lib/target-supports.exp (check_vect_support_and_set_flags): New
874 procedure to check if the target supports vectorizer tests. Set
875 DEFAULT_VECTCFLAGS and dg-do-what-default depending on vectorization
877 * gcc.dg/vect/vect.exp: Use check_vect_support_and_set_flags.
878 * g++.dg/vect/vect.exp: Ditto.
879 * gfortran.dg/vect/vect.exp: Ditto.
881 2010-11-22 Nicola Pero <nicola.pero@meta-innovation.com>
884 * objc.dg/strings-1.m: New.
885 * objc.dg/strings-2.m: New.
886 * obj-c++.dg/strings-1.mm: New.
887 * obj-c++.dg/strings-2.mm: New.
889 2010-11-22 Ian Bolton <ian.bolton@arm.com>
891 * testsuite/c-c++-common/pr44832.c: Use -fno-short-enums option for
892 "target short_enums".
893 * testsuite/gcc.c-torture/compile/pr39845.c: Likewise.
895 2010-11-22 Eric Botcazou <ebotcazou@adacore.com>
897 * gcc.dg/pr28796-2.c: SKIP on SPARC/Solaris 8.
899 PR rtl-optimization/46603
900 * gcc.dg/vect/slp-multitypes-2.c: XFAIL execution on SPARC 32-bit.
903 * gcc.dg/vect/vect-peel-3.c (main): Prevent initialization loop from
904 being vectorized. Adjust dg-final pattern.
905 * gcc.dg/vect/pr46009.c: Add vect_int_mult target selector.
907 * gcc.dg/vect: Do not include <stdio.h> in testcases.
908 * gcc.dg/vect/costmodel/ppc: Likewise.
910 2010-11-22 Alexander Monakov <amonakov@ispras.ru>
912 PR rtl-optimization/45652
913 * gcc.dg/pr45652.c: New.
915 2010-11-21 Richard Henderson <rth@redhat.com>
917 PR rtl-optimization/46571
918 * gcc.dg/pr46571.c: New.
920 2010-11-21 Eric Botcazou <ebotcazou@adacore.com>
922 * g++.dg/lto/20090303_0.C: Do not pass -fPIC on the SPARC.
924 2010-11-21 Uros Bizjak <ubizjak@gmail.com>
927 * gcc.dg/inline-2.c: Do not scan for "jsr" on alpha*-*-* targets.
929 2010-11-20 Joseph Myers <joseph@codesourcery.com>
931 * g++.dg/cpp/_Pragma1.C: Test for all non-Solaris targets.
932 * gcc.dg/cpp/_Pragma6.c: Test for all non-Solaris targets.
933 * gcc.dg/pack-test-1.c: Test for all non-default_packed targets.
934 * gcc.dg/pack-test-2.c: Test for all targets.
935 * gcc.dg/pragma-align.c: Test for all targets.
936 * gcc.dg/pragma-pack-4.c: Do not skip for AVR.
937 * gcc.dg/ucnid-10.c: Test for all targets.
939 2010-11-20 Eric Botcazou <ebotcazou@adacore.com>
941 * gcc.target/sparc/sparc-align-1.c: New test.
943 2010-11-20 Nathan Froyd <froydnj@codesourcery.com>
948 * g++.dg/parse/semicolon3.C: New test.
949 * g++.dg/debug/pr22514.C: Adjust.
950 * g++.dg/init/error1.C: Adjust.
951 * g++.dg/other/bitfield3.C: Adjust.
952 * g++.dg/other/semicolon.C: Adjust.
953 * g++.dg/parse/error14.C: Adjust.
954 * g++.dg/parse/error5.C: Adjust.
955 * g++.dg/parse/parameter-declaration-1.C: Adjust.
956 * g++.dg/template/pr23510.C: Adjust.
957 * g++.dg/template/pr39425.C: Adjust.
958 * g++.old-deja/g++.robertl/eb125.C: Adjust.
960 2010-11-20 Jakub Jelinek <jakub@redhat.com>
963 * gcc.dg/autopar/pr46561.c: New test.
966 * g++.dg/other/error34.C: New test.
969 * g++.dg/cpp0x/constexpr-base3.C: New test.
971 PR tree-optimization/45830
972 * gcc.target/i386/pr45830.c: New test.
973 * gcc.c-torture/execute/pr45830.c: New test.
975 2010-11-19 Nicola Pero <nicola.pero@meta-innovation.com>
977 * objc.dg/attributes/class-attribute-1.m: Rewritten.
978 * objc.dg/attributes/class-attribute-2.m: Same change.
979 * obj-c++.dg/attributes/class-attribute-1.mm: Same change.
980 * obj-c++.dg/attributes/class-attribute-2.mm: Same change.
981 * objc.dg/fobjc-std-1.m: Updated.
982 * obj-c++.dg/fobjc-std-1.mm: Updated.
984 2010-11-19 Michael Matz <matz@suse.de>
986 PR tree-optimization/46077
987 * gcc.dg/vect/O3-pr46077.c: New testcase.
989 2010-11-19 Joseph Myers <joseph@codesourcery.com>
992 * gcc.c-torture/compile/pr46547-1.c: New test.
994 2010-11-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
996 * lib/gcc-defs.exp (gcc-set-multilib-library-path): Use eval to
998 * lib/gfortran.exp (gfortran_link_flags): Remove braces around
999 $GFORTRAN_UNDER_TEST.
1000 (gfortran_init): Use -B to specify specpath, add trailing /.
1002 2010-11-19 Michael Meissner <meissner@linux.vnet.ibm.com>
1004 * gcc.target/powerpc/ppc-target-1.c: New file to test target
1005 attributes on PowerPC.
1006 * gcc.target/powerpc/ppc-target-2.c: Ditto.
1007 * gcc.target/powerpc/ppc-target-3.c: Ditto.
1009 2010-11-19 Nicola Pero <nicola.pero@meta-innovation.com>
1011 * objc.dg/attributes/proto-attribute-1.m: Updated.
1012 * objc.dg/attributes/proto-attribute-2.m: New.
1013 * objc.dg/attributes/proto-attribute-3.m: New.
1014 * obj-c++.dg/attributes/proto-attribute-1.mm: Updated.
1015 * obj-c++.dg/attributes/proto-attribute-2.mm: New.
1016 * obj-c++.dg/attributes/proto-attribute-3.mm: New.
1018 2010-11-19 Eric Botcazou <ebotcazou@adacore.com>
1020 * gcc.dg/lto/20090210_1.c: Do not pass -fPIC on the SPARC.
1022 2010-11-19 Eric Botcazou <ebotcazou@adacore.com>
1024 * gcc.dg/tree-ssa/20040204-1.c: Do not XFAIL on the SPARC.
1026 2010-11-18 Steve Ellcey <sje@cup.hp.com>
1028 * gcc.dg/vect/slp-reduc-3.c: Make check dependent on vect_unpack.
1029 * gcc.dg/vect/slp-reduc-6.c: Ditto, plus add alignment.
1031 2010-11-18 Jakub Jelinek <jakub@redhat.com>
1034 * gcc.c-torture/compile/pr46534.c: New test.
1036 2010-11-18 Eric Botcazou <ebotcazou@adacore.com>
1038 * gnat.dg/atomic4.ad[sb]: New test.
1039 * gnat.dg/volatile4.adb: Likewise.
1041 2010-11-18 Richard Henderson <rth@redhat.com>
1043 * gcc.target/i386/pr46470.c: Skip for 32-bit PIC.
1045 2010-11-18 Nathan Froyd <froydnj@codesourcery.com>
1048 * c-c++-common/pr33193.c: New test.
1050 2010-11-18 Richard Guenther <rguenther@suse.de>
1052 PR tree-optimization/46172
1053 * gcc.dg/torture/pr46172.c: New testcase.
1055 2010-11-18 Jeff Law <law@redhat.com>
1057 PR middle-end-optimization/46297
1058 * gfortran.dg/pr46297.f: New test.
1060 2010-11-17 Steve Ellcey <sje@cup.hp.com>
1063 * gcc.dg/pr31490.c: New test.
1065 2010-11-17 Uros Bizjak <ubizjak@gmail.com>
1067 * gcc.dg/nop.h: Move from ...
1068 * gcc.dg/guality/nop.h: ... here.
1069 * gcc.dg/lto/20091216-1_0.c: Include nop.h and use NOP macro.
1070 * gcc.dg/guality/asm-1.c: Update nop.h include.
1071 * gcc.dg/guality/pr43329-1.c: Ditto.
1073 2010-11-17 Paolo Bonzini <bonzini@gnu.org>
1075 * gcc.dg/two-types-1.c: New test.
1076 * gcc.dg/two-types-2.c: New test.
1077 * gcc.dg/two-types-3.c: New test.
1078 * gcc.dg/two-types-4.c: New test.
1079 * gcc.dg/two-types-5.c: New test.
1080 * gcc.dg/two-types-6.c: New test.
1081 * gcc.dg/two-types-7.c: New test.
1082 * gcc.dg/two-types-8.c: New test.
1083 * gcc.dg/two-types-9.c: New test.
1084 * gcc.dg/two-types-10.c: New test.
1085 * objc.dg/two-types-1.m: New test.
1087 2010-11-17 Jakub Jelinek <jakub@redhat.com>
1089 PR rtl-optimization/46440
1090 * gcc.dg/pr46440.c: New test.
1093 * gcc.dg/vect/no-section-anchors-vect-64.c: New test.
1095 2010-11-17 Ira Rosen <irar@il.ibm.com>
1097 PR tree-optimization/46312
1098 * gcc.dg/vect/vect-scal-opt2.c: Rename to...
1099 * gcc.dg/vect/vec-scal-opt2.c: ... this. Expect to pass only
1100 on targets that support vector shifts with scalar shift argument.
1102 * gcc.dg/vect/vect-scal-opt.c: Rename to...
1103 * gcc.dg/vect/vec-scal-opt.c: ... this, and change likewise.
1104 * gcc.dg/vect/vect-scal-opt1.c: Rename to...
1105 * gcc.dg/vect/vec-scal-opt1.c: ... this, and change likewise.
1106 * gcc.dg/vect/vect.exp: Run vec-scal-* tests with relevant flags.
1107 * gcc.dg/vect/vect-114.c: Expect to pass only on targets that
1108 support misaligned data accesses.
1109 * gcc.dg/vect/pr43432.c, gcc.dg/vect/vect-15.c: Likewise.
1110 * gcc.dg/vect/pr43430-2.c: Remove dg-options.
1111 * lib/target-supports.exp
1112 (check_effective_target_vect_shift_scalar): New.
1114 2010-11-17 Jakub Jelinek <jakub@redhat.com>
1116 * gcc.dg/guality/nop.h: New file.
1117 * gcc.dg/guality/asm-1.c: Include it and use NOP macro instead of
1118 "nop". Adjust line numbers in gdb-test.
1119 * gcc.dg/guality/pr43329-1.c: Likewise.
1121 2010-11-16 Jason Merrill <jason@redhat.com>
1123 * g++.dg/cpp0x/defaulted20.C: New.
1125 * g++.dg/template/injected2.C: New.
1127 2010-11-17 Nicola Pero <nicola.pero@meta-innovation.com>
1129 * objc.dg/protocol-optional-1.m: New.
1130 * obj-c++.dg/protocol-optional-1.mm: New.
1132 2010-11-16 Richard Henderson <rth@redhat.com>
1134 * gcc.target/powerpc/ppc-fma-2.c: Use -ffp-contract=off.
1135 * gcc.target/powerpc/ppc-fma-4.c: Likewise.
1137 2010-11-16 Eric Botcazou <ebotcazou@adacore.com>
1139 * gnat.dg/opt12.adb: New test.
1140 * gnat.dg/opt12_pkg.ad[sb]: New helper.
1142 2010-11-16 Eric Botcazou <ebotcazou@adacore.com>
1144 * gcc.target/rx/pack.c: New test.
1146 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1147 Tobias Burnus <burnus@net-b.de>
1150 * gfortran.dg/quad_1.f90: New.
1151 * lib/gcc-defs.exp (gcc-set-multilib-library-path): Use also
1153 * lib/gfortran.exp (gfortran_link_flags): Add libquadmath to
1154 library search path; call gcc-set-multilib-library-path with
1155 arguments such that libgfortran.spec is found.
1156 (gfortran_init): Add path for libgfortran.spec to GFORTRAN_UNDER_TEST.
1158 2010-11-16 Jakub Jelinek <jakub@redhat.com>
1161 * g++.dg/warn/Wsequence-point-3.C: New test.
1163 2010-11-16 Kai Tietz <kai.tietz@onevision.com>
1165 PR preprocessor/17349
1166 * gcc.dg/cpp/cmdlne-C3.c: New.
1168 2010-11-16 Richard Guenther <rguenther@suse.de>
1170 PR tree-optimization/44545
1171 * gcc.dg/pr44545.c: New testcase.
1173 2010-11-16 Andrey Belevantsev <abel@ispras.ru>
1175 PR rtl-optimization/46366
1176 * gcc.target/i386/pr45352-2.c: Silence warnings by using appropriate
1179 2010-11-16 Richard Guenther <rguenther@suse.de>
1181 * gcc.dg/tree-ssa/ssa-fre-30.c: New testcase.
1183 2010-11-16 Richard Guenther <rguenther@suse.de>
1186 * gfortran.dg/gomp/pr45172.f90: New testcase.
1188 2010-11-16 Nick Clifton <nickc@redhat.com>
1190 * gcc.target/rx/pack.c: New test.
1192 2010-11-15 Richard Henderson <rth@redhat.com>
1194 * gcc.dg/torture/builtin-math-2.c: Split out fma tests...
1195 * gcc.dg/torture/builtin-math-8.c: ... here. New file.
1196 Use builtin_constant_p rather than scanning for builtin name.
1198 2010-11-15 Nicola Pero <nicola.pero@meta-innovation.com>
1200 * objc.dg/property/dotsyntax-18.m: New.
1201 * objc.dg/property/dotsyntax-19.m: New.
1202 * objc.dg/property/dotsyntax-20.m: New.
1203 * obj-c++.dg/property/dotsyntax-18.mm: New.
1204 * obj-c++.dg/property/dotsyntax-19.mm: New.
1205 * obj-c++.dg/property/dotsyntax-20.mm: New.
1206 * objc.dg/property/dotsyntax-4.m: Removed some unused
1208 * objc.dg/property/dotsyntax-6.m: Same change.
1209 * objc.dg/property/dotsyntax-16.m: Same change.
1210 * objc.dg/property/dotsyntax-17.m: Same change.
1211 * obj-c++.dg/property/dotsyntax-4.mm: Same change.
1212 * obj-c++.dg/property/dotsyntax-6.mm: Same change.
1213 * obj-c++.dg/property/dotsyntax-16.mm: Same change.
1214 * obj-c++.dg/property/dotsyntax-17.mm: Same change.
1215 * objc.dg/property/at-property-22.m: Added missing casts.
1216 * obj-c++.dg/property/at-property-22.mm: Same change.
1218 2010-11-15 Jakub Jelinek <jakub@redhat.com>
1220 PR tree-optimization/46491
1221 * gcc.target/i386/pr46491.c: New test.
1223 PR tree-optimization/46461
1224 * gcc.c-torture/compile/pr46461.c: New test.
1226 2010-11-15 Tobias Burnus <burnus@net.b.de>
1229 * gfortran.dg/allocatable_scalar_11.f90: New.
1230 * gfortran.dg/allocatable_scalar_5.f90: Make test case
1233 2010-11-15 Jakub Jelinek <jakub@redhat.com>
1236 * gcc.target/i386/pr46095.c: New test.
1239 * gcc.dg/pr46387.c: New test.
1241 2010-11-15 Nicola Pero <nicola.pero@meta-innovation.com>
1243 * objc.dg/property/dotsyntax-16.m: New.
1244 * objc.dg/property/dotsyntax-17.m: New.
1245 * obj-c++.dg/property/dotsyntax-16.mm: New.
1246 * obj-c++.dg/property/dotsyntax-17.mm: New.
1247 * objc.dg/property/at-property-10.m: Uncommented using 'x++'
1248 syntax with properties, which now works.
1249 * obj-c++.dg/property/at-property-10.mm: Same change.
1251 2010-11-15 Martin Jambor <mjambor@suse.cz>
1253 PR tree-optimization/46349
1254 * gnat.dg/opt9.adb: New file.
1255 * gnat.dg/opt9_pkg.ads: Likewise
1257 2010-11-15 Richard Guenther <rguenther@suse.de>
1260 * g++.dg/guality/redeclaration1.C: Do not execute for LTO.
1262 2010-11-15 Nathan Froyd <froydnj@codesourcery.com>
1264 PR preprocessor/45038
1265 * g++.dg/pr45038.C: New test.
1267 2010-11-15 Richard Guenther <rguenther@suse.de>
1269 PR tree-optimization/46467
1270 * gcc.dg/ipa/ipa-pta-16.c: New testcase.
1272 2010-11-15 Richard Guenther <rguenther@suse.de>
1275 * g++.dg/torture/pr34850.C: Adjust.
1277 2010-11-14 Paolo Bonzini <bonzini@gnu.org>
1280 * gcc.dg/nofixed-point-2.c: Change dg-warning to dg-bogus.
1282 2010-11-14 Nicola Pero <nicola.pero@meta-innovation.com>
1284 * objc.dg/property/at-property-21.m: New.
1285 * objc.dg/property/at-property-22.m: New.
1286 * objc.dg/property/at-property-23.m: New.
1287 * objc.dg/property/synthesize-9.m: New.
1288 * objc.dg/property/synthesize-10.m: New.
1289 * objc.dg/property/synthesize-11.m: New.
1290 * obj-c++.dg/property/at-property-21.mm: New.
1291 * obj-c++.dg/property/at-property-22.mm: New.
1292 * obj-c++.dg/property/at-property-23.mm: New.
1293 * obj-c++.dg/property/synthesize-9.mm: New.
1294 * obj-c++.dg/property/synthesize-10.mm: New.
1295 * obj-c++.dg/property/synthesize-11.mm: New.
1297 * objc.dg/property/at-property-4.m: Updated to match new compiler
1298 where some errors have been converted into warnings and vice versa.
1299 * objc.dg/property/at-property-16.m: Same change.
1300 * objc.dg/property/at-property-18.m: Same change.
1301 * objc.dg/property/property-neg-5.m: Same change.
1302 * obj-c++.dg/property/at-property-4.mm: Same change.
1303 * obj-c++.dg/property/at-property-16.mm: Same change.
1304 * obj-c++.dg/property/at-property-18.mm: Same change.
1305 * obj-c++.dg/property/property-neg-5.mm: Same change.
1307 * obj-c++.dg/property/dynamic-2.mm: Enable tests that were
1308 commented out because of testsuite problems; I found out that
1309 using dg-warning instead of dg-message gets them to work.
1310 * obj-c++.dg/property/property-neg-3.mm: Same change.
1311 * obj-c++.dg/property/synthesize-6.mm: Same change.
1312 * obj-c++.dg/property/at-property-5.mm: Same change.
1313 * obj-c++.dg/property/at-property-14.mm: Same change.
1314 * obj-c++.dg/property/at-property-18.mm: Same change.
1315 * obj-c++.dg/property/at-property-16.mm: Same change (in this file,
1316 some tests still do not work due to some other testsuite issue).
1318 2010-11-13 Jason Merrill <jason@redhat.com>
1320 * g++.dg/cpp0x/auto20.C: New.
1322 2010-11-13 Iain Sandoe <iains@gcc.gnu.org>
1324 * objc.dg/fsf-nsstring-format-1.m: Adjust format messages.
1325 * obj-c++.dg/fsf-nsstring-format-1.mm: Likewise.
1327 2010-11-13 Paolo Bonzini <bonzini@gnu.org>
1330 * gcc.dg/gomp/pr34607.c: Adjust errors for unknown typenames.
1331 * gcc.dg/pr35746.c: Likewise.
1332 * gcc.dg/cpp/direct2.c: Likewise.
1333 * gcc.dg/cpp/direct2s.c: Likewise.
1334 * gcc.dg/noncompile/920923-1.c: Likewise.
1335 * gcc.dg/dfp/constants-c99.c: Add -Wno-overflow.
1337 2010-11-13 Nicola Pero <nicola.pero@meta-innovation.com>
1339 * obj-c++.dg/attributes/method-format-1.mm: Adjust.
1341 2010-11-13 Nicola Pero <nicola.pero@meta-innovation.com>
1343 * objc/compile/20060406-1.m: Fixed testcase not to try to qualify
1344 a pointer to an arbitrary C struct with an Objective-C protocol.
1345 Test various valid uses of typedef with Objective-C objects and
1347 * objc.dg/invalid-type-1.m: New.
1348 * obj-c++.dg/invalid-type-1.m: New.
1350 2010-11-13 Iain Sandoe <iains@gcc.gnu.org>
1352 * gcc.dg/darwin-segaddr.c: New test for multiple argument c/l switch.
1354 2010-11-13 Tobias Burnus <burnus@net-b.de>
1357 * gfortran.dg/volatile12.f90: Use the right three in cleanup-tree-dump.
1359 2010-11-13 Tobias Burnus <burnus@net-b.de>
1362 * gfortran.dg/volatile12.f90: New.
1364 2010-11-13 Paolo Bonzini <bonzini@gnu.org>
1366 * objc.dg/attributes/method-format-1.m: Adjust.
1368 2010-11-13 Paolo Bonzini <bonzini@gnu.org>
1371 * gcc.dg/decl-9.c: New.
1373 2010-11-13 Paolo Bonzini <bonzini@gnu.org>
1375 * gcc.dg/Wcxx-compat-8.c: Add testcases involving incomplete types.
1377 2010-11-13 Paolo Bonzini <bonzini@gnu.org>
1379 * gcc.dg/format/few-1.c: New test.
1380 * gcc.dg/format/asm_fprintf-1.c: Adjust.
1381 * gcc.dg/format/c90-scanf-1.c: Adjust.
1382 * gcc.dg/format/cmn-err-1.c: Adjust.
1383 * gcc.dg/format/dfp-printf-1.c: Adjust.
1384 * gcc.dg/format/dfp-scanf-1.c: Adjust.
1385 * gcc.dg/format/gcc_diag-1.c: Adjust.
1386 * gcc.dg/format/ms_unnamed-1.c: Adjust.
1387 * gcc.dg/format/strfmon-1.c: Adjust.
1388 * gcc.dg/format/unnamed-1.c: Adjust.
1389 * gcc.dg/format/xopen-2.c: Adjust.
1390 * g++.dg/ext/builtin4.C: Adjust.
1391 * g++.dg/ext/builtin5.C: Adjust.
1393 2010-11-12 Joseph Myers <joseph@codesourcery.com>
1395 * gcc.dg/pragma-diag-2.c: New test.
1397 2010-11-12 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1400 * gfortran.dg/optional_mask.f90: New test.
1402 2010-11-13 Ville Voutilainen <ville.voutilainen@gmail.com>
1404 * g++.dg/cpp0x/defaulted15.C: Adjust.
1406 2010-11-12 James Dennett <jdennett@google.com>
1409 * g++.dg/expr/static_cast7.C: New.
1411 2010-11-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1413 * lib/prune.exp (prune_gcc_output): Ignore IRIX 6 linker multiline
1415 * g++.dg/abi/packed1.C (struct INNER): Ignore warning on
1417 * g++.dg/cpp/_Pragma1.C: Skip on mips-sgi-irix*.
1418 * gcc.target/mips/call-3.c: Add dg-require-visibility.
1420 2010-11-12 Eric Botcazou <ebotcazou@adacore.com>
1422 * gcc.dg/pr46375.c: New test.
1424 2010-11-11 Nathan Froyd <froydnj@codesourcery.com>
1427 * c-c++-common/fmax-errors.c: New test.
1429 2010-11-11 Richard Henderson <rth@redhat.com>
1431 * gcc.target/i386/sse-24.c: Use -ffp-contract.
1433 2010-11-11 Jan Hubicka <jh@suse.cz>
1435 * gcc.dg/tree-ssa/inline-5.c: Fix testcase.
1436 * gcc.dg/tree-ssa/inline-6.c: Fix testcase.
1438 2010-11-12 Jakub Jelinek <jakub@redhat.com>
1441 * gcc.dg/pr46088.c: New test.
1443 2010-11-11 Steven G. Kargl <kargl@gcc.gnu.org>
1445 * gfortran.dg/empty_derived_type.f90: New test.
1447 2010-11-11 Tobias Burnus <burnus@net-b.de>
1450 * gfortran.dg/class_31.f90: New.
1453 * gfortran.dg/forall_14.f90: New.
1455 2010-11-11 Jakub Jelinek <jakub@redhat.com>
1456 Tobias Burnus <burnus@net-b.de>
1459 * gfortran.dg/char_initialiser_actual.f90: Make test case valid.
1461 2010-11-11 Jan Hubicka <jh@suse.cz>
1463 * gcc.dg/20081223-1.c: Update LTO options.
1464 * gcc.dg/lto/20090206-1_0.c: Update LTO options.
1465 * gcc.dg/lto/20081118_0.c: Update LTO options.
1466 * gcc.dg/lto/ipareference_0.c: Update LTO options.
1467 * gcc.dg/lto/20100423-2_0.c: Update LTO options.
1468 * gcc.dg/lto/20081201-1_0.c: Update LTO options.
1469 * gcc.dg/lto/ipacp_0.c: Update LTO options.
1470 * gcc.dg/lto/20090116_0.c: Update LTO options.
1471 * gcc.dg/lto/20091015-1_0.c: Update LTO options.
1472 * gcc.dg/lto/20090126-2_0.c: Update LTO options.
1473 * gcc.dg/lto/20081202-2_0.c: Update LTO options.
1474 * gcc.dg/lto/20081204-1_0.c: Update LTO options.
1475 * gcc.dg/lto/const-uniq_0.c: Update LTO options.
1476 * gcc.dg/lto/20081224_0.c: Update LTO options.
1477 * gcc.dg/lto/20090219_0.c: Update LTO options.
1478 * gcc.dg/lto/ipareference2_0.c: Update LTO options.
1479 * gcc.dg/lto/20090206-2_0.c: Update LTO options.
1480 * gcc.dg/lto/20081115_0.c: Update LTO options.
1481 * gcc.dg/lto/20081201-2_0.c: Update LTO options.
1482 * gcc.dg/lto/20081120-2_0.c: Update LTO options.
1483 * gcc.dg/lto/materialize-1_0.c: Update LTO options.
1484 * gcc.dg/lto/20090126-1_0.c: Update LTO options.
1485 * gcc.dg/lto/20081202-1_0.c: Update LTO options.
1486 * gcc.dg/lto/noreturn-1_0.c: Update LTO options.
1487 * g++.dg/20090107-1.C: Update LTO options.
1488 * g++.dg/lto/pr45679-2_0.C: Update LTO options.
1489 * g++.dg/lto/20081123_0.C: Update LTO options.
1490 * g++.dg/lto/20090313_0.C: Update LTO options.
1491 * g++.dg/lto/20081125_0.C: Update LTO options.
1492 * g++.dg/lto/20081109-1_0.C: Update LTO options.
1493 * g++.dg/lto/20081219_0.C: Update LTO options.
1494 * g++.dg/lto/20100724-1_0.C: Update LTO options.
1495 * g++.dg/lto/20081204-1_0.C: Update LTO options.
1496 * g++.dg/lto/20090303_0.C: Update LTO options.
1497 * g++.dg/lto/20100723-1_0.C: Update LTO options.
1498 * g++.dg/lto/pr45679-1_0.C: Update LTO options.
1499 * g++.dg/lto/20090128_0.C: Update LTO options.
1500 * g++.dg/lto/20081204-2_0.C: Update LTO options.
1501 * g++.dg/lto/20090302_0.C: Update LTO options.
1502 * g++.dg/lto/20081119-1_0.C: Update LTO options.
1503 * g++.dg/lto/20081118_0.C: Update LTO options.
1504 * g++.dg/20090121-1.C: Update LTO options.
1505 * objc.dg/lto/lto.exp: Update LTO options.
1506 * lib/lto.exp: Update LTO options.
1507 * lib/gcc-dg.exp: Update LTO options.
1508 * lib/c-torture.exp: Update LTO options.
1509 * obj-c++.dg/lto/lto.exp: Update LTO options.
1511 2010-11-11 Jan Hubicka <jh@suse.cz>
1513 PR tree-optimize/40436
1514 * gcc.dg/tree-ssa/inline-5.c: New testcase.
1515 * gcc.dg/tree-ssa/inline-6.c: New testcase.
1517 2010-11-11 Janus Weil <janus@gcc.gnu.org>
1519 * gfortran.dg/proc_decl_24.f90: New.
1521 2010-11-11 Nicola Pero <nicola.pero@meta-innovation.com>
1523 * objc.dg/property/at-property-20.m: New.
1524 * objc.dg/property/synthesize-8.m: New.
1525 * obj-c++.dg/property/at-property-20.m: New.
1526 * obj-c++.dg/property/synthesize-8.mm: New.
1528 2010-11-11 Joseph Myers <joseph@codesourcery.com>
1530 * gcc.dg/cpp/warn-normalized-3.c: Update expected note text.
1532 2010-11-11 Jakub Jelinek <jakub@redhat.com>
1535 * gcc.c-torture/compile/pr46388.c: New test.
1537 2010-11-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1539 * lib/lto.exp (lto-get-options-main): Support optional target
1540 selector for dg-suppress-ld-options.
1542 2010-11-11 Martin Jambor <mjambor@suse.cz>
1544 PR tree-optimization/46383
1545 * g++.dg/torture/pr46383.C: New test.
1547 2010-11-11 Uros Bizjak <ubizjak@gmail.com>
1549 * gcc-target/i386/sse-12.c: Add -msse4a to dg-options.
1550 * gcc-target/i386/sse-13.c: Add -msse4a, -mfma4, -mbmi and -mtbm
1552 * gcc-target/i386/sse-14.c: Add -mfma4a and -mbmi to dg-options.
1553 * g++.dg/other/i386-2.C: Add -msse4a and -mfma4 to dg-options.
1554 * g++.dg/other/i386-3.C: Ditto.
1556 2010-11-10 Jason Merrill <jason@redhat.com>
1558 * g++.dg/cpp0x/constexpr-46420.C: New.
1560 2010-11-10 Joseph Myers <joseph@codesourcery.com>
1562 * g++.dg/ext/bitfield2.C, g++.dg/ext/bitfield4.C,
1563 gcc.dg/bitfld-15.c, gcc.dg/bitfld-17.c,
1564 gcc.target/i386/pr39082-1.c, gcc.target/i386/pr39545-1.c,
1565 gcc.target/i386/pr39545-2.c, gcc.target/i386/pr39678.c: Update
1568 2010-11-10 Jan Hubicka <jh@suse.cz>
1570 PR tree-optimize/38669
1571 * gcc.dg/tree-ssa/pr38699.c: New testcase.
1573 2010-11-10 Jan Hubicka <jh@suse.cz>
1575 * gcc.dg/tree-prof/inliner-1.c: Fix testcase.
1577 2010-11-10 Jason Merrill <jason@redhat.com>
1579 * g++.dg/cpp0x/constexpr-bitfield.C: New.
1581 2010-11-10 Jakub Jelinek <jakub@redhat.com>
1584 * gcc.dg/debug/pr46409.c: New test.
1587 * g++.dg/cpp0x/constexpr-defarg2.C: New test.
1589 2010-11-10 Uros Bizjak <ubizjak@gmail.com>
1592 * gcc-target/i386/pr46419.c: New test.
1594 2010-11-10 Quentin Neill <quentin.neill.gnu@gmail.com>
1596 * g++.dg/other/i386-2.C: Add -mtbm.
1597 * g++.dg/other/i386-3.C: Likewise.
1598 * gcc.target/i386/funcspec-5.c: Add tbm and no-tbm targets.
1599 * gcc.target/i386/funcspec-6.c: Likewise.
1600 * gcc.target/i386/sse-12.c: Add -mtbm.
1601 * gcc.target/i386/sse-13.c: Add -mtbm and test immediate
1603 * gcc.target/i386/sse-14.c: Likewise.
1604 * gcc.target/i386/sse-22.c: Likewise.
1605 * gcc.target/i386/sse-23.c: Likewise.
1606 * gcc.target/i386/tbm-1.c: New file.
1607 * gcc.target/i386/tbm-2.c: Likewise.
1609 2010-11-10 Quentin Neill <quentin.neill.gnu@gmail.com>
1611 * g++.dg/other/i386-2.C: Add -mbmi.
1612 * g++.dg/other/i386-3.C: Likewise.
1613 * gcc.target/i386/funcspec-5.c: Add bmi and no-bmi targets.
1614 * gcc.target/i386/funcspec-6.c: Likewise.
1615 * gcc.target/i386/sse-12.c: Add -mbmi.
1616 * gcc.target/i386/bmi-1.c: New file.
1617 * gcc.target/i386/bmi-2.c: Likewise.
1618 * gcc.target/i386/bmi-3.c: Likewise.
1619 * gcc.target/i386/bmi-4.c: Likewise.
1620 * gcc.target/i386/bmi-5.c: Likewise.
1621 * gcc.target/i386/bmi-6.c: Likewise.
1623 2010-11-10 Nathan Froyd <froydnj@codesourcery.com>
1626 * g++.dg/pr46065.C: New test.
1628 2010-11-10 Jan Hubicka <jh@suse.cz>
1630 PR tree-optimize/33172
1631 PR tree-optimize/43411
1632 * gcc.dg/tree-ssa/pr33172.c: New testcase.
1633 * g++.dg/tree-ssa/pr43411.C: New testcase.
1635 2010-11-10 Jan Hubicka <jh@suse.cz>
1637 PR tree-optimize/46228
1638 * g++.dg/tree-ssa/pr46228.C: New testcase.
1640 2010-11-10 H.J. Lu <hongjiu.lu@intel.com>
1642 PR tree-optimization/46414
1643 * gcc.target/i386/recip-vec-sqrtf-avx.c: Updated for loop unrolling.
1645 2010-11-10 Tobias Burnus <burnus@net-b.de>
1648 * gfortran.dg/intrinsic_7.f90: New.
1650 2010-11-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1652 * g++.dg/abi/rtti3.C: Scan for .weakext on alpha*-dec-osf*.
1653 * g++.dg/abi/thunk4.C: Likewise.
1654 * g++.dg/opt/combine.C: Add dg-require-visibility.
1655 * g++.dg/other/anon5.C: Skip on alpha*-dec-osf*.
1656 * g++.dg/warn/miss-format-1.C: XFAIL scanf attribute warning on
1658 * g++.dg/warn/pr31246.C: XFAIL on alpha*-dec-osf*.
1659 * g++.dg/warn/weak1.C: Skip on alpha*-dec-osf*.
1660 * g++.old-deja/g++.eh/badalloc1.C [!STACK_SIZE && __osf__]: Use
1662 * gcc.dg/attr-weakref-1.c: Skip on alpha*-dec-osf*.
1663 * gcc.dg/intmax_t-1.c: Likewise.
1665 2010-11-10 Tobias Burnus <burnus@net-b.de>
1668 * gfortran.dg/class_30.f90: New.
1670 2010-11-10 Tobias Burnus <burnus@net-b.de>
1673 * gfortran.dg/bessel_7.f90: Bump allowed precision to avoid
1676 2010-11-10 Sebastian Pop <sebastian.pop@amd.com>
1678 PR tree-optimization/45971
1679 * gcc.dg/vect/O3-pr45971.c: New.
1681 2010-11-10 Richard Guenther <rguenther@suse.de>
1683 PR tree-optimization/44964
1684 * gcc.dg/pr44964.c: New testcase.
1686 2010-11-10 Eric Botcazou <ebotcazou@adacore.com>
1688 * gnat.dg/opt10.adb: Fix typo.
1690 2010-11-10 Martin Jambor <mjambor@suse.cz>
1692 PR tree-optimization/46351
1693 PR tree-optimization/46377
1694 * gnat.dg/opt10.adb: New file.
1695 * gnat.dg/opt10_pkg.ads: Likewise.
1696 * gnat.dg/opt11.adb: Likewise.
1697 * gnat.dg/opt11.ads: Likewise.
1699 2010-11-10 Eric Botcazou <ebotcazou@adacore.com>
1701 * gnat.dg/boolean_conv.adb: New test.
1703 2010-11-10 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1705 * gcc.dg/stack-usage-1.c: Define SIZE for s390 and s390x.
1707 2010-11-10 Eric Botcazou <ebotcazou@adacore.com>
1709 * gnat.dg/unchecked_convert7.adb: New test.
1711 2010-11-10 Richard Guenther <rguenther@suse.de>
1713 PR tree-optimization/46398
1714 * gcc.dg/torture/pr46398.c: New testcase.
1716 2010-11-09 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1718 * gfortran.dg/open_dev_null.f90: New test.
1720 2010-11-09 Jan Hubicka <jh@suse.cz>
1722 * testsuite/gcc.target/i386/recip-vec-sqrtf-avx.c: Update for loop
1725 2010-11-09 Joseph Myers <joseph@codesourcery.com>
1727 * gcc.dg/struct-semi-4.c: New test.
1729 2010-11-09 Michael Meissner <meissner@linux.vnet.ibm.com>
1731 * gcc.target/powerpc/ppc-fpconv-11.c: Use -mcpu=power5+, not
1732 power5 to enable generation of FRIZ.
1734 * gcc.target/powerpc/ppc-round.c: New file, test (double)(int)
1737 * gcc.target/powerpc/ppc-fpconv-2.c: Update # times lfiwax is
1740 2010-11-09 Jakub Jelinek <jakub@redhat.com>
1743 * gfortran.dg/pr43808.f90: New test.
1745 2010-11-09 Sebastian Pop <sebastian.pop@amd.com>
1747 PR tree-optimization/46036
1748 * gfortran.dg/lto/pr46036_0.f90: New.
1750 2010-10-09 Jakub Jelinek <jakub@redhat.com>
1753 * gcc.dg/guality/sra-1.c: Move all gdb-test lines to the second
1754 bar invocation instead of first.
1757 * gcc.dg/pr46171.c: New test.
1759 2010-11-09 Richard Guenther <rguenther@suse.de>
1761 PR tree-optimization/46355
1762 * gcc.dg/pr46355.c: New testcase.
1764 2010-11-09 Richard Guenther <rguenther@suse.de>
1766 PR tree-optimization/46177
1767 * gcc.dg/pr46177-2.c: New testcase.
1769 2010-11-09 Richard Guenther <rguenther@suse.de>
1772 * gcc.dg/vec-scal-opt.c: Move ...
1773 * gcc.dg/vect/vect-scal-opt.c: ... here.
1774 * gcc.dg/vec-scal-opt1.c: Move ...
1775 * gcc.dg/vect/vect-scal-opt1.c: ... here.
1776 * gcc.dg/vec-scal-opt2.c: Move ...
1777 * gcc.dg/vect/vect-scal-opt2.c: ... here.
1779 2010-11-09 Eric Botcazou <ebotcazou@adacore.com>
1781 * gnat.dg/specs/static_initializer5.ads: New test.
1782 * gnat.dg/specs/static_initializer5_pkg.ads: New helper.
1784 2010-11-09 Jakub Jelinek <jakub@redhat.com>
1787 * gcc.c-torture/compile/pr46360.c: New test.
1790 * g++.dg/warn/Wsequence-point-2.C: New test.
1792 2010-11-09 Janus Weil <janus@gcc.gnu.org>
1795 * gfortran.dg/class_29.f03: New.
1797 2010-11-09 Richard Guenther <rguenther@suse.de>
1800 * gcc.target/i386/alias-1.c: New testcase.
1802 2010-11-08 Jason Merrill <jason@redhat.com>
1804 * g++.dg/cpp0x/constexpr-sassert.C: New.
1806 2010-11-08 Jason Merrill <jason@redhat.com>
1808 * g++.dg/cpp0x/constexpr-defarg.C: New.
1810 2010-11-08 Xinliang David Li <davidxl@google.com>
1812 PR tree-optimization/46316
1813 * gcc.c-torture/execute/pr46316.c: New test.
1815 2010-11-08 Janus Weil <janus@gcc.gnu.org>
1818 * gfortran.dg/class_28.f03: Extended.
1820 2010-11-08 Nicola Pero <nicola.pero@meta-innovation.com>
1822 * objc.dg/property/dotsyntax-13.m: New.
1823 * objc.dg/property/dotsyntax-14.m: New.
1824 * objc.dg/property/dotsyntax-15.m: New.
1825 * objc.dg/property/synthesize-7.m: New.
1826 * obj-c++.dg/property/dotsyntax-13.mm: New.
1827 * obj-c++.dg/property/dotsyntax-14.mm: New.
1828 * obj-c++.dg/property/dotsyntax-15.mm: New.
1829 * obj-c++.dg/property/synthesize-7.mm: New.
1831 2010-11-08 Nicola Pero <nicola.pero@meta-innovation.com>
1833 * objc.dg/property/dynamic-4.m: New.
1834 * objc.dg/property/dynamic-5.m: New.
1835 * objc.dg/property/dynamic-6.m: New.
1836 * obj-c++.dg/property/dynamic-4.mm: New.
1837 * obj-c++.dg/property/dynamic-5.mm: New.
1838 * obj-c++.dg/property/dynamic-6.mm: New.
1840 2010-11-08 Nicola Pero <nicola.pero@meta-innovation.com>
1842 * objc.dg/property/synthesize-3.m: New.
1843 * objc.dg/property/synthesize-4.m: New.
1844 * objc.dg/property/synthesize-5.m: New.
1845 * objc.dg/property/synthesize-6.m: New.
1846 * obj-c++.dg/property/synthesize-3.mm: New.
1847 * obj-c++.dg/property/synthesize-4.mm: New.
1848 * obj-c++.dg/property/synthesize-5.mm: New.
1849 * obj-c++.dg/property/synthesize-6.mm: New.
1851 2010-11-08 Nicola Pero <nicola.pero@meta-innovation.com>
1853 * objc.dg/property/at-property-5.m: Updated test.
1854 * objc.dg/property/at-property-16.m: New.
1855 * objc.dg/property/at-property-17.m: New.
1856 * objc.dg/property/at-property-18.m: New.
1857 * objc.dg/property/at-property-19.m: New.
1858 * objc.dg/property/dotsyntax-12.m: New.
1859 * objc.dg/protocol-inheritance-1.m: New.
1860 * objc.dg/protocol-inheritance-2.m: New.
1861 * obj-c++.dg/property/at-property-5.mm: Updated test.
1862 * obj-c++.dg/property/at-property-16.mm: New.
1863 * obj-c++.dg/property/at-property-17.mm: New.
1864 * obj-c++.dg/property/at-property-18.mm: New.
1865 * obj-c++.dg/property/at-property-19.mm: New.
1866 * obj-c++.dg/protocol-inheritance-1.mm: New.
1867 * obj-c++.dg/protocol-inheritance-2.mm: New.
1868 * obj-c++.dg/property/dotsyntax-12.mm: New.
1870 2010-11-08 Jason Merrill <jason@redhat.com>
1872 * g++.dg/expr/overflow1.C: New.
1873 * g++.dg/warn/overflow-warn-1.C: Add expected diagnostics.
1874 * g++.dg/warn/overflow-warn-3.C: Remove unnecessary line number.
1875 * g++.dg/warn/overflow-warn-4.C: Add expected diagnostics.
1876 * g++.dg/warn/overflow-warn-5.C: Don't expect wrong warning.
1878 2010-11-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1880 * gcc.dg/pr35442.c: Adapt warning.
1883 * g++.dg/eh/simd-2.C: Add -msse to dg-options, add
1884 dg-require-effective-target sse_runtime for for i?86-*-*, x86_64-*-*.
1885 * g++.dg/torture/pr36444.C: Add dg-options -msse for
1886 i?86-*-* x86_64-*-*.
1887 * g++.dg/torture/pr36445.C: Likewise.
1888 * gcc.c-torture/compile/pr34856.c: Likewise.
1889 * gcc.c-torture/compile/pr39928-1.c: Likewise.
1890 * gcc.c-torture/compile/vector-1.c: Likewise.
1891 * gcc.c-torture/compile/vector-2.c: Likewise.
1892 * gcc.dg/pr32912-1.c: Likewise.
1893 * gcc.c-torture/execute/va-arg-25.c: Move ...
1894 * gcc.dg/torture/va-arg-25.c: ... here. Add dg-do run.
1895 Add dg-options -msse, dg-require-effective-target sse_runtime for
1896 for i?86-*-*, x86_64-*-*.
1897 * gcc.c-torture/execute/vector-1.c: Likewise.
1898 * gcc.c-torture/execute/vector-2.c: Likewise.
1899 * gcc.dg/tree-ssa/forwprop-5.c: Add -msse to dg-options for
1900 i?86-*-*, x86_64-*-*.
1901 * gcc.dg/tree-ssa/fre-vce-1.c: Likewise.
1902 * gcc.dg/tree-ssa/sra-4.c: Likewise.
1903 * gcc.dg/tree-ssa/vector-1.c: Likewise.
1904 * gcc.dg/tree-ssa/vector-2.c: Likewise.
1905 * gcc.target/i386/vect-args.c: Add -Wno-psabi to dg-options.
1907 2010-11-08 Steve Ellcey <sje@cup.hp.com>
1909 * gcc.dg/torture/pr45982.c: Add -std=c99
1910 * gcc.dg/torture/pr45623.c: Ditto.
1912 2010-11-08 Steve Ellcey <sje@cup.hp.com>
1914 * gcc/testsuite/g++.dg/abi/covariant1.C: Fix scan-assembler.
1915 * gcc/testsuite/g++.dg/abi/covariant6.C: Ditto.
1917 2010-11-08 Kai Tietz <kai.tietz@onevision.com>
1920 * g++.dg/ext/dllimport7.C: Adjust second error check and
1921 allow test for x86_64 mingw, too.
1923 2010-11-08 Janus Weil <janus@gcc.gnu.org>
1926 * gfortran.dg/class_28.f03: New.
1928 2010-11-08 Andrey Belevantsev <abel@ispras.ru>
1930 PR rtl-optimization/45352
1931 gcc.dg/pr45352.c, gcc.dg/pr45352-1.c, gcc.dg/pr45352-2.c: New tests.
1932 gcc.target/i386/pr45352.c, gcc.target/i386/pr45352-1.c,
1933 gcc.target/i386/pr45352-2.c: New tests.
1935 2010-11-06 Iain Sandoe <iains@gcc.gnu.org>
1938 * objc.dg/torture/forward-1.m: Re-enable for gnu-runtime,
1939 XFAIL the run for all but m32 x86.
1941 2010-11-07 Andreas Schwab <schwab@linux-m68k.org>
1943 * g++.dg/debug/dwarf2/nested-2.C: Adjust pattern to also match "|"
1944 as comment character.
1946 2010-11-07 Richard Sandiford <rdsandiford@googlemail.com>
1948 * gcc.target/mips/mips.exp: Revert previous patch.
1949 * gcc.target/mips/fma-1.c: Delete.
1950 * gcc.target/mips/fma-2.c: Likewise.
1951 * gcc.target/mips/fma-3.c: Likewise.
1952 * gcc.target/mips/fma-4.c: Likewise.
1953 * gcc.target/mips/fma-5.c: Likewise.
1954 * gcc.target/mips/fma-6.c: Likewise.
1955 * gcc.target/mips/fma-7.c: Likewise.
1956 * gcc.target/mips/fma-8.c: Likewise.
1957 * gcc.target/mips/fma-9.c: Likewise.
1958 * gcc.target/mips/fma-10.c: Likewise.
1959 * gcc.target/mips/fma-11.c: Likewise.
1960 * gcc.target/mips/fma-12.c: Likewise.
1961 * gcc.target/mips/fma-13.c: Likewise.
1962 * gcc.target/mips/fma-14.c: Likewise.
1963 * gcc.target/mips/fma-15.c: Likewise.
1964 * gcc.target/mips/fma-16.c: Likewise.
1965 * gcc.target/mips/fma-17.c: Likewise.
1966 * gcc.target/mips/fma-18.c: Likewise.
1967 * gcc.target/mips/fma-19.c: Likewise.
1968 * gcc.target/mips/fma-20.c: Likewise.
1970 2010-11-07 Richard Sandiford <rdsandiford@googlemail.com>
1972 * gcc.target/mips/mips.exp: Add support for -ffp-contract.
1973 * gcc.target/mips/fma-1.c: New test.
1974 * gcc.target/mips/fma-2.c: Likewise.
1975 * gcc.target/mips/fma-3.c: Likewise.
1976 * gcc.target/mips/fma-4.c: Likewise.
1977 * gcc.target/mips/fma-5.c: Likewise.
1978 * gcc.target/mips/fma-6.c: Likewise.
1979 * gcc.target/mips/fma-7.c: Likewise.
1980 * gcc.target/mips/fma-8.c: Likewise.
1981 * gcc.target/mips/fma-9.c: Likewise.
1982 * gcc.target/mips/fma-10.c: Likewise.
1983 * gcc.target/mips/fma-11.c: Likewise.
1984 * gcc.target/mips/fma-12.c: Likewise.
1985 * gcc.target/mips/fma-13.c: Likewise.
1986 * gcc.target/mips/fma-14.c: Likewise.
1987 * gcc.target/mips/fma-15.c: Likewise.
1988 * gcc.target/mips/fma-16.c: Likewise.
1989 * gcc.target/mips/fma-17.c: Likewise.
1990 * gcc.target/mips/fma-18.c: Likewise.
1991 * gcc.target/mips/fma-19.c: Likewise.
1992 * gcc.target/mips/fma-20.c: Likewise.
1994 2010-11-06 Jason Merrill <jason@redhat.com>
1996 * g++.dg/cpp0x/constexpr-ctor3.C: New.
1998 2010-11-06 Simon Martin <simartin@users.sourceforge.net>
2001 * gcc.dg/parser-error-3.c: New test.
2003 2010-11-06 Nathan Froyd <froydnj@codesourcery.com>
2006 * g++.dg/parse/semicolon2.C: New testcase.
2007 * g++.dg/ext/asmspec1.C: Adjust.
2008 * g++.dg/init/new13.C: Adjust.
2009 * g++.dg/parse/ctor5.C: Adjust.
2011 2010-11-06 Janus Weil <janus@gcc.gnu.org>
2014 * gfortran.dg/class_27.f03: New.
2016 2010-11-06 Nicola Pero <nicola.pero@meta-innovation.com>
2018 Fixed using the Objective-C 2.0 dot-syntax with self and super.
2019 * objc.dg/property/dotsyntax-5.m: New.
2020 * objc.dg/property/dotsyntax-6.m: New.
2021 * objc.dg/property/dotsyntax-7.m: New.
2022 * objc.dg/property/dotsyntax-8.m: New.
2023 * objc.dg/property/dotsyntax-9.m: New.
2024 * objc.dg/property/dotsyntax-10.m: New.
2025 * objc.dg/property/dotsyntax-11.m: New.
2026 * obj-c++.dg/property/dotsyntax-5.mm: New.
2027 * obj-c++.dg/property/dotsyntax-6.mm: New.
2028 * obj-c++.dg/property/dotsyntax-7.mm: New.
2029 * obj-c++.dg/property/dotsyntax-8.mm: New.
2030 * obj-c++.dg/property/dotsyntax-9.mm: New.
2031 * obj-c++.dg/property/dotsyntax-10.mm: New.
2032 * obj-c++.dg/property/dotsyntax-11.mm: New.
2034 2010-11-06 Iain Sandoe <iains@gcc.gnu.org>
2036 * obj-c++.dg/encode-3.mm: Provide a different string check for the
2037 NeXT runtime when the type is READONLY.
2039 2010-11-06 Uros Bizjak <ubizjak@gmail.com>
2041 * gcc.target/i386/387-2.c: Skip if -march= is specified.
2042 * gcc.target/i386/387-6.c: Ditto.
2043 * gcc.target/i386/387-3.c: Add -mfancy-math-387 to dg-options.
2044 * gcc.target/i386/387-4.c: Ditto.
2045 * gcc.target/i386/387-7.c: Ditto.
2046 * gcc.target/i386/387-8.c: Ditto.
2047 * gcc.target/i386/387-9.c: Ditto.
2048 * gcc.target/i386/387-10.c: Ditto.
2049 * gcc.target/i386/387-11.c: Ditto.
2050 * gcc.target/i386/387-12.c: Ditto.
2052 * gcc.target/i386/funcspec-8.c: Add -mno-sse3 to dg-options.
2054 2010-11-06 Iain Sandoe <iains@gcc.gnu.org>
2057 * gcc.dg/darwin-cfstring-format-1.c: New.
2058 * gcc.dg/warn-nsstring.c: New.
2059 * objc.dg/fsf-nsstring-format-1.m: New.
2060 * obj-c++.dg/fsf-nsstring-format-1.mm: New.
2061 * obj-c++.dg/torture/strings/const-cfstring-1.mm: Update for darwin10
2064 2010-11-05 Jason Merrill <jason@redhat.com>
2067 * g++.dg/inherit/virtual6.C: New.
2069 2010-11-05 Jakub Jelinek <jakub@redhat.com>
2072 * gcc.dg/Wcxx-compat-21.c: New test.
2074 2010-11-05 Ian Lance Taylor <iant@google.com>
2077 * gcc.target/i386/pr46084.c: New test.
2079 2010-11-05 Steve Ellcey <sje@cup.hp.com>
2081 * lib/target-supports.exp (check_function_available): Use -fno-builtin.
2082 * (check_effective_target_mempcpy): New.
2083 * gcc.c-torture/execute/pr45636.c: Move this...
2084 * gcc.dg/torture/pr45636.c: to here. Add add dg- directives.
2086 2010-11-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2088 * gcc.target/i386/i386.exp (FLAGS): Remove.
2089 Wrap gcc_target_compile with $clearcap_ldflags added to options.
2091 2010-11-05 Jakub Jelinek <jakub@redhat.com>
2094 * g++.dg/opt/empty2.C: New test.
2097 * gcc.target/i386/pr45670.c: New test.
2099 2010-11-05 Janus Weil <janus@gcc.gnu.org>
2103 * gfortran.dg/class_19.f03: Modified.
2104 * gfortran.dg/class_allocate_6.f03: New.
2106 2010-11-05 H.J. Lu <hongjiu.lu@intel.com>
2108 * gcc.target/i386/avx-vzeroupper-19.c: New.
2110 2010-11-05 Jakub Jelinek <jakub@redhat.com>
2112 PR tree-optimization/46099
2113 * gcc.dg/autopar/pr46099.c: New test.
2116 * c-c++-common/pr43690.c: New test.
2118 2010-11-05 Iain Sandoe <iains@gcc.gnu.org>
2120 * objc.dg/torture/forward-1.m: Restore for m32 NeXT.
2121 * objc.dg/demangle-1.m: Remove NeXT ifdef around +initialize
2122 declaration and implementation.
2123 * objc.dg/property/dotsyntax-3.m: XFAIL NeXT m64 run.
2124 * obj-c++.dg/property/at-property-13.mm: Likewise.
2125 * obj-c++.dg/property/fsf-property-method-access.mm: Likewise.
2126 * obj-c++.dg/property/property-1.mm: Likewise.
2127 * obj-c++.dg/property/at-property-7.mm: Likewise.
2128 * obj-c++.dg/property/at-property-9.mm: Likewise.
2129 * obj-c++.dg/property/dotsyntax-2.mm: Likewise.
2130 * obj-c++.dg/property/at-property-10.mm: Likewise.
2131 * obj-c++.dg/property/synthesize-2.mm: Likewise.
2132 * obj-c++.dg/property/at-property-12.mm: Likewise.
2133 * obj-c++.dg/property/fsf-property-basic.mm: Likewise.
2134 * obj-c++.dg/property/fsf-property-named-ivar.mm: Likewise.
2135 * obj-c++.dg/property/at-property-6.mm: Likewise.
2136 * obj-c++.dg/property/at-property-8.mm: Likewise.
2137 * obj-c++.dg/property/dotsyntax-1.mm: Likewise.
2138 * obj-c++.dg/property/dotsyntax-3.mm: Likewise.
2139 * obj-c++.dg/property/at-property-11.mm: Likewise.
2140 * obj-c++.dg/template-8.mm: Likewise.
2141 * obj-c++.dg/encode-3.mm: Use abort (), cast char types.
2142 * obj-c++.dg/demangle-2.mm: Add +initialize:, XFAIL NeXT m64.
2143 * obj-c++.dg/property/at-property-2.mm: Comment out a case that ICEs
2144 and put a FIXME for this.
2145 * obj-c++.dg/property/property-2.mm: Remove.
2146 * obj-c++.dg/property/property-3.mm: Remove.
2148 2010-11-05 Jakub Jelinek <jakub@redhat.com>
2151 * gcc.dg/pr46307.c: New test.
2153 2010-11-05 Jason Merrill <jason@redhat.com>
2156 * g++.dg/ext/complex6.C: New.
2158 2010-11-04 Bud Davis <jimmied@smu.edu>
2160 * gfortran.dg/intrinsic_numeric_arg.f: Add test to check error message.
2162 2010-11-04 Chao-ying Fu <fu@mips.com>
2164 * gcc.target/mips/mips32-dsp.c: Add tests for madd, maddu, msub,
2166 * gcc.target/mips/mips32-dsp-run.c: Likewise.
2168 2010-11-04 Nicola Pero <nicola.pero@meta-innovation.com>
2170 Fixed using the Objective-C 2.0 dot-syntax with class names.
2171 * objc.dg/property/dotsyntax-3.m: New.
2172 * objc.dg/property/dotsyntax-4.m: New.
2173 * obj-c++.dg/property/dotsyntax-3.mm: New.
2174 * obj-c++.dg/property/dotsyntax-4.mm: New.
2176 * objc.dg/fobjc-std-1.m: Added test for warnings when the
2177 Objective-C 2.0 dot-syntax is used with class names.
2178 * obj-c++.dg/fobjc-std-1.mm: Same change.
2180 2010-11-04 Pat Haugen <pthaugen@us.ibm.com>
2182 * gcc.target/powerpc/loop_align.c: New.
2184 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2186 * gcc.target/powerpc/ppc64-abi-1.c: Skip for Darwin.
2188 merge from FSF 'apple/trunk' branch.
2189 * gcc.target/powerpc/darwin64-abi.c: New.
2191 2010-11-04 Jakub Jelinek <jakub@redhat.com>
2193 PR tree-optimization/46233
2194 * gcc.dg/pr46233.c: New test.
2196 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2198 * objc.dg/property/property-2.m: Deleted.
2199 * objc.dg/property/property-3.m: Deleted.
2201 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2203 * objc-obj-c++-shared/next-mapping.h: Ensure a GNU-compatible nil is
2205 * objc.dg/property/fsf-property-basic.m: XFAIL m64 NeXT run.
2206 * objc.dg/property/fsf-property-named-ivar.m: Likewise.
2207 * objc.dg/property/property-1.m: Likewise.
2208 * objc.dg/property/at-property-6.m: Likewise.
2209 * objc.dg/property/at-property-7.m: Likewise.
2210 * objc.dg/property/dotsyntax-1.m: Likewise.
2211 * objc.dg/property/at-property-8.m: Likewise.
2212 * objc.dg/property/dotsyntax-2.m: Likewise.
2213 * objc.dg/property/at-property-9.m: Likewise.
2214 * objc.dg/property/synthesize-2.m: Likewise.
2215 * objc.dg/property/at-property-10.m: Likewise.
2216 * objc.dg/property/at-property-11.m: Likewise.
2217 * objc.dg/property/at-property-12.m: Likewise.
2218 * objc.dg/property/at-property-13.m: Likewise.
2219 * objc.dg/property/fsf-property-method-access.m: Likewise.
2220 * objc.dg/torture/strings/const-cfstring-1.m: Cater for bogus Darwin10
2222 * objc.dg/encode-7-next.m: Use next-mapping.h, ignore deprecation
2224 * objc.dg/encode-7-next-64bit.m: Use next-mapping.h, ignore
2225 deprecation warnings. Use Object1 implementation.
2226 * objc.dg/demangle-1.m: Provide +initialize. XFAIL m64 NeXT run.
2227 * objc/execute/forward-1.m: Remove.
2228 * objc/execute/forward-1.x: Remove.
2230 2010-11-04 Jason Merrill <jason@redhat.com>
2232 * g++.dg/cpp0x/constexpr-access.C: New.
2234 2010-11-04 Richard Guenther <rguenther@suse.de>
2236 PR rtl-optimization/46183
2237 * gcc.dg/torture/pr46183.c: New testcase.
2239 2010-11-04 Richard Guenther <rguenther@suse.de>
2241 PR tree-optimization/46068
2242 * gcc.dg/torture/pr46068.c: New testcase.
2244 2010-11-04 Richard Guenther <rguenther@suse.de>
2246 PR tree-optimization/45991
2247 * gcc.dg/pr45991.c: New testcase.
2249 2010-11-04 Richard Guenther <rguenther@suse.de>
2251 PR tree-optimization/46154
2252 * g++.dg/torture/pr46154.C: New testcase.
2254 2010-11-04 Richard Guenther <rguenther@suse.de>
2256 PR tree-optimization/45733
2257 * gcc.dg/pr45733.c: New testcase.
2259 2010-11-04 Ira Rosen <irar@il.ibm.com>
2261 PR tree-optimization/46213
2262 * gfortran.dg/vect/pr46213.f90: New.
2264 2010-11-04 Richard Guenther <rguenther@suse.de>
2267 * gcc.dg/pr34989-1.c: Move ...
2268 * gcc.dg/lto/pr34989-1_0.c: ... here.
2269 * gcc.dg/pr34989-2.c: Move ...
2270 * gcc.dg/lto/pr34989-1_1.c: ... here.
2271 * gcc.dg/pr27898.c: Move ...
2272 * gcc.dg/lto/pr27898_0.c: ... here and ...
2273 * gcc.dg/lto/pr27898_1.c: ... split.
2274 * gcc.dg/pr28712.c: Move ...
2275 * gcc.dg/lto/pr28712_0.c: ... here and ...
2276 * gcc.dg/lto/pr28712_1.c: ... split ...
2277 * gcc.dg/lto/pr28712_2.c: ... twice.
2278 * gcc.dg/pr28706.c: Move ...
2279 * gcc.dg/lto/pr28706_0.c: ... here and ...
2280 * gcc.dg/lto/pr28706_1.c: ... split.
2282 2010-11-04 Richard Guenther <rguenther@suse.de>
2283 Richard Henderson <rth@redhat.com>
2285 * gcc.target/i386/fma4-vector-2.c: New testcase.
2287 2010-11-04 Artjoms Sinkarovs <artyom.shinakroff@gmail.com>
2288 Richard Guenther <rguenther@suse.de>
2290 * gcc.dg/vec-scal-opt.c: New testcase.
2291 * gcc.dg/vec-scal-opt1.c: New testcase.
2292 * gcc.dg/vec-scal-opt2.c: New testcase.
2294 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2296 * lib/plugin-support.exp (plugin-test-execute): Filter -mdynamic-no-pic
2297 from plugin build flags on Darwin targets.
2299 2010-11-03 H.J. Lu <hongjiu.lu@intel.com>
2301 * gcc.target/i386/pr46285.c: Require split_stack target.
2303 2010-11-03 Jason Merrill <jason@redhat.com>
2306 * g++.dg/cpp0x/constexpr-base2.C: New.
2309 * g++.dg/cpp0x/initlist45.C: New.
2311 2010-11-03 Nicola Pero <nicola.pero@meta-innovation.com>
2313 * objc.dg/property/dynamic-2.m: Updated for the fact that @dynamic
2314 is now allowed in categories.
2315 * obj-c++.dg/property/dynamic-2.mm: Same change.
2316 * objc.dg/property/dynamic-3.m: New.
2317 * obj-c++.dg/property/dynamic-3.mm: New.
2318 * objc.dg/property/at-property-14.m: New.
2319 * objc.dg/property/at-property-15.m: New.
2320 * obj-c++.dg/property/at-property-14.mm: New.
2321 * obj-c++.dg/property/at-property-15.mm: New.
2323 * objc.dg/foreach-6.m: Added a few more tests for valid and
2324 invalid iterating variables and collections.
2326 2010-11-03 Xinliang David Li <davidxl@google.com>
2329 * g++.dg/tree-ssa/ivopts-2.C: New test.
2331 2010-11-03 H.J. Lu <hongjiu.lu@intel.com>
2334 * gcc.target/i386/pr46295.c: New.
2336 2010-11-03 Michael Meissner <meissner@linux.vnet.ibm.com>
2338 * gcc.target/powerpc/vsx-sfminmax.c: New test for using double
2339 precision min/max for single precision on VSX.
2341 2010-11-03 Jason Merrill <jason@redhat.com>
2344 * g++.dg/cpp0x/constexpr-ice3.C: New.
2346 2010-11-03 Eric Botcazou <ebotcazou@adacore.com>
2348 * gnat.dg/opt8.ad[sb]: New test.
2349 * gnat.dg/opt8_pkg.ads: New helper.
2351 2010-11-03 H.J. Lu <hongjiu.lu@intel.com>
2353 PR rtl-optimization/45865
2354 * gcc.dg/pr45865.c: New.
2355 * gcc.dg/torture/pr45865.c: Likewise.
2357 * gcc.target/arm/headmerge-1.c: Revert revision 164552.
2358 * gcc.target/arm/headmerge-2.c: Likewise.
2359 * gcc.target/i386/headmerge-1.c: Likewise.
2360 * gcc.target/i386/headmerge-2.c: Likewise.
2362 2010-11-03 Richard Guenther <rguenther@suse.de>
2365 * gcc.dg/pr46288.c: New testcase.
2367 2010-11-03 Richard Guenther <rguenther@suse.de>
2369 PR tree-optimization/44807
2370 * gcc.dg/torture/pr44807.c: New testcase.
2372 2010-11-03 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2374 PR libgfortran/43899
2375 * gfortran.dg/namelist_67.f90: New test.
2377 2010-11-03 Jakub Jelinek <jakub@redhat.com>
2379 PR tree-optimization/46009
2380 * gcc.dg/vect/pr46009.c: New function.
2382 2010-11-03 Nicola Pero <nicola.pero@meta-innovation.com>
2384 Implemented -fobjc-std=objc1 flag.
2385 * objc.dg/fobjc-std-1.m: New.
2386 * obj-c++.dg/fobjc-std-1.mm: New.
2388 2010-11-03 Richard Guenther <rguenther@suse.de>
2391 * g++.dg/debug/pr46241.C: New testcase.
2393 2010-11-03 Richard Guenther <rguenther@suse.de>
2395 PR tree-optimization/46190
2396 * gfortran.dg/pr46190.f90: New testcase.
2398 2010-11-03 Richard Guenther <rguenther@suse.de>
2401 * gcc.dg/tree-ssa/gen-vect-11a.c: Fix operator precedence.
2402 * gcc.dg/vect/vect-19.c: Likewise.
2403 * gcc.dg/vect/vect-17.c: Likewise.
2405 2010-11-03 H.J. Lu <hongjiu.lu@intel.com>
2408 * gcc.target/i386/pr46285.c: New.
2410 2010-11-03 Richard Guenther <rguenther@suse.de>
2412 PR tree-optimization/46217
2413 * gcc.dg/pr46217.c: New testcase.
2415 2010-11-03 Nicola Pero <nicola.pero@meta-innovation.com>
2417 * objc.dg/property/dotsyntax-1.m: New.
2418 * objc.dg/property/dotsyntax-2.m: New.
2419 * obj-c++.dg/property/dotsyntax-1.mm: New.
2420 * obj-c++.dg/property/dotsyntax-2.mm: New.
2422 2010-11-03 Jakub Jelinek <jakub@redhat.com>
2424 PR tree-optimization/46165
2425 * gcc.dg/pr46165.c: New test.
2427 2010-11-03 Richard Guenther <rguenther@suse.de>
2430 * gcc.dg/pr46251.c: New testcase.
2432 2010-11-03 Jakub Jelinek <jakub@redhat.com>
2434 PR tree-optimization/46107
2435 * gcc.c-torture/compile/pr46107.c: New test.
2438 * gcc.dg/pr46252.c: New test.
2440 PR rtl-optimization/46034
2441 PR rtl-optimization/46212
2442 PR rtl-optimization/46248
2443 * gcc.c-torture/compile/pr46034.c: New test.
2444 * gcc.c-torture/compile/pr46248.c: New test.
2445 * gcc.dg/pr46212.c: New test.
2447 2010-11-02 Eric Botcazou <ebotcazou@adacore.com>
2449 * gnat.dg/sizetype4.adb: New test.
2451 2010-11-02 H.J. Lu <hongjiu.lu@intel.com>
2453 * gcc.target/i386/avx-vzeroupper-15.c: New.
2454 * gcc.target/i386/avx-vzeroupper-16.c: Likewise.
2455 * gcc.target/i386/avx-vzeroupper-17.c: Likewise.
2456 * gcc.target/i386/avx-vzeroupper-18.c: Likewise.
2459 * gcc.target/i386/pr46253.c: New.
2461 2010-11-02 Steven G. Kargl <kargl@gcc.gnu.org>
2462 Tobias Burnus <burnus@net-b.de>
2465 * gfortran.dg/deferred_type_param_1.f90: New.
2466 * gfortran.dg/deferred_type_param_2.f90: New.
2467 * gfortran.dg/initialization_1.f90: Update dg-errors.
2468 * gfortran.dg/initialization_9.f90: Update dg-errors.
2470 2010-11-02 Richard Guenther <rguenther@suse.de>
2472 PR tree-optimization/46149
2473 * g++.dg/torture/pr46149.C: New testcase.
2475 2010-11-02 Richard Guenther <rguenther@suse.de>
2477 PR tree-optimization/46216
2478 * gcc.dg/torture/pr46216.c: New testcase.
2480 2010-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2483 * lib/target-supports.exp (add_options_for_tls): Pass -pthread for
2486 2010-11-02 Richard Guenther <rguenther@suse.de>
2488 PR tree-optimization/46184
2489 * gcc.dg/pr46184.c: New testcase.
2491 2010-11-02 Richard Guenther <rguenther@suse.de>
2493 PR tree-optimization/46177
2494 * gcc.dg/pr46177.c: New testcase.
2496 2010-11-02 Martin Jambor <mjambor@suse.cz>
2499 * g++.dg/ipa/ivinline-9.C: New test.
2501 2010-11-02 Martin Jambor <mjambor@suse.cz>
2503 PR tree-optimization/45875
2504 * g++.dg/torture/pr45875.C: New test.
2506 2010-11-02 Richard Guenther <rguenther@suse.de>
2509 * gcc.dg/tree-ssa/ssa-ccp-32.c: Fix operator precedence.
2511 2010-11-02 Jakub Jelinek <jakub@redhat.com>
2514 * gcc.dg/pr46255.c: New test.
2516 2010-11-02 Dodji Seketeli <dodji@redhat.com>
2520 * g++.dg/template/sfinae26.C: New test.
2521 * g++.dg/template/sfinae27.C: Likewise.
2523 2010-11-02 Dodji Seketeli <dodji@redhat.com>
2526 * g++.dg/template/typedef36.C: New test.
2527 * gcc/testsuite/g++.dg/template/canon-type-9.C: Likewise.
2528 * g++.dg/template/canon-type-10.C: Likewise.
2529 * g++.dg/template/canon-type-11.C: Likewise.
2530 * g++.dg/template/canon-type-12.C: Likewise.
2531 * g++.dg/template/canon-type-13.C: Likewise.
2533 2010-11-02 Iain Sandoe <iains@gcc.gnu.org>
2535 * g++.dg/debug/dwarf2/pubnames-1.C: Amend to check for only one
2536 instance of debug_pubnames on darwin.
2538 2010-11-01 Jason Merrill <jason@redhat.com>
2539 Benjamin Kosnik <bkoz@redhat.com>
2541 * g++.dg/cpp0x/constexpr-initlist2.C: New.
2542 * g++.dg/cpp0x/constexpr-initlist3.C: New.
2544 * g++.dg/cpp0x/constexpr-array-ptr.C: New.
2545 * g++.dg/cpp0x/constexpr-array-ptr2.C: New.
2546 * g++.dg/cpp0x/constexpr-array-ptr3.C: New.
2547 * g++.dg/cpp0x/constexpr-array-ptr4.C: New.
2548 * g++.dg/cpp0x/constexpr-array-ptr5.C: New.
2549 * g++.dg/cpp0x/constexpr-array-ptr6.C: New.
2550 * g++.dg/cpp0x/constexpr-array.C: New.
2551 * g++.dg/cpp0x/constexpr-base.C: New.
2552 * g++.dg/cpp0x/constexpr-complex.C: New.
2553 * g++.dg/cpp0x/constexpr-data1.C: New.
2554 * g++.dg/cpp0x/constexpr-data2.C: New.
2555 * g++.dg/cpp0x/constexpr-deref.C: New.
2556 * g++.dg/cpp0x/constexpr-diag1.C: New.
2557 * g++.dg/cpp0x/constexpr-eh-spec.C: New.
2558 * g++.dg/cpp0x/constexpr-ellipsis.C: New.
2559 * g++.dg/cpp0x/constexpr-ellipsis2.C: New.
2560 * g++.dg/cpp0x/constexpr-empty.C: New.
2561 * g++.dg/cpp0x/constexpr-empty2.C: New.
2562 * g++.dg/cpp0x/constexpr-empty3.C: New.
2563 * g++.dg/cpp0x/constexpr-empty4.C: New.
2564 * g++.dg/cpp0x/constexpr-empty5.C: New.
2565 * g++.dg/cpp0x/constexpr-ex1.C: New.
2566 * g++.dg/cpp0x/constexpr-ex2.C: New.
2567 * g++.dg/cpp0x/constexpr-ex3.C: New.
2568 * g++.dg/cpp0x/constexpr-ex4.C: New.
2569 * g++.dg/cpp0x/constexpr-explicit-inst.C: New.
2570 * g++.dg/cpp0x/constexpr-fnptr.C: New.
2571 * g++.dg/cpp0x/constexpr-function1.C: New.
2572 * g++.dg/cpp0x/constexpr-function2.C: New.
2573 * g++.dg/cpp0x/constexpr-function3.C: New.
2574 * g++.dg/cpp0x/constexpr-ice.C: New.
2575 * g++.dg/cpp0x/constexpr-initlist.C: New.
2576 * g++.dg/cpp0x/constexpr-neg1.C: New.
2577 * g++.dg/cpp0x/constexpr-noexcept.C: New.
2578 * g++.dg/cpp0x/constexpr-noexcept2.C: New.
2579 * g++.dg/cpp0x/constexpr-noexcept3.C: New.
2580 * g++.dg/cpp0x/constexpr-noexcept4.C: New.
2581 * g++.dg/cpp0x/constexpr-non-const-arg.C: New.
2582 * g++.dg/cpp0x/constexpr-nonlit.C: New.
2583 * g++.dg/cpp0x/constexpr-nonlit2.C: New.
2584 * g++.dg/cpp0x/constexpr-nullptr.C: New.
2585 * g++.dg/cpp0x/constexpr-object1.C: New.
2586 * g++.dg/cpp0x/constexpr-object2.C: New.
2587 * g++.dg/cpp0x/constexpr-overflow.C: New.
2588 * g++.dg/cpp0x/constexpr-pedantic.C: New.
2589 * g++.dg/cpp0x/constexpr-pos1.C: New.
2590 * g++.dg/cpp0x/constexpr-potential1.C: New.
2591 * g++.dg/cpp0x/constexpr-ptrmem.C: New.
2592 * g++.dg/cpp0x/constexpr-pure.C: New.
2593 * g++.dg/cpp0x/constexpr-static.C: New.
2594 * g++.dg/cpp0x/constexpr-static2.C: New.
2595 * g++.dg/cpp0x/constexpr-static3.C: New.
2596 * g++.dg/cpp0x/constexpr-static4.C: New.
2597 * g++.dg/cpp0x/constexpr-static5.C: New.
2598 * g++.dg/cpp0x/constexpr-static6.C: New.
2599 * g++.dg/cpp0x/constexpr-string.C: New.
2600 * g++.dg/cpp0x/constexpr-switch.C: New.
2601 * g++.dg/cpp0x/constexpr-targ.C: New.
2602 * g++.dg/cpp0x/constexpr-throw.C: New.
2603 * g++.dg/cpp0x/constexpr-typeid.C: New.
2604 * g++.dg/cpp0x/constexpr-union.C: New.
2605 * g++.dg/cpp0x/constexpr-value.C: New.
2606 * g++.dg/cpp0x/constexpr-value2.C: New.
2607 * g++.dg/cpp0x/constexpr-variadic.C: New.
2608 * g++.dg/cpp0x/initlist5.C: Use constexpr.
2609 * g++.dg/cpp0x/static_assert3.C: Add expected error.
2610 * g++.dg/other/fold1.C: Likewise.
2611 * g++.dg/parse/crash36.C: Likewise.
2612 * g++.dg/parse/constant4.C: Adjust expected error.
2613 * g++.dg/template/arg5.C: Likewise.
2614 * g++.dg/template/non-dependent10.C: Likewise.
2615 * g++.dg/template/qualified-id3.C: Likewise.
2616 * g++.dg/warn/overflow-warn-1.C: Likewise.
2617 * g++.dg/warn/overflow-warn-3.C: Likewise.
2618 * g++.dg/warn/overflow-warn-4.C: Likewise.
2619 * g++.old-deja/g++.pt/crash10.C: Likewise.
2621 * g++.dg/cpp0x/constexpr-ctor2.C: New.
2623 2010-11-01 Nicola Pero <nicola.pero@meta-innovation.com>
2625 Implemented format and noreturn attributes for Objective-C methods.
2626 * objc.dg/attributes/method-attribute-2.m: Updated warnings.
2627 * objc.dg/attributes/method-deprecated-1.m: New.
2628 * objc.dg/attributes/method-deprecated-2.m: New.
2629 * objc.dg/attributes/method-deprecated-3.m: New.
2630 * objc.dg/attributes/method-noreturn-1.m: New.
2631 * objc.dg/attributes/method-sentinel-1.m: New.
2632 * objc.dg/attributes/method-format-1.m: New.
2633 * obj-c++.dg/attributes/method-attribute-2.mm: Updated warnings.
2634 * obj-c++.dg/attributes/method-deprecated-1.mm: New.
2635 * obj-c++.dg/attributes/method-deprecated-2.mm: New.
2636 * obj-c++.dg/attributes/method-deprecated-3.mm: New.
2637 * obj-c++.dg/attributes/method-noreturn-1.mm: New.
2638 * obj-c++.dg/attributes/method-sentinel-1.mm: New.
2639 * obj-c++.dg/attributes/method-format-1.mm: New.
2641 2010-11-01 Nicola Pero <nicola.pero@meta-innovation.com>
2643 * objc.dg/property/at-property-deprecated-1.m: New.
2644 * obj-c++.dg/property/at-property-deprecated-1.mm: New.
2646 2010-11-01 Nicola Pero <nicola.pero@meta-innovation.com>
2648 Implemented Objective-C 2.0 property accessors.
2649 * objc.dg/property/at-property-6.m: Use nonatomic properties to
2650 avoid testing more complex accessors in this testcase which is not
2652 * objc.dg/property/at-property-7.m: Same change.
2653 * objc.dg/property/at-property-8.m: Same change.
2654 * objc.dg/property/at-property-9.m: Same change.
2655 * objc.dg/property/at-property-10.m: Same change.
2656 * objc.dg/property/at-property-11.m: Same change.
2657 * obj-c++.dg/property/at-property-6.mm: Same change.
2658 * obj-c++.dg/property/at-property-7.mm: Same change.
2659 * obj-c++.dg/property/at-property-8.mm: Same change.
2660 * obj-c++.dg/property/at-property-9.mm: Same change.
2661 * obj-c++.dg/property/at-property-10.mm: Same change.
2662 * obj-c++.dg/property/at-property-11.mm: Same change.
2663 * objc.dg/property/at-property-12.m: New.
2664 * objc.dg/property/at-property-13.m: New.
2665 * obj-c++.dg/property/at-property-12.mm: New.
2666 * obj-c++.dg/property/at-property-13.mm: New.
2668 2010-11-01 Steven G. Kargl <kargl@gcc.gnu.org>
2671 * gfortran.dg/select_type_11.f03: Update dg-error phrase.
2672 * gfortran.dg/allocate_with_typespec_4.f90: New test.
2673 * gfortran.dg/allocate_with_typespec_1.f90: New test.
2674 * gfortran.dg/allocate_with_typespec_2.f: New test.
2675 * gfortran.dg/allocate_with_typespec_3.f90: New test.
2676 * gfortran.dg/allocate_derived_1.f90: Update dg-error phrase.
2677 * gfortran.dg/select_type_1.f03: Update dg-error phrase.
2679 2010-11-01 H.J. Lu <hongjiu.lu@intel.com>
2680 Nathan Froyd <froydnj@codesourcery.com>
2682 PR tree-optimization/46259
2683 * gfortran.dg/pr46259.f: New testcase.
2685 2010-11-01 Paul Koning <ni1d@arrl.net>
2687 * gcc.c-torture/compile/20080625-1.c: Skip if pdp11.
2688 * gcc.c-torture/compile/20020604-1.c: Ditto.
2689 * gcc.c-torture/compile/20001226-1.c: Ditto.
2690 * gcc.c-torture/compile/20010327-1.c: Ditto.
2691 * gcc.c-torture/compile/limits-stringlit.c: Ditto.
2692 * gcc.c-torture/compile/pr43191.c: Ditto.
2693 * gcc.c-torture/compile/pr41181.c: Ditto.
2695 2010-10-31 Richard Henderson <rth@redhat.com>
2697 * lib/target-supports.exp
2698 (check_effective_target_automatic_stack_alignment): True for
2699 x86 but not windows.
2700 * g++.dg/torture/stackalign/stackalign.exp: Use it to protect
2701 use of the preferred-stack-boundary arguments.
2702 * gcc.dg/torture/stackalign/stackalign.exp: Likewise.
2704 2010-10-31 H.J. Lu <hongjiu.lu@intel.com>
2707 * gcc.target/i386/fma3-builtin-2.c: Add -mtune=generic.
2708 * gcc.target/i386/fma4-builtin-2.c: Likewise.
2710 2010-10-31 Richard Sandiford <rdsandiford@googlemail.com>
2712 * gcc.dg/stack-usage-1.c (SIZE): Increase to 248 for some MIPS targets.
2714 2010-10-31 Richard Sandiford <rdsandiford@googlemail.com>
2716 * gcc.dg/tls/thr-init-1.c: Fix order of dg-do.
2717 * gcc.dg/tls/thr-init-2.c: Likewise. Require tls_runtime rather
2719 * gcc.dg/torture/tls/thr-init-1.c: Require tls_runtime rather than tls.
2720 * gcc.dg/torture/tls/thr-init-2.c: Likewise.
2721 * objc.dg/torture/tls/thr-init.m: Likewise.
2722 * objc.dg/torture/tls/thr-init-2.m: Likewise.
2723 * objc.dg/torture/tls/thr-init-3.m: Likewise.
2725 2010-10-31 Richard Sandiford <rdsandiford@googlemail.com>
2727 * gcc.c-torture/execute/20101011-1.c: Skip for MIPS unless running
2730 2010-10-30 Janus Weil <janus@gcc.gnu.org>
2735 * gfortran.dg/typebound_generic_10.f03: New.
2737 2010-10-30 Nicola Pero <nicola.pero@meta-innovation.com>
2739 Implemented Objective-C 2.0 @property, @synthesize and @dynamic.
2740 * objc.dg/property/property-neg-1.m: Updated for changes in the
2741 syntax of @property and the implementation of
2742 @synthesize/@dynamic.
2743 * objc.dg/property/property-neg-2.m: Same change.
2744 * objc.dg/property/property-neg-3.m: Same change.
2745 * objc.dg/property/property-neg-4.m: Same change.
2746 * objc.dg/property/property-neg-5.m: Same change.
2747 * objc.dg/property/property-neg-7.m: Same change.
2748 * objc.dg/property/property-1.m: Same change.
2749 * objc.dg/property/synthesize-1.m: Same change.
2750 * objc.dg/property/at-property-2.m: Same change.
2751 * objc.dg/property/at-property-4.m: Same change.
2753 * objc.dg/property/fsf-property-method-acces.m: Updated for
2754 changes in the syntax of @property and the implementation of
2755 @synthesize/@dynamic. Use the same code for GNU and NeXT runtime.
2756 * objc.dg/property/fsf-property-basic.m: Same change.
2757 * objc.dg/property/fsf-property-named-ivar.m: Same change.
2759 * objc.dg/property/at-property-5.m: New.
2760 * objc.dg/property/at-property-6.m: New.
2761 * objc.dg/property/at-property-7.m: New.
2762 * objc.dg/property/at-property-8.m: New.
2763 * objc.dg/property/at-property-9.m: New.
2764 * objc.dg/property/at-property-10.m: New.
2765 * objc.dg/property/at-property-11.m: New.
2766 * objc.dg/property/synthesize-2.m: New.
2767 * objc.dg/property/dynamic-2.m: New.
2769 * obj-c++.dg/property/property-neg-1.mm: Updated for changes in the
2770 syntax of @property and the implementation of
2771 @synthesize/@dynamic.
2772 * obj-c++.dg/property/property-neg-2.mm: Same change.
2773 * obj-c++.dg/property/property-neg-3.mm: Same change.
2774 * obj-c++.dg/property/property-neg-4.mm: Same change.
2775 * obj-c++.dg/property/property-neg-5.mm: Same change.
2776 * obj-c++.dg/property/property-neg-7.mm: Same change.
2777 * obj-c++.dg/property/property-1.mm: Same change.
2778 * obj-c++.dg/property/synthesize-1.mm: Same change.
2779 * obj-c++.dg/property/at-property-2.mm: Same change.
2780 * obj-c++.dg/property/at-property-4.mm: Same change.
2782 * obj-c++.dg/property/fsf-property-method-acces.mm: Updated for
2783 changes in the syntax of @property and the implementation of
2784 @synthesize/@dynamic. Use the same code for GNU and NeXT runtime.
2785 * obj-c++.dg/property/fsf-property-basic.mm: Same change.
2786 * obj-c++.dg/property/fsf-property-named-ivar.mm: Same change.
2788 * obj-c++.dg/property/at-property-5.mm: New.
2789 * obj-c++.dg/property/at-property-6.mm: New.
2790 * obj-c++.dg/property/at-property-7.mm: New.
2791 * obj-c++.dg/property/at-property-8.mm: New.
2792 * obj-c++.dg/property/at-property-9.mm: New.
2793 * obj-c++.dg/property/at-property-10.mm: New.
2794 * obj-c++.dg/property/at-property-11.mm: New.
2795 * obj-c++.dg/property/synthesize-2.mm: New.
2796 * obj-c++.dg/property/dynamic-2.mm: New.
2798 2010-10-29 Artjoms Sinkarovs <artyom.shinakroff@gmail.com>
2799 Andrew Pinski <pinskia@gmail.com>
2801 * gcc.c-torture/execute/vector-shift.c: New testcase.
2802 * gcc.c-torture/execute/vector-shift1.c: Likewise.
2803 * gcc.c-torture/execute/vector-shift2.c: Likewise.
2804 * gcc.dg/vector-shift.c: Likewise.
2805 * gcc.dg/vector-shift1.c: Likewise.
2806 * gcc.dg/torture/vector-shift2.c: Likewise.
2807 * gcc.dg/vector-shift3.c: Likewise.
2808 * gcc.dg/simd-1b.c: Adjust.
2810 2010-10-29 Kaz Kojima <kkojima@gcc.gnu.org>
2812 * gcc.c-torture/execute/20101011-1.c: Skip on SH.
2814 2010-10-29 Pat Haugen <pthaugen@us.ibm.com>
2816 * gcc.c-torture/execute/20101011-1.c: Fix #ifdef.
2818 2010-10-28 Uros Bizjak <ubizjak@gmail.com>
2821 * gcc.target/i386/pr46153.c: New test.
2823 2010-10-27 Jason Merrill <jason@redhat.com>
2825 * g++.dg/cpp0x/constexpr-is_literal.C: New.
2827 2010-10-27 Janus Weil <janus@gcc.gnu.org>
2830 * gfortran.dg/class_dummy_3.f03: New.
2832 2010-10-27 H.J. Lu <hongjiu.lu@intel.com>
2834 * gcc.target/i386/avx-vzeroupper-1.c: Add -mtune=generic.
2835 * gcc.target/i386/avx-vzeroupper-2.c: Likewise.
2837 * gcc.target/i386/avx-vzeroupper-3.c: New.
2838 * gcc.target/i386/avx-vzeroupper-4.c: Likewise.
2839 * gcc.target/i386/avx-vzeroupper-5.c: Likewise.
2840 * gcc.target/i386/avx-vzeroupper-6.c: Likewise.
2841 * gcc.target/i386/avx-vzeroupper-7.c: Likewise.
2842 * gcc.target/i386/avx-vzeroupper-8.c: Likewise.
2843 * gcc.target/i386/avx-vzeroupper-9.c: Likewise.
2844 * gcc.target/i386/avx-vzeroupper-10.c: Likewise.
2845 * gcc.target/i386/avx-vzeroupper-11.c: Likewise.
2846 * gcc.target/i386/avx-vzeroupper-12.c: Likewise.
2847 * gcc.target/i386/avx-vzeroupper-13.c: Likewise.
2848 * gcc.target/i386/avx-vzeroupper-14.c: Likewise.
2850 2010-10-27 Nicola Pero <nicola.pero@meta-innovation.com>
2852 * obj-c.dg/property/at-property-4.m: New.
2853 * obj-c++.dg/property/at-property-4.mm: New.
2854 * obj-c++.dg/property/property-neg-5.m: Updated testcase for
2856 * obj-c++.dg/property/property-neg-5.mm: Updated testcase for
2859 2010-10-27 Nicola Pero <nicola.pero@meta-innovation.com>
2861 * objc.dg/property/at-property-1.m: New.
2862 * objc.dg/property/at-property-2.m: New.
2863 * objc.dg/property/at-property-3.m: New.
2864 * objc.dg/ivar-invalid-type-1.m: New.
2865 * obj-c++.dg/property/at-property-1.mm: New.
2866 * obj-c++.dg/property/at-property-2.mm: New.
2867 * obj-c++.dg/property/at-property-3.mm: New.
2868 * obj-c++.dg/ivar-invalid-type-1.mm: New.
2869 * objc.dg/property/property-neg-6.m: Updated testcase for updates
2872 2010-10-26 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2874 PR libgfortran/46010
2875 * gfortran.dg/namelist_66.f90: New test.
2876 * gfortran.dg/fmt_t_6.f: Fix whitespace.
2878 2010-10-26 Janus Weil <janus@gcc.gnu.org>
2881 * gfortran.dg/allocatable_scalar_9.f90: Extended.
2882 * gfortran.dg/allocatable_scalar_10.f90: New.
2883 * gfortran.dg/class_19.f03: Extended.
2885 2010-10-26 Jan Hubicka <jh@suse.cz>
2888 * testsuite/gcc.dg/lto/pr45736_0.c: New function.
2890 2010-10-26 Ira Rosen <irar@il.ibm.com>
2892 PR tree-optimization/46167
2893 * gcc.dg/vect/O-pr46167.c: New.
2894 * gcc.dg/vect/vect.exp: Run tests with -O.
2896 2010-10-26 H.J. Lu <hongjiu.lu@intel.com>
2899 * g++.dg/abi/param2.C: Add -Wno-psabi for ilp32 x86.
2900 * g++.dg/vect/pr33860a.cc: Likewise.
2901 * gcc.c-torture/compile/20070522-1.c: Likewise.
2902 * gcc.dg/compat/struct-align-1_x.c: Likewise.
2903 * gcc.dg/compat/struct-align-1_y.c: Likewise.
2904 * gcc.dg/compat/struct-align-2_x.c: Likewise.
2905 * gcc.dg/compat/struct-align-2_y.c: Likewise.
2906 * gcc.dg/pr44136.c: Likewise.
2908 * gcc.c-torture/compile/pr33617.c: Add -Wno-psabi for x86.
2909 * gcc.dg/compat/vector-1_x.c: Likewise.
2910 * gcc.dg/compat/vector-1_y.c: Likewise.
2911 * gcc.dg/compat/vector-2_x.c: Likewise.
2912 * gcc.dg/compat/vector-2_y.c: Likewise.
2913 * gcc.dg/pr43300.c: Likewise.
2915 * gcc.dg/compat/vector-1a_x.c: Add -Wno-psabi.
2916 * gcc.dg/compat/vector-1a_y.c: Likewise.
2917 * gcc.dg/compat/vector-1b_x.c: Likewise.
2918 * gcc.dg/compat/vector-1b_y.c: Likewise.
2919 * gcc.dg/compat/vector-2a_x.c: Likewise.
2920 * gcc.dg/compat/vector-2a_y.c: Likewise.
2921 * gcc.dg/compat/vector-2b_x.c: Likewise.
2922 * gcc.dg/compat/vector-2b_y.c: Likewise.
2923 * gcc.target/i386/pr39162.c: Likewise.
2924 * gcc.target/i386/pr40906-2.c: Likewise.
2925 * gcc.target/i386/sse-5.c: Likewise.
2927 * gcc.dg/pr35442.c: Prune ABI change warnings.
2929 * gcc.c-torture/execute/pr38151.x: New.
2930 * gcc.target/i386/pr44948-1a.c: Likewise.
2931 * gcc.target/i386/pr44948-1b.c: Likewise.
2932 * gcc.target/i386/pr44948-2a.c: Likewise.
2933 * gcc.target/i386/pr44948-2b.c: Likewise.
2935 2010-10-26 Ian Lance Taylor <iant@google.com>
2938 * gcc.c-torture/execute/20101025-1.c: New test.
2940 2010-10-26 Tobias Burnus <burnus@net-b.de>
2943 * gfortran.dg/class_allocate_5.f90: New.
2945 2010-10-25 Rodrigo Rivas Costa <rodrigorivascosta@gmail.com>
2947 Implement opaque-enum-specifiers for C++0x
2948 * g++.dg/cpp0x/forw_enum1.C: New.
2949 * g++.dg/cpp0x/forw_enum2.C: New.
2950 * g++.dg/cpp0x/forw_enum3.C: New.
2951 * g++.dg/cpp0x/forw_enum4.C: New.
2952 * g++.dg/cpp0x/forw_enum5.C: New.
2953 * g++.dg/cpp0x/forw_enum6.C: New.
2954 * g++.dg/cpp0x/forw_enum7.C: New.
2955 * g++.dg/cpp0x/forw_enum8.C: New.
2956 * g++.dg/cpp0x/forw_enum9.C: New.
2957 * g++.dg/parse/enum3.C: Add new errors.
2958 * g++.dg/cpp0x/scoped_enum.C: Avoid unwanted warning.
2959 * g++.dg/cpp0x/auto9.C: Add new error.
2960 * g++.dg/template/crash79.C: Add new errors.
2962 2010-10-26 Jie Zhang <jie@codesourcery.com>
2964 * gcc.target/arm/volatile-bitfields-1.c: New test.
2965 * gcc.target/arm/volatile-bitfields-2.c: New test.
2966 * gcc.target/arm/volatile-bitfields-3.c: New test.
2968 2010-10-25 Eric Botcazou <ebotcazou@adacore.com>
2970 * gnat.dg/pointer_discr1.adb: New test.
2971 * gnat.dg/pointer_discr1_pkg1.ads: New helper.
2972 * gnat.dg/pointer_discr1_pkg2.ads: Likewise.
2973 * gnat.dg/pointer_discr1_pkg3.ads: Likewise.
2975 2010-10-25 Eric Botcazou <ebotcazou@adacore.com>
2977 * gnat.dg/loop_optimization8.adb: New test.
2978 * gnat.dg/loop_optimization8_pkg1.ad[sb]: New helper.
2979 * gnat.dg/loop_optimization8_pkg2.ad[sb]: Likewise.
2981 2010-10-25 Eric Botcazou <ebotcazou@adacore.com>
2983 * gnat.dg/in_out_parameter2.adb: New test.
2984 * gnat.dg/in_out_parameter3.adb: Likewise.
2986 2010-10-25 Jie Zhang <jie@codesourcery.com>
2988 * g++.dg/opt/combine.c: New test.
2990 2010-10-24 Eric Botcazou <ebotcazou@adacore.com>
2992 * gnat.dg/opt7.ad[sb]: New test.
2993 * gnat.dg/opt7_pkg.ads: New helper.
2995 2010-10-24 Nicola Pero <nicola.pero@meta-innovation.com>
2998 * obj-c.dg/pr45735.mm: New.
2999 * obj-c++.dg/pr45735.mm: New.
3001 2010-10-24 Nicola Pero <nicola.pero@meta-innovation.com>
3004 * objc.dg/pr24393.m: New.
3005 * obj-c++.dg/pr24393.mm: New.
3007 2010-10-24 Nicola Pero <nicola.pero@meta-innovation.com>
3010 * objc.dg/pr28049.m: New.
3011 * obj-c++.dg/pr28049.mm: New.
3013 2010-10-24 Nicola Pero <nicola.pero@meta-innovation.com>
3015 * objc.dg/attributes/method-attribute-2.m: Updated test. Method
3016 parameter attributes are now supported.
3017 * obj-c++.dg/attributes/method-attribute-2.m: Same change.
3018 * objc.dg/attributes/parameter-attribute-1.m: New test.
3019 * objc.dg/attributes/parameter-attribute-2.m: New test.
3020 * obj-c++.dg/attributes/parameter-attribute-1.m: New test.
3021 * obj-c++.dg/attributes/parameter-attribute-2.m: New test.
3023 2010-10-23 Iain Sandoe <iains@gcc.gnu.org>
3025 Based on the CFString implementation in FSF apple/trunk branch.
3027 * gcc.dg/darwin-cfstring-1.c: New.
3028 * gcc.dg/darwin-cfstring-2.c: New.
3029 * gcc.dg/torture/darwin-cfstring-3.c: New.
3030 * g++.dg/other/darwin-cfstring1.C: New.
3031 * g++.dg/torture/darwin-cfstring-3.C: New.
3033 2010-10-23 Nicola Pero <nicola.pero@meta-innovation.com>
3035 * objc.dg/demangle-1.m: New test.
3036 * obj-c++.dg/demangle-1.mm: New test.
3037 * obj-c++.dg/demangle-2.mm: New test.
3038 * obj-c++.dg/demangle-3.mm: New test.
3040 2010-10-23 Ian Lance Taylor <iant@google.com>
3042 * gcc.c-torture/execute/20101011-1.c: New test.
3043 * gcc.c-torture/execute/20101011-1.x: New test driver.
3045 2010-10-23 Tobias Burnus <burnus@net-b.de>
3048 * gfortran.dg/protected_8.f90: New.
3050 2010-10-23 Joseph Myers <joseph@codesourcery.com>
3052 * gcc.dg/march-generic.c: Skip for -march in multilib options.
3053 * gcc.target/i386/isa-9.c: Skip for -march other than
3054 -march=amdfam10 in multilib options.
3055 * gcc.target/i386/pr42589.c: Skip for -march other than
3056 -march=i486 in multilib options.
3057 * gcc.target/i386/sse-19.c: Add -march=x86-64 option and skip for
3058 other -march in multilib options.
3060 2010-10-23 Jie Zhang <jie@codesourcery.com>
3062 PR rtl-optimization/37360
3063 * gcc.dg/pr37360.c: New test.
3065 2010-10-22 Michael Meissner <meissner@linux.vnet.ibm.com>
3067 * gcc.target/powerpc/ehreturn.c: Fix regexp in dg-final.
3069 2010-10-22 Artjoms Sinkarovs <artyom.shinakroff@gmail.com>
3070 Andrew Pinski <pinskia@gmail.com>
3072 * gcc.c-torture/execute/vector-subscript-1.c: Likewise.
3073 * gcc.c-torture/execute/vector-subscript-2.c: Likewise.
3074 * gcc.c-torture/execute/vector-subscript-3.c: New testcase.
3075 * gcc.dg/vector-subscript-1.c: Likewise.
3076 * gcc.dg/vector-subscript-2.c: Likewise.
3077 * gcc.dg/vector-subscript-3.c: New testcase.
3078 * gcc.dg/array-8.c: Adjust.
3080 2010-10-22 Richard Guenther <rguenther@suse.de>
3083 * c-c++-common/torture/pr46137.c: New testcase.
3085 2010-10-22 Jason Merrill <jason@redhat.com>
3088 * g++.dg/template/defarg14.C: New.
3090 2010-10-22 Jason Merrill <jason@redhat.com>
3093 * g++.dg/cpp0x/implicit10.C: New.
3095 2010-10-22 Uros Bizjak <ubizjak@gmail.com>
3098 * gcc.target/i386/pr46098.c: New test.
3100 2010-10-22 Richard Guenther <rguenther@suse.de>
3102 PR tree-optimization/45720
3103 * gcc.dg/torture/pr45720.c: New testcase.
3105 2010-10-22 Ira Rosen <irar@il.ibm.com>
3107 PR tree-optimization/46126
3108 * gcc.dg/vect/pr46126.c: New.
3110 2010-10-21 Iain Sandoe <iains@gcc.gnu.org>
3112 Based on the CFString implementation in FSF apple/trunk branch.
3114 * lib/objc-dg.exp (objc-dg-runtest): Merge flags and additional flags
3115 so that the latter can be used in dg-skip and dg-xfail clauses.
3116 * lib/obj-c++-dg.exp (obj-c++-dg-runtest): Likewise.
3117 * obj-c++.dg/template-4.mm: Don't use CFStrings on Darwin. Update test
3118 to use dg-additional-files for Object1.
3119 * obj-c++.dg/const-str-7.mm: Don't use CFStrings on Darwin. Update test
3120 to use dg-additional-files for Object1, move to torture/strings/.
3121 * obj-c++.dg/const-str-4.mm: Likewise.
3122 * obj-c++.dg/const-str-3.mm: Likewise.
3123 * obj-c++.dg/const-str-8.mm: Likewise.
3124 * obj-c++.dg/const-str-9.mm: Likewise.
3125 * obj-c++.dg/const-str-10.mm: Likewise.
3126 * obj-c++.dg/const-str-10.mm: Likewise.
3127 * obj-c++.dg/const-str-1.mm: Don't use CFStrings on Darwin. Update test
3128 to use dg-additional-files for Object1, move to strings/.
3129 * obj-c++.dg/const-str-2.mm: Likewise.
3130 * obj-c++.dg/const-str-5.mm: Likewise.
3131 * obj-c++.dg/const-str-6.mm: Likewise.
3132 * obj-c++.dg/const-str-12.mm: Likewise.
3133 * obj-c++.dg/strings/strings.exp: New.
3134 * obj-c++.dg/strings/const-cfstring-2.mm: New.
3135 * obj-c++.dg/strings/const-cfstring-5.mm: New.
3136 * obj-c++.dg/torture/strings/strings.exp: New.
3137 * obj-c++.dg/torture/strings/string1.mm: New.
3138 * obj-c++.dg/torture/strings/const-cfstring-1.mm: New.
3139 * obj-c++.dg/torture/strings/const-cfstring-3.mm: New.
3140 * obj-c++.dg/torture/strings/const-cfstring-4.mm: New.
3142 * objc/execute/string1.m: Don't use CFStrings on Darwin. Update test to
3143 use dg-additional-files for Object1, move to objc.dg/torture/strings/.
3144 * objc/execute/string2.m: Likewise.
3145 * objc/execute/string3.m: Likewise.
3146 * objc/execute/string3.m: Likewise.
3147 * objc.dg/foreach-2.m: Don't use CFStrings on Darwin.
3148 * objc.dg/foreach-4.m: Likewise.
3149 * objc.dg/foreach-5.m: Likewise.
3150 * objc.dg/const-str-3.m: Don't use CFStrings on Darwin. Update test to
3151 use dg-additional-files for Object1, move to objc.dg/torture/strings/.
3152 * objc.dg/const-str-4.m: Likewise.
3153 * objc.dg/const-str-7.m: Likewise.
3154 * objc.dg/const-str-8.m: Likewise.
3155 * objc.dg/const-str-9.m: Likewise.
3156 * objc.dg/const-str-10.m: Likewise.
3157 * objc.dg/const-str-11.m: Likewise.
3158 * objc.dg/const-str-1.m: Don't use CFStrings on Darwin. Update test
3159 to use dg-additional-files for Object1, move to objc.dg/strings/.
3160 * objc.dg/const-str-2.m: Likewise.
3161 * objc.dg/const-str-5.m: Likewise.
3162 * objc.dg/const-str-6.m: Likewise.
3163 * objc.dg/const-str-12.m: Likewise.
3164 * objc.dg/const-str-12b.m: Likewise.
3165 * objc.dg/strings/strings.exp: New.
3166 * objc.dg/strings/const-cfstring-2.m: New.
3167 * objc.dg/strings/const-cfstring-5.m: New.
3168 * objc.dg/torture/strings/strings.exp: New.
3169 * objc.dg/torture/strings/const-cfstring-1.m: New.
3170 * objc.dg/torture/strings/const-cfstring-3.m: New.
3171 * objc.dg/torture/strings/const-cfstring-4.m: New.
3173 2010-10-22 Marcus Shawcroft <marcus.shawcroft@arm.com>
3175 * gcc.target/arm/synchronize.c: Permit dmb or mcr in assembler scan.
3177 2010-10-21 Paolo Carlini <paolo.carlini@oracle.com>
3180 * g++.dg/parse/crash57.C: New.
3182 2010-10-21 Uros Bizjak <ubizjak@gmail.com>
3183 H.J. Lu <hongjiu.lu@intel.com>
3186 * gcc.target/i386/pr45946.c: New test.
3188 2010-10-21 Martin Jambor <mjambor@suse.cz>
3190 PR tree-optimization/45875
3191 * g++.dg/ipa/pr45875.C: New test.
3193 2010-10-21 Ira Rosen <irar@il.ibm.com>
3195 PR tree-optimization/46049
3196 PR tree-optimization/46052
3197 * gcc.dg/vect/pr46052.c: New test.
3198 * gcc.dg/vect/pr46049.c: New test.
3200 2010-10-21 Thomas Koenig <tkoenig@gcc.gnu.org>
3203 * gfortran.dg/shape_5.f90: New test case.
3205 2010-10-21 Janus Weil <janus@gcc.gnu.org>
3208 * gfortran.dg/proc_ptr_comp_25.f90: New.
3210 2010-10-21 Richard Guenther <rguenther@suse.de>
3211 Michael Matz <matz@suse.de>
3213 PR tree-optimization/45764
3214 * gcc.dg/torture/pr45764.c: New testcase.
3216 2010-10-21 Richard Guenther <rguenther@suse.de>
3218 PR tree-optimization/46111
3219 * g++.dg/torture/pr46111.C: New testcase.
3221 2010-10-21 Janus Weil <janus@gcc.gnu.org>
3224 * gfortran.dg/dummy_procedure_4.f90: New.
3225 * gfortran.dg/proc_ptr_30.f90: New.
3227 2010-10-21 Tobias Burnus <burnus@net-b.de>
3230 * gfortran.dg/ptr-func-1.f90: New.
3231 * gfortran.dg/ptr-func-2.f90: New.
3233 2010-10-20 Jakub Jelinek <jakub@redhat.com>
3235 PR tree-optimization/45919
3236 * gcc.c-torture/compile/pr45919.c: New test.
3238 PR tree-optimization/46066
3239 * gcc.dg/autopar/pr46066.c: New test.
3241 2010-10-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3244 * g++.dg/warn/miss-format-1.C: Enclose dg-error target list in braces.
3246 2010-10-20 Rodrigo Rivas Costa <rodrigorivascosta@gmail.com>
3249 * g++.dg/cpp0x/range-for7.C: New.
3251 2010-10-20 Richard Guenther <rguenther@suse.de>
3254 * g++.dg/lto/20101020-1_0.h: New testcase.
3255 * g++.dg/lto/20101020-1_0.C: Likewise.
3256 * g++.dg/lto/20101020-1_1.C: Likewise.
3258 2010-10-20 Dmitry Melnik <dm@ispras.ru>
3260 * gcc.dg/20101013-1.c: New test.
3262 2010-10-20 H.J. Lu <hongjiu.lu@intel.com>
3265 * gcc.target/i386/pr46085-1.c: New.
3266 * gcc.target/i386/pr46085-2.c: Likewise.
3268 2010-10-20 Richard Guenther <rguenther@suse.de>
3270 PR tree-optimization/45860
3271 * gcc.dg/torture/pr45860.c: New testcase.
3273 2010-10-20 Eric Botcazou <ebotcazou@adacore.com>
3275 * gnat.dg/discr25.adb: New test.
3276 * gnat.dg/discr25_pkg.ad[sb]: New helper.
3278 2010-10-20 Olivier Hainque <hainque@adacore.com>
3280 * gcc.target/powerpc/ehreturn.c: New test.
3282 2010-10-20 Nicola Pero <nicola.pero@meta-innovation.com>
3284 Merge from 'apple/trunk' branch on FSF servers. Test adapted to
3285 not require Foundation and run with the GNU runtime as well.
3287 2006-03-13 Fariborz Jahanian <fjahanian@apple.com>
3290 * obj-c++.dg/template-8.mm: New.
3292 2010-10-20 Nicola Pero <nicola.pero@meta-innovation.com>
3295 * objc.dg/pr23709.m: New.
3296 * obj-c++.dg/pr23709.m: New.
3298 2010-10-19 Paolo Carlini <paolo.carlini@oracle.com>
3301 * g++.dg/template/crash104.C: New.
3303 2010-10-19 Richard Henderson <rth@redhat.com>
3305 * gcc.target/i386/fma3-fma.c: New.
3306 * gcc.target/i386/fma3-builtin.c: New.
3307 * gcc.target/i386/fma4-builtin.c: New.
3309 2010-10-19 Richard Guenther <rguenther@suse.de>
3312 * gcc.dg/ipa/ipa-pta-10.c: Adjust.
3314 2010-10-18 Nicola Pero <nicola.pero@meta-innovation.com>
3316 Merge from 'apple/trunk' branch on FSF servers.
3318 2006-03-16 Fariborz Jahanian <fjahanian@apple.com>
3321 * objc.dg/proto-init-mimatch-1.m: New.
3322 * obj-c++.dg/proto-init-mimatch-1.mm: New.
3324 2010-10-18 Nicola Pero <nicola.pero@meta-innovation.com>
3326 Implemented parsing @synthesize and @dynamic for
3327 Objective-C/Objective-C++.
3328 * objc.dg/property/dynamic-1.m: New.
3329 * objc.dg/property/synthesize-1.m: New.
3330 * obj-c++.dg/property/dynamic-1.mm: New.
3331 * obj-c++.dg/property/synthesize-1.mm: New.
3333 2010-10-18 Nicola Pero <nicola.pero@meta-innovation.com>
3335 * objc.dg/at-class-1.m: New.
3336 * objc.dg/at-class-1.mm: New.
3338 2010-10-18 Steve Ellcey <sje@cup.hp.com>
3340 * gcc.c-torture/compile/920625-1.c: Remove dg-prune-output lines.
3342 2010-10-18 Nicola Pero <nicola.pero@meta-innovation.com>
3344 Merge from 'apple/trunk' branch on FSF servers.
3346 2006-01-17 Fariborz Jahanian <fjahanian@apple.com>
3349 * obj-c++.dg/template-7.mm: New.
3351 2010-10-18 Nicola Pero <nicola.pero@meta-innovation.com>
3353 * objc.dg/proto-qual-1.m: Adjust test for GNU runtime to match
3356 2010-10-18 Nicola Pero <nicola.pero@meta-innovation.com>
3358 Merge from 'apple/trunk' branch on FSF servers.
3360 2005-03-01 Fariborz Jahanian <fjahanian@apple.com>
3363 * obj-c++.dg/try-catch-16.mm: New.
3364 * obj-c++.dg/try-catch-17.mm: New.
3366 2005-11-08 Fariborz Jahanian <fjahanian@apple.com>
3369 * obj-c++.dg/try-catch-15.mm: New
3371 2005-10-07 Fariborz Jahanian <fjahanian@apple.com>
3374 * obj-c++.dg/try-catch-12.mm: New
3375 * obj-c++.dg/try-catch-13.mm: New
3376 * obj-c++.dg/try-catch-14.mm: New
3377 * objc.dg/try-catch-11.m: New
3378 * objc.dg/try-catch-12.m: New
3379 * objc.dg/try-catch-13.m: New
3381 2010-10-18 Richard Henderson <rth@redhat.com>
3383 * gcc.target/ia64/20101014.c: Fix double-paste of test case.
3385 2010-10-18 Jakub Jelinek <jakub@redhat.com>
3388 * c-c++-common/Wunused-var-13.c: New test.
3390 2010-10-18 Richard Guenther <rguenther@suse.de>
3392 PR tree-optimization/45967
3393 * gcc.dg/torture/pr45967.c: New testcase.
3394 * gcc.dg/ipa/ipa-pta-10.c: Adjust.
3395 * gcc.dg/ipa/ipa-pta-13.c: Likewise
3396 * gcc.dg/torture/pr39074-2.c: Likewise
3397 * gcc.dg/torture/pta-escape-1.c: Likewise
3398 * gcc.dg/torture/pta-ptrarith-1.c: Likewise
3399 * gcc.dg/tree-ssa/pta-callused.c: Likewise
3400 * gcc.dg/tree-ssa/pta-escape-1.c: Likewise
3401 * gcc.dg/tree-ssa/pta-escape-2.c: Likewise
3402 * gcc.dg/tree-ssa/pta-escape-3.c: Likewise
3403 * gcc.dg/tree-ssa/ssa-pre-21.c: Likewise
3405 2010-10-18 Kai Tietz <kai.tietz@onevision.com>
3407 * gfortran.dg/bessel_7.f90: Set xfail for mingw targets.
3409 2010-10-18 Richard Guenther <rguenther@suse.de>
3412 * g++.dg/lto/20101015-2_0.C: New testcase.
3414 2010-10-18 Jakub Jelinek <jakub@redhat.com>
3417 * gcc.c-torture/execute/pr46019.c: New test.
3419 2010-10-17 Nicola Pero <nicola.pero@meta-innovation.com>
3421 Merge from 'apple/trunk' branch on FSF servers.
3423 2006-04-19 Fariborz Jahanian <fjahanian@apple.com>
3426 * obj-c++.dg/method-namespace-2.mm: New.
3428 2010-10-17 Nicola Pero <nicola.pero@meta-innovation.com>
3430 Merge from 'apple/trunk' branch on FSF servers.
3432 2006-03-27 Fariborz Jahanian <fjahanian@apple.com>
3435 * objc.dg/private-1.m: Test modified.
3436 * obj-c++.dg/private-1.mm: Test modified.
3438 2010-10-17 Uros Bizjak <ubizjak@gmail.com>
3441 * gcc.target/i386/push-1.c: Remove.
3443 2010-10-17 Uros Bizjak <ubizjak@gmail.com>
3444 H.J. Lu <hongjiu.lu@intel.com>
3447 * gcc.target/i386/pr46051.c: New test.
3449 2010-10-17 Nicola Pero <nicola.pero@meta-innovation.com>
3451 * obj-c++.dg/gnu-api-2-class.mm: New.
3452 * obj-c++.dg/gnu-api-2-ivar.mm: New.
3453 * obj-c++.dg/gnu-api-2-method.mm: New.
3454 * obj-c++.dg/gnu-api-2-objc.mm: New.
3455 * obj-c++.dg/gnu-api-2-object.mm: New.
3456 * obj-c++.dg/gnu-api-2-property.mm: New.
3457 * obj-c++.dg/gnu-api-2-protocol.mm: New.
3458 * obj-c++.dg/gnu-api-2-sel.mm: New.
3460 2010-10-17 Iain Sandoe <iains@gcc.gnu.org>
3462 * objc.dg/fsf-package-0.m: New.
3463 * obj-c++.dg/fsf-package-0.m: New.
3465 2010-10-17 Nicola Pero <nicola.pero@meta-innovation.com>
3468 * objc.dg/pr18255.m: New.
3470 2010-10-16 Jan Hubicka <jh@suse.cz>
3473 * g++.dg/torture/pr44206.C: New.
3475 2010-10-16 Nicola Pero <nicola.pero@meta-innovation.com>
3477 * objc.dg/gnu-api-2-class.m: New.
3478 * objc.dg/gnu-api-2-objc.m: New.
3480 2010-10-16 Nicola Pero <nicola.pero@meta-innovation.com>
3482 * objc.dg/gnu-api-2-ivar.m: New.
3484 2010-10-15 Nicola Pero <nicola.pero@meta-innovation.com>
3486 * objc.dg/gnu-api-2-property.m: New.
3488 2010-10-15 Xinliang David Li &nbs