1 2010-12-11 Nicola Pero <nicola.pero@meta-innovation.com>
3 * objc.dg/gnu-api-2-resolve-method.m: New.
4 * obj-c++.dg/gnu-api-2-resolve-method.mm: New.
6 2010-12-10 Ahmad Sharif <asharif@google.com>
8 * gcc.target/i386/max-stack-align.c: New testcase.
10 2010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
12 * gcc.dg/funcorder.c: Remove XFAIL for hppa*64*-*-*.
14 2010-12-10 Nicola Pero <nicola.pero@meta-innovation.com>
16 * objc.dg/fobjc-std-1.m: Updated to test that class extensions
17 produce an error with -fobjc-std=objc1.
18 * obj-c++.dg/fobjc-std-1.mm: Same change.
20 2010-12-10 Jakub Jelinek <jakub@redhat.com>
23 * g++.dg/diagnostic/bitfld1.C: New test.
25 2010-12-10 Sebastian Pop <sebastian.pop@amd.com>
27 PR tree-optimization/43023
28 * gfortran.dg/ldist-1.f90: Adjust pattern.
29 * gfortran.dg/ldist-pr43023.f90: New.
31 2010-12-10 Jakub Jelinek <jakub@redhat.com>
33 PR rtl-optimization/46804
34 * gfortran.dg/pr46804.f90: New test.
36 2010-12-10 Dave Korn <dave.korn.cygwin@gmail.com>
40 * gcc.dg/pr43157.c: New file.
42 2010-12-10 Nathan Froyd <froydnj@codesourcery.com>
44 * gcc.dg/dfp/struct-union.c: Adjust.
45 * gcc.dg/lvalue-2.c: Adjust.
46 * gcc.dg/pr21419.c: Adjust.
47 * gcc.dg/qual-component-1.c: Adjust.
48 * g++.dg/other/const1.C: Adjust.
50 2010-12-10 Jakub Jelinek <jakub@redhat.com>
52 PR rtl-optimization/46865
53 * gcc.target/i386/pr46865-1.c: New test.
54 * gcc.target/i386/pr46865-2.c: New test.
56 PR tree-optimization/46864
57 * g++.dg/opt/pr46864.C: New test.
59 2010-12-10 Jack Howarth <howarth@bromo.med.uc.edu>
60 Iain Sandoe <iains@gcc.gnu.org>
63 * lib/prune.exp: Prune dsymutil warnings.
65 2010-12-10 Nicola Pero <nicola.pero@meta-innovation.com>
67 * objc.dg/class-extension-1.m: New.
68 * objc.dg/class-extension-2.m: New.
69 * objc.dg/class-extension-3.m: New.
70 * objc.dg/property/at-property-26.m: New.
71 * objc.dg/property/at-property-27.m: New.
72 * objc.dg/property/at-property-28.m: New.
73 * obj-c++.dg/class-extension-1.mm: New.
74 * obj-c++.dg/class-extension-2.mm: New.
75 * obj-c++.dg/class-extension-3.mm: New.
76 * obj-c++.dg/property/at-property-26.mm: New.
77 * obj-c++.dg/property/at-property-27.mm: New.
78 * obj-c++.dg/property/at-property-28.mm: New.
80 2010-12-09 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
83 * gcc.dg/torture/stackalign/nested-1.c: Skip on hppa*-*-hpux*.
84 * gcc.dg/torture/stackalign/vararg-1.c: Likewise.
85 * gcc.dg/torture/stackalign/nested-2.c: Likewise.
86 * gcc.dg/torture/stackalign/vararg-2.c: Likewise.
87 * gcc.dg/torture/stackalign/nested-3.c: Likewise.
88 * gcc.dg/torture/stackalign/nested-4.c: Likewise.
89 * gcc.dg/torture/stackalign/global-1.c: Likewise.
90 * gcc.dg/torture/stackalign/ret-struct-1.c: Likewise.
91 * gcc.dg/torture/stackalign/inline-1.c: Likewise.
92 * gcc.dg/torture/stackalign/inline-2.c: Likewise.
93 * gcc.dg/torture/stackalign/struct-1.c: Likewise.
94 * gcc.dg/torture/stackalign/pr16660-1.c: Likewise.
95 * gcc.dg/torture/stackalign/alloca-1.c: Likewise.
96 * g++.dg/torture/stackalign/throw-1.C: Likewise.
97 * g++.dg/torture/stackalign/throw-2.C: Likewise.
98 * g++.dg/torture/stackalign/throw-4.C: Likewise.
99 * g++.dg/torture/stackalign/eh-inline-1.C: Likewise.
100 * g++.dg/torture/stackalign/eh-inline-2.C: Likewise.
101 * g++.dg/torture/stackalign/eh-vararg-1.C: Likewise.
102 * g++.dg/torture/stackalign/eh-vararg-2.C: Likewise.
103 * g++.dg/torture/stackalign/eh-alloca-1.C: Likewise.
104 * g++.dg/torture/stackalign/eh-global-1.C: Likewise.
106 PR tree-optimization/46021
107 gcc.dg/tree-ssa/20040204-1.c: Remove XFAIL for hppa*-*.*.
109 2010-12-09 Richard Guenther <rguenther@suse.de>
112 * gcc.c-torture/compile/pr46866.c: New testcase.
114 2010-12-09 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
117 * g++.dg/debug/dwarf2/nested-2.C: Also match comments starting with ';'.
119 2010-12-09 Martin Jambor <mjambor@suse.cz>
122 * g++.dg/tree-ssa/pr46734.C: New test.
124 2010-12-09 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
127 * lib/scanasm.exp (dg-function-on-line): Add match pattern for
130 2010-12-08 Jason Merrill <jason@redhat.com>
133 * g++.dg/cpp0x/constexpr-array2.C: New.
135 2010-12-08 H.J. Lu <hongjiu.lu@intel.com>
137 * gcc.target/i386/sse2-init-v2di-2.c: Add "-dp" and update
140 2010-12-08 Nicola Pero <nicola.pero@meta-innovation.com>
142 * objc.dg/exceptions-7.m: New.
143 * obj-c++.dg/exceptions-7.mm: New.
144 * obj-c++.dg/exceptions-3.mm: Adjust for new C++ messages.
145 * obj-c++.dg/exceptions-5.mm: Same change.
147 2010-12-08 Nicola Pero <nicola.pero@meta-innovation.com>
149 * objc.dg/foreach-6.m: Updated location of error messages.
150 * objc.dg/foreach-7.m: Same change.
152 2010-12-08 Richard Guenther <rguenther@suse.de>
153 Sebastian Pop <sebastian.pop@amd.com>
155 PR tree-optimization/45230
156 PR tree-optimization/45231
157 PR tree-optimization/45370
158 * gcc.dg/graphite/id-pr45230-1.c: New.
159 * gcc.dg/graphite/id-pr45231.c: New.
160 * gfortran.dg/graphite/id-pr45370.f90: New.
162 2010-12-08 Nathan Froyd <froydnj@codesourcery.com>
165 * testsuite/g++.dg/conversion/ambig1.C: Adjust.
166 * testsuite/g++.dg/conversion/op1.C: Adjust.
167 * testsuite/g++.dg/conversion/simd1.C: Adjust.
168 * testsuite/g++.dg/cpp0x/defaulted14.C: Adjust.
169 * testsuite/g++.dg/cpp0x/defaulted18.C: Adjust.
170 * testsuite/g++.dg/cpp0x/defaulted20.C: Adjust.
171 * testsuite/g++.dg/cpp0x/explicit3.C: Adjust.
172 * testsuite/g++.dg/cpp0x/explicit4.C: Adjust.
173 * testsuite/g++.dg/cpp0x/implicit4.C: Adjust.
174 * testsuite/g++.dg/cpp0x/nullptr15.C: Adjust.
175 * testsuite/g++.dg/cpp0x/nullptr19.C: Adjust.
176 * testsuite/g++.dg/cpp0x/pr31431-2.C: Adjust.
177 * testsuite/g++.dg/cpp0x/pr31431.C: Adjust.
178 * testsuite/g++.dg/cpp0x/pr31434.C: Adjust.
179 * testsuite/g++.dg/cpp0x/pr31437.C: Adjust.
180 * testsuite/g++.dg/cpp0x/rv2n.C: Adjust.
181 * testsuite/g++.dg/cpp0x/rv3n.C: Adjust.
182 * testsuite/g++.dg/cpp0x/rv4n.C: Adjust.
183 * testsuite/g++.dg/cpp0x/rv5n.C: Adjust.
184 * testsuite/g++.dg/cpp0x/rv6n.C: Adjust.
185 * testsuite/g++.dg/cpp0x/rv7n.C: Adjust.
186 * testsuite/g++.dg/cpp0x/temp_default2.C: Adjust.
187 * testsuite/g++.dg/cpp0x/trailing4.C: Adjust.
188 * testsuite/g++.dg/cpp0x/variadic-ex3.C: Adjust.
189 * testsuite/g++.dg/cpp0x/variadic-ex4.C: Adjust.
190 * testsuite/g++.dg/cpp0x/variadic35.C: Adjust.
191 * testsuite/g++.dg/cpp0x/vt-35147.C: Adjust.
192 * testsuite/g++.dg/cpp0x/vt-37737-2.C: Adjust.
193 * testsuite/g++.dg/expr/cond9.C: Adjust.
194 * testsuite/g++.dg/expr/pmf-1.C: Adjust.
195 * testsuite/g++.dg/ext/label5.C: Adjust.
196 * testsuite/g++.dg/ext/visibility/anon8.C: Adjust.
197 * testsuite/g++.dg/ext/vla2.C: Adjust.
198 * testsuite/g++.dg/gomp/pr26690-1.C: Adjust.
199 * testsuite/g++.dg/gomp/pr26690-2.C: Adjust.
200 * testsuite/g++.dg/init/synth2.C: Adjust.
201 * testsuite/g++.dg/lookup/conv-1.C: Adjust.
202 * testsuite/g++.dg/lookup/new1.C: Adjust.
203 * testsuite/g++.dg/lookup/using9.C: Adjust.
204 * testsuite/g++.dg/other/error13.C: Adjust.
205 * testsuite/g++.dg/other/error20.C: Adjust.
206 * testsuite/g++.dg/other/error31.C: Adjust.
207 * testsuite/g++.dg/other/pr28114.C: Adjust.
208 * testsuite/g++.dg/other/ptrmem10.C: Adjust.
209 * testsuite/g++.dg/other/ptrmem11.C: Adjust.
210 * testsuite/g++.dg/overload/ambig1.C: Adjust.
211 * testsuite/g++.dg/overload/arg3.C: Adjust.
212 * testsuite/g++.dg/overload/builtin1.C: Adjust.
213 * testsuite/g++.dg/overload/copy1.C: Adjust.
214 * testsuite/g++.dg/overload/new1.C: Adjust.
215 * testsuite/g++.dg/overload/template4.C: Adjust.
216 * testsuite/g++.dg/overload/unknown1.C: Adjust.
217 * testsuite/g++.dg/overload/using2.C: Adjust.
218 * testsuite/g++.dg/parse/crash5.C: Adjust.
219 * testsuite/g++.dg/parse/error19.C: Adjust.
220 * testsuite/g++.dg/parse/error28.C: Adjust.
221 * testsuite/g++.dg/parse/template7.C: Adjust.
222 * testsuite/g++.dg/parse/typename7.C: Adjust.
223 * testsuite/g++.dg/rtti/typeid6.C: Adjust.
224 * testsuite/g++.dg/tc1/dr152.C: Adjust.
225 * testsuite/g++.dg/template/conv11.C: Adjust.
226 * testsuite/g++.dg/template/copy1.C: Adjust.
227 * testsuite/g++.dg/template/crash37.C: Adjust.
228 * testsuite/g++.dg/template/deduce3.C: Adjust.
229 * testsuite/g++.dg/template/dependent-expr5.C: Adjust.
230 * testsuite/g++.dg/template/error38.C: Adjust.
231 * testsuite/g++.dg/template/error40.C: Adjust.
232 * testsuite/g++.dg/template/friend.C: Adjust.
233 * testsuite/g++.dg/template/incomplete2.C: Adjust.
234 * testsuite/g++.dg/template/instantiate5.C: Adjust.
235 * testsuite/g++.dg/template/local4.C: Adjust.
236 * testsuite/g++.dg/template/local6.C: Adjust.
237 * testsuite/g++.dg/template/new3.C: Adjust.
238 * testsuite/g++.dg/template/operator9.C: Adjust.
239 * testsuite/g++.dg/template/overload6.C: Adjust.
240 * testsuite/g++.dg/template/ptrmem2.C: Adjust.
241 * testsuite/g++.dg/template/ptrmem20.C: Adjust.
242 * testsuite/g++.dg/template/ptrmem4.C: Adjust.
243 * testsuite/g++.dg/template/ptrmem8.C: Adjust.
244 * testsuite/g++.dg/template/qualttp5.C: Adjust.
245 * testsuite/g++.dg/template/sfinae2.C: Adjust.
246 * testsuite/g++.dg/template/spec22.C: Adjust.
247 * testsuite/g++.dg/template/spec23.C: Adjust.
248 * testsuite/g++.dg/template/ttp25.C: Adjust.
249 * testsuite/g++.dg/template/typedef4.C: Adjust.
250 * testsuite/g++.dg/template/unify10.C: Adjust.
251 * testsuite/g++.dg/template/unify11.C: Adjust.
252 * testsuite/g++.dg/template/unify6.C: Adjust.
253 * testsuite/g++.dg/template/unify7.C: Adjust.
254 * testsuite/g++.dg/template/unify9.C: Adjust.
255 * testsuite/g++.dg/template/varmod1.C: Adjust.
256 * testsuite/g++.old-deja/g++.benjamin/15799.C: Adjust.
257 * testsuite/g++.old-deja/g++.benjamin/15800-1.C: Adjust.
258 * testsuite/g++.old-deja/g++.brendan/ambiguity1.C: Adjust.
259 * testsuite/g++.old-deja/g++.brendan/crash29.C: Adjust.
260 * testsuite/g++.old-deja/g++.brendan/crash48.C: Adjust.
261 * testsuite/g++.old-deja/g++.brendan/crash56.C: Adjust.
262 * testsuite/g++.old-deja/g++.brendan/cvt3.C: Adjust.
263 * testsuite/g++.old-deja/g++.brendan/overload1.C: Adjust.
264 * testsuite/g++.old-deja/g++.brendan/overload4.C: Adjust.
265 * testsuite/g++.old-deja/g++.brendan/overload9.C: Adjust.
266 * testsuite/g++.old-deja/g++.bugs/900127_01.C: Adjust.
267 * testsuite/g++.old-deja/g++.bugs/900205_04.C: Adjust.
268 * testsuite/g++.old-deja/g++.bugs/900330_02.C: Adjust.
269 * testsuite/g++.old-deja/g++.bugs/900404_03.C: Adjust.
270 * testsuite/g++.old-deja/g++.bugs/900514_03.C: Adjust.
271 * testsuite/g++.old-deja/g++.eh/ctor1.C: Adjust.
272 * testsuite/g++.old-deja/g++.jason/conversion11.C: Adjust.
273 * testsuite/g++.old-deja/g++.jason/crash3.C: Adjust.
274 * testsuite/g++.old-deja/g++.jason/overload16.C: Adjust.
275 * testsuite/g++.old-deja/g++.jason/overload28.C: Adjust.
276 * testsuite/g++.old-deja/g++.jason/scoping10.C: Adjust.
277 * testsuite/g++.old-deja/g++.jason/template30.C: Adjust.
278 * testsuite/g++.old-deja/g++.jason/temporary2.C: Adjust.
279 * testsuite/g++.old-deja/g++.law/arg1.C: Adjust.
280 * testsuite/g++.old-deja/g++.law/arg11.C: Adjust.
281 * testsuite/g++.old-deja/g++.law/arm9.C: Adjust.
282 * testsuite/g++.old-deja/g++.law/ctors11.C: Adjust.
283 * testsuite/g++.old-deja/g++.law/ctors17.C: Adjust.
284 * testsuite/g++.old-deja/g++.law/ctors5.C: Adjust.
285 * testsuite/g++.old-deja/g++.law/ctors9.C: Adjust.
286 * testsuite/g++.old-deja/g++.law/enum4.C: Adjust.
287 * testsuite/g++.old-deja/g++.law/missed-error2.C: Adjust.
288 * testsuite/g++.old-deja/g++.law/operators32.C: Adjust.
289 * testsuite/g++.old-deja/g++.law/operators9.C: Adjust.
290 * testsuite/g++.old-deja/g++.mike/net2.C: Adjust.
291 * testsuite/g++.old-deja/g++.mike/net22.C: Adjust.
292 * testsuite/g++.old-deja/g++.mike/p11110.C: Adjust.
293 * testsuite/g++.old-deja/g++.mike/p1989.C: Adjust.
294 * testsuite/g++.old-deja/g++.mike/p2431.C: Adjust.
295 * testsuite/g++.old-deja/g++.mike/p438.C: Adjust.
296 * testsuite/g++.old-deja/g++.mike/p807a.C: Adjust.
297 * testsuite/g++.old-deja/g++.mike/p9068.C: Adjust.
298 * testsuite/g++.old-deja/g++.niklas/t120.C: Adjust.
299 * testsuite/g++.old-deja/g++.niklas/t121.C: Adjust.
300 * testsuite/g++.old-deja/g++.niklas/t128.C: Adjust.
301 * testsuite/g++.old-deja/g++.ns/overload2.C: Adjust.
302 * testsuite/g++.old-deja/g++.ns/using12.C: Adjust.
303 * testsuite/g++.old-deja/g++.other/crash24.C: Adjust.
304 * testsuite/g++.old-deja/g++.other/expr1.C: Adjust.
305 * testsuite/g++.old-deja/g++.other/overload11.C: Adjust.
306 * testsuite/g++.old-deja/g++.other/pmf3.C: Adjust.
307 * testsuite/g++.old-deja/g++.other/volatile1.C: Adjust.
308 * testsuite/g++.old-deja/g++.pt/auto_ptr.C: Adjust.
309 * testsuite/g++.old-deja/g++.pt/crash28.C: Adjust.
310 * testsuite/g++.old-deja/g++.pt/crash60.C: Adjust.
311 * testsuite/g++.old-deja/g++.pt/explicit38.C: Adjust.
312 * testsuite/g++.old-deja/g++.pt/explicit39.C: Adjust.
313 * testsuite/g++.old-deja/g++.pt/explicit41.C: Adjust.
314 * testsuite/g++.old-deja/g++.pt/explicit67.C: Adjust.
315 * testsuite/g++.old-deja/g++.pt/explicit77.C: Adjust.
316 * testsuite/g++.old-deja/g++.pt/expr2.C: Adjust.
317 * testsuite/g++.old-deja/g++.pt/ptrmem10.C: Adjust.
318 * testsuite/g++.old-deja/g++.pt/ptrmem6.C: Adjust.
319 * testsuite/g++.old-deja/g++.pt/spec35.C: Adjust.
320 * testsuite/g++.old-deja/g++.pt/spec5.C: Adjust.
321 * testsuite/g++.old-deja/g++.pt/spec6.C: Adjust.
322 * testsuite/g++.old-deja/g++.pt/t05.C: Adjust.
323 * testsuite/g++.old-deja/g++.pt/t24.C: Adjust.
324 * testsuite/g++.old-deja/g++.pt/unify4.C: Adjust.
325 * testsuite/g++.old-deja/g++.pt/unify6.C: Adjust.
326 * testsuite/g++.old-deja/g++.pt/unify8.C: Adjust.
327 * testsuite/g++.old-deja/g++.robertl/eb109.C: Adjust.
328 * testsuite/g++.old-deja/g++.robertl/eb119.C: Adjust.
329 * testsuite/g++.old-deja/g++.robertl/eb131.C: Adjust.
330 * testsuite/g++.old-deja/g++.robertl/eb22.C: Adjust.
331 * testsuite/g++.old-deja/g++.robertl/eb69.C: Adjust.
332 * testsuite/g++.old-deja/g++.robertl/eb98.C: Adjust.
334 2010-12-08 Jason Merrill <jason@redhat.com>
337 * g++.dg/init/synth4.C: New.
340 * g++.dg/cpp0x/defaulted21.C: New.
342 2010-12-08 Wei Guozhi <carrot@google.com>
345 * gcc.target/arm/pr46631: New testcase.
347 2010-12-08 Michael Meissner <meissner@linux.vnet.ibm.com>
350 * gcc.target/powerpc/ppc-pow.c: New file to make sure pow (x,
351 0.75) is not optimized if the machine has no sqrt instruction.
353 2010-12-07 Andrey Belevantsev <abel@ispras.ru>
356 * gcc.target/ia64/pr43603.c: New.
357 * gcc/testsuite/g++.dg/opt/pr46640.C: New.
359 2010-12-07 Tobias Burnus <burnus@net-b.de>
362 * gfortran.dg/string_4.f90: New.
364 2010-12-07 Sebastian Pop <sebastian.pop@amd.com>
366 PR tree-optimization/44676
367 * gcc.dg/graphite/id-pr44676.c: New.
369 2010-12-07 Sebastian Pop <sebastian.pop@amd.com>
371 PR tree-optimization/42327
372 * gcc.dg/tree-ssa/pr42327.c: New.
374 2010-12-07 Nathan Froyd <froydnj@codesourcery.com>
377 * g++.dg/pr45330.C: New test.
378 * g++.dg/ext/builtin3.C: Adjust.
379 * g++.dg/lookup/error1.C: Adjust.
380 * g++.dg/lookup/koenig5.C: Adjust.
381 * g++.dg/overload/koenig1.C: Adjust.
382 * g++.dg/parse/decl-specifier-1.C: Adjust.
383 * g++.dg/template/static10.C: Adjust.
384 * g++.old-deja/g++.mike/ns5.C: Adjust.
385 * g++.old-deja/g++.mike/ns7.C: Adjust.
386 * g++.old-deja/g++.ns/koenig5.C: Adjust.
387 * g++.old-deja/g++.ns/koenig9.C: Adjust.
388 * g++.old-deja/g++.other/lineno5.C: Adjust.
390 2010-12-07 Richard Guenther <rguenther@suse.de>
392 PR tree-optimization/46832
393 * gcc.c-torture/compile/pr46832.c: New testcase.
395 2010-12-07 Jakub Jelinek <jakub@redhat.com>
398 * gcc.dg/autopar/pr46799.c: New test.
400 2010-12-06 Jerry DeLisle <jvdelisle@gcc.gnu.org>
402 * gfortran.dg/internal_dummy_2.f08: Fix dg-options.
403 * gfortran.dg/internal_dummy_3.f08: Fix dg-options.
405 2010-12-06 H.J. Lu <hongjiu.lu@intel.com>
408 * g++.dg/graphite/pr41562.C: New.
411 * gcc.dg/graphite/pr46185.c: New.
413 2010-12-06 Nicola Pero <nicola.pero@meta-innovation.com>
415 * objc.dg/foreach-8.m: New.
417 2010-12-06 Jakub Jelinek <jakub@redhat.com>
420 * g++.dg/debug/dwarf2/pr45997-1.C: New test.
421 * g++.dg/debug/dwarf2/pr45997-2.C: New test.
424 * gcc.target/ia64/pr43897.c: New test.
427 * gcc.dg/pr46771.c: New test.
429 PR rtl-optimization/46777
430 * gcc.dg/pr46777.c: New test.
432 2010-12-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
434 * ada/acats/run_acats (which): Assign output to temporary
435 variable, only use if successful.
436 Use last field of type output.
438 2010-12-06 Richard Guenther <rguenther@suse.de>
440 PR tree-optimization/46806
441 * g++.dg/torture/20100825.C: New testcase.
443 2010-12-06 Richard Guenther <rguenther@suse.de>
445 PR tree-optimization/46785
446 * gcc.dg/vect/fast-math-vect-reduc-9.c: New testcase.
448 2010-12-06 Dave Korn <dave.korn.cygwin@gmail.com>
450 * gcc.dg/pr46674.c (LABEL3): New macro definition.
453 (jelly): Account for user label prefix in asm name.
455 2010-12-05 Daniel Kraft <d@domob.eu>
458 * gfortran.dg/power2.f90: Initialize variables.
460 2010-12-04 Jan Hubicka <jh@suse.cz>
462 * snprintf-chk.c (ptr): Declare volatile.
463 * strcpy-chk.c (s2, s3, l1): Declare volatile.
464 * snprintf-chk.c (ptr): Declare volatile.
465 * vsprintf-chk.c (ptr): Declare volatile.
466 * vsnprintf-chk.c (ptr): Declare volatile.
468 2010-12-04 Tobias Burnus <burnus@net-b.de>
471 * gfortran.dg/quad_1.f90: Remove some complex
472 math checks as they fail on some non-libquadmath
475 2010-12-04 Daniel Kraft <d@domob.eu>
478 * gfortran.dg/power2.f90: New test.
480 2010-12-03 Jakub Jelinek <jakub@redhat.com>
483 * g++.dg/debug/pr46123.C: New test.
484 * g++.dg/debug/dwarf2/pr46123.C: New test.
486 2010-12-03 Jason Merrill <jason@redhat.com>
489 * g++.dg/template/scope4.C: New.
491 2010-12-03 Nathan Froyd <froydnj@codesourcery.com>
493 * gcc.target/arm/neon-offset-1.c: New test.
495 2010-12-03 Alexander Monakov <amonakov@ispras.ru>
497 PR rtl-optimization/45354
498 * gcc.dg/tree-prof/pr45354.c: New.
500 2010-12-03 Thomas Koenig <tkoenig@gcc.gnu.org>
503 * gfortran.dg/dependency_38.f90: New test.
505 2010-12-02 Ian Lance Taylor <iant@google.com>
507 * lib/go.exp: New file.
508 * lib/go-dg.exp: New file.
509 * lib/go-torture.exp: New file.
510 * lib/target-supports.exp (check_compile): Match // Go.
512 2010-12-02 Eric Botcazou <ebotcazou@adacore.com>
514 * gcc.dg/pr46685.c: New test.
516 2010-12-02 Sebastian Pop <sebastian.pop@amd.com>
518 PR tree-optimization/45199
519 * gcc.dg/tree-ssa/ldist-15.c: New.
520 * gcc.dg/tree-ssa/ldist-16.c: New.
521 * gfortran.dg/ldist-pr45199.f: New.
523 2010-12-02 Richard Guenther <rguenther@suse.de>
525 PR tree-optimization/46723
526 * gcc.dg/torture/pr46723.c: New testcase.
528 2010-12-02 Richard Guenther <rguenther@suse.de>
531 * g++.dg/lto/20101126-1_0.C: New testcase.
532 * g++.dg/lto/20101126-1_1.c: Likewise.
534 2010-12-02 Richard Guenther <rguenther@suse.de>
535 Ira Rosen <irar@il.ibm.com>
537 PR tree-optimization/46663
538 * gcc.dg/vect/pr46663.c: New test.
540 2010-12-02 Jie Zhang <jie@codesourcery.com>
543 * gcc.dg/pr46674.c: New test.
545 2010-12-02 Nicola Pero <nicola.pero@meta-innovation.com>
547 * objc.dg/exceptions-6.m: New.
548 * obj-c++.dg/exceptions-6.mm: New.
550 2010-12-01 Jan Hubicka <jh@suse.cz>
552 * gcc.c-torture/execute/bcp-1.c: Make ready for -fuse-linker-plugin
554 2010-12-01 Sebastian Pop <sebastian.pop@amd.com>
557 * gcc.dg/graphite/pr45297.c: New.
559 2010-12-01 Richard Guenther <rguenther@suse.de>
561 PR tree-optimization/46730
562 * g++.dg/tree-prof/indir-call-prof-2.C: New testcase.
564 2010-11-30 Michael Meissner <meissner@linux.vnet.ibm.com>
566 * gcc.target/powerpc/ppc-fma-7.c: New file, test that (a*b)+c and
567 (a*b)-c generates two fma instructions, instead of separate
568 multiply, add, and subtract.
570 2010-11-30 Tobias Burnus <burnus@net-b.de>
572 * gfortran.dg/realloc_on_assign_2.f03 (invima): Assign
573 a value to all array elements.
575 2010-11-30 Richard Guenther <rguenther@suse.de>
577 PR tree-optimization/46722
578 * gcc.target/i386/fma4-fma-2.c: New testcase.
580 2010-11-29 Nicola Pero <nicola.pero@meta-innovation.com>
582 * objc.dg/duplicate-class-1.m: New.
583 * obj-c++.dg/duplicate-class-1.mm: New.
585 2010-11-29 Nicola Pero <nicola.pero@meta-innovation.com>
587 * objc.dg/property/dotsyntax-21.m
588 * obj-c++.dg/property/dotsyntax-21.mm
590 2010-11-29 Alexandre Oliva <aoliva@redhat.com>
593 * g++.dg/debug/pr46338.C: New.
595 2010-11-29 Richard Guenther <rguenther@suse.de>
596 Zdenek Dvorak <rakdver@kam.uniff.cz>
598 PR tree-optimization/46675
599 * gcc.dg/pr46675.c: New test.
601 2010-11-29 Iain Sandoe <iains@gcc.gnu.org>
603 * gcc/testsuite/objc.dg/strings-1.m: Move to...
604 * gcc/testsuite/objc.dg/strings/strings-1.m: ... here. Update paths.
605 * gcc/testsuite/objc.dg/strings-2.m: Move to ...
606 * gcc/testsuite/objc.dg/strings/strings-2.m ... here, provide a
607 constructor and class reference for NeXT runtime. Update paths.
608 * gcc/testsuite/obj-c++.dg/strings-1.m: Move to...
609 * gcc/testsuite/obj-c++.dg/strings/strings-1.m: ... here. Update paths.
610 * gcc/testsuite/obj-c++.dg/strings-2.m: Move to ...
611 * gcc/testsuite/obj-c__.dg/strings/strings-2.m ... here, provide a
612 constructor and class reference for NeXT runtime. Update paths.
614 2010-11-29 Dodji Seketeli <dodji@redhat.com>
617 * g++.dg/conversion/cast2.C: New test.
620 * g++.dg/conversion/cond4.C: Likewise.
622 2010-11-29 Dodji Seketeli <dodji@redhat.com>
625 Reverted patch for PR c++/42260
626 * g++.dg/conversion/cast2.C: Reverted new test.
628 2010-11-29 Dodji Seketeli <dodji@redhat.com>
631 * g++.dg/debug/dwarf2/typedef5.C: New test
633 2010-11-29 Iain Sandoe <iains@gcc.gnu.org>
634 Mike Stump <mrs@gcc.gnu.org>
639 * gcc.target/powerpc/darwin-abi-12.c: Adjust for new allocators.
640 * gcc.dg/pr26427.c: Remove redundant warning for powerpc.
641 * gcc.dg/darwin-comm.c: Adjust for new allocators.
642 * gcc.dg/darwin-sections.c: New test.
643 * g++.dg/ext/instantiate2.C: Adjust for new allocators.
645 2010-11-29 Nicola Pero <nicola.pero@meta-innovation.com>
647 * objc.dg/exceptions-1.m: New.
648 * objc.dg/exceptions-2.m: New.
649 * objc.dg/exceptions-3.m: New.
650 * objc.dg/exceptions-4.m: New.
651 * objc.dg/exceptions-5.m: New.
652 * obj-c++.dg/exceptions-1.mm: New.
653 * obj-c++.dg/exceptions-2.mm: New.
654 * obj-c++.dg/exceptions-3.mm: New.
655 * obj-c++.dg/exceptions-4.mm: New.
656 * obj-c++.dg/exceptions-5.mm: New.
658 2010-11-29 Nicola Pero <nicola.pero@meta-innovation.com>
660 * obj-c++.dg/property/at-property-1.mm: Fixed testcase.
661 * obj-c++.dg/property/at-property-16.mm: Fixed testcase.
662 * obj-c++.dg/property/at-property-20.mm: Fixed testcase.
664 2010-11-28 Janus Weil <janus@gcc.gnu.org>
667 * gfortran.dg/proc_ptr_comp_pass_7.f90: New.
669 2010-11-28 Eric Botcazou <ebotcazou@adacore.com>
671 * gnat.dg/aliasing2.adb (dg-final): Robustify pattern matching.
672 * gnat.dg/pack9.adb (dg-final): Likewise.
674 2010-11-28 Paul Thomas <pault@gcc.gnu.org
677 * gfortran.dg/realloc_on_assign_1.f03: New test.
678 * gfortran.dg/realloc_on_assign_2.f03: New test.
679 * gfortran.dg/transpose_2.f90: dg-option -fno-realloc-lhs.
680 * gfortran.dg/unpack_bounds_1.f90: The same.
681 * gfortran.dg/cshift_bounds_2.f90: The same.
682 * gfortran.dg/matmul_bounds_2.f90: The same.
683 * gfortran.dg/matmul_bounds_3.f90: The same.
684 * gfortran.dg/matmul_bounds_4.f90: The same.
685 * gfortran.dg/matmul_bounds_5.f90: The same.
687 2010-11-27 Tobias Burnus <burnus@net-b.de>
691 * gfortran.dg/transfer_simplify_10.f90: Fix endian issue.
693 2010-11-27 Nicola Pero <nicola.pero@meta-innovation.com>
696 * obj-c++.dg/property/at-property-2.mm: Uncommented testcase.
698 2010-11-27 Nicola Pero <nicola.pero@meta-innovation.com>
700 * objc.dg/property/at-property-24.m: New.
701 * objc.dg/property/at-property-25.m: New.
702 * obj-c++.dg/property/at-property-24.mm: New.
703 * obj-c++.dg/property/at-property-25.mm: New.
705 2010-11-27 Nicola Pero <nicola.pero@meta-innovation.com>
707 * objc.dg/protocol-qualifier-1.m: New.
708 * objc.dg/protocol-qualifier-2.m: New.
709 * obj-c++.dg/protocol-qualifier-1.mm: New.
710 * obj-c++.dg/protocol-qualifier-2.mm: New.
712 2010-11-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
714 * lib/gnat.exp: Load gcc.exp.
715 (gnat_target_compile): Use gcc_target_compile for *.c sources.
716 * gnat.dg/sse_nolib.adb: Use dg-require-effective-target sse_runtime.
718 2010-11-26 Richard Guenther <rguenther@suse.de>
721 * gcc.dg/lto/20101125-1_0.c: New testcase.
722 * gcc.dg/lto/20101125-1_1.c: Likewise.
724 2010-11-22 Bud Davis <jmdavis@link.com>
726 * arith_divide_no_check.f
727 ,arith_divide.f,old_style_init.f90: new tests.
729 2010-11-26 H.J. Lu <hongjiu.lu@intel.com>
731 PR tree-optimization/46665
732 * gfortran.dg/pr46665.f90: New.
734 2010-11-26 Jakub Jelinek <jakub@redhat.com>
737 * gcc.dg/pr46647.c: New test.
739 2010-11-25 Janus Weil <janus@gcc.gnu.org>
742 * gfortran.dg/select_type_19.f03: New.
744 2010-11-25 Nicola Pero <nicola.pero@meta-innovation.com>
746 * objc.dg/ivar-problem-1.m: New.
747 * obj-c++.dg/ivar-problem-1.mm: New.
749 2010-11-25 Jakub Jelinek <jakub@redhat.com>
752 * gcc.c-torture/compile/pr46637.c: New test.
754 2010-11-25 H.J. Lu <hongjiu.lu@intel.com>
756 * gfortran.dg/pr46519-1.f: Add -mtune=generic.
758 2010-11-25 H.J. Lu <hongjiu.lu@intel.com>
761 * gcc.target/i386/pr46647.c: New.
763 2010-11-25 Kai Tietz <kai.tietz@onevision.com>
765 * gcc.dg/dll-8.c: New.
767 2010-11-25 Eric Botcazou <ebotcazou@adacore.com>
769 * gnat.dg/loop_optimization7.adb: Remove dg-require-effective-target.
770 * gnat.dg/sse_nolib.adb: Likewise.
772 2010-11-25 Alexander Monakov <amonakov@ispras.ru>
774 PR rtl-optimization/46585
775 * gcc.dg/pr46585.c: New.
777 2010-11-24 Richard Henderson <rth@redhat.com>
779 * lib/target-supports.exp (vect_widen_sum_hi_to_si_pattern,
780 vect_widen_mult_hi_to_si, vect_sdot_qi, vect_udot_qi, vect_sdot_hi,
781 vect_unpack, vect_int_mult, vect_extract_even_odd,
782 vect_extract_even_odd_wide, vect_interleave): Enable for ia64.
784 2010-11-24 H.J. Lu <hongjiu.lu@intel.com>
787 * gfortran.dg/pr46519-1.f: New.
789 2010-11-24 H.J. Lu <hongjiu.lu@intel.com>
792 * gcc.target/i386/avx-vzeroupper-10.c: Expect no avx_vzeroupper.
793 * gcc.target/i386/avx-vzeroupper-11.c: Likewise.
795 * gcc.target/i386/avx-vzeroupper-14.c: Replace -O0 with -O2.
796 * gcc.target/i386/avx-vzeroupper-15.c: Likewise.
797 * gcc.target/i386/avx-vzeroupper-16.c: Likewise.
798 * gcc.target/i386/avx-vzeroupper-17.c: Likewise.
800 * gcc.target/i386/avx-vzeroupper-20.c: New.
801 * gcc.target/i386/avx-vzeroupper-21.c: Likewise.
802 * gcc.target/i386/avx-vzeroupper-22.c: Likewise.
803 * gcc.target/i386/avx-vzeroupper-23.c: Likewise.
804 * gcc.target/i386/avx-vzeroupper-24.c: Likewise.
805 * gcc.target/i386/avx-vzeroupper-25.c: Likewise.
806 * gcc.target/i386/avx-vzeroupper-26.c: Likewise.
808 2010-11-24 Richard Guenther <rguenther@suse.de>
811 * gcc.dg/lto/20100423-1_0.c: Enable for all LTO modes.
813 2010-11-24 Jakub Jelinek <jakub@redhat.com>
815 PR rtl-optimization/46614
816 * gcc.dg/pr46614.c: New test.
818 2010-11-24 Tobias Burnus <burnus@net-b.de>
821 * gfortran.dg/transfer_simplify_10.f90: New.
823 2010-11-24 Jakub Jelinek <jakub@redhat.com>
826 * gfortran.dg/lto/pr46629_0.f90: New test.
828 2010-11-24 Mingjie Xing <mingjie.xing@gmail.com>
830 * gcc.target/mips/loongson3a-muldiv-1.c: New test.
831 * gcc.target/mips/loongson3a-muldiv-2.c: New test.
833 2010-11-23 Joseph Myers <joseph@codesourcery.com>
835 * gcc.dg/opts-5.c: New test.
837 2010-11-23 Jeffrey Yasskin <jyasskin@google.com>
840 * g++.dg/debug/dwarf2/pr46527.C: New test.
842 2010-11-23 Iain Sandoe <iains@gcc.gnu.org>
844 * gcc.dg/darwin-cfstring-1.c: Adjust format messages.
846 2010-11-23 Jakub Jelinek <jakub@redhat.com>
849 * gcc.dg/pr46499-1.c: New test.
850 * gcc.dg/pr46499-2.c: New test.
852 2010-11-23 Jack Howarth <howarth@bromo.med.uc.edu>
854 * gcc.target/i386/alias-1.c: Require alias support.
856 2010-11-22 Uros Bizjak <ubizjak@gmail.com>
858 * gcc.dg/graphite/graphite.exp: Use check_vect_support_and_set_flags
859 for vectorizer tests.
860 * gcc.dg/graphite/vect-pr43423.c: Add "dg-do compile" dg directive.
861 * gcc.dg/graphite/pr40281.c: Remove "dg-do compile" dg directive.
862 * gcc.dg/graphite/pr41888.c: Ditto.
863 * gcc.dg/graphite/pr42729.c: Ditto.
865 2010-11-22 Mingjie Xing <mingjie.xing@gmail.com>
866 Uros Bizjak <ubizjak@gmail.com>
868 * lib/target-supports.exp (check_vect_support_and_set_flags): New
869 procedure to check if the target supports vectorizer tests. Set
870 DEFAULT_VECTCFLAGS and dg-do-what-default depending on vectorization
872 * gcc.dg/vect/vect.exp: Use check_vect_support_and_set_flags.
873 * g++.dg/vect/vect.exp: Ditto.
874 * gfortran.dg/vect/vect.exp: Ditto.
876 2010-11-22 Nicola Pero <nicola.pero@meta-innovation.com>
879 * objc.dg/strings-1.m: New.
880 * objc.dg/strings-2.m: New.
881 * obj-c++.dg/strings-1.mm: New.
882 * obj-c++.dg/strings-2.mm: New.
884 2010-11-22 Ian Bolton <ian.bolton@arm.com>
886 * testsuite/c-c++-common/pr44832.c: Use -fno-short-enums option for
887 "target short_enums".
888 * testsuite/gcc.c-torture/compile/pr39845.c: Likewise.
890 2010-11-22 Eric Botcazou <ebotcazou@adacore.com>
892 * gcc.dg/pr28796-2.c: SKIP on SPARC/Solaris 8.
894 PR rtl-optimization/46603
895 * gcc.dg/vect/slp-multitypes-2.c: XFAIL execution on SPARC 32-bit.
898 * gcc.dg/vect/vect-peel-3.c (main): Prevent initialization loop from
899 being vectorized. Adjust dg-final pattern.
900 * gcc.dg/vect/pr46009.c: Add vect_int_mult target selector.
902 * gcc.dg/vect: Do not include <stdio.h> in testcases.
903 * gcc.dg/vect/costmodel/ppc: Likewise.
905 2010-11-22 Alexander Monakov <amonakov@ispras.ru>
907 PR rtl-optimization/45652
908 * gcc.dg/pr45652.c: New.
910 2010-11-21 Richard Henderson <rth@redhat.com>
912 PR rtl-optimization/46571
913 * gcc.dg/pr46571.c: New.
915 2010-11-21 Eric Botcazou <ebotcazou@adacore.com>
917 * g++.dg/lto/20090303_0.C: Do not pass -fPIC on the SPARC.
919 2010-11-21 Uros Bizjak <ubizjak@gmail.com>
922 * gcc.dg/inline-2.c: Do not scan for "jsr" on alpha*-*-* targets.
924 2010-11-20 Joseph Myers <joseph@codesourcery.com>
926 * g++.dg/cpp/_Pragma1.C: Test for all non-Solaris targets.
927 * gcc.dg/cpp/_Pragma6.c: Test for all non-Solaris targets.
928 * gcc.dg/pack-test-1.c: Test for all non-default_packed targets.
929 * gcc.dg/pack-test-2.c: Test for all targets.
930 * gcc.dg/pragma-align.c: Test for all targets.
931 * gcc.dg/pragma-pack-4.c: Do not skip for AVR.
932 * gcc.dg/ucnid-10.c: Test for all targets.
934 2010-11-20 Eric Botcazou <ebotcazou@adacore.com>
936 * gcc.target/sparc/sparc-align-1.c: New test.
938 2010-11-20 Nathan Froyd <froydnj@codesourcery.com>
943 * g++.dg/parse/semicolon3.C: New test.
944 * g++.dg/debug/pr22514.C: Adjust.
945 * g++.dg/init/error1.C: Adjust.
946 * g++.dg/other/bitfield3.C: Adjust.
947 * g++.dg/other/semicolon.C: Adjust.
948 * g++.dg/parse/error14.C: Adjust.
949 * g++.dg/parse/error5.C: Adjust.
950 * g++.dg/parse/parameter-declaration-1.C: Adjust.
951 * g++.dg/template/pr23510.C: Adjust.
952 * g++.dg/template/pr39425.C: Adjust.
953 * g++.old-deja/g++.robertl/eb125.C: Adjust.
955 2010-11-20 Jakub Jelinek <jakub@redhat.com>
958 * gcc.dg/autopar/pr46561.c: New test.
961 * g++.dg/other/error34.C: New test.
964 * g++.dg/cpp0x/constexpr-base3.C: New test.
966 PR tree-optimization/45830
967 * gcc.target/i386/pr45830.c: New test.
968 * gcc.c-torture/execute/pr45830.c: New test.
970 2010-11-19 Nicola Pero <nicola.pero@meta-innovation.com>
972 * objc.dg/attributes/class-attribute-1.m: Rewritten.
973 * objc.dg/attributes/class-attribute-2.m: Same change.
974 * obj-c++.dg/attributes/class-attribute-1.mm: Same change.
975 * obj-c++.dg/attributes/class-attribute-2.mm: Same change.
976 * objc.dg/fobjc-std-1.m: Updated.
977 * obj-c++.dg/fobjc-std-1.mm: Updated.
979 2010-11-19 Michael Matz <matz@suse.de>
981 PR tree-optimization/46077
982 * gcc.dg/vect/O3-pr46077.c: New testcase.
984 2010-11-19 Joseph Myers <joseph@codesourcery.com>
987 * gcc.c-torture/compile/pr46547-1.c: New test.
989 2010-11-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
991 * lib/gcc-defs.exp (gcc-set-multilib-library-path): Use eval to
993 * lib/gfortran.exp (gfortran_link_flags): Remove braces around
994 $GFORTRAN_UNDER_TEST.
995 (gfortran_init): Use -B to specify specpath, add trailing /.
997 2010-11-19 Michael Meissner <meissner@linux.vnet.ibm.com>
999 * gcc.target/powerpc/ppc-target-1.c: New file to test target
1000 attributes on PowerPC.
1001 * gcc.target/powerpc/ppc-target-2.c: Ditto.
1002 * gcc.target/powerpc/ppc-target-3.c: Ditto.
1004 2010-11-19 Nicola Pero <nicola.pero@meta-innovation.com>
1006 * objc.dg/attributes/proto-attribute-1.m: Updated.
1007 * objc.dg/attributes/proto-attribute-2.m: New.
1008 * objc.dg/attributes/proto-attribute-3.m: New.
1009 * obj-c++.dg/attributes/proto-attribute-1.mm: Updated.
1010 * obj-c++.dg/attributes/proto-attribute-2.mm: New.
1011 * obj-c++.dg/attributes/proto-attribute-3.mm: New.
1013 2010-11-19 Eric Botcazou <ebotcazou@adacore.com>
1015 * gcc.dg/lto/20090210_1.c: Do not pass -fPIC on the SPARC.
1017 2010-11-19 Eric Botcazou <ebotcazou@adacore.com>
1019 * gcc.dg/tree-ssa/20040204-1.c: Do not XFAIL on the SPARC.
1021 2010-11-18 Steve Ellcey <sje@cup.hp.com>
1023 * gcc.dg/vect/slp-reduc-3.c: Make check dependent on vect_unpack.
1024 * gcc.dg/vect/slp-reduc-6.c: Ditto, plus add alignment.
1026 2010-11-18 Jakub Jelinek <jakub@redhat.com>
1029 * gcc.c-torture/compile/pr46534.c: New test.
1031 2010-11-18 Eric Botcazou <ebotcazou@adacore.com>
1033 * gnat.dg/atomic4.ad[sb]: New test.
1034 * gnat.dg/volatile4.adb: Likewise.
1036 2010-11-18 Richard Henderson <rth@redhat.com>
1038 * gcc.target/i386/pr46470.c: Skip for 32-bit PIC.
1040 2010-11-18 Nathan Froyd <froydnj@codesourcery.com>
1043 * c-c++-common/pr33193.c: New test.
1045 2010-11-18 Richard Guenther <rguenther@suse.de>
1047 PR tree-optimization/46172
1048 * gcc.dg/torture/pr46172.c: New testcase.
1050 2010-11-18 Jeff Law <law@redhat.com>
1052 PR middle-end-optimization/46297
1053 * gfortran.dg/pr46297.f: New test.
1055 2010-11-17 Steve Ellcey <sje@cup.hp.com>
1058 * gcc.dg/pr31490.c: New test.
1060 2010-11-17 Uros Bizjak <ubizjak@gmail.com>
1062 * gcc.dg/nop.h: Move from ...
1063 * gcc.dg/guality/nop.h: ... here.
1064 * gcc.dg/lto/20091216-1_0.c: Include nop.h and use NOP macro.
1065 * gcc.dg/guality/asm-1.c: Update nop.h include.
1066 * gcc.dg/guality/pr43329-1.c: Ditto.
1068 2010-11-17 Paolo Bonzini <bonzini@gnu.org>
1070 * gcc.dg/two-types-1.c: New test.
1071 * gcc.dg/two-types-2.c: New test.
1072 * gcc.dg/two-types-3.c: New test.
1073 * gcc.dg/two-types-4.c: New test.
1074 * gcc.dg/two-types-5.c: New test.
1075 * gcc.dg/two-types-6.c: New test.
1076 * gcc.dg/two-types-7.c: New test.
1077 * gcc.dg/two-types-8.c: New test.
1078 * gcc.dg/two-types-9.c: New test.
1079 * gcc.dg/two-types-10.c: New test.
1080 * objc.dg/two-types-1.m: New test.
1082 2010-11-17 Jakub Jelinek <jakub@redhat.com>
1084 PR rtl-optimization/46440
1085 * gcc.dg/pr46440.c: New test.
1088 * gcc.dg/vect/no-section-anchors-vect-64.c: New test.
1090 2010-11-17 Ira Rosen <irar@il.ibm.com>
1092 PR tree-optimization/46312
1093 * gcc.dg/vect/vect-scal-opt2.c: Rename to...
1094 * gcc.dg/vect/vec-scal-opt2.c: ... this. Expect to pass only
1095 on targets that support vector shifts with scalar shift argument.
1097 * gcc.dg/vect/vect-scal-opt.c: Rename to...
1098 * gcc.dg/vect/vec-scal-opt.c: ... this, and change likewise.
1099 * gcc.dg/vect/vect-scal-opt1.c: Rename to...
1100 * gcc.dg/vect/vec-scal-opt1.c: ... this, and change likewise.
1101 * gcc.dg/vect/vect.exp: Run vec-scal-* tests with relevant flags.
1102 * gcc.dg/vect/vect-114.c: Expect to pass only on targets that
1103 support misaligned data accesses.
1104 * gcc.dg/vect/pr43432.c, gcc.dg/vect/vect-15.c: Likewise.
1105 * gcc.dg/vect/pr43430-2.c: Remove dg-options.
1106 * lib/target-supports.exp
1107 (check_effective_target_vect_shift_scalar): New.
1109 2010-11-17 Jakub Jelinek <jakub@redhat.com>
1111 * gcc.dg/guality/nop.h: New file.
1112 * gcc.dg/guality/asm-1.c: Include it and use NOP macro instead of
1113 "nop". Adjust line numbers in gdb-test.
1114 * gcc.dg/guality/pr43329-1.c: Likewise.
1116 2010-11-16 Jason Merrill <jason@redhat.com>
1118 * g++.dg/cpp0x/defaulted20.C: New.
1120 * g++.dg/template/injected2.C: New.
1122 2010-11-17 Nicola Pero <nicola.pero@meta-innovation.com>
1124 * objc.dg/protocol-optional-1.m: New.
1125 * obj-c++.dg/protocol-optional-1.mm: New.
1127 2010-11-16 Richard Henderson <rth@redhat.com>
1129 * gcc.target/powerpc/ppc-fma-2.c: Use -ffp-contract=off.
1130 * gcc.target/powerpc/ppc-fma-4.c: Likewise.
1132 2010-11-16 Eric Botcazou <ebotcazou@adacore.com>
1134 * gnat.dg/opt12.adb: New test.
1135 * gnat.dg/opt12_pkg.ad[sb]: New helper.
1137 2010-11-16 Eric Botcazou <ebotcazou@adacore.com>
1139 * gcc.target/rx/pack.c: New test.
1141 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1142 Tobias Burnus <burnus@net-b.de>
1145 * gfortran.dg/quad_1.f90: New.
1146 * lib/gcc-defs.exp (gcc-set-multilib-library-path): Use also
1148 * lib/gfortran.exp (gfortran_link_flags): Add libquadmath to
1149 library search path; call gcc-set-multilib-library-path with
1150 arguments such that libgfortran.spec is found.
1151 (gfortran_init): Add path for libgfortran.spec to GFORTRAN_UNDER_TEST.
1153 2010-11-16 Jakub Jelinek <jakub@redhat.com>
1156 * g++.dg/warn/Wsequence-point-3.C: New test.
1158 2010-11-16 Kai Tietz <kai.tietz@onevision.com>
1160 PR preprocessor/17349
1161 * gcc.dg/cpp/cmdlne-C3.c: New.
1163 2010-11-16 Richard Guenther <rguenther@suse.de>
1165 PR tree-optimization/44545
1166 * gcc.dg/pr44545.c: New testcase.
1168 2010-11-16 Andrey Belevantsev <abel@ispras.ru>
1170 PR rtl-optimization/46366
1171 * gcc.target/i386/pr45352-2.c: Silence warnings by using appropriate
1174 2010-11-16 Richard Guenther <rguenther@suse.de>
1176 * gcc.dg/tree-ssa/ssa-fre-30.c: New testcase.
1178 2010-11-16 Richard Guenther <rguenther@suse.de>
1181 * gfortran.dg/gomp/pr45172.f90: New testcase.
1183 2010-11-16 Nick Clifton <nickc@redhat.com>
1185 * gcc.target/rx/pack.c: New test.
1187 2010-11-15 Richard Henderson <rth@redhat.com>
1189 * gcc.dg/torture/builtin-math-2.c: Split out fma tests...
1190 * gcc.dg/torture/builtin-math-8.c: ... here. New file.
1191 Use builtin_constant_p rather than scanning for builtin name.
1193 2010-11-15 Nicola Pero <nicola.pero@meta-innovation.com>
1195 * objc.dg/property/dotsyntax-18.m: New.
1196 * objc.dg/property/dotsyntax-19.m: New.
1197 * objc.dg/property/dotsyntax-20.m: New.
1198 * obj-c++.dg/property/dotsyntax-18.mm: New.
1199 * obj-c++.dg/property/dotsyntax-19.mm: New.
1200 * obj-c++.dg/property/dotsyntax-20.mm: New.
1201 * objc.dg/property/dotsyntax-4.m: Removed some unused
1203 * objc.dg/property/dotsyntax-6.m: Same change.
1204 * objc.dg/property/dotsyntax-16.m: Same change.
1205 * objc.dg/property/dotsyntax-17.m: Same change.
1206 * obj-c++.dg/property/dotsyntax-4.mm: Same change.
1207 * obj-c++.dg/property/dotsyntax-6.mm: Same change.
1208 * obj-c++.dg/property/dotsyntax-16.mm: Same change.
1209 * obj-c++.dg/property/dotsyntax-17.mm: Same change.
1210 * objc.dg/property/at-property-22.m: Added missing casts.
1211 * obj-c++.dg/property/at-property-22.mm: Same change.
1213 2010-11-15 Jakub Jelinek <jakub@redhat.com>
1215 PR tree-optimization/46491
1216 * gcc.target/i386/pr46491.c: New test.
1218 PR tree-optimization/46461
1219 * gcc.c-torture/compile/pr46461.c: New test.
1221 2010-11-15 Tobias Burnus <burnus@net.b.de>
1224 * gfortran.dg/allocatable_scalar_11.f90: New.
1225 * gfortran.dg/allocatable_scalar_5.f90: Make test case
1228 2010-11-15 Jakub Jelinek <jakub@redhat.com>
1231 * gcc.target/i386/pr46095.c: New test.
1234 * gcc.dg/pr46387.c: New test.
1236 2010-11-15 Nicola Pero <nicola.pero@meta-innovation.com>
1238 * objc.dg/property/dotsyntax-16.m: New.
1239 * objc.dg/property/dotsyntax-17.m: New.
1240 * obj-c++.dg/property/dotsyntax-16.mm: New.
1241 * obj-c++.dg/property/dotsyntax-17.mm: New.
1242 * objc.dg/property/at-property-10.m: Uncommented using 'x++'
1243 syntax with properties, which now works.
1244 * obj-c++.dg/property/at-property-10.mm: Same change.
1246 2010-11-15 Martin Jambor <mjambor@suse.cz>
1248 PR tree-optimization/46349
1249 * gnat.dg/opt9.adb: New file.
1250 * gnat.dg/opt9_pkg.ads: Likewise
1252 2010-11-15 Richard Guenther <rguenther@suse.de>
1255 * g++.dg/guality/redeclaration1.C: Do not execute for LTO.
1257 2010-11-15 Nathan Froyd <froydnj@codesourcery.com>
1259 PR preprocessor/45038
1260 * g++.dg/pr45038.C: New test.
1262 2010-11-15 Richard Guenther <rguenther@suse.de>
1264 PR tree-optimization/46467
1265 * gcc.dg/ipa/ipa-pta-16.c: New testcase.
1267 2010-11-15 Richard Guenther <rguenther@suse.de>
1270 * g++.dg/torture/pr34850.C: Adjust.
1272 2010-11-14 Paolo Bonzini <bonzini@gnu.org>
1275 * gcc.dg/nofixed-point-2.c: Change dg-warning to dg-bogus.
1277 2010-11-14 Nicola Pero <nicola.pero@meta-innovation.com>
1279 * objc.dg/property/at-property-21.m: New.
1280 * objc.dg/property/at-property-22.m: New.
1281 * objc.dg/property/at-property-23.m: New.
1282 * objc.dg/property/synthesize-9.m: New.
1283 * objc.dg/property/synthesize-10.m: New.
1284 * objc.dg/property/synthesize-11.m: New.
1285 * obj-c++.dg/property/at-property-21.mm: New.
1286 * obj-c++.dg/property/at-property-22.mm: New.
1287 * obj-c++.dg/property/at-property-23.mm: New.
1288 * obj-c++.dg/property/synthesize-9.mm: New.
1289 * obj-c++.dg/property/synthesize-10.mm: New.
1290 * obj-c++.dg/property/synthesize-11.mm: New.
1292 * objc.dg/property/at-property-4.m: Updated to match new compiler
1293 where some errors have been converted into warnings and vice versa.
1294 * objc.dg/property/at-property-16.m: Same change.
1295 * objc.dg/property/at-property-18.m: Same change.
1296 * objc.dg/property/property-neg-5.m: Same change.
1297 * obj-c++.dg/property/at-property-4.mm: Same change.
1298 * obj-c++.dg/property/at-property-16.mm: Same change.
1299 * obj-c++.dg/property/at-property-18.mm: Same change.
1300 * obj-c++.dg/property/property-neg-5.mm: Same change.
1302 * obj-c++.dg/property/dynamic-2.mm: Enable tests that were
1303 commented out because of testsuite problems; I found out that
1304 using dg-warning instead of dg-message gets them to work.
1305 * obj-c++.dg/property/property-neg-3.mm: Same change.
1306 * obj-c++.dg/property/synthesize-6.mm: Same change.
1307 * obj-c++.dg/property/at-property-5.mm: Same change.
1308 * obj-c++.dg/property/at-property-14.mm: Same change.
1309 * obj-c++.dg/property/at-property-18.mm: Same change.
1310 * obj-c++.dg/property/at-property-16.mm: Same change (in this file,
1311 some tests still do not work due to some other testsuite issue).
1313 2010-11-13 Jason Merrill <jason@redhat.com>
1315 * g++.dg/cpp0x/auto20.C: New.
1317 2010-11-13 Iain Sandoe <iains@gcc.gnu.org>
1319 * objc.dg/fsf-nsstring-format-1.m: Adjust format messages.
1320 * obj-c++.dg/fsf-nsstring-format-1.mm: Likewise.
1322 2010-11-13 Paolo Bonzini <bonzini@gnu.org>
1325 * gcc.dg/gomp/pr34607.c: Adjust errors for unknown typenames.
1326 * gcc.dg/pr35746.c: Likewise.
1327 * gcc.dg/cpp/direct2.c: Likewise.
1328 * gcc.dg/cpp/direct2s.c: Likewise.
1329 * gcc.dg/noncompile/920923-1.c: Likewise.
1330 * gcc.dg/dfp/constants-c99.c: Add -Wno-overflow.
1332 2010-11-13 Nicola Pero <nicola.pero@meta-innovation.com>
1334 * obj-c++.dg/attributes/method-format-1.mm: Adjust.
1336 2010-11-13 Nicola Pero <nicola.pero@meta-innovation.com>
1338 * objc/compile/20060406-1.m: Fixed testcase not to try to qualify
1339 a pointer to an arbitrary C struct with an Objective-C protocol.
1340 Test various valid uses of typedef with Objective-C objects and
1342 * objc.dg/invalid-type-1.m: New.
1343 * obj-c++.dg/invalid-type-1.m: New.
1345 2010-11-13 Iain Sandoe <iains@gcc.gnu.org>
1347 * gcc.dg/darwin-segaddr.c: New test for multiple argument c/l switch.
1349 2010-11-13 Tobias Burnus <burnus@net-b.de>
1352 * gfortran.dg/volatile12.f90: Use the right three in cleanup-tree-dump.
1354 2010-11-13 Tobias Burnus <burnus@net-b.de>
1357 * gfortran.dg/volatile12.f90: New.
1359 2010-11-13 Paolo Bonzini <bonzini@gnu.org>
1361 * objc.dg/attributes/method-format-1.m: Adjust.
1363 2010-11-13 Paolo Bonzini <bonzini@gnu.org>
1366 * gcc.dg/decl-9.c: New.
1368 2010-11-13 Paolo Bonzini <bonzini@gnu.org>
1370 * gcc.dg/Wcxx-compat-8.c: Add testcases involving incomplete types.
1372 2010-11-13 Paolo Bonzini <bonzini@gnu.org>
1374 * gcc.dg/format/few-1.c: New test.
1375 * gcc.dg/format/asm_fprintf-1.c: Adjust.
1376 * gcc.dg/format/c90-scanf-1.c: Adjust.
1377 * gcc.dg/format/cmn-err-1.c: Adjust.
1378 * gcc.dg/format/dfp-printf-1.c: Adjust.
1379 * gcc.dg/format/dfp-scanf-1.c: Adjust.
1380 * gcc.dg/format/gcc_diag-1.c: Adjust.
1381 * gcc.dg/format/ms_unnamed-1.c: Adjust.
1382 * gcc.dg/format/strfmon-1.c: Adjust.
1383 * gcc.dg/format/unnamed-1.c: Adjust.
1384 * gcc.dg/format/xopen-2.c: Adjust.
1385 * g++.dg/ext/builtin4.C: Adjust.
1386 * g++.dg/ext/builtin5.C: Adjust.
1388 2010-11-12 Joseph Myers <joseph@codesourcery.com>
1390 * gcc.dg/pragma-diag-2.c: New test.
1392 2010-11-12 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1395 * gfortran.dg/optional_mask.f90: New test.
1397 2010-11-13 Ville Voutilainen <ville.voutilainen@gmail.com>
1399 * g++.dg/cpp0x/defaulted15.C: Adjust.
1401 2010-11-12 James Dennett <jdennett@google.com>
1404 * g++.dg/expr/static_cast7.C: New.
1406 2010-11-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1408 * lib/prune.exp (prune_gcc_output): Ignore IRIX 6 linker multiline
1410 * g++.dg/abi/packed1.C (struct INNER): Ignore warning on
1412 * g++.dg/cpp/_Pragma1.C: Skip on mips-sgi-irix*.
1413 * gcc.target/mips/call-3.c: Add dg-require-visibility.
1415 2010-11-12 Eric Botcazou <ebotcazou@adacore.com>
1417 * gcc.dg/pr46375.c: New test.
1419 2010-11-11 Nathan Froyd <froydnj@codesourcery.com>
1422 * c-c++-common/fmax-errors.c: New test.
1424 2010-11-11 Richard Henderson <rth@redhat.com>
1426 * gcc.target/i386/sse-24.c: Use -ffp-contract.
1428 2010-11-11 Jan Hubicka <jh@suse.cz>
1430 * gcc.dg/tree-ssa/inline-5.c: Fix testcase.
1431 * gcc.dg/tree-ssa/inline-6.c: Fix testcase.
1433 2010-11-12 Jakub Jelinek <jakub@redhat.com>
1436 * gcc.dg/pr46088.c: New test.
1438 2010-11-11 Steven G. Kargl <kargl@gcc.gnu.org>
1440 * gfortran.dg/empty_derived_type.f90: New test.
1442 2010-11-11 Tobias Burnus <burnus@net-b.de>
1445 * gfortran.dg/class_31.f90: New.
1448 * gfortran.dg/forall_14.f90: New.
1450 2010-11-11 Jakub Jelinek <jakub@redhat.com>
1451 Tobias Burnus <burnus@net-b.de>
1454 * gfortran.dg/char_initialiser_actual.f90: Make test case valid.
1456 2010-11-11 Jan Hubicka <jh@suse.cz>
1458 * gcc.dg/20081223-1.c: Update LTO options.
1459 * gcc.dg/lto/20090206-1_0.c: Update LTO options.
1460 * gcc.dg/lto/20081118_0.c: Update LTO options.
1461 * gcc.dg/lto/ipareference_0.c: Update LTO options.
1462 * gcc.dg/lto/20100423-2_0.c: Update LTO options.
1463 * gcc.dg/lto/20081201-1_0.c: Update LTO options.
1464 * gcc.dg/lto/ipacp_0.c: Update LTO options.
1465 * gcc.dg/lto/20090116_0.c: Update LTO options.
1466 * gcc.dg/lto/20091015-1_0.c: Update LTO options.
1467 * gcc.dg/lto/20090126-2_0.c: Update LTO options.
1468 * gcc.dg/lto/20081202-2_0.c: Update LTO options.
1469 * gcc.dg/lto/20081204-1_0.c: Update LTO options.
1470 * gcc.dg/lto/const-uniq_0.c: Update LTO options.
1471 * gcc.dg/lto/20081224_0.c: Update LTO options.
1472 * gcc.dg/lto/20090219_0.c: Update LTO options.
1473 * gcc.dg/lto/ipareference2_0.c: Update LTO options.
1474 * gcc.dg/lto/20090206-2_0.c: Update LTO options.
1475 * gcc.dg/lto/20081115_0.c: Update LTO options.
1476 * gcc.dg/lto/20081201-2_0.c: Update LTO options.
1477 * gcc.dg/lto/20081120-2_0.c: Update LTO options.
1478 * gcc.dg/lto/materialize-1_0.c: Update LTO options.
1479 * gcc.dg/lto/20090126-1_0.c: Update LTO options.
1480 * gcc.dg/lto/20081202-1_0.c: Update LTO options.
1481 * gcc.dg/lto/noreturn-1_0.c: Update LTO options.
1482 * g++.dg/20090107-1.C: Update LTO options.
1483 * g++.dg/lto/pr45679-2_0.C: Update LTO options.
1484 * g++.dg/lto/20081123_0.C: Update LTO options.
1485 * g++.dg/lto/20090313_0.C: Update LTO options.
1486 * g++.dg/lto/20081125_0.C: Update LTO options.
1487 * g++.dg/lto/20081109-1_0.C: Update LTO options.
1488 * g++.dg/lto/20081219_0.C: Update LTO options.
1489 * g++.dg/lto/20100724-1_0.C: Update LTO options.
1490 * g++.dg/lto/20081204-1_0.C: Update LTO options.
1491 * g++.dg/lto/20090303_0.C: Update LTO options.
1492 * g++.dg/lto/20100723-1_0.C: Update LTO options.
1493 * g++.dg/lto/pr45679-1_0.C: Update LTO options.
1494 * g++.dg/lto/20090128_0.C: Update LTO options.
1495 * g++.dg/lto/20081204-2_0.C: Update LTO options.
1496 * g++.dg/lto/20090302_0.C: Update LTO options.
1497 * g++.dg/lto/20081119-1_0.C: Update LTO options.
1498 * g++.dg/lto/20081118_0.C: Update LTO options.
1499 * g++.dg/20090121-1.C: Update LTO options.
1500 * objc.dg/lto/lto.exp: Update LTO options.
1501 * lib/lto.exp: Update LTO options.
1502 * lib/gcc-dg.exp: Update LTO options.
1503 * lib/c-torture.exp: Update LTO options.
1504 * obj-c++.dg/lto/lto.exp: Update LTO options.
1506 2010-11-11 Jan Hubicka <jh@suse.cz>
1508 PR tree-optimize/40436
1509 * gcc.dg/tree-ssa/inline-5.c: New testcase.
1510 * gcc.dg/tree-ssa/inline-6.c: New testcase.
1512 2010-11-11 Janus Weil <janus@gcc.gnu.org>
1514 * gfortran.dg/proc_decl_24.f90: New.
1516 2010-11-11 Nicola Pero <nicola.pero@meta-innovation.com>
1518 * objc.dg/property/at-property-20.m: New.
1519 * objc.dg/property/synthesize-8.m: New.
1520 * obj-c++.dg/property/at-property-20.m: New.
1521 * obj-c++.dg/property/synthesize-8.mm: New.
1523 2010-11-11 Joseph Myers <joseph@codesourcery.com>
1525 * gcc.dg/cpp/warn-normalized-3.c: Update expected note text.
1527 2010-11-11 Jakub Jelinek <jakub@redhat.com>
1530 * gcc.c-torture/compile/pr46388.c: New test.
1532 2010-11-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1534 * lib/lto.exp (lto-get-options-main): Support optional target
1535 selector for dg-suppress-ld-options.
1537 2010-11-11 Martin Jambor <mjambor@suse.cz>
1539 PR tree-optimization/46383
1540 * g++.dg/torture/pr46383.C: New test.
1542 2010-11-11 Uros Bizjak <ubizjak@gmail.com>
1544 * gcc-target/i386/sse-12.c: Add -msse4a to dg-options.
1545 * gcc-target/i386/sse-13.c: Add -msse4a, -mfma4, -mbmi and -mtbm
1547 * gcc-target/i386/sse-14.c: Add -mfma4a and -mbmi to dg-options.
1548 * g++.dg/other/i386-2.C: Add -msse4a and -mfma4 to dg-options.
1549 * g++.dg/other/i386-3.C: Ditto.
1551 2010-11-10 Jason Merrill <jason@redhat.com>
1553 * g++.dg/cpp0x/constexpr-46420.C: New.
1555 2010-11-10 Joseph Myers <joseph@codesourcery.com>
1557 * g++.dg/ext/bitfield2.C, g++.dg/ext/bitfield4.C,
1558 gcc.dg/bitfld-15.c, gcc.dg/bitfld-17.c,
1559 gcc.target/i386/pr39082-1.c, gcc.target/i386/pr39545-1.c,
1560 gcc.target/i386/pr39545-2.c, gcc.target/i386/pr39678.c: Update
1563 2010-11-10 Jan Hubicka <jh@suse.cz>
1565 PR tree-optimize/38669
1566 * gcc.dg/tree-ssa/pr38699.c: New testcase.
1568 2010-11-10 Jan Hubicka <jh@suse.cz>
1570 * gcc.dg/tree-prof/inliner-1.c: Fix testcase.
1572 2010-11-10 Jason Merrill <jason@redhat.com>
1574 * g++.dg/cpp0x/constexpr-bitfield.C: New.
1576 2010-11-10 Jakub Jelinek <jakub@redhat.com>
1579 * gcc.dg/debug/pr46409.c: New test.
1582 * g++.dg/cpp0x/constexpr-defarg2.C: New test.
1584 2010-11-10 Uros Bizjak <ubizjak@gmail.com>
1587 * gcc-target/i386/pr46419.c: New test.
1589 2010-11-10 Quentin Neill <quentin.neill.gnu@gmail.com>
1591 * g++.dg/other/i386-2.C: Add -mtbm.
1592 * g++.dg/other/i386-3.C: Likewise.
1593 * gcc.target/i386/funcspec-5.c: Add tbm and no-tbm targets.
1594 * gcc.target/i386/funcspec-6.c: Likewise.
1595 * gcc.target/i386/sse-12.c: Add -mtbm.
1596 * gcc.target/i386/sse-13.c: Add -mtbm and test immediate
1598 * gcc.target/i386/sse-14.c: Likewise.
1599 * gcc.target/i386/sse-22.c: Likewise.
1600 * gcc.target/i386/sse-23.c: Likewise.
1601 * gcc.target/i386/tbm-1.c: New file.
1602 * gcc.target/i386/tbm-2.c: Likewise.
1604 2010-11-10 Quentin Neill <quentin.neill.gnu@gmail.com>
1606 * g++.dg/other/i386-2.C: Add -mbmi.
1607 * g++.dg/other/i386-3.C: Likewise.
1608 * gcc.target/i386/funcspec-5.c: Add bmi and no-bmi targets.
1609 * gcc.target/i386/funcspec-6.c: Likewise.
1610 * gcc.target/i386/sse-12.c: Add -mbmi.
1611 * gcc.target/i386/bmi-1.c: New file.
1612 * gcc.target/i386/bmi-2.c: Likewise.
1613 * gcc.target/i386/bmi-3.c: Likewise.
1614 * gcc.target/i386/bmi-4.c: Likewise.
1615 * gcc.target/i386/bmi-5.c: Likewise.
1616 * gcc.target/i386/bmi-6.c: Likewise.
1618 2010-11-10 Nathan Froyd <froydnj@codesourcery.com>
1621 * g++.dg/pr46065.C: New test.
1623 2010-11-10 Jan Hubicka <jh@suse.cz>
1625 PR tree-optimize/33172
1626 PR tree-optimize/43411
1627 * gcc.dg/tree-ssa/pr33172.c: New testcase.
1628 * g++.dg/tree-ssa/pr43411.C: New testcase.
1630 2010-11-10 Jan Hubicka <jh@suse.cz>
1632 PR tree-optimize/46228
1633 * g++.dg/tree-ssa/pr46228.C: New testcase.
1635 2010-11-10 H.J. Lu <hongjiu.lu@intel.com>
1637 PR tree-optimization/46414
1638 * gcc.target/i386/recip-vec-sqrtf-avx.c: Updated for loop unrolling.
1640 2010-11-10 Tobias Burnus <burnus@net-b.de>
1643 * gfortran.dg/intrinsic_7.f90: New.
1645 2010-11-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1647 * g++.dg/abi/rtti3.C: Scan for .weakext on alpha*-dec-osf*.
1648 * g++.dg/abi/thunk4.C: Likewise.
1649 * g++.dg/opt/combine.C: Add dg-require-visibility.
1650 * g++.dg/other/anon5.C: Skip on alpha*-dec-osf*.
1651 * g++.dg/warn/miss-format-1.C: XFAIL scanf attribute warning on
1653 * g++.dg/warn/pr31246.C: XFAIL on alpha*-dec-osf*.
1654 * g++.dg/warn/weak1.C: Skip on alpha*-dec-osf*.
1655 * g++.old-deja/g++.eh/badalloc1.C [!STACK_SIZE && __osf__]: Use
1657 * gcc.dg/attr-weakref-1.c: Skip on alpha*-dec-osf*.
1658 * gcc.dg/intmax_t-1.c: Likewise.
1660 2010-11-10 Tobias Burnus <burnus@net-b.de>
1663 * gfortran.dg/class_30.f90: New.
1665 2010-11-10 Tobias Burnus <burnus@net-b.de>
1668 * gfortran.dg/bessel_7.f90: Bump allowed precision to avoid
1671 2010-11-10 Sebastian Pop <sebastian.pop@amd.com>
1673 PR tree-optimization/45971
1674 * gcc.dg/vect/O3-pr45971.c: New.
1676 2010-11-10 Richard Guenther <rguenther@suse.de>
1678 PR tree-optimization/44964
1679 * gcc.dg/pr44964.c: New testcase.
1681 2010-11-10 Eric Botcazou <ebotcazou@adacore.com>
1683 * gnat.dg/opt10.adb: Fix typo.
1685 2010-11-10 Martin Jambor <mjambor@suse.cz>
1687 PR tree-optimization/46351
1688 PR tree-optimization/46377
1689 * gnat.dg/opt10.adb: New file.
1690 * gnat.dg/opt10_pkg.ads: Likewise.
1691 * gnat.dg/opt11.adb: Likewise.
1692 * gnat.dg/opt11.ads: Likewise.
1694 2010-11-10 Eric Botcazou <ebotcazou@adacore.com>
1696 * gnat.dg/boolean_conv.adb: New test.
1698 2010-11-10 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1700 * gcc.dg/stack-usage-1.c: Define SIZE for s390 and s390x.
1702 2010-11-10 Eric Botcazou <ebotcazou@adacore.com>
1704 * gnat.dg/unchecked_convert7.adb: New test.
1706 2010-11-10 Richard Guenther <rguenther@suse.de>
1708 PR tree-optimization/46398
1709 * gcc.dg/torture/pr46398.c: New testcase.
1711 2010-11-09 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1713 * gfortran.dg/open_dev_null.f90: New test.
1715 2010-11-09 Jan Hubicka <jh@suse.cz>
1717 * testsuite/gcc.target/i386/recip-vec-sqrtf-avx.c: Update for loop
1720 2010-11-09 Joseph Myers <joseph@codesourcery.com>
1722 * gcc.dg/struct-semi-4.c: New test.
1724 2010-11-09 Michael Meissner <meissner@linux.vnet.ibm.com>
1726 * gcc.target/powerpc/ppc-fpconv-11.c: Use -mcpu=power5+, not
1727 power5 to enable generation of FRIZ.
1729 * gcc.target/powerpc/ppc-round.c: New file, test (double)(int)
1732 * gcc.target/powerpc/ppc-fpconv-2.c: Update # times lfiwax is
1735 2010-11-09 Jakub Jelinek <jakub@redhat.com>
1738 * gfortran.dg/pr43808.f90: New test.
1740 2010-11-09 Sebastian Pop <sebastian.pop@amd.com>
1742 PR tree-optimization/46036
1743 * gfortran.dg/lto/pr46036_0.f90: New.
1745 2010-10-09 Jakub Jelinek <jakub@redhat.com>
1748 * gcc.dg/guality/sra-1.c: Move all gdb-test lines to the second
1749 bar invocation instead of first.
1752 * gcc.dg/pr46171.c: New test.
1754 2010-11-09 Richard Guenther <rguenther@suse.de>
1756 PR tree-optimization/46355
1757 * gcc.dg/pr46355.c: New testcase.
1759 2010-11-09 Richard Guenther <rguenther@suse.de>
1761 PR tree-optimization/46177
1762 * gcc.dg/pr46177-2.c: New testcase.
1764 2010-11-09 Richard Guenther <rguenther@suse.de>
1767 * gcc.dg/vec-scal-opt.c: Move ...
1768 * gcc.dg/vect/vect-scal-opt.c: ... here.
1769 * gcc.dg/vec-scal-opt1.c: Move ...
1770 * gcc.dg/vect/vect-scal-opt1.c: ... here.
1771 * gcc.dg/vec-scal-opt2.c: Move ...
1772 * gcc.dg/vect/vect-scal-opt2.c: ... here.
1774 2010-11-09 Eric Botcazou <ebotcazou@adacore.com>
1776 * gnat.dg/specs/static_initializer5.ads: New test.
1777 * gnat.dg/specs/static_initializer5_pkg.ads: New helper.
1779 2010-11-09 Jakub Jelinek <jakub@redhat.com>
1782 * gcc.c-torture/compile/pr46360.c: New test.
1785 * g++.dg/warn/Wsequence-point-2.C: New test.
1787 2010-11-09 Janus Weil <janus@gcc.gnu.org>
1790 * gfortran.dg/class_29.f03: New.
1792 2010-11-09 Richard Guenther <rguenther@suse.de>
1795 * gcc.target/i386/alias-1.c: New testcase.
1797 2010-11-08 Jason Merrill <jason@redhat.com>
1799 * g++.dg/cpp0x/constexpr-sassert.C: New.
1801 2010-11-08 Jason Merrill <jason@redhat.com>
1803 * g++.dg/cpp0x/constexpr-defarg.C: New.
1805 2010-11-08 Xinliang David Li <davidxl@google.com>
1807 PR tree-optimization/46316
1808 * gcc.c-torture/execute/pr46316.c: New test.
1810 2010-11-08 Janus Weil <janus@gcc.gnu.org>
1813 * gfortran.dg/class_28.f03: Extended.
1815 2010-11-08 Nicola Pero <nicola.pero@meta-innovation.com>
1817 * objc.dg/property/dotsyntax-13.m: New.
1818 * objc.dg/property/dotsyntax-14.m: New.
1819 * objc.dg/property/dotsyntax-15.m: New.
1820 * objc.dg/property/synthesize-7.m: New.
1821 * obj-c++.dg/property/dotsyntax-13.mm: New.
1822 * obj-c++.dg/property/dotsyntax-14.mm: New.
1823 * obj-c++.dg/property/dotsyntax-15.mm: New.
1824 * obj-c++.dg/property/synthesize-7.mm: New.
1826 2010-11-08 Nicola Pero <nicola.pero@meta-innovation.com>
1828 * objc.dg/property/dynamic-4.m: New.
1829 * objc.dg/property/dynamic-5.m: New.
1830 * objc.dg/property/dynamic-6.m: New.
1831 * obj-c++.dg/property/dynamic-4.mm: New.
1832 * obj-c++.dg/property/dynamic-5.mm: New.
1833 * obj-c++.dg/property/dynamic-6.mm: New.
1835 2010-11-08 Nicola Pero <nicola.pero@meta-innovation.com>
1837 * objc.dg/property/synthesize-3.m: New.
1838 * objc.dg/property/synthesize-4.m: New.
1839 * objc.dg/property/synthesize-5.m: New.
1840 * objc.dg/property/synthesize-6.m: New.
1841 * obj-c++.dg/property/synthesize-3.mm: New.
1842 * obj-c++.dg/property/synthesize-4.mm: New.
1843 * obj-c++.dg/property/synthesize-5.mm: New.
1844 * obj-c++.dg/property/synthesize-6.mm: New.
1846 2010-11-08 Nicola Pero <nicola.pero@meta-innovation.com>
1848 * objc.dg/property/at-property-5.m: Updated test.
1849 * objc.dg/property/at-property-16.m: New.
1850 * objc.dg/property/at-property-17.m: New.
1851 * objc.dg/property/at-property-18.m: New.
1852 * objc.dg/property/at-property-19.m: New.
1853 * objc.dg/property/dotsyntax-12.m: New.
1854 * objc.dg/protocol-inheritance-1.m: New.
1855 * objc.dg/protocol-inheritance-2.m: New.
1856 * obj-c++.dg/property/at-property-5.mm: Updated test.
1857 * obj-c++.dg/property/at-property-16.mm: New.
1858 * obj-c++.dg/property/at-property-17.mm: New.
1859 * obj-c++.dg/property/at-property-18.mm: New.
1860 * obj-c++.dg/property/at-property-19.mm: New.
1861 * obj-c++.dg/protocol-inheritance-1.mm: New.
1862 * obj-c++.dg/protocol-inheritance-2.mm: New.
1863 * obj-c++.dg/property/dotsyntax-12.mm: New.
1865 2010-11-08 Jason Merrill <jason@redhat.com>
1867 * g++.dg/expr/overflow1.C: New.
1868 * g++.dg/warn/overflow-warn-1.C: Add expected diagnostics.
1869 * g++.dg/warn/overflow-warn-3.C: Remove unnecessary line number.
1870 * g++.dg/warn/overflow-warn-4.C: Add expected diagnostics.
1871 * g++.dg/warn/overflow-warn-5.C: Don't expect wrong warning.
1873 2010-11-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1875 * gcc.dg/pr35442.c: Adapt warning.
1878 * g++.dg/eh/simd-2.C: Add -msse to dg-options, add
1879 dg-require-effective-target sse_runtime for for i?86-*-*, x86_64-*-*.
1880 * g++.dg/torture/pr36444.C: Add dg-options -msse for
1881 i?86-*-* x86_64-*-*.
1882 * g++.dg/torture/pr36445.C: Likewise.
1883 * gcc.c-torture/compile/pr34856.c: Likewise.
1884 * gcc.c-torture/compile/pr39928-1.c: Likewise.
1885 * gcc.c-torture/compile/vector-1.c: Likewise.
1886 * gcc.c-torture/compile/vector-2.c: Likewise.
1887 * gcc.dg/pr32912-1.c: Likewise.
1888 * gcc.c-torture/execute/va-arg-25.c: Move ...
1889 * gcc.dg/torture/va-arg-25.c: ... here. Add dg-do run.
1890 Add dg-options -msse, dg-require-effective-target sse_runtime for
1891 for i?86-*-*, x86_64-*-*.
1892 * gcc.c-torture/execute/vector-1.c: Likewise.
1893 * gcc.c-torture/execute/vector-2.c: Likewise.
1894 * gcc.dg/tree-ssa/forwprop-5.c: Add -msse to dg-options for
1895 i?86-*-*, x86_64-*-*.
1896 * gcc.dg/tree-ssa/fre-vce-1.c: Likewise.
1897 * gcc.dg/tree-ssa/sra-4.c: Likewise.
1898 * gcc.dg/tree-ssa/vector-1.c: Likewise.
1899 * gcc.dg/tree-ssa/vector-2.c: Likewise.
1900 * gcc.target/i386/vect-args.c: Add -Wno-psabi to dg-options.
1902 2010-11-08 Steve Ellcey <sje@cup.hp.com>
1904 * gcc.dg/torture/pr45982.c: Add -std=c99
1905 * gcc.dg/torture/pr45623.c: Ditto.
1907 2010-11-08 Steve Ellcey <sje@cup.hp.com>
1909 * gcc/testsuite/g++.dg/abi/covariant1.C: Fix scan-assembler.
1910 * gcc/testsuite/g++.dg/abi/covariant6.C: Ditto.
1912 2010-11-08 Kai Tietz <kai.tietz@onevision.com>
1915 * g++.dg/ext/dllimport7.C: Adjust second error check and
1916 allow test for x86_64 mingw, too.
1918 2010-11-08 Janus Weil <janus@gcc.gnu.org>
1921 * gfortran.dg/class_28.f03: New.
1923 2010-11-08 Andrey Belevantsev <abel@ispras.ru>
1925 PR rtl-optimization/45352
1926 gcc.dg/pr45352.c, gcc.dg/pr45352-1.c, gcc.dg/pr45352-2.c: New tests.
1927 gcc.target/i386/pr45352.c, gcc.target/i386/pr45352-1.c,
1928 gcc.target/i386/pr45352-2.c: New tests.
1930 2010-11-06 Iain Sandoe <iains@gcc.gnu.org>
1933 * objc.dg/torture/forward-1.m: Re-enable for gnu-runtime,
1934 XFAIL the run for all but m32 x86.
1936 2010-11-07 Andreas Schwab <schwab@linux-m68k.org>
1938 * g++.dg/debug/dwarf2/nested-2.C: Adjust pattern to also match "|"
1939 as comment character.
1941 2010-11-07 Richard Sandiford <rdsandiford@googlemail.com>
1943 * gcc.target/mips/mips.exp: Revert previous patch.
1944 * gcc.target/mips/fma-1.c: Delete.
1945 * gcc.target/mips/fma-2.c: Likewise.
1946 * gcc.target/mips/fma-3.c: Likewise.
1947 * gcc.target/mips/fma-4.c: Likewise.
1948 * gcc.target/mips/fma-5.c: Likewise.
1949 * gcc.target/mips/fma-6.c: Likewise.
1950 * gcc.target/mips/fma-7.c: Likewise.
1951 * gcc.target/mips/fma-8.c: Likewise.
1952 * gcc.target/mips/fma-9.c: Likewise.
1953 * gcc.target/mips/fma-10.c: Likewise.
1954 * gcc.target/mips/fma-11.c: Likewise.
1955 * gcc.target/mips/fma-12.c: Likewise.
1956 * gcc.target/mips/fma-13.c: Likewise.
1957 * gcc.target/mips/fma-14.c: Likewise.
1958 * gcc.target/mips/fma-15.c: Likewise.
1959 * gcc.target/mips/fma-16.c: Likewise.
1960 * gcc.target/mips/fma-17.c: Likewise.
1961 * gcc.target/mips/fma-18.c: Likewise.
1962 * gcc.target/mips/fma-19.c: Likewise.
1963 * gcc.target/mips/fma-20.c: Likewise.
1965 2010-11-07 Richard Sandiford <rdsandiford@googlemail.com>
1967 * gcc.target/mips/mips.exp: Add support for -ffp-contract.
1968 * gcc.target/mips/fma-1.c: New test.
1969 * gcc.target/mips/fma-2.c: Likewise.
1970 * gcc.target/mips/fma-3.c: Likewise.
1971 * gcc.target/mips/fma-4.c: Likewise.
1972 * gcc.target/mips/fma-5.c: Likewise.
1973 * gcc.target/mips/fma-6.c: Likewise.
1974 * gcc.target/mips/fma-7.c: Likewise.
1975 * gcc.target/mips/fma-8.c: Likewise.
1976 * gcc.target/mips/fma-9.c: Likewise.
1977 * gcc.target/mips/fma-10.c: Likewise.
1978 * gcc.target/mips/fma-11.c: Likewise.
1979 * gcc.target/mips/fma-12.c: Likewise.
1980 * gcc.target/mips/fma-13.c: Likewise.
1981 * gcc.target/mips/fma-14.c: Likewise.
1982 * gcc.target/mips/fma-15.c: Likewise.
1983 * gcc.target/mips/fma-16.c: Likewise.
1984 * gcc.target/mips/fma-17.c: Likewise.
1985 * gcc.target/mips/fma-18.c: Likewise.
1986 * gcc.target/mips/fma-19.c: Likewise.
1987 * gcc.target/mips/fma-20.c: Likewise.
1989 2010-11-06 Jason Merrill <jason@redhat.com>
1991 * g++.dg/cpp0x/constexpr-ctor3.C: New.
1993 2010-11-06 Simon Martin <simartin@users.sourceforge.net>
1996 * gcc.dg/parser-error-3.c: New test.
1998 2010-11-06 Nathan Froyd <froydnj@codesourcery.com>
2001 * g++.dg/parse/semicolon2.C: New testcase.
2002 * g++.dg/ext/asmspec1.C: Adjust.
2003 * g++.dg/init/new13.C: Adjust.
2004 * g++.dg/parse/ctor5.C: Adjust.
2006 2010-11-06 Janus Weil <janus@gcc.gnu.org>
2009 * gfortran.dg/class_27.f03: New.
2011 2010-11-06 Nicola Pero <nicola.pero@meta-innovation.com>
2013 Fixed using the Objective-C 2.0 dot-syntax with self and super.
2014 * objc.dg/property/dotsyntax-5.m: New.
2015 * objc.dg/property/dotsyntax-6.m: New.
2016 * objc.dg/property/dotsyntax-7.m: New.
2017 * objc.dg/property/dotsyntax-8.m: New.
2018 * objc.dg/property/dotsyntax-9.m: New.
2019 * objc.dg/property/dotsyntax-10.m: New.
2020 * objc.dg/property/dotsyntax-11.m: New.
2021 * obj-c++.dg/property/dotsyntax-5.mm: New.
2022 * obj-c++.dg/property/dotsyntax-6.mm: New.
2023 * obj-c++.dg/property/dotsyntax-7.mm: New.
2024 * obj-c++.dg/property/dotsyntax-8.mm: New.
2025 * obj-c++.dg/property/dotsyntax-9.mm: New.
2026 * obj-c++.dg/property/dotsyntax-10.mm: New.
2027 * obj-c++.dg/property/dotsyntax-11.mm: New.
2029 2010-11-06 Iain Sandoe <iains@gcc.gnu.org>
2031 * obj-c++.dg/encode-3.mm: Provide a different string check for the
2032 NeXT runtime when the type is READONLY.
2034 2010-11-06 Uros Bizjak <ubizjak@gmail.com>
2036 * gcc.target/i386/387-2.c: Skip if -march= is specified.
2037 * gcc.target/i386/387-6.c: Ditto.
2038 * gcc.target/i386/387-3.c: Add -mfancy-math-387 to dg-options.
2039 * gcc.target/i386/387-4.c: Ditto.
2040 * gcc.target/i386/387-7.c: Ditto.
2041 * gcc.target/i386/387-8.c: Ditto.
2042 * gcc.target/i386/387-9.c: Ditto.
2043 * gcc.target/i386/387-10.c: Ditto.
2044 * gcc.target/i386/387-11.c: Ditto.
2045 * gcc.target/i386/387-12.c: Ditto.
2047 * gcc.target/i386/funcspec-8.c: Add -mno-sse3 to dg-options.
2049 2010-11-06 Iain Sandoe <iains@gcc.gnu.org>
2052 * gcc.dg/darwin-cfstring-format-1.c: New.
2053 * gcc.dg/warn-nsstring.c: New.
2054 * objc.dg/fsf-nsstring-format-1.m: New.
2055 * obj-c++.dg/fsf-nsstring-format-1.mm: New.
2056 * obj-c++.dg/torture/strings/const-cfstring-1.mm: Update for darwin10
2059 2010-11-05 Jason Merrill <jason@redhat.com>
2062 * g++.dg/inherit/virtual6.C: New.
2064 2010-11-05 Jakub Jelinek <jakub@redhat.com>
2067 * gcc.dg/Wcxx-compat-21.c: New test.
2069 2010-11-05 Ian Lance Taylor <iant@google.com>
2072 * gcc.target/i386/pr46084.c: New test.
2074 2010-11-05 Steve Ellcey <sje@cup.hp.com>
2076 * lib/target-supports.exp (check_function_available): Use -fno-builtin.
2077 * (check_effective_target_mempcpy): New.
2078 * gcc.c-torture/execute/pr45636.c: Move this...
2079 * gcc.dg/torture/pr45636.c: to here. Add add dg- directives.
2081 2010-11-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2083 * gcc.target/i386/i386.exp (FLAGS): Remove.
2084 Wrap gcc_target_compile with $clearcap_ldflags added to options.
2086 2010-11-05 Jakub Jelinek <jakub@redhat.com>
2089 * g++.dg/opt/empty2.C: New test.
2092 * gcc.target/i386/pr45670.c: New test.
2094 2010-11-05 Janus Weil <janus@gcc.gnu.org>
2098 * gfortran.dg/class_19.f03: Modified.
2099 * gfortran.dg/class_allocate_6.f03: New.
2101 2010-11-05 H.J. Lu <hongjiu.lu@intel.com>
2103 * gcc.target/i386/avx-vzeroupper-19.c: New.
2105 2010-11-05 Jakub Jelinek <jakub@redhat.com>
2107 PR tree-optimization/46099
2108 * gcc.dg/autopar/pr46099.c: New test.
2111 * c-c++-common/pr43690.c: New test.
2113 2010-11-05 Iain Sandoe <iains@gcc.gnu.org>
2115 * objc.dg/torture/forward-1.m: Restore for m32 NeXT.
2116 * objc.dg/demangle-1.m: Remove NeXT ifdef around +initialize
2117 declaration and implementation.
2118 * objc.dg/property/dotsyntax-3.m: XFAIL NeXT m64 run.
2119 * obj-c++.dg/property/at-property-13.mm: Likewise.
2120 * obj-c++.dg/property/fsf-property-method-access.mm: Likewise.
2121 * obj-c++.dg/property/property-1.mm: Likewise.
2122 * obj-c++.dg/property/at-property-7.mm: Likewise.
2123 * obj-c++.dg/property/at-property-9.mm: Likewise.
2124 * obj-c++.dg/property/dotsyntax-2.mm: Likewise.
2125 * obj-c++.dg/property/at-property-10.mm: Likewise.
2126 * obj-c++.dg/property/synthesize-2.mm: Likewise.
2127 * obj-c++.dg/property/at-property-12.mm: Likewise.
2128 * obj-c++.dg/property/fsf-property-basic.mm: Likewise.
2129 * obj-c++.dg/property/fsf-property-named-ivar.mm: Likewise.
2130 * obj-c++.dg/property/at-property-6.mm: Likewise.
2131 * obj-c++.dg/property/at-property-8.mm: Likewise.
2132 * obj-c++.dg/property/dotsyntax-1.mm: Likewise.
2133 * obj-c++.dg/property/dotsyntax-3.mm: Likewise.
2134 * obj-c++.dg/property/at-property-11.mm: Likewise.
2135 * obj-c++.dg/template-8.mm: Likewise.
2136 * obj-c++.dg/encode-3.mm: Use abort (), cast char types.
2137 * obj-c++.dg/demangle-2.mm: Add +initialize:, XFAIL NeXT m64.
2138 * obj-c++.dg/property/at-property-2.mm: Comment out a case that ICEs
2139 and put a FIXME for this.
2140 * obj-c++.dg/property/property-2.mm: Remove.
2141 * obj-c++.dg/property/property-3.mm: Remove.
2143 2010-11-05 Jakub Jelinek <jakub@redhat.com>
2146 * gcc.dg/pr46307.c: New test.
2148 2010-11-05 Jason Merrill <jason@redhat.com>
2151 * g++.dg/ext/complex6.C: New.
2153 2010-11-04 Bud Davis <jimmied@smu.edu>
2155 * gfortran.dg/intrinsic_numeric_arg.f: Add test to check error message.
2157 2010-11-04 Chao-ying Fu <fu@mips.com>
2159 * gcc.target/mips/mips32-dsp.c: Add tests for madd, maddu, msub,
2161 * gcc.target/mips/mips32-dsp-run.c: Likewise.
2163 2010-11-04 Nicola Pero <nicola.pero@meta-innovation.com>
2165 Fixed using the Objective-C 2.0 dot-syntax with class names.
2166 * objc.dg/property/dotsyntax-3.m: New.
2167 * objc.dg/property/dotsyntax-4.m: New.
2168 * obj-c++.dg/property/dotsyntax-3.mm: New.
2169 * obj-c++.dg/property/dotsyntax-4.mm: New.
2171 * objc.dg/fobjc-std-1.m: Added test for warnings when the
2172 Objective-C 2.0 dot-syntax is used with class names.
2173 * obj-c++.dg/fobjc-std-1.mm: Same change.
2175 2010-11-04 Pat Haugen <pthaugen@us.ibm.com>
2177 * gcc.target/powerpc/loop_align.c: New.
2179 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2181 * gcc.target/powerpc/ppc64-abi-1.c: Skip for Darwin.
2183 merge from FSF 'apple/trunk' branch.
2184 * gcc.target/powerpc/darwin64-abi.c: New.
2186 2010-11-04 Jakub Jelinek <jakub@redhat.com>
2188 PR tree-optimization/46233
2189 * gcc.dg/pr46233.c: New test.
2191 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2193 * objc.dg/property/property-2.m: Deleted.
2194 * objc.dg/property/property-3.m: Deleted.
2196 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2198 * objc-obj-c++-shared/next-mapping.h: Ensure a GNU-compatible nil is
2200 * objc.dg/property/fsf-property-basic.m: XFAIL m64 NeXT run.
2201 * objc.dg/property/fsf-property-named-ivar.m: Likewise.
2202 * objc.dg/property/property-1.m: Likewise.
2203 * objc.dg/property/at-property-6.m: Likewise.
2204 * objc.dg/property/at-property-7.m: Likewise.
2205 * objc.dg/property/dotsyntax-1.m: Likewise.
2206 * objc.dg/property/at-property-8.m: Likewise.
2207 * objc.dg/property/dotsyntax-2.m: Likewise.
2208 * objc.dg/property/at-property-9.m: Likewise.
2209 * objc.dg/property/synthesize-2.m: Likewise.
2210 * objc.dg/property/at-property-10.m: Likewise.
2211 * objc.dg/property/at-property-11.m: Likewise.
2212 * objc.dg/property/at-property-12.m: Likewise.
2213 * objc.dg/property/at-property-13.m: Likewise.
2214 * objc.dg/property/fsf-property-method-access.m: Likewise.
2215 * objc.dg/torture/strings/const-cfstring-1.m: Cater for bogus Darwin10
2217 * objc.dg/encode-7-next.m: Use next-mapping.h, ignore deprecation
2219 * objc.dg/encode-7-next-64bit.m: Use next-mapping.h, ignore
2220 deprecation warnings. Use Object1 implementation.
2221 * objc.dg/demangle-1.m: Provide +initialize. XFAIL m64 NeXT run.
2222 * objc/execute/forward-1.m: Remove.
2223 * objc/execute/forward-1.x: Remove.
2225 2010-11-04 Jason Merrill <jason@redhat.com>
2227 * g++.dg/cpp0x/constexpr-access.C: New.
2229 2010-11-04 Richard Guenther <rguenther@suse.de>
2231 PR rtl-optimization/46183
2232 * gcc.dg/torture/pr46183.c: New testcase.
2234 2010-11-04 Richard Guenther <rguenther@suse.de>
2236 PR tree-optimization/46068
2237 * gcc.dg/torture/pr46068.c: New testcase.
2239 2010-11-04 Richard Guenther <rguenther@suse.de>
2241 PR tree-optimization/45991
2242 * gcc.dg/pr45991.c: New testcase.
2244 2010-11-04 Richard Guenther <rguenther@suse.de>
2246 PR tree-optimization/46154
2247 * g++.dg/torture/pr46154.C: New testcase.
2249 2010-11-04 Richard Guenther <rguenther@suse.de>
2251 PR tree-optimization/45733
2252 * gcc.dg/pr45733.c: New testcase.
2254 2010-11-04 Ira Rosen <irar@il.ibm.com>
2256 PR tree-optimization/46213
2257 * gfortran.dg/vect/pr46213.f90: New.
2259 2010-11-04 Richard Guenther <rguenther@suse.de>
2262 * gcc.dg/pr34989-1.c: Move ...
2263 * gcc.dg/lto/pr34989-1_0.c: ... here.
2264 * gcc.dg/pr34989-2.c: Move ...
2265 * gcc.dg/lto/pr34989-1_1.c: ... here.
2266 * gcc.dg/pr27898.c: Move ...
2267 * gcc.dg/lto/pr27898_0.c: ... here and ...
2268 * gcc.dg/lto/pr27898_1.c: ... split.
2269 * gcc.dg/pr28712.c: Move ...
2270 * gcc.dg/lto/pr28712_0.c: ... here and ...
2271 * gcc.dg/lto/pr28712_1.c: ... split ...
2272 * gcc.dg/lto/pr28712_2.c: ... twice.
2273 * gcc.dg/pr28706.c: Move ...
2274 * gcc.dg/lto/pr28706_0.c: ... here and ...
2275 * gcc.dg/lto/pr28706_1.c: ... split.
2277 2010-11-04 Richard Guenther <rguenther@suse.de>
2278 Richard Henderson <rth@redhat.com>
2280 * gcc.target/i386/fma4-vector-2.c: New testcase.
2282 2010-11-04 Artjoms Sinkarovs <artyom.shinakroff@gmail.com>
2283 Richard Guenther <rguenther@suse.de>
2285 * gcc.dg/vec-scal-opt.c: New testcase.
2286 * gcc.dg/vec-scal-opt1.c: New testcase.
2287 * gcc.dg/vec-scal-opt2.c: New testcase.
2289 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2291 * lib/plugin-support.exp (plugin-test-execute): Filter -mdynamic-no-pic
2292 from plugin build flags on Darwin targets.
2294 2010-11-03 H.J. Lu <hongjiu.lu@intel.com>
2296 * gcc.target/i386/pr46285.c: Require split_stack target.
2298 2010-11-03 Jason Merrill <jason@redhat.com>
2301 * g++.dg/cpp0x/constexpr-base2.C: New.
2304 * g++.dg/cpp0x/initlist45.C: New.
2306 2010-11-03 Nicola Pero <nicola.pero@meta-innovation.com>
2308 * objc.dg/property/dynamic-2.m: Updated for the fact that @dynamic
2309 is now allowed in categories.
2310 * obj-c++.dg/property/dynamic-2.mm: Same change.
2311 * objc.dg/property/dynamic-3.m: New.
2312 * obj-c++.dg/property/dynamic-3.mm: New.
2313 * objc.dg/property/at-property-14.m: New.
2314 * objc.dg/property/at-property-15.m: New.
2315 * obj-c++.dg/property/at-property-14.mm: New.
2316 * obj-c++.dg/property/at-property-15.mm: New.
2318 * objc.dg/foreach-6.m: Added a few more tests for valid and
2319 invalid iterating variables and collections.
2321 2010-11-03 Xinliang David Li <davidxl@google.com>
2324 * g++.dg/tree-ssa/ivopts-2.C: New test.
2326 2010-11-03 H.J. Lu <hongjiu.lu@intel.com>
2329 * gcc.target/i386/pr46295.c: New.
2331 2010-11-03 Michael Meissner <meissner@linux.vnet.ibm.com>
2333 * gcc.target/powerpc/vsx-sfminmax.c: New test for using double
2334 precision min/max for single precision on VSX.
2336 2010-11-03 Jason Merrill <jason@redhat.com>
2339 * g++.dg/cpp0x/constexpr-ice3.C: New.
2341 2010-11-03 Eric Botcazou <ebotcazou@adacore.com>
2343 * gnat.dg/opt8.ad[sb]: New test.
2344 * gnat.dg/opt8_pkg.ads: New helper.
2346 2010-11-03 H.J. Lu <hongjiu.lu@intel.com>
2348 PR rtl-optimization/45865
2349 * gcc.dg/pr45865.c: New.
2350 * gcc.dg/torture/pr45865.c: Likewise.
2352 * gcc.target/arm/headmerge-1.c: Revert revision 164552.
2353 * gcc.target/arm/headmerge-2.c: Likewise.
2354 * gcc.target/i386/headmerge-1.c: Likewise.
2355 * gcc.target/i386/headmerge-2.c: Likewise.
2357 2010-11-03 Richard Guenther <rguenther@suse.de>
2360 * gcc.dg/pr46288.c: New testcase.
2362 2010-11-03 Richard Guenther <rguenther@suse.de>
2364 PR tree-optimization/44807
2365 * gcc.dg/torture/pr44807.c: New testcase.
2367 2010-11-03 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2369 PR libgfortran/43899
2370 * gfortran.dg/namelist_67.f90: New test.
2372 2010-11-03 Jakub Jelinek <jakub@redhat.com>
2374 PR tree-optimization/46009
2375 * gcc.dg/vect/pr46009.c: New function.
2377 2010-11-03 Nicola Pero <nicola.pero@meta-innovation.com>
2379 Implemented -fobjc-std=objc1 flag.
2380 * objc.dg/fobjc-std-1.m: New.
2381 * obj-c++.dg/fobjc-std-1.mm: New.
2383 2010-11-03 Richard Guenther <rguenther@suse.de>
2386 * g++.dg/debug/pr46241.C: New testcase.
2388 2010-11-03 Richard Guenther <rguenther@suse.de>
2390 PR tree-optimization/46190
2391 * gfortran.dg/pr46190.f90: New testcase.
2393 2010-11-03 Richard Guenther <rguenther@suse.de>
2396 * gcc.dg/tree-ssa/gen-vect-11a.c: Fix operator precedence.
2397 * gcc.dg/vect/vect-19.c: Likewise.
2398 * gcc.dg/vect/vect-17.c: Likewise.
2400 2010-11-03 H.J. Lu <hongjiu.lu@intel.com>
2403 * gcc.target/i386/pr46285.c: New.
2405 2010-11-03 Richard Guenther <rguenther@suse.de>
2407 PR tree-optimization/46217
2408 * gcc.dg/pr46217.c: New testcase.
2410 2010-11-03 Nicola Pero <nicola.pero@meta-innovation.com>
2412 * objc.dg/property/dotsyntax-1.m: New.
2413 * objc.dg/property/dotsyntax-2.m: New.
2414 * obj-c++.dg/property/dotsyntax-1.mm: New.
2415 * obj-c++.dg/property/dotsyntax-2.mm: New.
2417 2010-11-03 Jakub Jelinek <jakub@redhat.com>
2419 PR tree-optimization/46165
2420 * gcc.dg/pr46165.c: New test.
2422 2010-11-03 Richard Guenther <rguenther@suse.de>
2425 * gcc.dg/pr46251.c: New testcase.
2427 2010-11-03 Jakub Jelinek <jakub@redhat.com>
2429 PR tree-optimization/46107
2430 * gcc.c-torture/compile/pr46107.c: New test.
2433 * gcc.dg/pr46252.c: New test.
2435 PR rtl-optimization/46034
2436 PR rtl-optimization/46212
2437 PR rtl-optimization/46248
2438 * gcc.c-torture/compile/pr46034.c: New test.
2439 * gcc.c-torture/compile/pr46248.c: New test.
2440 * gcc.dg/pr46212.c: New test.
2442 2010-11-02 Eric Botcazou <ebotcazou@adacore.com>
2444 * gnat.dg/sizetype4.adb: New test.
2446 2010-11-02 H.J. Lu <hongjiu.lu@intel.com>
2448 * gcc.target/i386/avx-vzeroupper-15.c: New.
2449 * gcc.target/i386/avx-vzeroupper-16.c: Likewise.
2450 * gcc.target/i386/avx-vzeroupper-17.c: Likewise.
2451 * gcc.target/i386/avx-vzeroupper-18.c: Likewise.
2454 * gcc.target/i386/pr46253.c: New.
2456 2010-11-02 Steven G. Kargl <kargl@gcc.gnu.org>
2457 Tobias Burnus <burnus@net-b.de>
2460 * gfortran.dg/deferred_type_param_1.f90: New.
2461 * gfortran.dg/deferred_type_param_2.f90: New.
2462 * gfortran.dg/initialization_1.f90: Update dg-errors.
2463 * gfortran.dg/initialization_9.f90: Update dg-errors.
2465 2010-11-02 Richard Guenther <rguenther@suse.de>
2467 PR tree-optimization/46149
2468 * g++.dg/torture/pr46149.C: New testcase.
2470 2010-11-02 Richard Guenther <rguenther@suse.de>
2472 PR tree-optimization/46216
2473 * gcc.dg/torture/pr46216.c: New testcase.
2475 2010-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2478 * lib/target-supports.exp (add_options_for_tls): Pass -pthread for
2481 2010-11-02 Richard Guenther <rguenther@suse.de>
2483 PR tree-optimization/46184
2484 * gcc.dg/pr46184.c: New testcase.
2486 2010-11-02 Richard Guenther <rguenther@suse.de>
2488 PR tree-optimization/46177
2489 * gcc.dg/pr46177.c: New testcase.
2491 2010-11-02 Martin Jambor <mjambor@suse.cz>
2494 * g++.dg/ipa/ivinline-9.C: New test.
2496 2010-11-02 Martin Jambor <mjambor@suse.cz>
2498 PR tree-optimization/45875
2499 * g++.dg/torture/pr45875.C: New test.
2501 2010-11-02 Richard Guenther <rguenther@suse.de>
2504 * gcc.dg/tree-ssa/ssa-ccp-32.c: Fix operator precedence.
2506 2010-11-02 Jakub Jelinek <jakub@redhat.com>
2509 * gcc.dg/pr46255.c: New test.
2511 2010-11-02 Dodji Seketeli <dodji@redhat.com>
2515 * g++.dg/template/sfinae26.C: New test.
2516 * g++.dg/template/sfinae27.C: Likewise.
2518 2010-11-02 Dodji Seketeli <dodji@redhat.com>
2521 * g++.dg/template/typedef36.C: New test.
2522 * gcc/testsuite/g++.dg/template/canon-type-9.C: Likewise.
2523 * g++.dg/template/canon-type-10.C: Likewise.
2524 * g++.dg/template/canon-type-11.C: Likewise.
2525 * g++.dg/template/canon-type-12.C: Likewise.
2526 * g++.dg/template/canon-type-13.C: Likewise.
2528 2010-11-02 Iain Sandoe <iains@gcc.gnu.org>
2530 * g++.dg/debug/dwarf2/pubnames-1.C: Amend to check for only one
2531 instance of debug_pubnames on darwin.
2533 2010-11-01 Jason Merrill <jason@redhat.com>
2534 Benjamin Kosnik <bkoz@redhat.com>
2536 * g++.dg/cpp0x/constexpr-initlist2.C: New.
2537 * g++.dg/cpp0x/constexpr-initlist3.C: New.
2539 * g++.dg/cpp0x/constexpr-array-ptr.C: New.
2540 * g++.dg/cpp0x/constexpr-array-ptr2.C: New.
2541 * g++.dg/cpp0x/constexpr-array-ptr3.C: New.
2542 * g++.dg/cpp0x/constexpr-array-ptr4.C: New.
2543 * g++.dg/cpp0x/constexpr-array-ptr5.C: New.
2544 * g++.dg/cpp0x/constexpr-array-ptr6.C: New.
2545 * g++.dg/cpp0x/constexpr-array.C: New.
2546 * g++.dg/cpp0x/constexpr-base.C: New.
2547 * g++.dg/cpp0x/constexpr-complex.C: New.
2548 * g++.dg/cpp0x/constexpr-data1.C: New.
2549 * g++.dg/cpp0x/constexpr-data2.C: New.
2550 * g++.dg/cpp0x/constexpr-deref.C: New.
2551 * g++.dg/cpp0x/constexpr-diag1.C: New.
2552 * g++.dg/cpp0x/constexpr-eh-spec.C: New.
2553 * g++.dg/cpp0x/constexpr-ellipsis.C: New.
2554 * g++.dg/cpp0x/constexpr-ellipsis2.C: New.
2555 * g++.dg/cpp0x/constexpr-empty.C: New.
2556 * g++.dg/cpp0x/constexpr-empty2.C: New.
2557 * g++.dg/cpp0x/constexpr-empty3.C: New.
2558 * g++.dg/cpp0x/constexpr-empty4.C: New.
2559 * g++.dg/cpp0x/constexpr-empty5.C: New.
2560 * g++.dg/cpp0x/constexpr-ex1.C: New.
2561 * g++.dg/cpp0x/constexpr-ex2.C: New.
2562 * g++.dg/cpp0x/constexpr-ex3.C: New.
2563 * g++.dg/cpp0x/constexpr-ex4.C: New.
2564 * g++.dg/cpp0x/constexpr-explicit-inst.C: New.
2565 * g++.dg/cpp0x/constexpr-fnptr.C: New.
2566 * g++.dg/cpp0x/constexpr-function1.C: New.
2567 * g++.dg/cpp0x/constexpr-function2.C: New.
2568 * g++.dg/cpp0x/constexpr-function3.C: New.
2569 * g++.dg/cpp0x/constexpr-ice.C: New.
2570 * g++.dg/cpp0x/constexpr-initlist.C: New.
2571 * g++.dg/cpp0x/constexpr-neg1.C: New.
2572 * g++.dg/cpp0x/constexpr-noexcept.C: New.
2573 * g++.dg/cpp0x/constexpr-noexcept2.C: New.
2574 * g++.dg/cpp0x/constexpr-noexcept3.C: New.
2575 * g++.dg/cpp0x/constexpr-noexcept4.C: New.
2576 * g++.dg/cpp0x/constexpr-non-const-arg.C: New.
2577 * g++.dg/cpp0x/constexpr-nonlit.C: New.
2578 * g++.dg/cpp0x/constexpr-nonlit2.C: New.
2579 * g++.dg/cpp0x/constexpr-nullptr.C: New.
2580 * g++.dg/cpp0x/constexpr-object1.C: New.
2581 * g++.dg/cpp0x/constexpr-object2.C: New.
2582 * g++.dg/cpp0x/constexpr-overflow.C: New.
2583 * g++.dg/cpp0x/constexpr-pedantic.C: New.
2584 * g++.dg/cpp0x/constexpr-pos1.C: New.
2585 * g++.dg/cpp0x/constexpr-potential1.C: New.
2586 * g++.dg/cpp0x/constexpr-ptrmem.C: New.
2587 * g++.dg/cpp0x/constexpr-pure.C: New.
2588 * g++.dg/cpp0x/constexpr-static.C: New.
2589 * g++.dg/cpp0x/constexpr-static2.C: New.
2590 * g++.dg/cpp0x/constexpr-static3.C: New.
2591 * g++.dg/cpp0x/constexpr-static4.C: New.
2592 * g++.dg/cpp0x/constexpr-static5.C: New.
2593 * g++.dg/cpp0x/constexpr-static6.C: New.
2594 * g++.dg/cpp0x/constexpr-string.C: New.
2595 * g++.dg/cpp0x/constexpr-switch.C: New.
2596 * g++.dg/cpp0x/constexpr-targ.C: New.
2597 * g++.dg/cpp0x/constexpr-throw.C: New.
2598 * g++.dg/cpp0x/constexpr-typeid.C: New.
2599 * g++.dg/cpp0x/constexpr-union.C: New.
2600 * g++.dg/cpp0x/constexpr-value.C: New.
2601 * g++.dg/cpp0x/constexpr-value2.C: New.
2602 * g++.dg/cpp0x/constexpr-variadic.C: New.
2603 * g++.dg/cpp0x/initlist5.C: Use constexpr.
2604 * g++.dg/cpp0x/static_assert3.C: Add expected error.
2605 * g++.dg/other/fold1.C: Likewise.
2606 * g++.dg/parse/crash36.C: Likewise.
2607 * g++.dg/parse/constant4.C: Adjust expected error.
2608 * g++.dg/template/arg5.C: Likewise.
2609 * g++.dg/template/non-dependent10.C: Likewise.
2610 * g++.dg/template/qualified-id3.C: Likewise.
2611 * g++.dg/warn/overflow-warn-1.C: Likewise.
2612 * g++.dg/warn/overflow-warn-3.C: Likewise.
2613 * g++.dg/warn/overflow-warn-4.C: Likewise.
2614 * g++.old-deja/g++.pt/crash10.C: Likewise.
2616 * g++.dg/cpp0x/constexpr-ctor2.C: New.
2618 2010-11-01 Nicola Pero <nicola.pero@meta-innovation.com>
2620 Implemented format and noreturn attributes for Objective-C methods.
2621 * objc.dg/attributes/method-attribute-2.m: Updated warnings.
2622 * objc.dg/attributes/method-deprecated-1.m: New.
2623 * objc.dg/attributes/method-deprecated-2.m: New.
2624 * objc.dg/attributes/method-deprecated-3.m: New.
2625 * objc.dg/attributes/method-noreturn-1.m: New.
2626 * objc.dg/attributes/method-sentinel-1.m: New.
2627 * objc.dg/attributes/method-format-1.m: New.
2628 * obj-c++.dg/attributes/method-attribute-2.mm: Updated warnings.
2629 * obj-c++.dg/attributes/method-deprecated-1.mm: New.
2630 * obj-c++.dg/attributes/method-deprecated-2.mm: New.
2631 * obj-c++.dg/attributes/method-deprecated-3.mm: New.
2632 * obj-c++.dg/attributes/method-noreturn-1.mm: New.
2633 * obj-c++.dg/attributes/method-sentinel-1.mm: New.
2634 * obj-c++.dg/attributes/method-format-1.mm: New.
2636 2010-11-01 Nicola Pero <nicola.pero@meta-innovation.com>
2638 * objc.dg/property/at-property-deprecated-1.m: New.
2639 * obj-c++.dg/property/at-property-deprecated-1.mm: New.
2641 2010-11-01 Nicola Pero <nicola.pero@meta-innovation.com>
2643 Implemented Objective-C 2.0 property accessors.
2644 * objc.dg/property/at-property-6.m: Use nonatomic properties to
2645 avoid testing more complex accessors in this testcase which is not
2647 * objc.dg/property/at-property-7.m: Same change.
2648 * objc.dg/property/at-property-8.m: Same change.
2649 * objc.dg/property/at-property-9.m: Same change.
2650 * objc.dg/property/at-property-10.m: Same change.
2651 * objc.dg/property/at-property-11.m: Same change.
2652 * obj-c++.dg/property/at-property-6.mm: Same change.
2653 * obj-c++.dg/property/at-property-7.mm: Same change.
2654 * obj-c++.dg/property/at-property-8.mm: Same change.
2655 * obj-c++.dg/property/at-property-9.mm: Same change.
2656 * obj-c++.dg/property/at-property-10.mm: Same change.
2657 * obj-c++.dg/property/at-property-11.mm: Same change.
2658 * objc.dg/property/at-property-12.m: New.
2659 * objc.dg/property/at-property-13.m: New.
2660 * obj-c++.dg/property/at-property-12.mm: New.
2661 * obj-c++.dg/property/at-property-13.mm: New.
2663 2010-11-01 Steven G. Kargl <kargl@gcc.gnu.org>
2666 * gfortran.dg/select_type_11.f03: Update dg-error phrase.
2667 * gfortran.dg/allocate_with_typespec_4.f90: New test.
2668 * gfortran.dg/allocate_with_typespec_1.f90: New test.
2669 * gfortran.dg/allocate_with_typespec_2.f: New test.
2670 * gfortran.dg/allocate_with_typespec_3.f90: New test.
2671 * gfortran.dg/allocate_derived_1.f90: Update dg-error phrase.
2672 * gfortran.dg/select_type_1.f03: Update dg-error phrase.
2674 2010-11-01 H.J. Lu <hongjiu.lu@intel.com>
2675 Nathan Froyd <froydnj@codesourcery.com>
2677 PR tree-optimization/46259
2678 * gfortran.dg/pr46259.f: New testcase.
2680 2010-11-01 Paul Koning <ni1d@arrl.net>
2682 * gcc.c-torture/compile/20080625-1.c: Skip if pdp11.
2683 * gcc.c-torture/compile/20020604-1.c: Ditto.
2684 * gcc.c-torture/compile/20001226-1.c: Ditto.
2685 * gcc.c-torture/compile/20010327-1.c: Ditto.
2686 * gcc.c-torture/compile/limits-stringlit.c: Ditto.
2687 * gcc.c-torture/compile/pr43191.c: Ditto.
2688 * gcc.c-torture/compile/pr41181.c: Ditto.
2690 2010-10-31 Richard Henderson <rth@redhat.com>
2692 * lib/target-supports.exp
2693 (check_effective_target_automatic_stack_alignment): True for
2694 x86 but not windows.
2695 * g++.dg/torture/stackalign/stackalign.exp: Use it to protect
2696 use of the preferred-stack-boundary arguments.
2697 * gcc.dg/torture/stackalign/stackalign.exp: Likewise.
2699 2010-10-31 H.J. Lu <hongjiu.lu@intel.com>
2702 * gcc.target/i386/fma3-builtin-2.c: Add -mtune=generic.
2703 * gcc.target/i386/fma4-builtin-2.c: Likewise.
2705 2010-10-31 Richard Sandiford <rdsandiford@googlemail.com>
2707 * gcc.dg/stack-usage-1.c (SIZE): Increase to 248 for some MIPS targets.
2709 2010-10-31 Richard Sandiford <rdsandiford@googlemail.com>
2711 * gcc.dg/tls/thr-init-1.c: Fix order of dg-do.
2712 * gcc.dg/tls/thr-init-2.c: Likewise. Require tls_runtime rather
2714 * gcc.dg/torture/tls/thr-init-1.c: Require tls_runtime rather than tls.
2715 * gcc.dg/torture/tls/thr-init-2.c: Likewise.
2716 * objc.dg/torture/tls/thr-init.m: Likewise.
2717 * objc.dg/torture/tls/thr-init-2.m: Likewise.
2718 * objc.dg/torture/tls/thr-init-3.m: Likewise.
2720 2010-10-31 Richard Sandiford <rdsandiford@googlemail.com>
2722 * gcc.c-torture/execute/20101011-1.c: Skip for MIPS unless running
2725 2010-10-30 Janus Weil <janus@gcc.gnu.org>
2730 * gfortran.dg/typebound_generic_10.f03: New.
2732 2010-10-30 Nicola Pero <nicola.pero@meta-innovation.com>
2734 Implemented Objective-C 2.0 @property, @synthesize and @dynamic.
2735 * objc.dg/property/property-neg-1.m: Updated for changes in the
2736 syntax of @property and the implementation of
2737 @synthesize/@dynamic.
2738 * objc.dg/property/property-neg-2.m: Same change.
2739 * objc.dg/property/property-neg-3.m: Same change.
2740 * objc.dg/property/property-neg-4.m: Same change.
2741 * objc.dg/property/property-neg-5.m: Same change.
2742 * objc.dg/property/property-neg-7.m: Same change.
2743 * objc.dg/property/property-1.m: Same change.
2744 * objc.dg/property/synthesize-1.m: Same change.
2745 * objc.dg/property/at-property-2.m: Same change.
2746 * objc.dg/property/at-property-4.m: Same change.
2748 * objc.dg/property/fsf-property-method-acces.m: Updated for
2749 changes in the syntax of @property and the implementation of
2750 @synthesize/@dynamic. Use the same code for GNU and NeXT runtime.
2751 * objc.dg/property/fsf-property-basic.m: Same change.
2752 * objc.dg/property/fsf-property-named-ivar.m: Same change.
2754 * objc.dg/property/at-property-5.m: New.
2755 * objc.dg/property/at-property-6.m: New.
2756 * objc.dg/property/at-property-7.m: New.
2757 * objc.dg/property/at-property-8.m: New.
2758 * objc.dg/property/at-property-9.m: New.
2759 * objc.dg/property/at-property-10.m: New.
2760 * objc.dg/property/at-property-11.m: New.
2761 * objc.dg/property/synthesize-2.m: New.
2762 * objc.dg/property/dynamic-2.m: New.
2764 * obj-c++.dg/property/property-neg-1.mm: Updated for changes in the
2765 syntax of @property and the implementation of
2766 @synthesize/@dynamic.
2767 * obj-c++.dg/property/property-neg-2.mm: Same change.
2768 * obj-c++.dg/property/property-neg-3.mm: Same change.
2769 * obj-c++.dg/property/property-neg-4.mm: Same change.
2770 * obj-c++.dg/property/property-neg-5.mm: Same change.
2771 * obj-c++.dg/property/property-neg-7.mm: Same change.
2772 * obj-c++.dg/property/property-1.mm: Same change.
2773 * obj-c++.dg/property/synthesize-1.mm: Same change.
2774 * obj-c++.dg/property/at-property-2.mm: Same change.
2775 * obj-c++.dg/property/at-property-4.mm: Same change.
2777 * obj-c++.dg/property/fsf-property-method-acces.mm: Updated for
2778 changes in the syntax of @property and the implementation of
2779 @synthesize/@dynamic. Use the same code for GNU and NeXT runtime.
2780 * obj-c++.dg/property/fsf-property-basic.mm: Same change.
2781 * obj-c++.dg/property/fsf-property-named-ivar.mm: Same change.
2783 * obj-c++.dg/property/at-property-5.mm: New.
2784 * obj-c++.dg/property/at-property-6.mm: New.
2785 * obj-c++.dg/property/at-property-7.mm: New.
2786 * obj-c++.dg/property/at-property-8.mm: New.
2787 * obj-c++.dg/property/at-property-9.mm: New.
2788 * obj-c++.dg/property/at-property-10.mm: New.
2789 * obj-c++.dg/property/at-property-11.mm: New.
2790 * obj-c++.dg/property/synthesize-2.mm: New.
2791 * obj-c++.dg/property/dynamic-2.mm: New.
2793 2010-10-29 Artjoms Sinkarovs <artyom.shinakroff@gmail.com>
2794 Andrew Pinski <pinskia@gmail.com>
2796 * gcc.c-torture/execute/vector-shift.c: New testcase.
2797 * gcc.c-torture/execute/vector-shift1.c: Likewise.
2798 * gcc.c-torture/execute/vector-shift2.c: Likewise.
2799 * gcc.dg/vector-shift.c: Likewise.
2800 * gcc.dg/vector-shift1.c: Likewise.
2801 * gcc.dg/torture/vector-shift2.c: Likewise.
2802 * gcc.dg/vector-shift3.c: Likewise.
2803 * gcc.dg/simd-1b.c: Adjust.
2805 2010-10-29 Kaz Kojima <kkojima@gcc.gnu.org>
2807 * gcc.c-torture/execute/20101011-1.c: Skip on SH.
2809 2010-10-29 Pat Haugen <pthaugen@us.ibm.com>
2811 * gcc.c-torture/execute/20101011-1.c: Fix #ifdef.
2813 2010-10-28 Uros Bizjak <ubizjak@gmail.com>
2816 * gcc.target/i386/pr46153.c: New test.
2818 2010-10-27 Jason Merrill <jason@redhat.com>
2820 * g++.dg/cpp0x/constexpr-is_literal.C: New.
2822 2010-10-27 Janus Weil <janus@gcc.gnu.org>
2825 * gfortran.dg/class_dummy_3.f03: New.
2827 2010-10-27 H.J. Lu <hongjiu.lu@intel.com>
2829 * gcc.target/i386/avx-vzeroupper-1.c: Add -mtune=generic.
2830 * gcc.target/i386/avx-vzeroupper-2.c: Likewise.
2832 * gcc.target/i386/avx-vzeroupper-3.c: New.
2833 * gcc.target/i386/avx-vzeroupper-4.c: Likewise.
2834 * gcc.target/i386/avx-vzeroupper-5.c: Likewise.
2835 * gcc.target/i386/avx-vzeroupper-6.c: Likewise.
2836 * gcc.target/i386/avx-vzeroupper-7.c: Likewise.
2837 * gcc.target/i386/avx-vzeroupper-8.c: Likewise.
2838 * gcc.target/i386/avx-vzeroupper-9.c: Likewise.
2839 * gcc.target/i386/avx-vzeroupper-10.c: Likewise.
2840 * gcc.target/i386/avx-vzeroupper-11.c: Likewise.
2841 * gcc.target/i386/avx-vzeroupper-12.c: Likewise.
2842 * gcc.target/i386/avx-vzeroupper-13.c: Likewise.
2843 * gcc.target/i386/avx-vzeroupper-14.c: Likewise.
2845 2010-10-27 Nicola Pero <nicola.pero@meta-innovation.com>
2847 * obj-c.dg/property/at-property-4.m: New.
2848 * obj-c++.dg/property/at-property-4.mm: New.
2849 * obj-c++.dg/property/property-neg-5.m: Updated testcase for
2851 * obj-c++.dg/property/property-neg-5.mm: Updated testcase for
2854 2010-10-27 Nicola Pero <nicola.pero@meta-innovation.com>
2856 * objc.dg/property/at-property-1.m: New.
2857 * objc.dg/property/at-property-2.m: New.
2858 * objc.dg/property/at-property-3.m: New.
2859 * objc.dg/ivar-invalid-type-1.m: New.
2860 * obj-c++.dg/property/at-property-1.mm: New.
2861 * obj-c++.dg/property/at-property-2.mm: New.
2862 * obj-c++.dg/property/at-property-3.mm: New.
2863 * obj-c++.dg/ivar-invalid-type-1.mm: New.
2864 * objc.dg/property/property-neg-6.m: Updated testcase for updates
2867 2010-10-26 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2869 PR libgfortran/46010
2870 * gfortran.dg/namelist_66.f90: New test.
2871 * gfortran.dg/fmt_t_6.f: Fix whitespace.
2873 2010-10-26 Janus Weil <janus@gcc.gnu.org>
2876 * gfortran.dg/allocatable_scalar_9.f90: Extended.
2877 * gfortran.dg/allocatable_scalar_10.f90: New.
2878 * gfortran.dg/class_19.f03: Extended.
2880 2010-10-26 Jan Hubicka <jh@suse.cz>
2883 * testsuite/gcc.dg/lto/pr45736_0.c: New function.
2885 2010-10-26 Ira Rosen <irar@il.ibm.com>
2887 PR tree-optimization/46167
2888 * gcc.dg/vect/O-pr46167.c: New.
2889 * gcc.dg/vect/vect.exp: Run tests with -O.
2891 2010-10-26 H.J. Lu <hongjiu.lu@intel.com>
2894 * g++.dg/abi/param2.C: Add -Wno-psabi for ilp32 x86.
2895 * g++.dg/vect/pr33860a.cc: Likewise.
2896 * gcc.c-torture/compile/20070522-1.c: Likewise.
2897 * gcc.dg/compat/struct-align-1_x.c: Likewise.
2898 * gcc.dg/compat/struct-align-1_y.c: Likewise.
2899 * gcc.dg/compat/struct-align-2_x.c: Likewise.
2900 * gcc.dg/compat/struct-align-2_y.c: Likewise.
2901 * gcc.dg/pr44136.c: Likewise.
2903 * gcc.c-torture/compile/pr33617.c: Add -Wno-psabi for x86.
2904 * gcc.dg/compat/vector-1_x.c: Likewise.
2905 * gcc.dg/compat/vector-1_y.c: Likewise.
2906 * gcc.dg/compat/vector-2_x.c: Likewise.
2907 * gcc.dg/compat/vector-2_y.c: Likewise.
2908 * gcc.dg/pr43300.c: Likewise.
2910 * gcc.dg/compat/vector-1a_x.c: Add -Wno-psabi.
2911 * gcc.dg/compat/vector-1a_y.c: Likewise.
2912 * gcc.dg/compat/vector-1b_x.c: Likewise.
2913 * gcc.dg/compat/vector-1b_y.c: Likewise.
2914 * gcc.dg/compat/vector-2a_x.c: Likewise.
2915 * gcc.dg/compat/vector-2a_y.c: Likewise.
2916 * gcc.dg/compat/vector-2b_x.c: Likewise.
2917 * gcc.dg/compat/vector-2b_y.c: Likewise.
2918 * gcc.target/i386/pr39162.c: Likewise.
2919 * gcc.target/i386/pr40906-2.c: Likewise.
2920 * gcc.target/i386/sse-5.c: Likewise.
2922 * gcc.dg/pr35442.c: Prune ABI change warnings.
2924 * gcc.c-torture/execute/pr38151.x: New.
2925 * gcc.target/i386/pr44948-1a.c: Likewise.
2926 * gcc.target/i386/pr44948-1b.c: Likewise.
2927 * gcc.target/i386/pr44948-2a.c: Likewise.
2928 * gcc.target/i386/pr44948-2b.c: Likewise.
2930 2010-10-26 Ian Lance Taylor <iant@google.com>
2933 * gcc.c-torture/execute/20101025-1.c: New test.
2935 2010-10-26 Tobias Burnus <burnus@net-b.de>
2938 * gfortran.dg/class_allocate_5.f90: New.
2940 2010-10-25 Rodrigo Rivas Costa <rodrigorivascosta@gmail.com>
2942 Implement opaque-enum-specifiers for C++0x
2943 * g++.dg/cpp0x/forw_enum1.C: New.
2944 * g++.dg/cpp0x/forw_enum2.C: New.
2945 * g++.dg/cpp0x/forw_enum3.C: New.
2946 * g++.dg/cpp0x/forw_enum4.C: New.
2947 * g++.dg/cpp0x/forw_enum5.C: New.
2948 * g++.dg/cpp0x/forw_enum6.C: New.
2949 * g++.dg/cpp0x/forw_enum7.C: New.
2950 * g++.dg/cpp0x/forw_enum8.C: New.
2951 * g++.dg/cpp0x/forw_enum9.C: New.
2952 * g++.dg/parse/enum3.C: Add new errors.
2953 * g++.dg/cpp0x/scoped_enum.C: Avoid unwanted warning.
2954 * g++.dg/cpp0x/auto9.C: Add new error.
2955 * g++.dg/template/crash79.C: Add new errors.
2957 2010-10-26 Jie Zhang <jie@codesourcery.com>
2959 * gcc.target/arm/volatile-bitfields-1.c: New test.
2960 * gcc.target/arm/volatile-bitfields-2.c: New test.
2961 * gcc.target/arm/volatile-bitfields-3.c: New test.
2963 2010-10-25 Eric Botcazou <ebotcazou@adacore.com>
2965 * gnat.dg/pointer_discr1.adb: New test.
2966 * gnat.dg/pointer_discr1_pkg1.ads: New helper.
2967 * gnat.dg/pointer_discr1_pkg2.ads: Likewise.
2968 * gnat.dg/pointer_discr1_pkg3.ads: Likewise.
2970 2010-10-25 Eric Botcazou <ebotcazou@adacore.com>
2972 * gnat.dg/loop_optimization8.adb: New test.
2973 * gnat.dg/loop_optimization8_pkg1.ad[sb]: New helper.
2974 * gnat.dg/loop_optimization8_pkg2.ad[sb]: Likewise.
2976 2010-10-25 Eric Botcazou <ebotcazou@adacore.com>
2978 * gnat.dg/in_out_parameter2.adb: New test.
2979 * gnat.dg/in_out_parameter3.adb: Likewise.
2981 2010-10-25 Jie Zhang <jie@codesourcery.com>
2983 * g++.dg/opt/combine.c: New test.
2985 2010-10-24 Eric Botcazou <ebotcazou@adacore.com>
2987 * gnat.dg/opt7.ad[sb]: New test.
2988 * gnat.dg/opt7_pkg.ads: New helper.
2990 2010-10-24 Nicola Pero <nicola.pero@meta-innovation.com>
2993 * obj-c.dg/pr45735.mm: New.
2994 * obj-c++.dg/pr45735.mm: New.
2996 2010-10-24 Nicola Pero <nicola.pero@meta-innovation.com>
2999 * objc.dg/pr24393.m: New.
3000 * obj-c++.dg/pr24393.mm: New.
3002 2010-10-24 Nicola Pero <nicola.pero@meta-innovation.com>
3005 * objc.dg/pr28049.m: New.
3006 * obj-c++.dg/pr28049.mm: New.
3008 2010-10-24 Nicola Pero <nicola.pero@meta-innovation.com>
3010 * objc.dg/attributes/method-attribute-2.m: Updated test. Method
3011 parameter attributes are now supported.
3012 * obj-c++.dg/attributes/method-attribute-2.m: Same change.
3013 * objc.dg/attributes/parameter-attribute-1.m: New test.
3014 * objc.dg/attributes/parameter-attribute-2.m: New test.
3015 * obj-c++.dg/attributes/parameter-attribute-1.m: New test.
3016 * obj-c++.dg/attributes/parameter-attribute-2.m: New test.
3018 2010-10-23 Iain Sandoe <iains@gcc.gnu.org>
3020 Based on the CFString implementation in FSF apple/trunk branch.
3022 * gcc.dg/darwin-cfstring-1.c: New.
3023 * gcc.dg/darwin-cfstring-2.c: New.
3024 * gcc.dg/torture/darwin-cfstring-3.c: New.
3025 * g++.dg/other/darwin-cfstring1.C: New.
3026 * g++.dg/torture/darwin-cfstring-3.C: New.
3028 2010-10-23 Nicola Pero <nicola.pero@meta-innovation.com>
3030 * objc.dg/demangle-1.m: New test.
3031 * obj-c++.dg/demangle-1.mm: New test.
3032 * obj-c++.dg/demangle-2.mm: New test.
3033 * obj-c++.dg/demangle-3.mm: New test.
3035 2010-10-23 Ian Lance Taylor <iant@google.com>
3037 * gcc.c-torture/execute/20101011-1.c: New test.
3038 * gcc.c-torture/execute/20101011-1.x: New test driver.
3040 2010-10-23 Tobias Burnus <burnus@net-b.de>
3043 * gfortran.dg/protected_8.f90: New.
3045 2010-10-23 Joseph Myers <joseph@codesourcery.com>
3047 * gcc.dg/march-generic.c: Skip for -march in multilib options.
3048 * gcc.target/i386/isa-9.c: Skip for -march other than
3049 -march=amdfam10 in multilib options.
3050 * gcc.target/i386/pr42589.c: Skip for -march other than
3051 -march=i486 in multilib options.
3052 * gcc.target/i386/sse-19.c: Add -march=x86-64 option and skip for
3053 other -march in multilib options.
3055 2010-10-23 Jie Zhang <jie@codesourcery.com>
3057 PR rtl-optimization/37360
3058 * gcc.dg/pr37360.c: New test.
3060 2010-10-22 Michael Meissner <meissner@linux.vnet.ibm.com>
3062 * gcc.target/powerpc/ehreturn.c: Fix regexp in dg-final.
3064 2010-10-22 Artjoms Sinkarovs <artyom.shinakroff@gmail.com>
3065 Andrew Pinski <pinskia@gmail.com>
3067 * gcc.c-torture/execute/vector-subscript-1.c: Likewise.
3068 * gcc.c-torture/execute/vector-subscript-2.c: Likewise.
3069 * gcc.c-torture/execute/vector-subscript-3.c: New testcase.
3070 * gcc.dg/vector-subscript-1.c: Likewise.
3071 * gcc.dg/vector-subscript-2.c: Likewise.
3072 * gcc.dg/vector-subscript-3.c: New testcase.
3073 * gcc.dg/array-8.c: Adjust.
3075 2010-10-22 Richard Guenther <rguenther@suse.de>
3078 * c-c++-common/torture/pr46137.c: New testcase.
3080 2010-10-22 Jason Merrill <jason@redhat.com>
3083 * g++.dg/template/defarg14.C: New.
3085 2010-10-22 Jason Merrill <jason@redhat.com>
3088 * g++.dg/cpp0x/implicit10.C: New.
3090 2010-10-22 Uros Bizjak <ubizjak@gmail.com>
3093 * gcc.target/i386/pr46098.c: New test.
3095 2010-10-22 Richard Guenther <rguenther@suse.de>
3097 PR tree-optimization/45720
3098 * gcc.dg/torture/pr45720.c: New testcase.
3100 2010-10-22 Ira Rosen <irar@il.ibm.com>
3102 PR tree-optimization/46126
3103 * gcc.dg/vect/pr46126.c: New.
3105 2010-10-21 Iain Sandoe <iains@gcc.gnu.org>
3107 Based on the CFString implementation in FSF apple/trunk branch.
3109 * lib/objc-dg.exp (objc-dg-runtest): Merge flags and additional flags
3110 so that the latter can be used in dg-skip and dg-xfail clauses.
3111 * lib/obj-c++-dg.exp (obj-c++-dg-runtest): Likewise.
3112 * obj-c++.dg/template-4.mm: Don't use CFStrings on Darwin. Update test
3113 to use dg-additional-files for Object1.
3114 * obj-c++.dg/const-str-7.mm: Don't use CFStrings on Darwin. Update test
3115 to use dg-additional-files for Object1, move to torture/strings/.
3116 * obj-c++.dg/const-str-4.mm: Likewise.
3117 * obj-c++.dg/const-str-3.mm: Likewise.
3118 * obj-c++.dg/const-str-8.mm: Likewise.
3119 * obj-c++.dg/const-str-9.mm: Likewise.
3120 * obj-c++.dg/const-str-10.mm: Likewise.
3121 * obj-c++.dg/const-str-10.mm: Likewise.
3122 * obj-c++.dg/const-str-1.mm: Don't use CFStrings on Darwin. Update test
3123 to use dg-additional-files for Object1, move to strings/.
3124 * obj-c++.dg/const-str-2.mm: Likewise.
3125 * obj-c++.dg/const-str-5.mm: Likewise.
3126 * obj-c++.dg/const-str-6.mm: Likewise.
3127 * obj-c++.dg/const-str-12.mm: Likewise.
3128 * obj-c++.dg/strings/strings.exp: New.
3129 * obj-c++.dg/strings/const-cfstring-2.mm: New.
3130 * obj-c++.dg/strings/const-cfstring-5.mm: New.
3131 * obj-c++.dg/torture/strings/strings.exp: New.
3132 * obj-c++.dg/torture/strings/string1.mm: New.
3133 * obj-c++.dg/torture/strings/const-cfstring-1.mm: New.
3134 * obj-c++.dg/torture/strings/const-cfstring-3.mm: New.
3135 * obj-c++.dg/torture/strings/const-cfstring-4.mm: New.
3137 * objc/execute/string1.m: Don't use CFStrings on Darwin. Update test to
3138 use dg-additional-files for Object1, move to objc.dg/torture/strings/.
3139 * objc/execute/string2.m: Likewise.
3140 * objc/execute/string3.m: Likewise.
3141 * objc/execute/string3.m: Likewise.
3142 * objc.dg/foreach-2.m: Don't use CFStrings on Darwin.
3143 * objc.dg/foreach-4.m: Likewise.
3144 * objc.dg/foreach-5.m: Likewise.
3145 * objc.dg/const-str-3.m: Don't use CFStrings on Darwin. Update test to
3146 use dg-additional-files for Object1, move to objc.dg/torture/strings/.
3147 * objc.dg/const-str-4.m: Likewise.
3148 * objc.dg/const-str-7.m: Likewise.
3149 * objc.dg/const-str-8.m: Likewise.
3150 * objc.dg/const-str-9.m: Likewise.
3151 * objc.dg/const-str-10.m: Likewise.
3152 * objc.dg/const-str-11.m: Likewise.
3153 * objc.dg/const-str-1.m: Don't use CFStrings on Darwin. Update test
3154 to use dg-additional-files for Object1, move to objc.dg/strings/.
3155 * objc.dg/const-str-2.m: Likewise.
3156 * objc.dg/const-str-5.m: Likewise.
3157 * objc.dg/const-str-6.m: Likewise.
3158 * objc.dg/const-str-12.m: Likewise.
3159 * objc.dg/const-str-12b.m: Likewise.
3160 * objc.dg/strings/strings.exp: New.
3161 * objc.dg/strings/const-cfstring-2.m: New.
3162 * objc.dg/strings/const-cfstring-5.m: New.
3163 * objc.dg/torture/strings/strings.exp: New.
3164 * objc.dg/torture/strings/const-cfstring-1.m: New.
3165 * objc.dg/torture/strings/const-cfstring-3.m: New.
3166 * objc.dg/torture/strings/const-cfstring-4.m: New.
3168 2010-10-22 Marcus Shawcroft <marcus.shawcroft@arm.com>
3170 * gcc.target/arm/synchronize.c: Permit dmb or mcr in assembler scan.
3172 2010-10-21 Paolo Carlini <paolo.carlini@oracle.com>
3175 * g++.dg/parse/crash57.C: New.
3177 2010-10-21 Uros Bizjak <ubizjak@gmail.com>
3178 H.J. Lu <hongjiu.lu@intel.com>
3181 * gcc.target/i386/pr45946.c: New test.
3183 2010-10-21 Martin Jambor <mjambor@suse.cz>
3185 PR tree-optimization/45875
3186 * g++.dg/ipa/pr45875.C: New test.
3188 2010-10-21 Ira Rosen <irar@il.ibm.com>
3190 PR tree-optimization/46049
3191 PR tree-optimization/46052
3192 * gcc.dg/vect/pr46052.c: New test.
3193 * gcc.dg/vect/pr46049.c: New test.
3195 2010-10-21 Thomas Koenig <tkoenig@gcc.gnu.org>
3198 * gfortran.dg/shape_5.f90: New test case.
3200 2010-10-21 Janus Weil <janus@gcc.gnu.org>
3203 * gfortran.dg/proc_ptr_comp_25.f90: New.
3205 2010-10-21 Richard Guenther <rguenther@suse.de>
3206 Michael Matz <matz@suse.de>
3208 PR tree-optimization/45764
3209 * gcc.dg/torture/pr45764.c: New testcase.
3211 2010-10-21 Richard Guenther <rguenther@suse.de>
3213 PR tree-optimization/46111
3214 * g++.dg/torture/pr46111.C: New testcase.
3216 2010-10-21 Janus Weil <janus@gcc.gnu.org>
3219 * gfortran.dg/dummy_procedure_4.f90: New.
3220 * gfortran.dg/proc_ptr_30.f90: New.
3222 2010-10-21 Tobias Burnus <burnus@net-b.de>
3225 * gfortran.dg/ptr-func-1.f90: New.
3226 * gfortran.dg/ptr-func-2.f90: New.
3228 2010-10-20 Jakub Jelinek <jakub@redhat.com>
3230 PR tree-optimization/45919
3231 * gcc.c-torture/compile/pr45919.c: New test.
3233 PR tree-optimization/46066
3234 * gcc.dg/autopar/pr46066.c: New test.
3236 2010-10-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3239 * g++.dg/warn/miss-format-1.C: Enclose dg-error target list in braces.
3241 2010-10-20 Rodrigo Rivas Costa <rodrigorivascosta@gmail.com>
3244 * g++.dg/cpp0x/range-for7.C: New.
3246 2010-10-20 Richard Guenther <rguenther@suse.de>
3249 * g++.dg/lto/20101020-1_0.h: New testcase.
3250 * g++.dg/lto/20101020-1_0.C: Likewise.
3251 * g++.dg/lto/20101020-1_1.C: Likewise.
3253 2010-10-20 Dmitry Melnik <dm@ispras.ru>
3255 * gcc.dg/20101013-1.c: New test.
3257 2010-10-20 H.J. Lu <hongjiu.lu@intel.com>
3260 * gcc.target/i386/pr46085-1.c: New.
3261 * gcc.target/i386/pr46085-2.c: Likewise.
3263 2010-10-20 Richard Guenther <rguenther@suse.de>
3265 PR tree-optimization/45860
3266 * gcc.dg/torture/pr45860.c: New testcase.
3268 2010-10-20 Eric Botcazou <ebotcazou@adacore.com>
3270 * gnat.dg/discr25.adb: New test.
3271 * gnat.dg/discr25_pkg.ad[sb]: New helper.
3273 2010-10-20 Olivier Hainque <hainque@adacore.com>
3275 * gcc.target/powerpc/ehreturn.c: New test.
3277 2010-10-20 Nicola Pero <nicola.pero@meta-innovation.com>
3279 Merge from 'apple/trunk' branch on FSF servers. Test adapted to
3280 not require Foundation and run with the GNU runtime as well.
3282 2006-03-13 Fariborz Jahanian <fjahanian@apple.com>
3285 * obj-c++.dg/template-8.mm: New.
3287 2010-10-20 Nicola Pero <nicola.pero@meta-innovation.com>
3290 * objc.dg/pr23709.m: New.
3291 * obj-c++.dg/pr23709.m: New.
3293 2010-10-19 Paolo Carlini <paolo.carlini@oracle.com>
3296 * g++.dg/template/crash104.C: New.
3298 2010-10-19 Richard Henderson <rth@redhat.com>
3300 * gcc.target/i386/fma3-fma.c: New.
3301 * gcc.target/i386/fma3-builtin.c: New.
3302 * gcc.target/i386/fma4-builtin.c: New.
3304 2010-10-19 Richard Guenther <rguenther@suse.de>
3307 * gcc.dg/ipa/ipa-pta-10.c:Â Adjust.
3309 2010-10-18 Nicola Pero <nicola.pero@meta-innovation.com>
3311 Merge from 'apple/trunk' branch on FSF servers.
3313 2006-03-16 Fariborz Jahanian <fjahanian@apple.com>
3316 * objc.dg/proto-init-mimatch-1.m: New.
3317 * obj-c++.dg/proto-init-mimatch-1.mm: New.
3319 2010-10-18 Nicola Pero <nicola.pero@meta-innovation.com>
3321 Implemented parsing @synthesize and @dynamic for
3322 Objective-C/Objective-C++.
3323 * objc.dg/property/dynamic-1.m: New.
3324 * objc.dg/property/synthesize-1.m: New.
3325 * obj-c++.dg/property/dynamic-1.mm: New.
3326 * obj-c++.dg/property/synthesize-1.mm: New.
3328 2010-10-18 Nicola Pero <nicola.pero@meta-innovation.com>
3330 * objc.dg/at-class-1.m: New.
3331 * objc.dg/at-class-1.mm: New.
3333 2010-10-18 Steve Ellcey <sje@cup.hp.com>
3335 * gcc.c-torture/compile/920625-1.c: Remove dg-prune-output lines.
3337 2010-10-18 Nicola Pero <nicola.pero@meta-innovation.com>
3339 Merge from 'apple/trunk' branch on FSF servers.
3341 2006-01-17 Fariborz Jahanian <fjahanian@apple.com>
3344 * obj-c++.dg/template-7.mm: New.
3346 2010-10-18 Nicola Pero <nicola.pero@meta-innovation.com>
3348 * objc.dg/proto-qual-1.m: Adjust test for GNU runtime to match
3351 2010-10-18 Nicola Pero <nicola.pero@meta-innovation.com>
3353 Merge from 'apple/trunk' branch on FSF servers.
3355 2005-03-01 Fariborz Jahanian <fjahanian@apple.com>
3358 * obj-c++.dg/try-catch-16.mm: New.
3359 * obj-c++.dg/try-catch-17.mm: New.
3361 2005-11-08 Fariborz Jahanian <fjahanian@apple.com>
3364 * obj-c++.dg/try-catch-15.mm: New
3366 2005-10-07 Fariborz Jahanian <fjahanian@apple.com>
3369 * obj-c++.dg/try-catch-12.mm: New
3370 * obj-c++.dg/try-catch-13.mm: New
3371 * obj-c++.dg/try-catch-14.mm: New
3372 * objc.dg/try-catch-11.m: New
3373 * objc.dg/try-catch-12.m: New
3374 * objc.dg/try-catch-13.m: New
3376 2010-10-18 Richard Henderson <rth@redhat.com>
3378 * gcc.target/ia64/20101014.c: Fix double-paste of test case.
3380 2010-10-18 Jakub Jelinek <jakub@redhat.com>
3383 * c-c++-common/Wunused-var-13.c: New test.
3385 2010-10-18 Richard Guenther <rguenther@suse.de>
3387 PR tree-optimization/45967
3388 * gcc.dg/torture/pr45967.c: New testcase.
3389 * gcc.dg/ipa/ipa-pta-10.c: Adjust.
3390 * gcc.dg/ipa/ipa-pta-13.c: Likewise
3391 * gcc.dg/torture/pr39074-2.c: Likewise
3392 * gcc.dg/torture/pta-escape-1.c: Likewise
3393 * gcc.dg/torture/pta-ptrarith-1.c: Likewise
3394 * gcc.dg/tree-ssa/pta-callused.c: Likewise
3395 * gcc.dg/tree-ssa/pta-escape-1.c: Likewise
3396 * gcc.dg/tree-ssa/pta-escape-2.c: Likewise
3397 * gcc.dg/tree-ssa/pta-escape-3.c: Likewise
3398 * gcc.dg/tree-ssa/ssa-pre-21.c: Likewise
3400 2010-10-18 Kai Tietz <kai.tietz@onevision.com>
3402 * gfortran.dg/bessel_7.f90: Set xfail for mingw targets.
3404 2010-10-18 Richard Guenther <rguenther@suse.de>
3407 * g++.dg/lto/20101015-2_0.C: New testcase.
3409 2010-10-18 Jakub Jelinek <jakub@redhat.com>
3412 * gcc.c-torture/execute/pr46019.c: New test.
3414 2010-10-17 Nicola Pero <nicola.pero@meta-innovation.com>
3416 Merge from 'apple/trunk' branch on FSF servers.
3418 2006-04-19 Fariborz Jahanian <fjahanian@apple.com>
3421 * obj-c++.dg/method-namespace-2.mm: New.
3423 2010-10-17 Nicola Pero <nicola.pero@meta-innovation.com>
3425 Merge from 'apple/trunk' branch on FSF servers.
3427 2006-03-27 Fariborz Jahanian <fjahanian@apple.com>
3430 * objc.dg/private-1.m: Test modified.
3431 * obj-c++.dg/private-1.mm: Test modified.
3433 2010-10-17 Uros Bizjak <ubizjak@gmail.com>
3436 * gcc.target/i386/push-1.c: Remove.
3438 2010-10-17 Uros Bizjak <ubizjak@gmail.com>
3439 H.J. Lu <hongjiu.lu@intel.com>
3442 * gcc.target/i386/pr46051.c: New test.
3444 2010-10-17 Nicola Pero <nicola.pero@meta-innovation.com>
3446 * obj-c++.dg/gnu-api-2-class.mm: New.
3447 * obj-c++.dg/gnu-api-2-ivar.mm: New.
3448 * obj-c++.dg/gnu-api-2-method.mm: New.
3449 * obj-c++.dg/gnu-api-2-objc.mm: New.
3450 * obj-c++.dg/gnu-api-2-object.mm: New.
3451 * obj-c++.dg/gnu-api-2-property.mm: New.
3452 * obj-c++.dg/gnu-api-2-protocol.mm: New.
3453 * obj-c++.dg/gnu-api-2-sel.mm: New.
3455 2010-10-17 Iain Sandoe <iains@gcc.gnu.org>
3457 * objc.dg/fsf-package-0.m: New.
3458 * obj-c++.dg/fsf-package-0.m: New.
3460 2010-10-17 Nicola Pero <nicola.pero@meta-innovation.com>
3463 * objc.dg/pr18255.m: New.
3465 2010-10-16 Jan Hubicka <jh@suse.cz>
3468 * g++.dg/torture/pr44206.C: New.
3470 2010-10-16 Nicola Pero <nicola.pero@meta-innovation.com>
3472 * objc.dg/gnu-api-2-class.m: New.
3473 * objc.dg/gnu-api-2-objc.m: New.
3475 2010-10-16 Nicola Pero <nicola.pero@meta-innovation.com>
3477 * objc.dg/gnu-api-2-ivar.m: New.
3479 2010-10-15 Nicola Pero <nicola.pero@meta-innovation.com>
3481 * objc.dg/gnu-api-2-property.m: New.
3483 2010-10-15 Xinliang David Li <davidxl@google.com>
3485 * g++.dg/uninit-pred-3_a.C: New test.
3486 * g++.dg/uninit-pred-3_b.C: New test.
3488 2010-10-15 Nicola Pero <nicola.pero@meta-innovation.com>
3490 * objc.dg/gnu-api-2-object.m: New.
3492 2010-10-15 Nicola Pero <nicola.pero@meta-innovation.com>
3494 * objc.dg/gnu-api-2-method.m: New.
3496 2010-10-15 Jason Merrill <jason@redhat.com>
3498 * g++.dg/lto/pr45983_0.C: New.
3500 2010-10-14 Michael Meissner <meissner@linux.vnet.ibm.com>
3502 * gcc.target/powerpc/ppc-fma-1.c: New tests for powerpc FMA
3503 builtin combiner patterns.
3504 * gcc.target/powerpc/ppc-fma-2.c: Ditto.
3505 * gcc.target/powerpc/ppc-fma-3.c: Ditto.
3506 * gcc.target/powerpc/ppc-fma-4.c: Ditto.
3507 * gcc.target/powerpc/ppc-fma-5.c: Ditto.
3508 * gcc.target/powerpc/ppc-fma-6.c: Ditto.
3510 2010-10-15 Richard Guenther <rguenther@suse.de>
3512 * g++.dg/lto/20101015-1_0.C: New testcase.
3514 2010-10-15 Richard Guenther <rguenther@suse.de>
3517 * gcc.dg/tree-ssa/20031106-3.c: Remove XFAIL.
3518 * gcc.dg/tree-ssa/fre-vce-1.c: Likewise.
3520 2010-10-15 Richard Guenther <rguenther@suse.de>
3523 * g++.dg/lto/20101014-1_0.C: New testcase.
3525 2010-10-15 Nicola Pero <nicola.pero@meta-innovation.com>
3527 * objc.dg/gnu-api-2-protocol.m: New.
3528 * objc.dg/gnu-api-2-sel.m: New.
3530 2010-10-15 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3532 * g++.dg/torture/stackalign/eh-vararg-2.C: Fix dg-options for
3535 2010-10-15 Chung-Lin Tang <cltang@codesourcery.com>
3537 * gcc.dg/20101010-1.c: New testcase.
3539 2010-10-15 Jie Zhang <jie@codesourcery.com>
3541 * lib/lto.exp (lto-link-and-maybe-run): Use the default linker
3542 script when relocatable linking.
3544 2010-10-14 Yao Qi <yao@codesourcery.com>
3547 * gcc.target/arm/pr45447.c: New test.
3549 2010-10-14 Jan Hubicka <jh@suse.cz>
3552 * g++.dg/lto/pr45621.h : New.
3553 * g++.dg/lto/pr45621_0.C: New.
3554 * g++.dg/lto/pr45621_1.C: New.
3556 2010-10-14 Iain Sandoe <iains@gcc.gnu.org>
3558 * objc.dg/property: New.
3559 * objc.dg/property/fsf-property-basic.m: New.
3560 * objc.dg/property/fsf-property-method-access.m: New.
3561 * objc.dg/property/fsf-property-named-ivar.m: New.
3562 * obj-c++.dg/property: New.
3563 * obj-c++.dg/property/fsf-property-basic.mm: New.
3564 * obj-c++.dg/property/fsf-property-method-access.mm: New.
3565 * obj-c++.dg/property/fsf-property-named-ivar.mm: New.
3567 merge from FSF apple 'trunk' branch.
3568 2006 Fariborz Jahanian <fjahanian@apple.com>
3570 Radars 4436866, 4505126, 4506903, 4517826
3571 * objc.dg/property/property-1.m: New.
3572 * objc.dg/property/property-2.m: New.
3573 * objc.dg/property/property-3.m: New.
3574 * objc.dg/property/property-neg-1.m: New.
3575 * objc.dg/property/property-neg-2.m: New.
3576 * objc.dg/property/property-neg-3.m: New.
3577 * objc.dg/property/property-neg-4.m: New.
3578 * objc.dg/property/property-neg-5.m: New.
3579 * objc.dg/property/property-neg-6.m: New.
3580 * objc.dg/property/property-neg-7.m: New.
3581 * objc.dg/property/property.exp: New.
3582 * obj-c++.dg/property/property-1.mm: New.
3583 * obj-c++.dg/property/property-2.mm: New.
3584 * obj-c++.dg/property/property-3.mm: New.
3585 * obj-c++.dg/property/property-neg-1.mm: New.
3586 * obj-c++.dg/property/property-neg-2.mm: New.
3587 * obj-c++.dg/property/property-neg-3.mm: New.
3588 * obj-c++.dg/property/property-neg-4.mm: New.
3589 * obj-c++.dg/property/property-neg-5.mm: New.
3590 * obj-c++.dg/property/property-neg-6.mm: New.
3591 * obj-c++.dg/property/property-neg-7.mm: New.
3592 * obj-c++.dg/property/property.exp: New.
3594 2010-10-14 H.J. Lu <hongjiu.lu@intel.com>
3596 * gcc.dg/pr45570.c: Fix typos. Also run for i?86-*-*.
3598 2010-10-14 Joseph Myers <joseph@codesourcery.com>
3601 * gcc.c-torture/compile/pr45969-1.c: New test.
3603 2010-10-14 Richard Guenther <rguenther@suse.de>
3605 PR tree-optimization/44913
3606 * gcc.dg/torture/pr44913.c: New testcase.
3608 2010-10-14 Richard Guenther <rguenther@suse.de>
3611 * g++.dg/lto/20101014-2_0.C: New testcase.
3613 2010-10-14 H.J. Lu <hongjiu.lu@intel.com>
3615 * gcc.target/i386/avx-copysign-vec.c: Add -mtune=generic.
3616 * gcc.target/i386/avx-copysignf-vec.c: Likewise.
3617 * gcc.target/i386/pr44130.c: Likewise.
3618 * gcc.target/i386/pr44144.c: Likewise.
3619 * gcc.target/i386/pr44180.c: Likewise.
3620 * gcc.target/i386/recip-vec-divf-avx.c: Likewise.
3621 * gcc.target/i386/recip-vec-sqrtf-avx.c: Likewise.
3622 * gcc.target/i386/vect-sizes-1.c: Likewise.
3623 * gcc.target/i386/vectorize4-avx.c: Likewise.
3625 2010-10-14 Richard Guenther <rguenther@suse.de>
3628 * g++.dg/lto/20101010-3_0.C: New testcase.
3629 * g++.dg/lto/20101010-4_0.C: Likewise.
3631 2010-10-14 Iain Sandoe <iains@gcc.gnu.org>
3633 * objc.dg/pr45878.m: Update to include NSConstantString interface
3635 * objc.dg/pr23214.m: Use the Object1.m implementation to build m64 on
3636 -fnext-runtime, XFAIL the m64 -fnext-runtime run.
3637 * objc.dg/objc-foreach-4.m: Provide an NSConstantString dummy class
3638 reference for m64 -fnext-runtime.
3640 2010-10-14 H.J. Lu <hongjiu.lu@intel.com>
3642 * gcc.target/i386/vect-sizes-1.c: New.
3644 2010-10-14 H.J. Lu <hongjiu.lu@intel.com>
3647 * gcc.target/i386/vectorize4-avx.c: Scan 256bit AVX register and xfail.
3649 2010-10-14 H.J. Lu <hongjiu.lu@intel.com>
3651 * gcc.target/i386/recip-vec-sqrtf-avx.c: Scan 256bit AVX register.
3652 * gcc.target/i386/recip-vec-divf-avx.c: Likewise.
3654 2010-10-14 Andrey Belevantsev <abel@ispras.ru>
3656 * gcc.target/ia64/20101005.c: New test.
3658 2010-10-14 Andrey Belevantsev <abel@ispras.ru>
3660 PR rtl-optimization/45570
3661 * gcc.dg/pr45570.c: New test.
3663 2010-10-13 H.J. Lu <hongjiu.lu@intel.com>
3665 * gcc.target/i386/recip-vec-sqrtf-avx.c: New.
3666 * gcc.target/i386/recip-vec-divf-avx.c: Likewise.
3667 * gcc.target/i386/vectorize4-avx.c: Likewise.
3669 2010-10-13 H.J. Lu <hongjiu.lu@intel.com>
3671 * gcc.target/i386/avx-copysign-vec.c: New.
3672 * gcc.target/i386/avx-copysignf-vec.c: Likewise.
3674 2010-10-13 H.J. Lu <hongjiu.lu@intel.com>
3677 * gcc.target/i386/pr44130.c: New.
3679 2010-10-13 H.J. Lu <hongjiu.lu@intel.com>
3682 * gcc.target/i386/pr44144.c: New.
3684 2010-10-13 H.J. Lu <hongjiu.lu@intel.com>
3687 * gcc.target/i386/pr44180.c: New.
3689 2010-10-13 Jason Merrill <jason@redhat.com>
3691 * g++.dg/template/canon-type-8.C: New.
3693 2010-10-13 Eric Botcazou <ebotcazou@adacore.com>
3695 * gcc.c-torture/execute/20101013-1.c: New test.
3697 2010-10-13 Richard Guenther <rguenther@suse.de>
3700 * objc.dg/pr45878.m: New testcase.
3702 2010-10-13 Kai Tietz <kai.tietz@onevision.com>
3704 * gcc.dg/format/dfp-scanf-1.c: Disable for *-*-mingw* targets.
3705 * gcc.dg/format/dfp-printf-1.c: Likewise.
3706 * gcc.dg/format/ms_unnamed-1.c: Adjust linenumber for warning.
3708 2010-10-13 Richard Guenther <rguenther@suse.de>
3710 PR tree-optimization/45788
3711 * g++.dg/pr45788.C: New testcase.
3713 2010-10-13 Richard Guenther <rguenther@suse.de>
3715 PR tree-optimization/45970
3716 * gcc.dg/tree-ssa/ssa-dse-13.c: New testcase.
3718 2010-10-13 Richard Guenther <rguenther@suse.de>
3720 PR tree-optimization/45982
3721 * gcc.dg/torture/pr45982.c: New testcase.
3722 * gcc.dg/tree-ssa/pr24287.c: Adjust.
3723 * gcc.dg/tree-ssa/pta-callused.c: Likewise.
3724 * gcc.dg/torture/pr39074-2.c: Likewise.
3726 2010-10-13 Richard Guenther <rguenther@suse.de>
3729 * g++.dg/torture/pr45874.C: New testcase.
3731 2010-10-13 Iain Sandoe <iains@gcc.gnu.org>
3733 * objc.dg/attributes/method-attribute-1.m: Update to respond
3734 to implemented method attributes..
3735 * objc.dg/attributes/method-attribute-2.m: Likewise.
3736 * objc.dg/attributes/method-attribute-3.m: Likewise.
3737 * obj-c++.dg/attributes/method-attribute-1.mm: Likewise.
3738 * obj-c++.dg/attributes/method-attribute-2.mm: Likewise.
3739 * obj-c++.dg/attributes/method-attribute-3.mm: Likewise.
3741 2010-10-13 Nicola Pero <nicola.pero@meta-innovation.com>
3744 * objc.dg/pr23214.m: New.
3746 2010-10-12 Michael Eager <eager@eagercon.com>
3749 * gcc.c-torture/execute/cmpsi-2.c: Use int, not long.
3750 * gcc.c-torture/execute/cmpsf-1.c: Use float, regen correct table.
3752 2010-10-12 Jakub Jelinek <jakub@redhat.com>
3755 * gcc.c-torture/execute/pr45636.c: New test.
3756 * gfortran.dg/pr45636.f90: New test.
3758 2010-10-12 Richard Henderson <rth@redhat.com>
3760 * g++.dg/abi/mangle40.C: Robustify tests for defined symbols.
3762 2010-10-12 Daniel Kraft <d@domob.eu>
3765 * gfortran.dg/associate_1.f03: More tests with derived-types.
3766 * gfortran.dg/associate_9.f03: New test (XFAIL for now).
3767 * gfortran.dg/associate_8.f03: Fix typo.
3768 * gfortran.dg/initialization_27.f90: Fix typo.
3770 2010-10-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3773 * lib/lto.exp (lto-get-options-main): Support optional target
3774 selector for dg-extra-ld-options.
3776 2010-10-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3778 * gcc.dg/pragma-init-fini.c: Skip on i?86-*-solaris2.8 && !gas.
3779 * gcc.dg/pragma-init-fini-2.c: XFAIL on i?86-*-solaris2.8 && !gas.
3781 2010-10-11 Martin Jambor <mjambor@suse.cz>
3784 * g++.dg/torture/pr45699.C: New test.
3785 * g++.dg/otr-fold-1.C: Adjusted.
3786 * g++.dg/otr-fold-1.C: Likewise.
3788 2010-10-11 Nick Clifton <nickc@redhat.com>
3790 * gcc.c-torture/compile/pr44197.c: Require visibility support.
3791 Allow for a user label prefix.
3793 2010-10-10 Richard Guenther <rguenther@suse.de>
3795 * g++.dg/lto/20101010-1_0.C: New testcase.
3796 * g++.dg/lto/20101010-2_0.C: Likewise.
3798 2010-10-11 Ira Rosen <irar@il.ibm.com>
3800 PR tree-optimization/45902
3801 * gcc.dg/vect/45902.c: New test.
3803 2010-10-11 Jakub Jelinek <jakub@redhat.com>
3806 * gcc.dg/tls/pr45870.c: New test.
3808 2010-10-10 Janus Weil <janus@gcc.gnu.org>
3811 * gfortran.dg/typebound_operator_6.f03: New.
3813 2010-10-10 Kai Tietz <kai.tietz@onevision.com>
3815 * g++.dg/ext/dllexport-MI1.C: Enable for x86_64 mingw
3816 and adjust -export symbol scanning.
3817 * g++.dg/ext/dllexport1.C: Likewise.
3818 * g++.dg/ext/dllexport3.C: Likewise.
3819 * gcc.dg/dll-3.c: Likewise.
3820 * gcc.dg/dll-4.c: Likewise.
3821 * gcc.dg/dll-5.c: Likewise.
3823 2010-10-10 Uros Bizjak <ubizjak@gmail.com>
3825 * gcc.dg/tree-prof/ic-misattribution-1a.c: Cleanup tree_profile_ipa
3826 instead of tree_profile dump file.
3827 * g++.dg/tree-prof/inline_mismatch_args.C: Cleanup einline dump file.
3828 * gfortran.dg/derived_array_intrinisics_1.f90: Cleanup original
3831 2010-10-10 Uros Bizjak <ubizjak@gmail.com>
3833 * gcc.dg/lto/20101009-1_0.c (bar): Fix asm constraints.
3835 2010-10-09 Thomas Koenig <tkoenig@gcc.gnu.org>
3837 * gfortran.dg/character_comparison_4.f90: New test.
3838 * gfortran.dg/character_comparison_5.f90: New test.
3839 * gfortran.dg/character_comparison_6.f90: New test.
3841 2010-10-09 Richard Henderson <rth@redhat.com>
3843 * lib/target-supports.exp
3844 (check_effective_target_automatic_stack_alignment): Always true.
3846 2010-10-09 Richard Guenther <rguenther@suse.de>
3849 * gcc.dg/lto/20101009-2_0.c: New testcase.
3850 * gcc.dg/lto/20101009-2_1.c: Likewise.
3851 * gcc.dg/lto/20101009-2_2.c: Likewise.
3853 2010-10-09 Richard Guenther <rguenther@suse.de>
3856 * g++.dg/lto/20101009-1_0.C: New testcase.
3858 2010-10-09 Richard Guenther <rguenther@suse.de>
3860 PR tree-optimization/45945
3861 * gcc.dg/lto/20101009-1_0.c: New testcase.
3863 2010-10-08 H.J. Lu <hongjiu.lu@intel.com>
3866 * gcc.target/i386/pr45913.c: New.
3868 2010-10-08 Jerry DeLisle <jvdelisle@gcc.gnu.org>
3871 * gfortran.dg/streamio_16.f90: Update test.
3873 2010-10-08 Jakub Jelinek <jakub@redhat.com>
3875 PR tree-optimization/45903
3876 * gcc.target/i386/pr45903.c: New test.
3878 2010-10-08 Arnaud Charlet <charlet@adacore.com>
3880 * gnat.dg/interface5.adb: Compile with warnings disabled.
3882 2010-10-07 Nicola Pero <nicola.pero@meta-innovation.com>
3884 * obj-c++.dg/encode-10.mm: New testcase.
3886 2010-10-07 Nicola Pero <nicola.pero@meta-innovation.com>
3889 * obj-c++.dg/lookup-2.mm: Do not assign 'nil' to a pointer to a
3890 C++ class. Removed XFAIL.
3892 2010-10-07 Janus Weil <janus@gcc.gnu.org>
3895 * gfortran.dg/typebound_operator_5.f03: New.
3897 2010-10-07 Nicola Pero <nicola.pero@meta-innovation.com>
3899 Merge from 'apple/trunk' branch on FSF servers.
3901 2006-04-26 Fariborz Jahanian <fjahanian@apple.com>
3904 * obj-c++.dg/method-namespace-1.mm: New.
3906 2010-10-07 Martin Jambor <mjambor@suse.cz>
3908 * gcc.dg/tree-ssa/sra-11.c: New test.
3910 2010-10-07 Tejas Belagod <tejas.belagod@arm.com>
3913 * gcc.dg/vect/pr45847.c: New test.
3915 2010-10-07 Iain Sandoe <iains@gcc.gnu.org>
3916 Kai Tietz <kai.tietz@onevision.com>
3918 * objc.dg/proto-lossage-4.m: Use intptr_t instead of long type.
3920 2010-10-07 Richard Guenther <rguenther@suse.de>
3922 PR tree-optimization/45732
3923 * gcc.dg/torture/pr45732.c: New testcase.
3925 2010-10-07 Iain Sandoe <iains@gcc.gnu.org>
3927 * objc.dg/foreach-1.m: Adjust for -fnext-runtime compatibility.
3928 * objc.dg/foreach-2.m: Likewise.
3929 * objc.dg/foreach-3.m: Likewise.
3930 * objc.dg/foreach-4.m: Likewise.
3931 * objc.dg/foreach-5.m: Likewise.
3932 * objc.dg/foreach-6.m: Likewise.
3933 * objc.dg/foreach-7.m: Likewise.
3934 * objc.dg/objc-foreach-4.m: Likewise.
3935 * objc.dg/objc-foreach-5.m: Likewise.
3937 2010-10-07 Richard Guenther <rguenther@suse.de>
3940 * gcc.dg/torture/pr45869.c: New testcase.
3942 2010-10-07 Iain Sandoe <iains@gcc.gnu.org>
3944 * objc.dg/set-not-used-1.m: New
3945 * obj-c++.dg/set-not-used-1.mm: New.
3947 2010-10-07 Iain Sandoe <iains@gcc.gnu.org>
3949 * objc.dg/attributes/method-attribute-3.m: New.
3950 * obj-c++.dg/attributes/method-attribute-3.mm: New.
3952 2010-10-07 Mikael Morin <mikael@gcc.gnu.org>
3955 * gfortran.dg/generic_typebound_operator_1.f90: New test.
3957 2010-10-06 Jerry DeLisle <jvdelisle@gcc.gnu.org>
3960 * gfortran.dg/alloc_comp_constraint_6.f90: New test.
3962 2010-10-06 Nicola Pero <nicola.pero@meta-innovation.com>
3964 Merge from 'apple/trunk' branch on FSF servers.
3966 2005-12-14 Fariborz Jahanian <fjahanian@apple.com>
3969 * obj-c++.dg/encode-9.mm: New.
3971 2010-10-06 Eric Botcazou <ebotcazou@adacore.com>
3973 * g++.dg/cpp0x/pr45908.C: New test.
3975 2010-10-06 Eric Botcazou <ebotcazou@adacore.com>
3977 * gnat.dg/opt6.ad[sb]: New test.
3979 2010-10-06 Nicola Pero <nicola.pero@meta-innovation.com>
3981 Implemented fast enumeration for Objective-C.
3982 * objc.dg/foreach-1.m: New.
3983 * objc.dg/foreach-2.m: New.
3984 * objc.dg/foreach-3.m: New.
3985 * objc.dg/foreach-4.m: New.
3986 * objc.dg/foreach-5.m: New.
3987 * objc.dg/foreach-6.m: New.
3988 * objc.dg/foreach-7.m: New.
3990 Merge from 'apple/trunk' branch on FSF servers:
3991 2006-04-13 Fariborz Jahanian <fjahanian@apple.com>
3994 * objc.dg/objc-foreach-5.m: New.
3996 2006-04-12 Fariborz Jahanian <fjahanian@apple.com>
3999 * objc.dg/objc-foreach-4.m: New.
4001 2006-03-13 Fariborz Jahanian <fjahanian@apple.com>
4004 * objc.dg/objc-foreach-3.m: New.
4006 2005-03-07 Fariborz Jahanian <fjahanian@apple.com>
4009 * objc.dg/objc-foreach-2.m: New.
4011 2006-02-15 Fariborz Jahanian <fjahanian@apple.com>
4014 * objc.dg/objc-foreach-1.m: New
4016 2010-10-06 Hariharan Sandanagobalane <hariharan@picochip.com>
4018 * gcc.c-torture/execute/cmpsi-2.c : Unsigned comparisons should use
4021 2010-10-05 Nicola Pero <nicola.pero@meta-innovation.com>
4024 * obj-c++.dg/syntax-error-10.mm: New.
4026 2010-10-05 Nicola Pero <nicola.pero@meta-innovation.com>
4029 * obj-c++.dg/syntax-error-9.mm: New.
4031 2010-10-05 Nicola Pero <nicola.pero@meta-innovation.com>
4034 * obj-c++.dg/syntax-error-8.mm: New.
4036 2010-10-05 Nicola Pero <nicola.pero@meta-innovation.com>
4038 Merge from 'apple/trunk' branch on FSF servers.
4040 2005-10-17 Fariborz Jahanian <fjahanian@apple.com>
4043 * obj-c++.dg/syntax-error-7.mm: New
4045 2005-10-14 Fariborz Jahanian <fjahanian@apple.com>
4048 * obj-c++.dg/syntax-error-6.mm: New
4050 2005-10-13 Fariborz Jahanian <fjahanian@apple.com>
4053 * obj-c++.dg/syntax-error-5.mm: New
4055 2005-08-15 Ziemowit Laski <zlaski@apple.com>
4058 * obj-c++.dg/syntax-error-[3-4].mm: New.
4060 2005-08-02 Ziemowit Laski <zlaski@apple.com>
4063 * obj-c++.dg/syntax-error-[1-2].mm: New.
4065 2010-10-05 Ira Rosen <irar@il.ibm.com>
4067 PR tree-optimization/45752
4068 * gcc.dg/vect/pr45752.c: New test.
4070 2010-10-05 Richard Guenther <rguenther@suse.de>
4072 * gcc.dg/tree-prof/val-prof-1.c: Adjust.
4073 * gcc.dg/tree-prof/val-prof-2.c: Likewise.
4074 * gcc.dg/tree-prof/val-prof-3.c: Likewise.
4075 * gcc.dg/tree-prof/val-prof-4.c: Likewise.
4076 * gcc.dg/tree-prof/val-prof-5.c: Likewise.
4077 * gcc.dg/tree-prof/val-prof-7.c: Likewise.
4078 * gcc.dg/tree-prof/stringop-1.c: Likewise.
4079 * gcc.dg/tree-prof/stringop-2.c: Likewise.
4080 * gcc.dg/tree-prof/ic-misattribution-1.c: Likewise.
4081 * gcc.dg/tree-prof/indir-call-prof.c: Likewise.
4082 * gcc.dg/tree-prof/update-loopch.c: Likewise.
4083 * g++.dg/tree-prof/indir-call-prof.C: Likewise.
4084 * g++.dg/tree-prof/inline_mismatch_args.C: Likewise.
4085 * gcc.dg/tree-prof/tracer-1.c: Likewise.
4086 * gcc.dg/tree-ssa/inline-4.c: Likewise.
4087 * gcc.dg/tree-ssa/inline-3.c: Likewise.
4088 * gcc.dg/tree-ssa/20080530.c: Likewise.
4089 * g++.dg/tree-ssa/inline-3.C: Likewise.
4090 * g++.dg/tree-ssa/inline-1.C: Likewise.
4091 * g++.dg/tree-ssa/inline-2.C: Likewise.
4092 * gcc.dg/profile-dir-1.c: Likewise.
4093 * gcc.dg/profile-dir-2.c: Likewise.
4094 * gcc.dg/profile-dir-3.c: Likewise.
4096 2010-10-05 Richard Guenther <rguenther@suse.de>
4099 * g++.dg/torture/pr45877.C: New testcase.
4101 2010-10-04 Jakub Jelinek <jakub@redhat.com>
4104 * gcc.dg/debug/pr45849.c: New test.
4107 * gcc.c-torture/compile/pr45876.c: New test.
4109 2010-10-04 Julian Brown <julian@codesourcery.com>
4111 * gcc.dg/vect/vect-42.c: Use vect_element_align instead of
4113 * gcc.dg/vect/vect-60.c: Likewise.