re PR tree-optimization/48271 (ICE: SIGSEGV in tree_ssa_dominator_optimize (tree...
[gcc.git] / gcc / testsuite / ChangeLog
1 2011-03-24 Richard Guenther <rguenther@suse.de>
2
3 PR tree-optimization/48271
4 * g++.dg/torture/pr48271.C: New testcase.
5
6 2011-03-24 Eric Botcazou <ebotcazou@adacore.com>
7
8 * gnat.dg/array15.ad[sb]: New test.
9
10 2011-03-24 Uros Bizjak <ubizjak@gmail.com>
11
12 PR target/48237
13 * gcc.target/i386/pr48237.c: New test.
14
15 2011-03-24 Richard Guenther <rguenther@suse.de>
16
17 PR middle-end/48269
18 * gcc.dg/builtin-object-size-10.c: New testcase.
19
20 2011-03-24 Richard Guenther <rguenther@suse.de>
21
22 PR tree-optimization/46562
23 * c-c++-common/pr46562-2.c: New testcase.
24 * c-c++-common/pr46562.c: Likewise.
25
26 2011-03-24 Ira Rosen <ira.rosen@linaro.org>
27
28 * gcc.dg/vect/vect-cselim-1.c: New test.
29 * gcc.dg/vect/vect-cselim-2.c: New test.
30
31 2011-03-23 Chung-Lin Tang <cltang@codesourcery.com>
32
33 * gcc.target/arm/pr46934.c: New.
34
35 2011-03-23 Ian Lance Taylor <iant@google.com>
36
37 * go.test/go-test.exp (errchk): Ignore lines containing ////.
38
39 2011-03-23 Richard Guenther <rguenther@suse.de>
40
41 * gcc.dg/struct: Remove directory and contents.
42
43 2011-03-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
44
45 PR testsuite/48251
46 * g++.dg/guality/guality.exp: Disable on alpha*-dec-osf*.
47
48 2011-03-23 Eric Botcazou <ebotcazou@adacore.com>
49
50 * gnat.dg/discr26.ad[sb]: New test.
51 * gnat.dg/discr26_pkg.ads: New helper.
52
53 2011-03-23 Richard Sandiford <richard.sandiford@linaro.org>
54
55 PR target/47553
56 * gcc.target/arm/neon-vld-1.c: New test.
57
58 2011-03-23 Eric Botcazou <ebotcazou@adacore.com>
59
60 * gnat.dg/array14.ad[sb]: New test.
61 * gnat.dg/array14_pkg.ads: New helper.
62
63 2011-03-22 Joseph Myers <joseph@codesourcery.com>
64
65 * gcc.c-torture/execute/920501-8.x: Remove.
66 * gcc.c-torture/execute/930513-1.x: Remove.
67 * gcc.c-torture/execute/960312-1.x: Remove.
68 * gcc.c-torture/compile/20000804-1.c,
69 gcc.c-torture/compile/20001205-1.c,
70 gcc.c-torture/compile/20001226-1.c,
71 gcc.c-torture/compile/20010518-2.c,
72 gcc.c-torture/compile/20020312-1.c,
73 gcc.c-torture/compile/20020604-1.c,
74 gcc.c-torture/compile/920501-12.c,
75 gcc.c-torture/compile/920501-4.c,
76 gcc.c-torture/compile/920520-1.c,
77 gcc.c-torture/compile/980506-1.c,
78 gcc.c-torture/execute/980709-1.x,
79 gcc.c-torture/execute/990826-0.x: Don't XFAIL or use special
80 options for m68hc11.
81 * gcc.dg/cpp/assert4.c: Don't handle ARC.
82 * gcc.dg/sibcall-3.c, gcc.dg/sibcall-4.c: Don't XFAIL for arc or
83 m68hc11.
84
85 2011-03-22 Nick Clifton <nickc@redhat.com>
86
87 * lib/target-supports.exp (check_profiling_available): Add MN10300
88 to the list of targets that do not support profiling. Restore
89 alpha sorting to this list.
90
91 2011-03-22 Michael Meissner <meissner@linux.vnet.ibm.com>
92
93 * gcc.dg/torture/vector-1.c: On powerpc add -fabi=altivec to avoid
94 failure on 32-bit systems.
95 * gcc.dg/torture/vector-2.c: Ditto.
96
97 2011-03-22 Richard Guenther <rguenther@suse.de>
98
99 PR tree-optimization/48228
100 * gcc.dg/Wstrict-overflow-23.c: New testcase.
101
102 2011-03-21 Jack Howarth <howarth@bromo.med.uc.edu>
103
104 * lib/prune.exp (prune_gcc_output): Prune "could not create
105 compact unwind for" warnings.
106
107 2011-03-20 Jakub Jelinek <jakub@redhat.com>
108
109 PR c/42544
110 PR c/48197
111 * gcc.c-torture/execute/pr42544.c: New test.
112 * gcc.c-torture/execute/pr48197.c: New test.
113
114 2011-03-21 Michael Meissner <meissner@linux.vnet.ibm.com>
115
116 PR preprocessor/48192
117 * gcc.target/powerpc/pr48192.c: New file.
118
119 PR target/48053
120 * gcc.target/powerpc/pr48053-3.c: New file, add test case for
121 split problem of 0 being loaded in a VSX register.
122
123 2011-03-21 Richard Guenther <rguenther@suse.de>
124
125 PR c/47939
126 * gcc.dg/debug/dwarf2/pr47939-1.c: New testcase.
127 * gcc.dg/debug/dwarf2/pr47939-2.c: Likewise.
128 * gcc.dg/debug/dwarf2/pr47939-3.c: Likewise.
129 * gcc.dg/debug/dwarf2/pr47939-4.c: Likewise.
130
131 2011-03-21 Jakub Jelinek <jakub@redhat.com>
132
133 PR target/48213
134 * gcc.dg/pr48213.c: New test.
135
136 2011-03-21 Kai Tietz <ktietz@redhat.com>
137
138 PR target/12171
139 * g++.dg/plugin/attribute_plugin.c: Adjust test.
140
141 2011-03-21 Chung-Lin Tang <cltang@codesourcery.com>
142
143 * gcc.target/arm/xor-and.c: New.
144
145 2010-03-21 Thomas Koenig <tkoenig@gcc.gnu.org>
146
147 PR fortran/22572
148 * gfortran.dg/function_optimize_1.f90: New test.
149 * gfortran.dg/function_optimize_2.f90: New test.
150
151 2011-03-20 H.J. Lu <hongjiu.lu@intel.com>
152
153 PR rtl-optimization/47502
154 * gcc.target/i386/pr47502-1.c: New.
155 * gcc.target/i386/pr47502-2.c: Likewise.
156
157 2011-03-20 Jakub Jelinek <jakub@redhat.com>
158
159 PR rtl-optimization/48156
160 * gcc.dg/pr48156.c: New test.
161
162 2011-03-19 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
163
164 PR libfortran/47439
165 * gfortran.dg/scratch_1.f90: Adjust test.
166
167 2011-03-19 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
168
169 PR libfortran/47439
170 * gfortran.dg/scratch_1.f90: New test.
171
172 2011-03-18 Joseph Myers <joseph@codesourcery.com>
173
174 * gcc.dg/c1x-typedef-1.c: Expect errors for redefinitions of
175 variably modified typedefs.
176 * gcc.dg/c1x-typedef-2.c: Remove.
177
178 2011-03-18 Joseph Myers <joseph@codesourcery.com>
179
180 * gcc.dg/c1x-anon-struct-1.c: Don't test use of typedefs.
181 * gcc.dg/c1x-anon-struct-3.c: New test.
182 * gcc.dg/anon-struct-11.c: Update.
183
184 2011-03-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
185
186 * gcc.dg/vect/slp-multitypes-2.c: Replace dg-do run with
187 dg-xfail-run-if.
188 Only xfail with gas.
189
190 2011-03-18 Jason Merrill <jason@redhat.com>
191
192 * g++.dg/template/fn-ptr1.C: New.
193
194 * g++.dg/overload/volatile1.C: New.
195
196 * g++.dg/opt/pr23372.C: New.
197
198 * g++.dg/ext/attrib32.C: Expect errors on the two-names case.
199
200 2011-03-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
201
202 PR middle-end/47405
203 * gcc.dg/torture/20090618-1.c: Skip on mips-sgi-irix*.
204
205 2011-03-18 Chung-Lin Tang <cltang@codesourcery.com>
206
207 * gcc.target/arm/unsigned-extend-1.c: New.
208
209 2011-03-18 Jakub Jelinek <jakub@redhat.com>
210
211 PR bootstrap/48161
212 * gcc.c-torture/compile/pr48161.c: New test.
213
214 2011-03-17 H.J. Lu <hongjiu.lu@intel.com>
215
216 PR middle-end/47725
217 * gcc.dg/torture/pr47725.c: New.
218
219 2011-03-17 Jason Merrill <jason@redhat.com>
220
221 * g++.dg/cpp0x/constexpr-overflow2.C: New.
222 * g++.dg/cpp0x/constexpr-data2.C: Remove FIXME.
223
224 2011-03-17 Eric Botcazou <ebotcazou@adacore.com>
225
226 * gnat.dg/specs/elab2.ads: New test.
227 * gnat.dg/specs/elab2_pkg.ads: New helper.
228
229 2011-03-17 Jason Merrill <jason@redhat.com>
230
231 * g++.dg/cpp0x/decltype-1212.C: New.
232 * g++.dg/cpp0x/rv-return.C: Adjust expected type.
233
234 2011-03-17 Jason Merrill <jason@redhat.com>
235
236 * g++.dg/parse/memfnquals1.C: New.
237
238 2011-03-17 Richard Guenther <rguenther@suse.de>
239
240 PR middle-end/48134
241 * gcc.dg/pr48134.c: New testcase.
242
243 2011-03-17 Richard Guenther <rguenther@suse.de>
244
245 PR middle-end/48165
246 * g++.dg/torture/pr48165.C: New testcase.
247
248 2011-03-17 Jakub Jelinek <jakub@redhat.com>
249
250 PR rtl-optimization/48141
251 * gcc.dg/pr48141.c: New test.
252
253 2011-03-16 Jason Merrill <jason@redhat.com>
254
255 * g++.dg/cpp0x/constexpr-48089.C: New.
256
257 * g++.dg/cpp0x/constexpr-abi1.C: New.
258
259 * g++.dg/cpp0x/constexpr-46336.C: New.
260 * g++.dg/parse/friend5.C: Adjust expected errors.
261
262 * g++.dg/cpp0x/constexpr-47570.C: New.
263
264 2011-03-16 Dodji Seketeli <dodji@redhat.com>
265
266 PR debug/47510
267 * ++.dg/debug/dwarf2/typedef6.C: New test.
268
269 2011-03-16 Jason Merrill <jason@redhat.com>
270
271 * g++.dg/cpp0x/elision2.C: New.
272
273 * g++.dg/cpp0x/constexpr-array3.C: New.
274
275 2011-03-16 Jason Merrill <jason@redhat.com>
276
277 * g++.dg/cpp0x/sfinae6.C: New.
278 * gcc/testsuite/g++.dg/cpp0x/initlist38.C: Adjust expected error.
279 * gcc/testsuite/g++.dg/cpp0x/pr45908.C: Likewise.
280 * gcc/testsuite/g++.dg/cpp0x/sfinae6.C: Likewise.
281 * gcc/testsuite/g++.old-deja/g++.jason/conversion11.C: Likewise.
282 * gcc/testsuite/g++.old-deja/g++.law/arg11.C: Likewise.
283
284 2011-03-16 Jason Merrill <jason@redhat.com>
285
286 * g++.dg/template/incomplete6.C: New.
287
288 2011-03-16 Jeff Law <law@redhat.com>
289
290 * gcc.dg/tree-ssa/vrp55.c: New test.
291
292 2011-03-16 Jason Merrill <jason@redhat.com>
293
294 * g++.dg/cpp0x/auto22.C: New.
295
296 2011-03-16 Richard Guenther <rguenther@suse.de>
297
298 * gcc.dg/guality/vla-1.c (main): Use result of f1 to avoid
299 optimizing it away if promoted to const.
300
301 2011-03-16 Richard Guenther <rguenther@suse.de>
302
303 PR tree-optimization/48149
304 * gcc.dg/fold-complex-1.c: New testcase.
305
306 2011-03-16 Richard Guenther <rguenther@suse.de>
307
308 PR testsuite/48147
309 * gcc.dg/guality/pr45882.c: Really make sure no inlining
310 or cloning happens.
311
312 2011-03-16 Richard Guenther <rguenther@suse.de>
313
314 PR tree-optimization/26134
315 * gcc.dg/tree-ssa/complex-6.c: New testcase.
316
317 2011-03-16 Richard Guenther <rguenther@suse.de>
318
319 PR tree-optimization/48146
320 * gcc.dg/torture/pr48146.c: New testcase.
321
322 2011-03-16 Richard Guenther <rguenther@suse.de>
323
324 * gcc.dg/tree-ssa/pr14814.c: Adjust.
325 * gcc.dg/tree-ssa/ssa-ccp-19.c: Likewise.
326
327 2011-03-16 Jakub Jelinek <jakub@redhat.com>
328
329 PR middle-end/48136
330 * gcc.c-torture/compile/pr48136.c: New test.
331
332 * g++.dg/debug/dwarf2/icf.C: Adjust for -fenable-icf-debug removal.
333
334 PR debug/45882
335 * gcc.dg/guality/pr45882.c: New test.
336
337 2011-03-15 Jason Merrill <jason@redhat.com>
338
339 * g++.dg/cpp0x/constexpr-recursion.C: New.
340
341 * g++.dg/cpp0x/implicit11.C: New.
342
343 2011-03-15 Rodrigo Rivas Costa <rodrigorivascosta@gmail.com>
344
345 * g++.dg/cpp0x/constexpr-attribute.C: New.
346
347 2011-03-15 Manuel López-Ibáñez <manu@gcc.gnu.org>
348
349 * g++.dg/parse/pr34758.C: New.
350
351 2011-03-15 Xinliang David Li <davidxl@google.com>
352
353 PR c/47837
354 * gcc.dg/uninit-pred-7_d.c: New test.
355 * gcc.dg/uninit-pred-8_d.c: New test.
356
357 2011-03-15 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
358
359 PR target/46788
360 * gcc.target/arm/pr46788.c: New.
361
362 2011-03-15 Richard Guenther <rguenther@suse.de>
363
364 PR middle-end/47650
365 * gfortran.dg/c_f_pointer_tests_3.f90: Adjust.
366 * gfortran.dg/ishft_4.f90: Likewise.
367 * gfortran.dg/leadz_trailz_3.f90: Likewise.
368
369 2011-03-15 Richard Guenther <rguenther@suse.de>
370
371 PR tree-optimization/13954
372 * g++.dg/tree-ssa/pr13954.C: New testcase.
373
374 2011-03-15 Richard Guenther <rguenther@suse.de>
375
376 PR tree-optimization/48037
377 * gcc.target/i386/pr48037-1.c: New testcase.
378
379 2011-03-15 Richard Guenther <rguenther@suse.de>
380
381 PR tree-optimization/41490
382 * gcc.dg/tree-ssa/ssa-sink-6.c: New testcase.
383 * gcc.dg/tree-ssa/ssa-sink-7.c: Likewise.
384 * gcc.dg/tree-ssa/ssa-sink-8.c: Likewise.
385 * gcc.dg/tree-ssa/ssa-sink-9.c: Likewise.
386 * g++.dg/tree-ssa/pr33604.C: Adjust.
387
388 2011-03-14 Jakub Jelinek <jakub@redhat.com>
389
390 PR middle-end/47917
391 * gcc.c-torture/execute/pr47917.c: New test.
392 * gcc.dg/pr47917.c: New test.
393
394 PR middle-end/38878
395 * gcc.dg/tree-ssa/foldaddr-1.c: Remove xfail.
396
397 2011-03-14 Uros Bizjak <ubizjak@gmail.com>
398
399 * gcc.target/i386/sse4_1-floor-vec.c: New test.
400 * gcc.target/i386/sse4_1-ceil-vec.c: Ditto.
401 * gcc.target/i386/sse4_1-trunc-vec.c: Ditto.
402 * gcc-target/i386/sse4_1-rint-vec.c: Ditto.
403 * gcc.target/i386/sse4_1-floorf-vec.c: Ditto.
404 * gcc.target/i386/sse4_1-ceilf-vec.c: Ditto.
405 * gcc.target/i386/sse4_1-truncf-vec.c: Ditto.
406 * gcc.target/i386/sse4_1-rintf-vec.c: Ditto.
407 * gcc.target/i386/avx-floor-vec.c: Ditto.
408 * gcc.target/i386/avx-ceil-vec.c: Ditto.
409 * gcc.target/i386/avx-trunc-vec.c: Ditto.
410 * gcc.target/i386/avx-rint-vec.c: Ditto.
411 * gcc.target/i386/avx-floorf-vec.c: Ditto.
412 * gcc.target/i386/avx-ceilf-vec.c: Ditto.
413 * gcc.target/i386/avx-truncf-vec.c: Ditto.
414 * gcc.target/i386/avx-rintf-vec.c: Ditto.
415
416 2011-03-14 Tom Tromey <tromey@redhat.com>
417
418 * gcc.dg/Woverlength-strings-pedantic-c90-asm.c: New file.
419 * gcc.dg/Woverlength-strings-pedantic-c89-asm.c: New file.
420 * gcc.dg/Woverlength-strings-pedantic-c99-asm.c: New file.
421
422 2011-03-14 Tom Tromey <tromey@redhat.com>
423
424 * gcc.dg/Woverlength-strings-pedantic-c89-ext.c: New file.
425 * gcc.dg/Woverlength-strings-pedantic-c90-ext.c: New file.
426 * gcc.dg/Woverlength-strings-pedantic-c99-ext.c: New file.
427
428 2011-03-14 H.J. Lu <hongjiu.lu@intel.com>
429
430 * gcc.target/i386/builtin-copysign.c: Remove __LP64__ check.
431
432 2011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
433
434 PR rtl-optimization/47166
435 * gcc.c-torture/execute/postmod-1.c: New test.
436
437 2011-03-14 Richard Guenther <rguenther@suse.de>
438
439 PR middle-end/48098
440 * gcc.dg/torture/pr48098.c: New testcase.
441
442 2011-03-12 Peter Bergner <bergner@vnet.ibm.com>
443
444 PR target/48053
445 * gcc.target/powerpc/pr48053-1.c: New test.
446 * gcc.target/powerpc/pr48053-2.c: Likewise.
447
448 2011-03-12 Thomas Koenig <tkoenig@gcc.gnu.org>
449
450 PR libfortran/48066
451 * gfortran.dg/intrinsic_ifunction_2.f90: Correct PR number.
452
453 2011-03-12 Thomas Koenig <tkoenig@gcc.gnu.org>
454
455 PR libfortran/48066
456 * gfortran.dg/intrinsic_ifunction_2.f90: New test case.
457
458 2011-03-12 Janus Weil <janus@gcc.gnu.org>
459
460 PR fortran/48059
461 * gfortran.dg/class_41.f03: New.
462
463 2011-03-11 Dodji Seketeli <dodji@redhat.com>
464
465 * g++.dg/conversion/cast3.C: New test.
466
467 2011-03-11 Jason Merrill <jason@redhat.com>
468
469 * g++.dg/template/error45.C: New.
470
471 * g++.dg/parse/no-type-defn1.C: New.
472
473 * g++.dg/ext/attrib40.C: New.
474
475 * g++.dg/cpp0x/regress/array1.C: New.
476
477 2011-03-11 Richard Guenther <rguenther@suse.de>
478
479 PR tree-optimization/48067
480 * gcc.dg/pr48067.c: New testcase.
481
482 2011-03-11 Richard Guenther <rguenther@suse.de>
483
484 PR lto/48073
485 * g++.dg/lto/20110311-1_0.C: New testcase.
486
487 2011-03-11 Jakub Jelinek <jakub@redhat.com>
488
489 PR c++/48035
490 * g++.dg/inherit/virtual8.C: New test.
491
492 PR middle-end/48044
493 * gcc.dg/torture/pr48044.c: New test.
494
495 2011-03-11 Janus Weil <janus@gcc.gnu.org>
496
497 PR fortran/47768
498 * gfortran.dg/proc_ptr_comp_31.f90: New.
499
500 2011-03-11 Richard Guenther <rguenther@suse.de>
501
502 PR tree-optimization/47278
503 * gcc.dg/torture/pr47278-1.c: New testcase.
504 * gcc.dg/torture/pr47278-2.c: Likewise.
505
506 2011-03-11 Jakub Jelinek <jakub@redhat.com>
507
508 PR tree-optimization/48063
509 * gcc.dg/torture/pr48063.c: New test.
510
511 2011-03-10 Jason Merrill <jason@redhat.com>
512
513 * g++.dg/template/array22.C: New.
514
515 * g++.dg/cpp0x/syntax-err1.C: New.
516 * g++.dg/parse/error36.C: Adjust expected errors.
517 * g++.old-deja/g++.pt/ctor2.C: Likewise.
518 * g++.old-deja/g++.pt/typename3.C: Likewise.
519 * g++.old-deja/g++.pt/typename4.C: Likewise.
520 * g++.old-deja/g++.pt/typename6.C: Likewise.
521
522 2011-03-09 Jason Merrill <jason@redhat.com>
523
524 * g++.dg/template/nontype22.C: New.
525
526 2011-03-09 Martin Jambor <mjambor@suse.cz>
527
528 PR tree-optimization/47714
529 * g++.dg/torture/pr47714.C: New test.
530
531 2011-03-08 Michael Meissner <meissner@linux.vnet.ibm.com>
532
533 PR target/47755
534 * gcc.target/powerpc/pr47755-2.c: New file.
535
536 2011-03-08 Jakub Jelinek <jakub@redhat.com>
537
538 * go.test/go-test.exp: For goroutines.go test if GCCGO_RUN_ALL_TESTS
539 is not set in the environment, pass 64 as first argument when not
540 running expensive tests or pass max($[`ulimit -u`/4], 10000) on
541 native where ulimit -u is supported.
542
543 2011-03-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
544
545 * gcc.dg/optimize-bswapsi-1.c: Use -march=z900 on s390.
546
547 2011-03-08 Jason Merrill <jason@redhat.com>
548
549 * g++.dg/template/nontype21.C: New.
550
551 * g++.dg/template/anon5.C: New.
552
553 2011-03-08 Jakub Jelinek <jakub@redhat.com>
554
555 PR debug/47881
556 * gcc.dg/pr47881.c: New test.
557
558 2011-03-08 Dodji Seketeli <dodji@redhat.com>
559
560 PR c++/47957
561 * g++.dg/lookup/template3.C: New test.
562
563 2011-03-08 Kai Tietz <ktietz@redhat.com>
564
565 * g++.dg/tree-ssa/pr21082.C: Use __INTPTR_TYPE__ instead of
566 'long' type.
567
568 2011-03-08 Mikael Pettersson <mikpe@it.uu.se>
569
570 PR testsuite/47954
571 * gcc.dg/tree-ssa/ssa-ccp-33.c: Use __alignof__ not
572 sizeof to compute alignment.
573
574 2011-03-08 Jakub Jelinek <jakub@redhat.com>
575
576 PR tree-optimization/48022
577 * gcc.dg/pr48022-1.c: New test.
578 * gcc.dg/pr48022-2.c: New test.
579
580 2011-03-07 Jason Merrill <jason@redhat.com>
581
582 * g++.dg/template/nontype20.C: New.
583 * g++.dg/init/member1.C: Adjust expected errors.
584 * g++.dg/parse/constant4.C: Likewise.
585 * g++.dg/template/qualified-id3.C: Likewise.
586 * g++.old-deja/g++.pt/crash10.C: Likewise.
587
588 * g++.dg/cpp0x/regress/non-const1.C: New.
589
590 2011-03-07 Jakub Jelinek <jakub@redhat.com>
591
592 PR debug/47991
593 * gcc.dg/pr47991.c: New test.
594
595 2011-03-07 Jason Merrill <jason@redhat.com>
596
597 * g++.dg/abi/mangle46.C: New.
598
599 2011-03-07 Pat Haugen <pthaugen@us.ibm.com>
600
601 PR target/47862
602 * gcc.target/powerpc/pr47862.c: New.
603
604 2011-03-07 Jack Howarth <howarth@bromo.med.uc.edu>
605
606 PR target/45413
607 * gcc.target/i386/combine-mul.c: Require nonpic.
608
609 2011-03-07 Paul Wögerer <paul_woegerer@mentor.com>
610 Nathan Froyd <froydnj@codesourcery.com>
611
612 * gcc.dg/20001117-1.c: Abort on NULL call_sites.
613
614 2011-03-06 Mark Mitchell <mark@codesourcery.com>
615
616 * README.QMTEST: Remove.
617
618 2011-03-06 Paul Thomas <pault@gcc.gnu.org>
619 Jerry DeLisle <jvdelisle@gcc.gnu.org>
620
621 PR fortran/47850
622 * gfortran.dg/array_constructor_37.f90 : New test.
623
624 2011-03-05 Jason Merrill <jason@redhat.com>
625
626 * g++.dg/abi/mangle39.C: ABI v5, not 6.
627 * g++.dg/abi/mangle45.C: Likewise.
628 * g++.dg/cpp0x/trailing1.C: Likewise.
629
630 2011-03-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
631
632 * gcc.dg/torture/pr47975.c: Add -fno-common option on hppa*-*-hpux*.
633
634 2011-03-05 Jakub Jelinek <jakub@redhat.com>
635
636 PR rtl-optimization/47899
637 * gcc.dg/pr47899.c: New test.
638
639 * gcc.dg/torture/pr47968.c: Ignore warnings.
640
641 PR tree-optimization/47967
642 * gcc.c-torture/compile/pr47967.c: New test.
643
644 2011-03-04 Nicola Pero <nicola.pero@meta-innovation.com>
645
646 * objc.dg/property/property-encoding-1.m: Tidied up testcase.
647 * obj-c++.dg/property/property-encoding-1.mm: Likewise.
648
649 2011-03-04 Nicola Pero <nicola.pero@meta-innovation.com>
650
651 * objc.dg/gnu-api-2-property.m: Added tests for property_getName()
652 and property_getAttributes() if __OBJC2__.
653 * obj-c++.dg/gnu-api-2-property.mm: Likewise.
654 * objc.dg/property/property-encoding-1.m: New.
655 * obj-c++.dg/property/property-encoding-1.mm: New.
656
657 2011-03-04 Jason Merrill <jason@redhat.com>
658
659 * g++.dg/template/pseudodtor6.C: New.
660
661 * g++.dg/inherit/covariant19.C: New.
662
663 2011-03-04 Richard Guenther <rguenther@suse.de>
664
665 PR middle-end/47968
666 * gcc.dg/torture/pr47968.c: New testcase.
667
668 2011-03-04 Richard Guenther <rguenther@suse.de>
669
670 PR middle-end/47975
671 * gcc.dg/torture/pr47975.c: New testcase.
672
673 2011-03-03 Paolo Carlini <paolo.carlini@oracle.com>
674
675 PR c++/47974
676 * g++.dg/template/crash106.C: New.
677
678 2011-03-03 Jakub Jelinek <jakub@redhat.com>
679
680 PR c/47963
681 * gcc.dg/gomp/pr47963.c: New test.
682 * g++.dg/gomp/pr47963.C: New test.
683
684 2011-03-02 Jason Merrill <jason@redhat.com>
685
686 * g++.dg/cpp0x/regress/condition1.C: New.
687
688 * g++.dg/cpp0x/constexpr-ctor9.C: New.
689
690 2011-03-01 Jason Merrill <jason@redhat.com>
691
692 * g++.dg/cpp0x/lambda/lambda-98.C: New.
693
694 * g++.dg/cpp0x/constexpr-non-const-arg2.C: New.
695
696 2011-03-02 Richard Sandiford <richard.sandiford@linaro.org>
697
698 PR rtl-optimization/47925
699 * gcc.c-torture/execute/pr47925.c: New test.
700
701 2011-03-01 Jason Merrill <jason@redhat.com>
702
703 * g++.dg/cpp0x/decltype25.C: New.
704
705 * g++.dg/cpp0x/regress/bitfield-err1.C: New.
706
707 2011-03-01 Richard Guenther <rguenther@suse.de>
708
709 PR tree-optimization/47890
710 * gcc.dg/torture/pr47890.c: New testcase.
711
712 2011-03-01 Richard Guenther <rguenther@suse.de>
713
714 PR lto/47924
715 * gcc.dg/lto/pr47924_0.c: New testcase.
716
717 2011-03-01 Richard Guenther <rguenther@suse.de>
718
719 PR lto/46911
720 * gfortran.dg/lto/pr46911_0.f: New testcase.
721
722 2011-02-28 Jerry DeLisle <jvdelisle@gcc.gnu.org>
723
724 PR libgfortran/47933
725 * gfortran.dg/fmt_fw_d.f90: Fix test by adding dg-options to avoid
726 compile errors from older code form.
727
728 2011-02-28 Jerry DeLisle <jvdelisle@gcc.gnu.org>
729
730 PR libgfortran/47567
731 * gfortran.dg/fmt_fw_d.f90: New test.
732
733 2011-02-28 Jason Merrill <jason@redhat.com>
734
735 * g++.dg/inherit/covariant18.C: New.
736
737 2011-02-28 Jakub Jelinek <jakub@redhat.com>
738
739 PR middle-end/47893
740 * gcc.dg/pr47893.c: New test.
741
742 2011-02-28 Nicola Pero <nicola.pero@meta-innovation.com>
743
744 * objc.dg/gnu-api-2-sel.m: Test that sel_getTypedSelector return
745 NULL in case of a selector with conflicting types.
746 * obj-c++.dg/gnu-api-2-sel.mm: Same change.
747
748 2011-02-28 Kazu Hirata <kazu@codesourcery.com>
749
750 * gcc.target/arm/vfp-ldmdbd.c, gcc.target/arm/vfp-ldmdbs.c,
751 gcc.target/arm/vfp-ldmiad.c, gcc.target/arm/vfp-ldmias.c,
752 gcc.target/arm/vfp-stmdbd.c, gcc.target/arm/vfp-stmdbs.c,
753 gcc.target/arm/vfp-stmiad.c, gcc.target/arm/vfp-stmias.c: New.
754
755 2011-02-28 Jason Merrill <jason@redhat.com>
756
757 PR c++/47906
758 * g++.dg/cpp0x/trailing1.C: Specify -fabi-version=6.
759
760 2011-02-27 Jerry DeLisle <jvdelisle@gcc.gnu.org>
761
762 PR libgfortran/47778
763 * gfortran.dg/namelist_71.f90: New test.
764
765 2011-02-27 Jason Merrill <jason@redhat.com>
766
767 PR c++/47906
768 * g++.dg/abi/mangle39.C: Specify -fabi-version=6.
769 * g++.dg/abi/mangle45.C: Specify -fabi-version=6.
770
771 2011-02-27 Paolo Carlini <paolo.carlini@oracle.com>
772
773 PR c++/46466
774 * g++.dg/cpp0x/constexpr-ctor8.C: New.
775
776 2011-02-27 Jakub Jelinek <jakub@redhat.com>
777
778 PR fortran/47886
779 * gfortran.dg/gomp/task-1.f90: Removed.
780
781 2011-02-26 Jason Merrill <jason@redhat.com>
782
783 * g++.dg/template/this-targ1.C: New.
784
785 * g++.dg/cpp0x/regress/template-const1.C: New.
786 * g++.dg/cpp0x/regress/template-function1.C: Adjust.
787 * g++.dg/template/function1.C: Adjust.
788 * g++.dg/cpp0x/regress/debug-debug7.C: Adjust.
789 * g++.dg/debug/debug7.C: Adjust.
790
791 2011-02-26 Tobias Burnus <burnus@net-b.de>
792
793 PR fortran/47886
794 * gfortran.dg/gomp/task-1.f90: New.
795
796 2011-02-25 Jie Zhang <jie@codesourcery.com>
797
798 * gcc.target/arm/neon-thumb2-move.c: Add
799 dg-require-effective-target arm_thumb2_ok.
800
801 2011-02-24 Jason Merrill <jason@redhat.com>
802
803 * g++.dg/parse/constant1.C: Specify C++98 mode.
804 * g++.dg/parse/constant5.C: Likewise.
805 * g++.dg/parse/error2.C: Likewise.
806 * g++.dg/parse/semicolon3.C: Likewise.
807 * g++.dg/template/crash14.C: Likewise.
808 * g++.dg/template/local4.C: Likewise.
809 * g++.dg/template/nontype3.C: Likewise.
810 * g++.dg/parse/crash31.C: Adjust expected errors.
811 * g++.dg/template/function1.C: Likewise.
812 * g++.dg/template/ref3.C: Likewise.
813 * g++.dg/template/static9.C: Likewise.
814 * g++.old-deja/g++.pt/crash41.C: Instantiate template.
815
816 * g++.dg/cpp0x/constexpr-array-tparm.C: New.
817 * g++.dg/cpp0x/regress/parse-ambig5.C: Copy from parse/ambig5.C.
818 * g++.dg/cpp0x/regress/debug-debug7.C: Copy from debug/debug7.C.
819 * g++.dg/cpp0x/variadic20.C: Adjust expected errors.
820 * g++.dg/cpp0x/regress/template-function1.C: Likewise.
821
822 2011-02-24 Jakub Jelinek <jakub@redhat.com>
823
824 PR fortran/47878
825 * gfortran.dg/pr47878.f90: New test.
826
827 2011-02-24 Richard Guenther <rguenther@suse.de>
828
829 PR testsuite/47801
830 * gcc.dg/guality/pr41353-1.c (vari): Mark as used.
831 * gcc.dg/guality/pr41353-2.c (vari): Likewise.
832
833 2011-02-24 Richard Guenther <rguenther@suse.de>
834
835 PR fortran/47839
836 * gfortran.dg/lto/pr47839_0.f90: New testcase.
837 * gfortran.dg/lto/pr47839_1.f90: Likewise.
838
839 2011-02-23 Jerry DeLisle <jvdelisle@gcc.gnu.org>
840
841 PR libgfortran/47567
842 * gfortran.dg/fmt_f0_1.f90: Update test.
843
844 2011-02-23 Jason Merrill <jason@redhat.com>
845
846 * g++.dg/abi/mangle39.C: Adjust parm mangling.
847 * g++.dg/abi/mangle45.C: New.
848
849 * g++.dg/cpp0x/trailing1.C: Mangle decltype.
850 * g++.dg/template/canon-type-9.C: Match use of decltype
851 between declaration and definition.
852 * g++.dg/template/canon-type-12.C: Likewise.
853
854 2011-02-23 Mikael Morin <mikael@gcc.gnu.org>
855
856 PR fortran/40850
857 * gfortran.dg/nested_allocatables_1.f90: New.
858
859 2011-02-23 Nathan Froyd <froydnj@codesourcery.com>
860
861 PR c++/46868
862 * g++.dg/pr46868.C: New test.
863 * g++.dg/parse/parameter-declaration-1.C: Adjust.
864 * g++.dg/parse/error14.C: Adjust.
865
866 2011-02-23 Richard Guenther <rguenther@suse.de>
867
868 PR tree-optimization/47838
869 * gcc.dg/tree-ssa/foldconst-2.c: Scan tree-ch dump.
870
871 2011-02-23 Uros Bizjak <ubizjak@gmail.com>
872
873 * g++.dg/other/pr47218.C: Fix dg-options. Cleanup saved temps.
874
875 2011-02-23 Uros Bizjak <ubizjak@gmail.com>
876
877 * gfortran.dg/allocate_deferred_char_scalar_1.f03: Fix dg-do syntax.
878 * gfortran.dg/count_init_expr.f03: Ditto.
879 * gfortran.dg/gomp/pr43711.f90: Ditto.
880 * gcc.dg/struct-parse-2.c: Ditto.
881 * gcc.dg/parse-error-3.c: Ditto.
882 * gcc.dg/Wlogical-op-1.c: Ditto.
883 * gcc.dg/Walways-true-1.c: Ditto.
884 * gcc.dg/pr24225.c: Ditto.
885 * gcc.dg/Walways-true-2.c: Ditto.
886 * gcc.dg/tree-ssa/foldcast-1.c: Ditto.
887 * gcc.dg/tree-ssa/struct-aliasing-1.c: Ditto.
888 * gcc.dg/tree-ssa/struct-aliasing-2.c: Ditto.
889 * g++.dg/overload/defarg4.C: Ditto.
890 * g++.dg/inherit/covariant16.C: Ditto.
891 * g++.dg/inherit/virtual7.C: Ditto.
892 * g++.dg/template/canon-type-9.C: Ditto.
893 * g++.dg/template/access19.C: Ditto.
894 * g++.dg/template/call7.C: Ditto.
895 * g++.dg/template/canon-type-2.C: Ditto.
896 * g++.dg/template/init7.C: Ditto.
897 * g++.dg/template/sizeof-template-argument.C: Ditto.
898 * g++.dg/template/const3.C: Ditto.
899 * g++.dg/template/sfinae26.C: Ditto.
900 * g++.dg/template/sfinae26.C: Ditto.
901 * g++.dg/template/canon-type-11.C: Ditto.
902 * g++.dg/template/union2.C: Ditto.
903 * g++.dg/template/canon-type-3.C: Ditto.
904 * g++.dg/template/canon-type-1.C: Ditto.
905 * g++.dg/template/canon-type-5.C: Ditto.
906 * g++.dg/template/canon-type-7.C: Ditto.
907 * g++.dg/template/canon-type-10.C: Ditto.
908 * g++.dg/template/spec36.C: Ditto.
909 * g++.dg/template/typedef38.C: Ditto.
910 * g++.dg/template/canon-type-4.C: Ditto.
911 * g++.dg/template/canon-type-6.C: Ditto.
912 * g++.dg/template/canon-type-13.C: Ditto.
913 * g++.dg/template/instantiate9.C: Ditto.
914 * g++.dg/template/ttp22.C: Ditto.
915 * g++.dg/warn/Wreturn-type-6.C: Ditto.
916 * g++.dg/warn/Walways-true-1.C: Ditto.
917 * g++.dg/warn/Wlogical-op-1.C: Ditto.
918 * g++.dg/warn/Walways-true-2.C: Ditto.
919 * g++.dg/conversion/op4.C: Ditto.
920 * g++.dg/opt/pr19650.C: Ditto.
921 * g++.dg/lookup/friend11.C: Ditto.
922 * g++.dg/other/default2.C: Ditto.
923 * g++.dg/other/default3.C: Ditto.
924 * g++.dg/other/dtor2.C: Ditto.
925 * g++.dg/other/friend5.C: Ditto.
926 * g++.dg/other/default5.C: Ditto.
927 * g++.dg/init/brace6.C: Ditto.
928 * g++.dg/init/aggr5.C: Ditto.
929 * g++.dg/init/error2.C: Ditto.
930 * g++.dg/expr/bound-mem-fun.C: Ditto.
931 * g++.dg/expr/cond6.C: Ditto.
932 * g++.dg/expr/stmt-expr-1.C: Ditto.
933 * g++.dg/cpp0x/constexpr-object2.C: Ditto.
934 * g++.dg/cpp0x/constexpr-data1.C: Ditto.
935 * g++.dg/cpp0x/constexpr-function2.C: Ditto.
936 * g++.dg/cpp0x/bracket1.C: Ditto.
937 * g++.dg/cpp0x/variadic-mem-fn.C: Ditto.
938 * g++.dg/cpp0x/pr38646.C: Ditto.
939 * g++.dg/cpp0x/variadic73.C: Ditto.
940 * g++.dg/cpp0x/constexpr-function1.C: Ditto.
941 * g++.dg/cpp0x/bracket4.C: Ditto.
942 * g++.dg/cpp0x/decltype4.C: Ditto.
943 * g++.dg/cpp0x/constexpr-data2.C: Ditto.
944 * g++.dg/cpp0x/constexpr-object1.C: Ditto.
945 * g++.dg/cpp0x/variadic-crash2.C: Ditto.
946 * g++.dg/cpp0x/variadic-new2.C: Ditto.
947 * g++.dg/cpp0x/decltype2.C: Ditto.
948 * g++.dg/cpp0x/decltype1.C: Ditto.
949 * g++.dg/cpp0x/bracket2.C: Ditto.
950 * g++.dg/cpp0x/decltype5.C: Ditto.
951 * g++.dg/cpp0x/constexpr-function3.C: Ditto.
952 * g++.dg/cpp0x/variadic70.C: Ditto.
953 * g++.dg/cpp0x/decltype6.C: Ditto.
954 * g++.dg/cpp0x/rvo.C: Ditto.
955 * g++.dg/cpp0x/vt-40092.C: Ditto.
956 * g++.dg/cpp0x/variadic-new.C: Ditto.
957 * g++.dg/cpp0x/lambda/lambda-pass.C: Ditto.
958 * g++.dg/cpp0x/lambda/lambda-mixed.C: Ditto.
959 * g++.dg/cpp0x/lambda/lambda-nested.C: Ditto.
960 * g++.dg/cpp0x/lambda/lambda-recursive.C: Ditto.
961 * g++.dg/cpp0x/lambda/lambda-copy.C: Ditto.
962 * g++.dg/cpp0x/lambda/lambda-non-const.C: Ditto.
963 * g++.dg/cpp0x/lambda/lambda-ref-default.C: Ditto.
964 * g++.dg/cpp0x/lambda/lambda-deduce.C: Ditto.
965 * g++.dg/cpp0x/lambda/lambda-copy-default.C: Ditto.
966 * g++.dg/cpp0x/lambda/lambda-nop.C: Ditto.
967 * g++.dg/cpp0x/lambda/lambda-capture-const-ref.C: Ditto.
968 * g++.dg/cpp0x/lambda/lambda-ref.C: Ditto.
969 * g++.dg/cpp0x/lambda/lambda-const.C: Ditto.
970 * g++.dg/cpp0x/lambda/lambda-mutable.C: Ditto.
971 * g++.dg/cpp0x/lambda/lambda-in-class.C: Ditto.
972 * g++.dg/cpp0x/pr39639.C: Ditto.
973 * g++.dg/cpp0x/decltype3.C: Ditto.
974 * g++.dg/cpp0x/variadic68.C: Ditto.
975 * g++.dg/cpp0x/variadic-function.C: Ditto.
976 * g++.dg/cpp0x/constexpr-ex1.C: Ditto.
977 * g++.dg/cpp0x/variadic-bind.C: Ditto.
978 * g++.dg/cpp0x/variadic-tuple.C: Ditto.
979 * g++.dg/cpp0x/constexpr-ex2.C: Ditto.
980 * g++.dg/parse/crash35.C: Ditto.
981 * g++.dg/parse/crash40.C: Ditto.
982 * g++.dg/parse/defarg12.C: Ditto.
983 * g++.dg/parse/crash34.C: Ditto.
984 * g++.dg/parse/constructor3.C: Ditto.
985 * g++.dg/parse/template23.C: Ditto.
986 * g++.dg/parse/crash56.C: Ditto.
987 * g++.dg/parse/dtor13.C: Ditto.
988 * g++.dg/parse/error33.C: Ditto.
989 * g++.dg/parse/ctor9.C: Ditto.
990 * g++.dg/parse/error32.C: Ditto.
991 * g++.dg/parse/error37.C: Ditto.
992 * g++.dg/parse/bitfield3.C: Ditto.
993 * g++.dg/parse/struct-4.C: Ditto.
994 * g++.dg/ext/has_trivial_copy.C: Ditto.
995 * g++.dg/ext/is_polymorphic.C: Ditto.
996 * g++.dg/ext/has_nothrow_copy_odr.C: Ditto.
997 * g++.dg/ext/has_nothrow_copy-4.C: Ditto.
998 * g++.dg/ext/has_nothrow_assign.C: Ditto.
999 * g++.dg/ext/is_union.C: Ditto.
1000 * g++.dg/ext/has_nothrow_copy-1.C: Ditto.
1001 * g++.dg/ext/is_pod.C: Ditto.
1002 * g++.dg/ext/has_virtual_destructor.C: Ditto.
1003 * g++.dg/ext/has_trivial_constructor.C: Ditto.
1004 * g++.dg/ext/has_nothrow_copy-3.C: Ditto.
1005 * g++.dg/ext/has_nothrow_copy-5.C: Ditto.
1006 * g++.dg/ext/has_trivial_destructor-1.C: Ditto.
1007 * g++.dg/ext/has_nothrow_copy-6.C: Ditto.
1008 * g++.dg/ext/is_abstract.C: Ditto.
1009 * g++.dg/ext/has_trivial_assign.C: Ditto.
1010 * g++.dg/ext/is_class.C: Ditto.
1011 * g++.dg/ext/has_nothrow_assign_odr.C: Ditto.
1012 * g++.dg/ext/has_nothrow_copy-7.C: Ditto.
1013 * g++.dg/ext/is_base_of.C: Ditto.
1014 * g++.dg/ext/has_nothrow_copy-2.C: Ditto.
1015 * g++.dg/ext/has_nothrow_constructor.C: Ditto.
1016 * g++.dg/ext/is_empty.C: Ditto.
1017 * g++.dg/ext/is_enum.C: Ditto.
1018 * g++.dg/ext/has_nothrow_constructor_odr.C: Ditto.
1019 * gnat.dg/opt11.adb: Ditto.
1020 * obj-c++.dg/pr45735.mm: Ditto.
1021 * obj-c++.dg/pr24393.mm: Ditto.
1022 * obj-c++.dg/exceptions-2.mm: Ditto.
1023 * objc.dg/pr45735.m: Ditto.
1024 * objc.dg/pr24393.m: Ditto.
1025
1026 2011-02-23 Nicola Pero <nicola.pero@meta-innovation.com>
1027
1028 * objc.dg/attributes/objc-exception-1.m: New.
1029
1030 2011-02-23 Jie Zhang <jie@codesourcery.com>
1031
1032 * gcc.dg/cpp/include7.c: New test.
1033
1034 2011-02-22 Paolo Carlini <paolo.carlini@oracle.com>
1035
1036 PR c++/47242
1037 * g++.dg/cpp0x/lambda/lambda-ice4.C: New.
1038
1039 2011-02-23 Jie Zhang <jie@codesourcery.com>
1040
1041 PR rtl-optimization/47763
1042 * gcc.dg/pr47763.c: New test.
1043
1044 2011-02-22 Paul Thomas <pault@gcc.gnu.org>
1045
1046 PR fortran/45743
1047 * gfortran.dg/whole_file_32.f90 : New test.
1048
1049 2011-02-22 Dodji Seketeli <dodji@redhat.com>
1050
1051 PR c++/47666
1052 * g++.dg/inherit/virtual7.C: New test.
1053
1054 2011-02-22 Nicola Pero <nicola.pero@meta-innovation.com>
1055
1056 PR objc/47832
1057 * objc.dg/type-size-3.m: Updated error message.
1058 * objc.dg/type-size-4.m: New test.
1059 * objc.dg/type-size-5.m: New test.
1060
1061 2011-02-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1062
1063 * lib/gnat.exp: Fix comments.
1064 Don't load libgloss.exp.
1065 (default_gnat_version): Call $compiler with --version.
1066 Adapt regexp for gnatmake output, insert version.
1067 (gnat_version): New proc.
1068 (gnat_init): Remove gnat_libgcc_s_path.
1069 (gnat_target_compile): Likewise.
1070 Remove ld_library_path.
1071 Log ADA_INCLUDE_PATH, ADA_OBJECTS_PATH.
1072 (gnat_pass): Remove.
1073 (gnat_pass): Remove.
1074 (gnat_finish): Remove.
1075 (gnat_exit): Remove.
1076 (local_find_gnatmake): Reindent.
1077 (runtest_file_p): Remove.
1078 (prune_warnings): Remove.
1079 (find_gnatclean): New proc.
1080 * lib/gnat-dg.exp (lremove): New proc.
1081 (gnat-dg-test): Reindent.
1082 Remove additional output files.
1083 (gnat-dg-runtest): Remove.
1084
1085 * gnat.dg/array7.adb: Use cleanup-tree-dump "optimized".
1086 * gnat.dg/loop_optimization6.adb: Likewise.
1087 * gnat.dg/atomic1.adb: Use cleanup-tree-dump "gimple".
1088
1089 2011-02-22 Jakub Jelinek <jakub@redhat.com>
1090
1091 PR tree-optimization/47835
1092 * gcc.dg/pr46909.c: Check optimized dump instead of ifcombine.
1093
1094 2011-02-22 Tobias Burnus <burnus@net-b.de>
1095
1096 * gfortran.dg/abstract_type_1.f90: Fix dg-do syntax.
1097 * gfortran.dg/abstract_type_2.f03: Ditto.
1098 * gfortran.dg/abstract_type_3.f03: Ditto.
1099 * gfortran.dg/abstract_type_4.f03: Ditto.
1100 * gfortran.dg/abstract_type_5.f03: Ditto.
1101 * gfortran.dg/abstract_type_6.f03: Ditto.
1102 * gfortran.dg/alloc_comp_constraint_6.f90: Ditto.
1103 * gfortran.dg/alloc_comp_init_expr.f03: Ditto.
1104 * gfortran.dg/allocatable_scalar_11.f90: Ditto.
1105 * gfortran.dg/allocate_scalar_with_shape.f90: Ditto.
1106 * gfortran.dg/array_function_5.f90: Ditto.
1107 * gfortran.dg/asynchronous_3.f03: Ditto.
1108 * gfortran.dg/char_expr_1.f90: Ditto.
1109 * gfortran.dg/class_14.f03: Ditto.
1110 * gfortran.dg/data_array_6.f: Ditto.
1111 * gfortran.dg/data_invalid.f90: Ditto.
1112 * gfortran.dg/dot_product_1.f03: Ditto.
1113 * gfortran.dg/func_derived_5.f90: Ditto.
1114 * gfortran.dg/func_result_4.f90: Ditto.
1115 * gfortran.dg/implied_do_1.f90: Ditto.
1116 * gfortran.dg/initialization_25.f90: Ditto.
1117 * gfortran.dg/initialization_26.f90: Ditto.
1118 * gfortran.dg/interface_34.f90: Ditto.
1119 * gfortran.dg/iso_c_binding_init_expr.f03: Ditto.
1120 * gfortran.dg/keyword_symbol_1.f90: Ditto.
1121 * gfortran.dg/matmul_8.f03: Ditto.
1122 * gfortran.dg/merge_init_expr.f90: Ditto.
1123 * gfortran.dg/pack_assign_1.f90: Ditto.
1124 * gfortran.dg/pack_vector_1.f90: Ditto.
1125 * gfortran.dg/pointer_check_8.f90: Ditto.
1126 * gfortran.dg/product_init_expr.f03: Ditto.
1127 * gfortran.dg/reshape_order_5.f90: Ditto.
1128 * gfortran.dg/reshape_shape_1.f90: Ditto.
1129 * gfortran.dg/reshape_zerosize_2.f90: Ditto.
1130 * gfortran.dg/same_name_2.f90: Ditto.
1131 * gfortran.dg/selected_real_kind_1.f90: Ditto.
1132 * gfortran.dg/spread_init_expr.f03: Ditto.
1133 * gfortran.dg/stmt_func_1.f90: Ditto.
1134 * gfortran.dg/sum_init_expr.f03: Ditto.
1135 * gfortran.dg/transpose_3.f03: Ditto.
1136 * gfortran.dg/unpack_init_expr.f03: Ditto.
1137 * gfortran.dg/warn_conversion.f90: Ditto.
1138 * gfortran.dg/warn_conversion_2.f90: Ditto.
1139 * gfortran.dg/warn_intent_out_not_set.f90: Ditto.
1140 * gfortran.dg/warn_unused_dummy_argument_1.f90: Ditto.
1141 * gfortran.dg/warn_unused_dummy_argument_2.f90: Ditto.
1142 * gfortran.dg/whole_file_16.f90: Ditto.
1143 * gfortran.dg/whole_file_17.f90: Ditto.
1144 * gfortran.dg/whole_file_18.f90: Ditto.
1145 * gfortran.dg/whole_file_20.f03: Ditto.
1146 * gfortran.dg/whole_file_5.f90: Ditto.
1147 * gfortran.dg/whole_file_6.f90: Ditto.
1148 * gfortran.dg/write_invalid_format.f90: Ditto.
1149 * gfortran.dg/zero_sized_6.f90: Ditto.
1150
1151 2011-02-21 Jeff Law <law@redhat.com>
1152
1153 PR rtl-optimization/46178
1154 * gcc.target/i386/pr46178.c: New test.
1155
1156 PR rtl-optimization/46002
1157 * gcc.c-torture/compile/pr46002.c: New test.
1158
1159 2011-02-21 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1160
1161 * g++.dg/cpp0x/lambda/lambda-conv.C: Skip scan-assembler check on
1162 *-*-hpux10*.
1163
1164 2011-02-21 Jakub Jelinek <jakub@redhat.com>
1165
1166 PR debug/47106
1167 * g++.dg/debug/pr47106.C: Require effective target lto.
1168
1169 2011-02-21 Jason Merrill <jason@redhat.com>
1170
1171 * g++.dg/cpp0x/constexpr-diag2.C: New.
1172
1173 2011-02-20 Jason Merrill <jason@redhat.com>
1174
1175 * g++.dg/cpp0x/constexpr-ctor7.C: New.
1176
1177 * g++.dg/cpp0x/fntmpdefarg2.C: New.
1178
1179 * g++.dg/overload/conv-op1.C: New.
1180
1181 * g++.dg/cpp0x/constexpr-synth1.C: New.
1182
1183 2011-02-20 Nicola Pero <nicola.pero@meta-innovation.com>
1184
1185 * objc.dg/layout-2.m: New.
1186 * objc.dg/selector-3.m: Adjusted location of error message.
1187 * objc.dg/type-size-3.m: Same.
1188 * obj-c++.dg/selector-3.mm: Same.
1189
1190 2011-02-20 Nicola Pero <nicola.pero@meta-innovation.com>
1191
1192 PR objc/47784
1193 * objc.dg/property/dotsyntax-22.m: New.
1194 * obj-c++.dg/property/dotsyntax-22.mm: New.
1195
1196 2011-02-20 Dodji Seketeli <dodji@redhat.com>
1197
1198 PR c++/46394
1199 * g++.dg/template/typedef38.C: New test.
1200
1201 2011-02-20 Paul Thomas <pault@gcc.gnu.org>
1202
1203 PR fortran/46818
1204 * gfortran.dg/whole_file_30.f90 : New test.
1205 * gfortran.dg/whole_file_31.f90 : New test.
1206
1207 2011-02-20 Paul Thomas <pault@gcc.gnu.org>
1208
1209 PR fortran/45077
1210 PR fortran/44945
1211 * gfortran.dg/whole_file_28.f90 : New test.
1212 * gfortran.dg/whole_file_29.f90 : New test.
1213
1214 2011-02-20 Paolo Carlini <paolo.carlini@oracle.com>
1215
1216 PR c++/44118
1217 * g++.dg/template/crash105.C: New.
1218
1219 2011-02-19 Jason Merrill <jason@redhat.com>
1220
1221 * g++.dg/cpp0x/regress/no-elide1.C: New.
1222
1223 2011-02-19 Alexandre Oliva <aoliva@redhat.com>
1224
1225 PR tree-optimization/46620
1226 * gcc.dg/pr46620.c: New.
1227
1228 2011-02-19 Jakub Jelinek <jakub@redhat.com>
1229
1230 PR c/47809
1231 * gcc.target/i386/pr47809.c: New test.
1232
1233 2011-02-19 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1234 Tobias Burnus <burnus@net-b.de>
1235
1236 * lib/target-supports.exp
1237 (check_effective_target_fortran_large_real): New check for large reals.
1238 * gfortran.dg/nan_7.f90: New test.
1239
1240 2011-02-19 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1241
1242 PR libgfortran/47567
1243 * gfortran.dg/fmt_f0_1.f90: Update test.
1244
1245 2011-02-19 Paul Thomas <pault@gcc.gnu.org>
1246
1247 PR fortran/47348
1248 * gfortran.dg/array_constructor_36.f90 : New test.
1249 * gfortran.dg/bounds_check_10.f90 : Change dg-output message to
1250 allow for comparison between different elements of the array
1251 constructor at different levels of optimization.
1252
1253 2011-02-19 H.J. Lu <hongjiu.lu@intel.com>
1254
1255 * gcc.target/i386/pr31167.c: Require int128 instead of lp64.
1256 * gcc.target/i386/pr32280-1.c: Likewise.
1257
1258 2011-02-19 Jakub Jelinek <jakub@redhat.com>
1259
1260 PR target/47800
1261 * gcc.target/i386/pr47800.c: New test.
1262
1263 2011-02-18 Iain Sandoe <iains@gcc.gnu.org>
1264
1265 * objc/execute/exceptions/foward-1.x: New.
1266
1267 2011-02-18 Janus Weil <janus@gcc.gnu.org>
1268
1269 PR fortran/47789
1270 * gfortran.dg/derived_constructor_comps_4.f90: New.
1271
1272 2011-02-18 Tobias Burnus
1273
1274 PR fortran/47775
1275 * gfortran.dg/func_result_6.f90: New.
1276
1277 2011-02-18 Paolo Carlini <paolo.carlini@oracle.com>
1278
1279 PR c++/47795
1280 * g++.dg/cpp0x/lambda/lambda-ice3.C: New.
1281
1282 2011-02-18 Tobias Burnus <burnus@net-b.de>
1283
1284 PR fortran/47750
1285 * lib/gfortran.exp (gfortran_init): Set gcc_error_prefix and
1286 gcc_warning_prefix.
1287 * lib/gfortran-dg.exp (gfortran-dg-test): Update regexp for
1288 normalizing the error/warning output.
1289 * gfortran.dg/Wall.f90: Update dg-error/warning.
1290 * gfortran.dg/argument_checking_15.f90: Update dg-error/warning.
1291 * gfortran.dg/argument_checking_3.f90: Update dg-error/warning.
1292 * gfortran.dg/argument_checking_6.f90: Update dg-error/warning.
1293 * gfortran.dg/bounds_temporaries_1.f90: Update dg-error/warning.
1294 * gfortran.dg/class_30.f90: Update dg-error/warning.
1295 * gfortran.dg/continuation_1.f90: Update dg-error/warning.
1296 * gfortran.dg/continuation_9.f90: Update dg-error/warning.
1297 * gfortran.dg/do_check_5.f90: Update dg-error/warning.
1298 * gfortran.dg/entry_17.f90: Update dg-error/warning.
1299 * gfortran.dg/entry_19.f90: Update dg-error/warning.
1300 * gfortran.dg/fmt_error.f90: Update dg-error/warning.
1301 * gfortran.dg/fmt_read_2.f90: Update dg-error/warning.
1302 * gfortran.dg/g77/12632.f: Update dg-error/warning.
1303 * gfortran.dg/g77/970625-2.f: Update dg-error/warning.
1304 * gfortran.dg/g77/980615-0.f: Update dg-error/warning.
1305 * gfortran.dg/generic_actual_arg.f90: Update dg-error/warning.
1306 * gfortran.dg/global_references_1.f90: Update dg-error/warning.
1307 * gfortran.dg/goto_8.f90: Update dg-error/warning.
1308 * gfortran.dg/initialization_1.f90: Update dg-error/warning.
1309 * gfortran.dg/io_constraints_1.f90: Update dg-error/warning.
1310 * gfortran.dg/io_constraints_2.f90: Update dg-error/warning.
1311 * gfortran.dg/io_constraints_3.f90: Update dg-error/warning.
1312 * gfortran.dg/iostat_3.f90: Update dg-error/warning.
1313 * gfortran.dg/public_private_module.f90: Update dg-error/warning.
1314 * gfortran.dg/volatile3.f90: Update dg-error/warning.
1315 * gfortran.dg/warning-directive-2.F90: Update dg-error/warning.
1316 * gfortran.dg/warnings_are_errors_1.f: Update dg-error/warning.
1317 * gfortran.dg/whole_file_1.f90: Update dg-error/warning.
1318 * gfortran.dg/whole_file_2.f90: Update dg-error/warning.
1319 * gfortran.dg/whole_file_3.f90: Update dg-error/warning.
1320
1321 2011-02-18 Janus Weil <janus@gcc.gnu.org>
1322
1323 PR fortran/47768
1324 * gfortran.dg/proc_ptr_comp_30.f90: New.
1325
1326 2011-02-18 Jakub Jelinek <jakub@redhat.com>
1327
1328 PR debug/47780
1329 * gcc.target/i386/pr47780.c: New test.
1330
1331 2011-02-18 Janus Weil <janus@gcc.gnu.org>
1332
1333 PR fortran/47767
1334 * gfortran.dg/class_40.f03: New.
1335
1336 2011-02-18 Dodji Seketeli <dodji@redhat.com>
1337
1338 PR c++/47208
1339 * g++.dg/cpp0x/auto21.C: New test.
1340
1341 2011-02-17 Iain Sandoe <iains@gcc.gnu.org>
1342
1343 * objc.dg/special/unclaimed-category-1.h: Updated for
1344 new ABI support.
1345 * objc.dg/special/unclaimed-category-1.m: Same.
1346 * objc.dg/zero-link-1.m: Same.
1347 * objc.dg/lookup-1.m: Same.
1348 * objc.dg/torture/strings/const-str-9.m
1349 * objc.dg/torture/strings/const-str-10.m: Same.
1350 * objc.dg/torture/strings/const-str-11.m: Same.
1351 * objc.dg/torture/forward-1.m: Same.
1352 * objc.dg/zero-link-2.m: Same.
1353 * objc.dg/encode-7-next-64bit.m: Same.
1354 * objc.dg/method-4.m: Same.
1355 * objc.dg/next-runtime-1.m: Same.
1356 * objc.dg/image-info.m: Same.
1357 * objc.dg/pr23214.m: Same.
1358 * objc.dg/symtab-1.m: Same.
1359 * obj-c++.dg/basic.m: Same.
1360 * obj-c++.dg/proto-lossage-3.m: Same.
1361 * obj-c++.dg/torture/strings/const-str-10.m: Same.
1362 * obj-c++.dg/torture/strings/const-str-11.m: Same.
1363 * obj-c++.dg/torture/strings/const-str-9.m: Same.
1364 * obj-c++.dg/method-11.m: Same.
1365 * objc/execute/enumeration-1.m: Same.
1366 * objc/execute/object_is_class.m: Same.
1367 * objc/execute/formal_protocol-2.m: Same.
1368 * objc/execute/formal_protocol-4.m: Same.
1369 * objc/execute/formal_protocol-6.m: Same.
1370 * objc/execute/bycopy-3.m: Same.
1371 * objc/execute/exceptions/catchall-1.m: Same.
1372 * objc/execute/exceptions/finally-1.m: Same.
1373 * objc/execute/exceptions/local-variables-1.m: Same.
1374 * objc/execute/exceptions/foward-1.m: Same.
1375 * objc/execute/bf-common.h
1376 * objc/execute/enumeration-2.m: Same.
1377 * objc/execute/formal_protocol-1.m: Same.
1378 * objc/execute/formal_protocol-3.m: Same.
1379 * objc/execute/formal_protocol-5.m: Same.
1380 * objc/execute/accessing_ivars.m: Same.
1381 * objc/execute/bycopy-2.m: Same.
1382 * objc/execute/formal_protocol-7.m: Same.
1383 * objc/execute/compatibility_alias.m: Same.
1384 * objc/execute/no_clash.m: Same.
1385 * objc/execute/object_is_meta_class.m: Same.
1386 * objc/execute/exceptions/exceptions.exp: Load target-supports.exp
1387 * objc/execute/class-tests-1.h: Include stdio.h.
1388 * objc/execute/class-tests-2.h: Same.
1389 * obj-c++.dg/try-catch-9.mm: xfail-run the test with both
1390 runtimes.
1391 * obj-c++.dg/try-catch-2.mm: Same.
1392
1393 2011-02-17 Jakub Jelinek <jakub@redhat.com>
1394
1395 PR c++/47783
1396 * g++.dg/warn/Wunused-parm-4.C: New test.
1397
1398 2011-02-17 Alexandre Oliva <aoliva@redhat.com>
1399 Jan Hubicka <jh@suse.cz>
1400
1401 PR debug/47106
1402 PR debug/47402
1403 * g++.dg/debug/pr47106.C: New.
1404
1405 2011-02-17 Uros Bizjak <ubizjak@gmail.com>
1406
1407 PR target/43653
1408 * gcc.target/i386/pr43653.c: New test.
1409
1410 2011-02-11 Dodji Seketeli <dodji@redhat.com>
1411
1412 PR c++/47172
1413 * g++.dg/template/inherit6.C: New test.
1414
1415 2011-02-16 Janus Weil <janus@gcc.gnu.org>
1416
1417 PR fortran/47745
1418 * gfortran.dg/class_39.f03: New.
1419
1420 2011-02-16 Dodji Seketeli <dodji@redhat.com>
1421
1422 PR c++/47326
1423 * g++.dg/cpp0x/variadic106.C: New test.
1424
1425 2011-02-16 Jakub Jelinek <jakub@redhat.com>
1426
1427 PR libfortran/47757
1428 * gfortran.dg/pr47757-1.f90: New test.
1429 * gfortran.dg/pr47757-2.f90: New test.
1430 * gfortran.dg/pr47757-3.f90: New test.
1431
1432 PR c++/47704
1433 * g++.dg/cpp0x/enum8.C: New test.
1434
1435 2011-02-15 Jason Merrill <jason@redhat.com>
1436
1437 * g++.dg/inherit/implicit-trivial1.C: New.
1438 * g++.dg/cpp0x/implicit-trivial1.C: New.
1439
1440 2011-02-15 H.J. Lu <hongjiu.lu@intel.com>
1441
1442 PR middle-end/47725
1443 * gcc.dg/torture/pr47725.c: Removed.
1444
1445 2011-02-15 Michael Meissner <meissner@linux.vnet.ibm.com>
1446
1447 PR target/47755
1448 * gcc.target/powerpc/pr47755.c: New file, test all 0 vector
1449 constant does not generate a load from memory.
1450
1451 2011-02-15 H.J. Lu <hongjiu.lu@intel.com>
1452
1453 PR middle-end/47725
1454 * gcc.dg/torture/pr47725.c: New.
1455
1456 2011-02-15 Richard Guenther <rguenther@suse.de>
1457
1458 PR tree-optimization/47743
1459 * gcc.dg/torture/pr47743.c: New testcase.
1460
1461 2011-02-15 Jakub Jelinek <jakub@redhat.com>
1462
1463 PR middle-end/47581
1464 * gcc.target/i386/pr47581.c: New test.
1465
1466 2011-02-14 Janus Weil <janus@gcc.gnu.org>
1467
1468 PR fortran/47730
1469 * gfortran.dg/select_type_22.f03: New.
1470
1471 2011-02-14 Jason Merrill <jason@redhat.com>
1472
1473 * g++.dg/cpp0x/regress/enum1.C: New.
1474
1475 2011-02-14 Eric Botcazou <ebotcazou@adacore.com>
1476
1477 * gnat.dg/include.adb: New test.
1478
1479 2011-02-14 Janus Weil <janus@gcc.gnu.org>
1480
1481 PR fortran/47728
1482 * gfortran.dg/class_38.f03: New.
1483
1484 2011-02-14 Eric Botcazou <ebotcazou@adacore.com>
1485
1486 * gcc.dg/pr46494.c: New test.
1487
1488 2011-02-14 Richard Guenther <rguenther@suse.de>
1489
1490 * gcc.dg/attr-weak-hidden-1.c: Make definition of foo strong.
1491
1492 2011-02-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1493
1494 PR ada/41929
1495 * gnat.dg/null_pointer_deref1.exp: Don't skip on
1496 sparc*-sun-solaris2.11.
1497
1498 2011-02-14 Janus Weil <janus@gcc.gnu.org>
1499
1500 PR fortran/47349
1501 * gfortran.dg/argument_checking_18.f90: New.
1502
1503 2011-02-13 Tobias Burnus <burnus@net-b.de>
1504
1505 * gfortran.dg/argument_checking_13.f90: Update dg-error.
1506 * gfortran.dg/argument_checking_17.f90: New.
1507
1508 2011-02-12 Janus Weil <janus@gcc.gnu.org>
1509
1510 * gfortran.dg/allocate_derived_1.f90: Modified as polymorphic arrays
1511 are temporarily disabled.
1512 * gfortran.dg/class_7.f03: Ditto.
1513 * gfortran.dg/coarray_14.f90: Ditto.
1514 * gfortran.dg/typebound_proc_13.f03: Ditto.
1515
1516 2011-02-12 Mikael Morin <mikael.morin@sfr.fr>
1517
1518 PR fortran/45586
1519 * gfortran.dg/extends_11.f03: New.
1520
1521 2011-02-11 Xinliang David Li <davidxl@google.com>
1522
1523 PR tree-optimization/47707
1524 * g++.dg/tree-ssa/pr47707.C: New test.
1525
1526 2011-02-11 Eric Botcazou <ebotcazou@adacore.com>
1527
1528 * g++.dg/opt/inline17.C: New test.
1529
1530 2011-02-11 Tobias Burnus <burnus@net-b.de>
1531
1532 PR fortran/47550
1533 * gfortran.dg/pure_formal_2.f90: New.
1534
1535 2011-02-11 Pat Haugen <pthaugen@us.ibm.com>
1536
1537 PR rtl-optimization/47614
1538 * gfortran.dg/pr47614.f: New.
1539
1540 2011-02-11 Joseph Myers <joseph@codesourcery.com>
1541
1542 PR driver/47678
1543 * gcc.dg/opts-6.c: New test.
1544
1545 2011-02-11 Jakub Jelinek <jakub@redhat.com>
1546
1547 PR debug/47684
1548 * gcc.dg/pr47684.c: New test.
1549
1550 2011-02-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1551
1552 PR target/47629
1553 * gcc.target/i386/pr47312.c: Use dg-require-effective-target
1554 c99_runtime, dg-add-options c99_runtime.
1555 (main): Use __asm__.
1556
1557 2011-02-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1558
1559 PR testsuite/47400
1560 * lib/target-supports.exp (check_ascii_locale_available): New proc.
1561 * lib/target-supports-dg.exp (dg-require-ascii-locale): New proc.
1562 * gcc.dg/attr-alias-5.c: Use dg-require-ascii-locale.
1563 * gcc.dg/ucnid-10.c: Likewise.
1564 * gcc.dg/ucnid-13.c: Likewise.
1565 * gcc.dg/ucnid-7.c: Likewise.
1566 * gcc.dg/ucnid-8.c: Likewise.
1567 Adapt dg-warning line number.
1568
1569 2011-02-10 Uros Bizjak <ubizjak@gmail.com>
1570
1571 * gcc.target/i386/parity-1.c: Use -march=k8.
1572 * gcc.target/i386/parity-2.c: Ditto.
1573 * gcc.target/i386/vecinit-1.c: Ditto.
1574 * gcc.target/i386/vecinit-2.c: Ditto.
1575
1576 2011-02-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1577
1578 PR target/46610
1579 * gcc.target/mips/save-restore-1.c: Skip on mips-sgi-irix6*.
1580 * gcc.target/mips/save-restore-3.c: Likewise.
1581 * gcc.target/mips/save-restore-4.c: Likewise.
1582 * gcc.target/mips/save-restore-5.c: Likewise.
1583
1584 PR target/47683
1585 * g++.dg/tree-prof/partition1.C: Skip on mips-sgi-irix*.
1586 * g++.dg/tree-prof/partition2.C: Likewise.
1587
1588 2011-02-09 Jason Merrill <jason@redhat.com>
1589
1590 * g++.dg/tree-ssa/inline-3.C: Use a normal function
1591 rather than misdeclare std::puts.
1592
1593 * g++.dg/ext/vla1.C: Adjust for C++0x mode.
1594 * g++.dg/other/warning1.C: Likewise.
1595 * g++.old-deja/g++.bugs/900119_01.C: Likewise.
1596 * g++.old-deja/g++.gb/scope06.C: Likewise.
1597 * g++.old-deja/g++.law/cvt11.C: Likewise.
1598 * g++.old-deja/g++.law/init1.C: Likewise.
1599 * g++.dg/abi/mangle26.C: Likewise.
1600
1601 * g++.dg/template/function1.C: Adjust for C++0x mode.
1602 * g++.dg/cpp0x/regress/template-function1.C: Copy it.
1603
1604 * g++.dg/ext/label10.C: Adjust for C++0x mode.
1605 * g++.dg/cpp0x/regress/ext-label10.C: Copy it.
1606
1607 * g++.dg/cpp0x/regress/ext-cond1.C: Copy from ext/cond1.C.
1608
1609 * g++.dg/cpp0x/regress/abi-empty7.C: New.
1610
1611 * g++.dg/cpp0x/regress: New directory.
1612 * g++.dg/cpp0x/constexpr-regress1.C: Move to regress/regress1.C.
1613 * g++.dg/cpp0x/constexpr-regress2.C: Move to regress/regress2.C.
1614 * g++.dg/cpp0x/regress/regress3.C: New.
1615
1616 2011-02-10 Richard Guenther <rguenther@suse.de>
1617
1618 PR tree-optimization/47677
1619 * gcc.dg/torture/pr47677.c: New testcase.
1620
1621 2011-02-10 Iain Sandoe <iains@gcc.gnu.org>
1622
1623 * objc.dg/special/load-category-1.m: Remove unused header.
1624 * objc.dg/special/load-category-1a.m: Likewise.
1625 * objc.dg/special/load-category-2.m: Likewise.
1626 * objc.dg/special/load-category-2a.m: Likewise.
1627 * objc.dg/special/load-category-3.m: Likewise.
1628 * objc.dg/special/load-category-3a.m: Likewise.
1629 * objc.dg/attributes/proto-attribute-2.m: Likewise.
1630 * objc.dg/attributes/proto-attribute-3.m: Likewise.
1631 * objc.dg/attributes/class-attribute-1.m: Likewise.
1632 * objc.dg/property/property.exp: Don't run for Darwin < 9.
1633 * obj-c++.dg/property/property.exp: Likewise.
1634 * objc.dg/attributes/method-sentinel-1.m: Update type header.
1635 * obj-c++.dg/attributes/method-sentinel-1.mm: Likewise.
1636 * obj-c++.dg/attributes/proto-attribute-2.mm: Skip for Darwin < 9.
1637 * obj-c++.dg/attributes/class-attribute-1.mm: Likewise.
1638 * obj-c++.dg/attributes/proto-attribute-3.mm: Likewise.
1639 * obj-c++.dg/template-8.mm: Likewise.
1640
1641 2011-02-10 Jakub Jelinek <jakub@redhat.com>
1642
1643 PR target/47665
1644 * gcc.target/i386/pr47665.c: New test.
1645
1646 2011-02-10 Jie Zhang <jie@codesourcery.com>
1647
1648 PR testsuite/47622
1649 Revert
1650 2011-02-05 Jie Zhang <jie@codesourcery.com>
1651 PR debug/42631
1652 * gcc.dg/pr42631.c: Update test.
1653 * gcc.dg/pr42631-2.c: New test.
1654
1655 2011-02-09 Janus Weil <janus@gcc.gnu.org>
1656
1657 PR fortran/47352
1658 * gfortran.dg/proc_decl_25.f90: New.
1659
1660 2011-02-09 Janus Weil <janus@gcc.gnu.org>
1661
1662 PR fortran/47463
1663 * gfortran.dg/typebound_assignment_2.f03: New.
1664
1665 2011-02-09 Richard Guenther <rguenther@suse.de>
1666
1667 PR tree-optimization/47664
1668 * gcc.dg/tree-ssa/inline-7.c: New testcase.
1669
1670 2011-02-09 Eric Botcazou <ebotcazou@adacore.com>
1671
1672 PR middle-end/47646
1673 * gnat.dg/uninit_func.adb: Adjust dg directive.
1674
1675 2011-02-09 Dominique Dhumieres <dominiq@lps.ens.fr>
1676
1677 PR middle-end/47646
1678 * obj-c++.dg/attributes/method-noreturn-1.mm: Adjust dg directives.
1679
1680 2011-02-09 Janus Weil <janus@gcc.gnu.org>
1681
1682 PR fortran/47637
1683 * gfortran.dg/auto_dealloc_2.f90: New.
1684
1685 2011-02-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1686
1687 * gcc.dg/builtins-config.h: Remove __sgi handling.
1688 * lib/target-supports.exp (add_options_for_c99_runtime): Add
1689 -std=c99 for mips-sgi-irix6.5*.
1690
1691 2011-02-09 Martin Jambor <mjambor@suse.cz>
1692
1693 PR middle-end/45505
1694 * gfortran.dg/pr25923.f90: Remove xfails.
1695
1696 2011-02-08 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1697
1698 PR fortran/47583
1699 * gfortran.dg/inquire_14.f90: New test.
1700
1701 2011-02-08 Janus Weil <janus@gcc.gnu.org>
1702
1703 PR fortran/45290
1704 * gfortran.dg/pointer_init_6.f90: New.
1705
1706 2011-02-08 Jeff Law <law@redhat.com>
1707
1708 PR tree-optimization/42893
1709 * gcc.tree-ssa/pr42893.c: New test.
1710
1711 2011-02-08 Sebastian Pop <sebastian.pop@amd.com>
1712
1713 PR tree-optimization/46834
1714 PR tree-optimization/46994
1715 PR tree-optimization/46995
1716 * gcc.dg/graphite/id-pr46834.c: New.
1717 * gfortran.dg/graphite/id-pr46994.f90: New.
1718 * gfortran.dg/graphite/id-pr46995.f90: New.
1719
1720 2011-02-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1721
1722 PR middle-end/47646
1723 * gcc.dg/pr39666-2.c (foo2): If the location of the statement
1724 using the variable is known the warning is emitted there.
1725 * gcc.dg/uninit-pr19430.c (foo): Likewise.
1726 * g++.dg/warn/Wuninitialized-5.C (foo): Likewise.
1727
1728 * c-c++-common/pr20000.c (g): Both warnings occur at the return
1729 statement.
1730 (vg): Likewise.
1731 * gcc.dg/noreturn-1.c (foo5): Likewise.
1732 * objc.dg/attributes/method-noreturn-1.m (method1): Likewise.
1733 (method2): Likewise.
1734
1735 * gfortran.dg/pr25923.f90 (baz): The warning will now be issued for
1736 the return statement using the uninitialized variable.
1737 * gfortran.dg/pr39666-2.f90 (f): Likewise.
1738
1739 2011-02-08 Richard Guenther <rguenther@suse.de>
1740
1741 PR middle-end/47639
1742 * g++.dg/opt/pr47639.c: New testcase.
1743
1744 2011-02-08 Richard Guenther <rguenther@suse.de>
1745
1746 PR tree-optimization/47632
1747 * g++.dg/opt/pr47632.C: New testcase.
1748
1749 2011-02-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1750
1751 * g++.dg/abi/packed1.C: Expect warning on spu-*-* as well.
1752
1753 2011-02-07 Richard Guenther <rguenther@suse.de>
1754
1755 PR tree-optimization/47615
1756 * g++.dg/opt/pr47615.C: New testcase.
1757
1758 2011-02-07 Richard Guenther <rguenther@suse.de>
1759
1760 PR tree-optimization/47621
1761 * gcc.dg/torture/pr47621.c: New testcase.
1762
1763 2011-02-07 Uros Bizjak <ubizjak@gmail.com>
1764
1765 * gfortran.dg/transpose_optimization_2.f90: Cleanup original dump.
1766
1767 2011-02-06 Paul Thomas <pault@gcc.gnu.org>
1768
1769 PR fortran/47592
1770 * gfortran.dg/allocate_with_source_1 : New test.
1771
1772 2011-02-05 Jakub Jelinek <jakub@redhat.com>
1773
1774 PR middle-end/47610
1775 * gcc.dg/pr47610.c: New test.
1776
1777 2011-02-05 Jie Zhang <jie@codesourcery.com>
1778
1779 PR debug/42631
1780 * gcc.dg/pr42631.c: Update test.
1781 * gcc.dg/pr42631-2.c: New test.
1782
1783 2001-02-05 Thomas Koenig <tkoenig@gcc.gnu.org>
1784
1785 PR fortran/47574
1786 * gfortran.dg/pr47574.f90: New test.
1787
1788 2011-02-04 Sebastian Pop <sebastian.pop@amd.com>
1789
1790 PR tree-optimization/46194
1791 * gcc.dg/autopar/pr46194.c: New.
1792
1793 2011-02-04 H.J. Lu <hongjiu.lu@intel.com>
1794
1795 PR tree-optimization/43695
1796 * g++.dg/ipa/pr43695.C: New.
1797
1798 2011-02-04 Jakub Jelinek <jakub@redhat.com>
1799
1800 PR inline-asm/23200
1801 * gcc.dg/pr23200.c: New test.
1802
1803 2011-02-03 Jonathan Wakely <jwakely.gcc@gmail.com>
1804
1805 PR c++/47589
1806 * g++.dg/pr47589.C: New test.
1807
1808 2011-02-03 Dodji Seketeli <dodji@redhat.com>
1809
1810 PR c++/47398
1811 * g++.dg/template/typedef37.C: New test.
1812 * g++.dg/template/param1.C: Adjust expected error message.
1813
1814 2011-02-03 Jakub Jelinek <jakub@redhat.com>
1815
1816 PR middle-end/31490
1817 * gcc.dg/pr31490-2.c: New test.
1818 * gcc.dg/pr31490-3.c: New test.
1819 * gcc.dg/pr31490-4.c: New test.
1820
1821 2011-02-03 Nathan Froyd <froydnj@codesourcery.com>
1822 Jakub Jelinek <jakub@redhat.com>
1823
1824 PR c++/46890
1825 * g++.dg/parser/semicolon3.C: Adjust.
1826 * g++.dg/parser/semicolon4.C: New testcase.
1827 * g++.dg/pr46890.C: New testcase.
1828
1829 2011-02-03 Paolo Carlini <paolo.carlini@oracle.com>
1830
1831 PR c++/29571
1832 * g++.dg/init/pr29571.C: New.
1833
1834 2011-02-03 H.J. Lu <hongjiu.lu@intel.com>
1835
1836 * gfortran.dg/graphite/vect-pr40979.f90: Require vect_double
1837 instead of vect_int.
1838
1839 2011-02-03 Jakub Jelinek <jakub@redhat.com>
1840
1841 PR target/47312
1842 * gcc.target/i386/pr47312.c: New test.
1843
1844 PR target/47564
1845 * gcc.target/i386/pr47564.c: New test.
1846
1847 2011-02-03 Alexandre Oliva <aoliva@redhat.com>
1848
1849 PR tree-optimization/45122
1850 * gcc.dg/tree-ssa/pr45122.c: New.
1851
1852 2011-02-02 Michael Meissner <meissner@linux.vnet.ibm.com>
1853
1854 PR target/47272
1855 * gcc.target/powerpc/vsx-builtin-8.c: New file, test vec_vsx_ld
1856 and vec_vsx_st.
1857
1858 * gcc.target/powerpc/avoid-indexed-addresses.c: Disable altivec
1859 and vsx so a default --with-cpu=power7 doesn't give an error
1860 when -mavoid-indexed-addresses is used.
1861
1862 * gcc.target/powerpc/ppc32-abi-dfp-1.c: Rewrite to use an asm
1863 wrapper function to save the arguments and then jump to the real
1864 function, rather than depending on the compiler not to move stuff
1865 before an asm.
1866 * gcc.target/powerpc/ppc64-abi-dfp-2.c: Ditto.
1867
1868 2011-02-02 Janus Weil <janus@gcc.gnu.org>
1869 Paul Thomas <pault@gcc.gnu.org>
1870
1871 PR fortran/47082
1872 * gfortran.dg/class_37.f03 : New test.
1873
1874 2011-02-02 Sebastian Pop <sebastian.pop@amd.com>
1875 Richard Guenther <rguenther@suse.de>
1876
1877 PR tree-optimization/40979
1878 PR bootstrap/47044
1879 * gcc.dg/graphite/graphite.exp (DEFAULT_VECTCFLAGS): Add -ffast-math.
1880 * gcc.dg/graphite/pr35356-2.c: Adjust pattern.
1881 * gfortran.dg/graphite/graphite.exp: Run vect_files conditionally to
1882 check_vect_support_and_set_flags.
1883 * gfortran.dg/graphite/vect-pr40979.f90: New.
1884
1885 2011-02-02 Janus Weil <janus@gcc.gnu.org>
1886
1887 PR fortran/47572
1888 * gfortran.dg/class_36.f03: New.
1889
1890 2011-02-02 Richard Guenther <rguenther@suse.de>
1891
1892 PR tree-optimization/47566
1893 * gcc.dg/lto/20110201-1_0.c: New testcase.
1894
1895 2011-02-02 Alexandre Oliva <aoliva@redhat.com>
1896
1897 PR debug/47498
1898 PR debug/47501
1899 PR debug/45136
1900 PR debug/45130
1901 * debug/pr47498.c: New.
1902 * debug/pr47501.c: New.
1903
1904 2011-02-01 Richard Guenther <rguenther@suse.de>
1905
1906 PR tree-optimization/47559
1907 * g++.dg/torture/pr47559.C: New testcase.
1908
1909 2011-02-01 Janus Weil <janus@gcc.gnu.org>
1910
1911 PR fortran/47565
1912 * gfortran.dg/typebound_call_20.f03: New.
1913
1914 2011-02-01 Richard Guenther <rguenther@suse.de>
1915
1916 PR tree-optimization/47555
1917 * gcc.dg/pr47555.c: New testcase.
1918
1919 2011-02-01 Richard Guenther <rguenther@suse.de>
1920
1921 PR tree-optimization/47541
1922 * g++.dg/torture/pr47541.C: New testcase.
1923
1924 2011-01-31 Janus Weil <janus@gcc.gnu.org>
1925
1926 PR fortran/47455
1927 * gfortran.dg/typebound_call_19.f03: New.
1928
1929 2011-01-31 Jakub Jelinek <jakub@redhat.com>
1930
1931 PR c++/47416
1932 * g++.dg/cpp0x/pr47416.C: New test.
1933
1934 2011-01-31 Paul Thomas <pault@gcc.gnu.org>
1935
1936 PR fortran/47519
1937 * gfortran.dg/allocate_deferred_char_scalar_2.f03: New test.
1938
1939 2011-01-31 Janus Weil <janus@gcc.gnu.org>
1940
1941 PR fortran/47463
1942 * gfortran.dg/typebound_assignment_1.f03: New.
1943
1944 2011-01-31 Jakub Jelinek <jakub@redhat.com>
1945
1946 PR tree-optimization/47538
1947 * gcc.c-torture/execute/pr47538.c: New test.
1948
1949 2011-01-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1950
1951 PR target/45325
1952 * gcc.target/i386/pr38240.c: Add dg-options "-msse".
1953
1954 2011-01-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1955
1956 * g++.dg/abi/mangle40.C: Pass "" to dg-require-weak.
1957
1958 2011-01-31 Eric Botcazou <ebotcazou@adacore.com>
1959
1960 PR rtl-optimization/44031
1961 * gcc.c-torture/compile/20110131-1.c: New test.
1962
1963 2011-01-31 Tobias Burnus <burnus@net-b.de>
1964
1965 PR fortran/47042
1966 * gfortran.dg/stmt_func_1.f90: New.
1967
1968 2011-01-31 Tobias Burnus <burnus@net-b.de>
1969
1970 PR fortran/47042
1971 * gfortran.dg/interface_34.f90: New.
1972
1973 2011-01-30 Paul Thomas <pault@gcc.gnu.org>
1974
1975 PR fortran/47523
1976 * gfortran.dg/realloc_on_assign_5.f03: New test.
1977 * gfortran.dg/realloc_on_assign_5.f03: New test.
1978
1979 2011-01-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1980
1981 * gfortran.dg/bessel_6.f90: XFAIL on spu-*-*.
1982 * gfortran.dg/bessel_7.f90: Likewise.
1983 * gfortran.dg/erf_2.F90: Likewise. Always run with -O0.
1984
1985 * gfortran.dg/complex_intrinsics_5.f90: Increase "epsilon".
1986 * gfortran.dg/sum_init_expr.f03: Likewise.
1987
1988 * gfortran.dg/realloc_on_assign_2.f03: Skip on spu-*-*.
1989
1990 * gfortran.dg/lto/20091016-1_0.f90: Replace -shared with
1991 -r -nostdlib.
1992
1993 * gfortran.dg/vect/fast-math-vect-8.f90: Check for vectorized
1994 loop only on "vect_intfloat_cvt" targets.
1995
1996 2011-01-29 Tobias Burnus <burnus@net-b.de>
1997
1998 PR fortran/47531
1999 * gfortran.dg/shape_6.f90: New.
2000
2001 2011-01-29 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2002
2003 PR libgfortran/47434
2004 * gfortran.dg/read_infnan_1.f90: Update test.
2005 * gfortran.dg/module_nan.f90: Update test.
2006 * gfortran.dg/char4_iunit_1.f03: Update test.
2007 * gfortran.dg/large_real_kind_1.f90: Update test.
2008 * gfortran.dg/real_const_3.f90: Update test.
2009 * gfortran.fortran-torture/execute/nan_inf_fmt.f90: Update test.
2010
2011 2011-01-29 Dodji Seketeli <dodji@redhat.com>
2012
2013 PR c++/47311
2014 * g++.dg/template/param2.C: New test.
2015
2016 2011-01-28 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2017
2018 PR libgfortran/47285
2019 * gfortran.dg/fmt_g.f: New test.
2020
2021 2011-01-28 Tobias Burnus <burnus@net-b.de>
2022
2023 PR fortran/47507
2024 * gfortran.dg/pure_formal_1.f90: New.
2025
2026 2011-01-28 Jakub Jelinek <jakub@redhat.com>
2027
2028 PR target/42894
2029 * gcc.dg/tls/pr42894.c: New test.
2030
2031 2011-01-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2032
2033 * gcc.dg/pr47276.c: Add dg-require-visibility.
2034
2035 2011-01-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2036
2037 * gcc.target/i386/asm-6.c: XFAIL on i?86-pc-solaris2.1[0-9] && ilp32.
2038
2039 2011-01-28 Paul Thomas <pault@gcc.gnu.org>
2040 Tobias Burnus <burnus@gcc.gnu.org>
2041
2042 PR fortran/45170
2043 PR fortran/35810
2044 PR fortran/47350
2045 * gfortran.dg/realloc_on_assign_3.f03: New test.
2046 * gfortran.dg/realloc_on_assign_4.f03: New test.
2047 * gfortran.dg/allocatable_function_5.f90: New test.
2048 * gfortran.dg/allocate_deferred_char_scalar_1.f03: New test.
2049 * gfortran.dg/deferred_type_param_2.f90: Remove two "not yet
2050 implemented" dg-errors.
2051
2052 2011-01-27 Jan Hubicka <jh@suse.cz>
2053
2054 PR middle-end/46949
2055 * gcc.dg/attr-weakref-4.c: New testcase
2056
2057 2011-01-27 Martin Jambor <mjambor@suse.cz>
2058
2059 PR tree-optimization/47228
2060 * gcc.dg/torture/pr47228.c: New test.
2061
2062 2011-01-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2063
2064 * gcc.dg/tree-ssa/pr42585.c: Disable on s390 and s390x.
2065
2066 2011-01-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2067
2068 * lib/compat.exp (compat-execute): Pass -Wl,--extra-stack-space=8192
2069 when using auto-overlay support on the SPU.
2070
2071 2011-01-27 Eric Botcazou <ebotcazou@adacore.com>
2072
2073 PR rtl-optimization/44174
2074 * gcc.target/i386/asm-6.c: New test.
2075
2076 2011-01-26 Mikael Pettersson <mikpe@it.uu.se>
2077
2078 PR rtl-optimization/46856
2079 * gcc.c-torture/compile/pr46856.c: New test.
2080
2081 2011-01-26 Nicola Pero <nicola.pero@meta-innovation.com>
2082 Andrew Pinski <pinskia@gmail.com>
2083
2084 PR c/43082
2085 * gcc.dg/pr43082.c: New.
2086
2087 2011-01-26 DJ Delorie <dj@redhat.com>
2088
2089 PR rtl-optimization/46878
2090 * gcc.dg/pr46878-1.c: New test.
2091
2092 2011-01-26 Jakub Jelinek <jakub@redhat.com>
2093
2094 PR c++/47476
2095 * g++.dg/cpp0x/pr47476.C: New test.
2096
2097 2011-01-26 Eric Botcazou <ebotcazou@adacore.com>
2098
2099 * gcc.c-torture/compile/20110126-1.c: New test.
2100
2101 2011-01-26 Jakub Jelinek <jakub@redhat.com>
2102
2103 PR c/47473
2104 * gcc.dg/torture/pr47473.c: New test.
2105
2106 2011-01-26 Jan Hubicka <jh@suse.cz>
2107
2108 PR target/47237
2109 * gcc.c-torture/execute/pr47237.c: New testcase.
2110
2111 2011-01-26 Jan Hubicka <jh@suse.cz>
2112
2113 PR tree-optimization/47190
2114 * gcc.dg/attr-weakref-3.c: New testcase.
2115
2116 2011-01-26 Dave Korn <dave.korn.cygwin@gmail.com>
2117
2118 PR c++/43601
2119 * gcc.dg/dll-9a.c: New test file.
2120 * gcc.dg/dll-11.c: Likewise.
2121 * gcc.dg/dll-12.c: Likewise.
2122 * gcc.dg/dll-12a.c: Likewise.
2123 * gcc.dg/dll-11a.c: Likewise.
2124 * gcc.dg/dll-9.c: Likewise.
2125 * gcc.dg/dll-10.c: Likewise.
2126 * gcc.dg/dll-10a.c: Likewise.
2127 * g++.dg/ext/dllexport4a.cc: Likewise.
2128 * g++.dg/ext/dllexport4.C: Likewise.
2129 * g++.dg/ext/dllexport5.C: Likewise.
2130 * g++.dg/ext/dllexport5a.cc: Likewise.
2131
2132 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2133
2134 PR tree-optimization/46970
2135 * gcc.dg/graphite/pr46970.c: New.
2136
2137 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2138
2139 PR tree-optimization/46215
2140 * gcc.dg/graphite/pr46215.c: New.
2141
2142 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2143
2144 PR tree-optimization/46168
2145 * gcc.dg/graphite/pr46168.c: New.
2146
2147 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2148
2149 PR tree-optimization/43657
2150 * gcc.dg/graphite/pr43657.c: New.
2151
2152 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2153
2154 PR tree-optimization/29832
2155 * gfortran.dg/graphite/pr29832.f90: New.
2156
2157 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2158
2159 PR tree-optimization/43567
2160 * gcc.dg/graphite/pr43567.c: New.
2161
2162 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2163
2164 * gfortran.dg/graphite/interchange-4.f: New.
2165 * gfortran.dg/graphite/interchange-5.f: New.
2166
2167 * gcc.dg/tree-ssa/ltrans-1.c: Removed.
2168 * gcc.dg/tree-ssa/ltrans-2.c: Removed.
2169 * gcc.dg/tree-ssa/ltrans-3.c: Removed.
2170 * gcc.dg/tree-ssa/ltrans-4.c: Removed.
2171 * gcc.dg/tree-ssa/ltrans-5.c: Removed.
2172 * gcc.dg/tree-ssa/ltrans-6.c: Removed.
2173 * gcc.dg/tree-ssa/ltrans-8.c: Removed.
2174 * gfortran.dg/ltrans-7.f90: Removed.
2175 * gcc.dg/tree-ssa/data-dep-1.c: Removed.
2176
2177 * gcc.dg/pr18792.c: -> gcc.dg/graphite/pr18792.c
2178 * gcc.dg/pr19910.c: -> gcc.dg/graphite/pr19910.c
2179 * gcc.dg/tree-ssa/20041110-1.c: -> gcc.dg/graphite/pr20041110-1.c
2180 * gcc.dg/tree-ssa/pr20256.c: -> gcc.dg/graphite/pr20256.c
2181 * gcc.dg/pr23625.c: -> gcc.dg/graphite/pr23625.c
2182 * gcc.dg/tree-ssa/pr23820.c: -> gcc.dg/graphite/pr23820.c
2183 * gcc.dg/tree-ssa/pr24309.c: -> gcc.dg/graphite/pr24309.c
2184 * gcc.dg/tree-ssa/pr26435.c: -> gcc.dg/graphite/pr26435.c
2185 * gcc.dg/pr29330.c: -> gcc.dg/graphite/pr29330.c
2186 * gcc.dg/pr29581-1.c: -> gcc.dg/graphite/pr29581-1.c
2187 * gcc.dg/pr29581-2.c: -> gcc.dg/graphite/pr29581-2.c
2188 * gcc.dg/pr29581-3.c: -> gcc.dg/graphite/pr29581-3.c
2189 * gcc.dg/pr29581-4.c: -> gcc.dg/graphite/pr29581-4.c
2190 * gcc.dg/tree-ssa/loop-27.c: -> gcc.dg/graphite/pr30565.c
2191 * gcc.dg/tree-ssa/pr31183.c: -> gcc.dg/graphite/pr31183.c
2192 * gcc.dg/tree-ssa/pr33576.c: -> gcc.dg/graphite/pr33576.c
2193 * gcc.dg/tree-ssa/pr33766.c: -> gcc.dg/graphite/pr33766.c
2194 * gcc.dg/pr34016.c: -> gcc.dg/graphite/pr34016.c
2195 * gcc.dg/tree-ssa/pr34017.c: -> gcc.dg/graphite/pr34017.c
2196 * gcc.dg/tree-ssa/pr34123.c: -> gcc.dg/graphite/pr34123.c
2197 * gcc.dg/tree-ssa/pr36287.c: -> gcc.dg/graphite/pr36287.c
2198 * gcc.dg/tree-ssa/pr37686.c: -> gcc.dg/graphite/pr37686.c
2199 * gcc.dg/pr42917.c: -> gcc.dg/graphite/pr42917.c
2200 * gcc.dg/tree-ssa/data-dep-1.c
2201 * gfortran.dg/loop_nest_1.f90: -> gfortran.dg/graphite/pr29290.f90
2202 * gfortran.dg/pr29581.f90: -> gfortran.dg/graphite/pr29581.f90
2203 * gfortran.dg/pr36286.f90: -> gfortran.dg/graphite/pr36286.f90
2204 * gfortran.dg/pr36922.f: -> gfortran.dg/graphite/pr36922.f
2205 * gfortran.dg/pr39516.f: -> gfortran.dg/graphite/pr39516.f
2206
2207 2011-01-25 Jakub Jelinek <jakub@redhat.com>
2208
2209 PR tree-optimization/47265
2210 PR tree-optimization/47443
2211 * gcc.c-torture/compile/pr47265.c: New test.
2212 * gcc.dg/pr47443.c: New test.
2213
2214 2011-01-25 Martin Jambor <mjambor@suse.cz>
2215
2216 PR tree-optimization/47382
2217 * g++.dg/torture/pr47382.C: New test.
2218 * g++.dg/opt/devirt1.C: Xfail.
2219
2220 2011-01-25 Yao Qi <yao@codesourcery.com>
2221
2222 PR target/45701
2223 * gcc.target/arm/pr45701-1.c: New test.
2224 * gcc.target/arm/pr45701-2.c: New test.
2225 * gcc.target/arm/pr45701-3.c: New test.
2226
2227 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2228 Jakub Jelinek <jakub@redhat.com>
2229
2230 PR tree-optimization/47271
2231 * gcc.dg/tree-ssa/ifc-pr47271.c: New.
2232
2233 2011-01-25 Nick Clifton <nickc@redhat.com>
2234
2235 * gcc.target/rx/builtins.c: Allow -fipa-cp-clone.
2236 (saturate_add): Delete.
2237 (exchange): Delete.
2238 (main): Do not run saturate_add.
2239 (set_interrupts): Delete.
2240
2241 2011-01-25 Tobias Burnus <burnus@net-b.de>
2242
2243 PR fortran/47448
2244 * gfortran.dg/redefined_intrinsic_assignment_2.f90: New.
2245
2246 2011-01-25 Jakub Jelinek <jakub@redhat.com>
2247
2248 PR tree-optimization/47427
2249 PR tree-optimization/47428
2250 * gcc.c-torture/compile/pr47427.c: New test.
2251 * gcc.c-torture/compile/pr47428.c: New test.
2252
2253 2011-01-25 Richard Guenther <rguenther@suse.de>
2254
2255 PR middle-end/47411
2256 * gcc.dg/torture/pr47411.c: New testcase.
2257
2258 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2259
2260 * gfortran.dg/graphite/id-24.f: New.
2261 * gfortran.dg/graphite/id-25.f: New.
2262
2263 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2264
2265 * gfortran.dg/graphite/id-23.f: New.
2266
2267 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2268
2269 * gfortran.dg/graphite/interchange-3.f90: Un-XFAILed.
2270
2271 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2272
2273 * gcc.dg/graphite/block-0.c: Un-XFAILed.
2274 * gcc.dg/graphite/block-1.c: Un-XFAILed.
2275 * gcc.dg/graphite/block-7.c: Un-XFAILed.
2276 * gcc.dg/graphite/block-8.c: Un-XFAILed.
2277 * gcc.dg/graphite/interchange-12.c: Un-XFAILed.
2278 * gcc.dg/graphite/interchange-14.c: Un-XFAILed.
2279 * gcc.dg/graphite/interchange-15.c: Un-XFAILed.
2280 * gcc.dg/graphite/interchange-8.c: Un-XFAILed.
2281 * gcc.dg/graphite/interchange-mvt.c: Un-XFAILed.
2282
2283 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2284
2285 * gcc.dg/graphite/block-0.c: Add documentation.
2286 * gcc.dg/graphite/block-4.c: Same.
2287 * gcc.dg/graphite/block-7.c: Same.
2288 * gcc.dg/graphite/block-8.c: New.
2289 * gcc.dg/graphite/interchange-1.c: Un-XFAILed.
2290 * gcc.dg/graphite/interchange-11.c: Un-XFAILed.
2291 * gcc.dg/graphite/interchange-12.c: Add documentation.
2292 * gcc.dg/graphite/interchange-13.c: New.
2293 * gcc.dg/graphite/interchange-14.c: New.
2294 * gcc.dg/graphite/interchange-15.c: New.
2295 * gcc.dg/graphite/interchange-8.c: Add documentation.
2296 * gcc.dg/graphite/interchange-mvt.c: Same.
2297
2298 2011-01-24 Michael Meissner <meissner@linux.vnet.ibm.com>
2299
2300 PR target/47408
2301 * gcc.target/powerpc/altivec-11.c: Add explicit -mno-vsx.
2302 * gcc.target/powerpc/altivec-14.c: Ditto.
2303 * gcc.target/powerpc/altivec-33.c: Ditto.
2304 * gcc.target/powerpc/altivec-types-1.c: Ditto.
2305 * gcc.target/powerpc/altivec-types-2.c: Ditto.
2306 * gcc.target/powerpc/altivec-types-3.c: Ditto.
2307 * gcc.target/powerpc/altivec-types-4.c: Ditto.
2308 * gcc.target/powerpc/ppc-vector-memcpy.c: Ditto.
2309 * gcc.target/powerpc/ppc-vector-memset.c: Ditto.
2310 * g++.dg/ext/altivec-15.C: Ditto.
2311 * g++.dg/ext/altivec-types-1.C: Ditto.
2312 * g++.dg/ext/altivec-types-2.C: Ditto.
2313 * g++.dg/ext/altivec-types-3.C: Ditto.
2314 * g++.dg/ext/altivec-types-4.C: Ditto.
2315
2316 2011-01-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2317
2318 * lib/scanasm.exp (dg-function-on-line): Handle mips-sgi-irix*.
2319
2320 2011-01-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2321
2322 * gfortran.dg/cray_pointers_2.f90: Avoid cycling through
2323 optimization options.
2324
2325 2011-01-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2326
2327 * gfortran.dg/array_constructor_33.f90: Use dg-timeout-factor 4.
2328
2329 PR testsuite/45988
2330 * gfortran.dg/vect/fast-math-pr38968.f90: Use dg-timeout-factor 2.
2331
2332 2011-01-23 Tobias Burnus <burnus@net-b.de>
2333
2334 PR fortran/47421
2335 * gfortran.dg/allocatable_scalar_12.f90: New.
2336
2337 2011-01-23 Ira Rosen <irar@il.ibm.com>
2338
2339 * gcc.dg/vect/costmodel/spu/costmodel-vect-33.c: Expect
2340 vectorization to be not profitable if peeling is used to
2341 realign the memory access.
2342 * gcc.dg/vect/costmodel/spu/costmodel-vect-76a.c: Increase
2343 loop bound to avoid loop unrolling.
2344 * gcc.dg/vect/costmodel/spu/costmodel-vect-76c.c: Likewise.
2345
2346 2011-01-22 Jan Hubicka <jh@suse.cz>
2347
2348 PR lto/47333
2349 * g++.dg/lto/pr47333.C: New file.
2350
2351 2011-01-22 Jan Hubicka <jh@suse.cz>
2352
2353 PR tree-optimization/43884
2354 PR lto/44334
2355 * gcc.dg/autopar/outer-2.c: Increase array size.
2356 * gcc.dg/tree-ssa/ldist-pr45948.c: Update test.
2357
2358 2011-01-22 Thomas Koenig <tkoenig@gcc.gnu.org>
2359
2360 PR fortran/38536
2361 * gfortran.dg/c_loc_tests_16.f90: New test.
2362
2363 2011-01-22 Tobias Burnus <burnus@net-b.de>
2364
2365 PR fortran/47399
2366 * gfortran.dg/typebound_proc_19.f90: New.
2367
2368 2011-01-21 Jeff Law <law@redhat.com>
2369
2370 PR tree-optimization/47053
2371 * g++.dg/pr47053.C: New test.
2372
2373 2011-01-21 Jason Merrill <jason@redhat.com>
2374
2375 PR c++/47041
2376 * g++.dg/cpp0x/constexpr-ctor6.C: New.
2377
2378 2011-01-21 Jakub Jelinek <jakub@redhat.com>
2379
2380 PR c++/47388
2381 * g++.dg/cpp0x/range-for10.C: New test.
2382 * g++.dg/template/for1.C: New test.
2383
2384 PR middle-end/45566
2385 * g++.dg/tree-prof/partition3.C: New test.
2386
2387 * g++.dg/tree-prof/tree-prof.exp: Fix a comment.
2388
2389 PR rtl-optimization/47366
2390 * g++.dg/opt/pr47366.C: New test.
2391
2392 2011-01-21 Jason Merrill <jason@redhat.com>
2393
2394 PR c++/46552
2395 * g++.dg/cpp0x/constexpr-regress2.C: New.
2396
2397 * g++.dg/cpp0x/constexpr-stmtexpr.C: New.
2398
2399 2011-01-21 Jeff Law <law@redhat.com>
2400
2401 PR rtl-optimization/41619
2402 * gcc.dg/pr41619.c: New.
2403
2404 2011-01-21 Jakub Jelinek <jakub@redhat.com>
2405
2406 PR tree-optimization/47355
2407 * g++.dg/opt/pr47355.C: New test.
2408
2409 2011-01-21 Richard Guenther <rguenther@suse.de>
2410
2411 * gcc.dg/tree-ssa/pr47392.c: Make test non-static instead of
2412 making main hot.
2413
2414 2011-01-21 Richard Guenther <rguenther@suse.de>
2415
2416 PR tree-optimization/47365
2417 * gcc.dg/torture/pr47365.c: New testcase.
2418 * gcc.dg/tree-ssa/pr47392.c: Likewise.
2419
2420 2011-01-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2421
2422 * g++.dg/other/anon5.C: Skip on mips-sgi-irix*.
2423
2424 2011-01-21 Jakub Jelinek <jakub@redhat.com>
2425
2426 PR tree-optimization/47391
2427 * gcc.dg/pr47391.c: New test.
2428
2429 2011-01-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2430
2431 * g++.dg/template/char1.C: Use signed char.
2432
2433 2011-01-21 Tobias Burnus <burnus@net-b.de>
2434
2435 PR fortran/47377
2436 * gfortran.dg/pointer_target_4.f90: New.
2437
2438 2011-01-20 Michael Meissner <meissner@linux.vnet.ibm.com>
2439
2440 PR target/47251
2441 * gcc.target/powerpc/pr47251.c: Fixup test so that it runs on
2442 ILP32 system and not IP32.
2443
2444 2011-01-20 Alexandre Oliva <aoliva@redhat.com>
2445
2446 PR debug/46583
2447 * g++.dg/debug/pr46583.C: New.
2448
2449 2011-01-20 Jakub Jelinek <jakub@redhat.com>
2450
2451 PR debug/47283
2452 * g++.dg/debug/pr47283.C: New test.
2453
2454 PR testsuite/47371
2455 * gcc.target/i386/headmerge-1.c: Tighten up scan-assembler regex.
2456 * gcc.target/i386/headmerge-2.c: Likewise.
2457
2458 2011-01-20 Richard Guenther <rguenther@suse.de>
2459
2460 PR middle-end/47370
2461 * gcc.dg/torture/pr47370.c: New testcase.
2462
2463 2011-01-20 Jakub Jelinek <jakub@redhat.com>
2464
2465 PR tree-optimization/46130
2466 * gcc.dg/pr46130-1.c: New test.
2467 * gcc.dg/pr46130-2.c: New test.
2468
2469 2011-01-19 Dodji Seketeli <dodji@redhat.com>
2470
2471 PR c++/47291
2472 * g++.dg/debug/dwarf2/template-params-10.C: New test.
2473
2474 2011-01-19 Alexandre Oliva <aoliva@redhat.com>
2475
2476 PR debug/46240
2477 * g++.dg/debug/pr46240.cc: New.
2478
2479 2011-01-19 Jakub Jelinek <jakub@redhat.com>
2480
2481 PR c++/47303
2482 * g++.dg/template/anonunion1.C: New test.
2483
2484 PR rtl-optimization/47337
2485 * gcc.c-torture/execute/pr47337.c: New test.
2486
2487 2011-01-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2488
2489 PR testsuite/45342
2490 * gcc.dg/tls/thr-cse-1.c: Fix match on spu-*.*.
2491
2492 2011-01-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2493
2494 PR tree-optimization/46021
2495 * gcc.dg/tree-ssa/20040204-1.c: Do not XFAIL on spu-*-*.
2496
2497 2011-01-19 Jakub Jelinek <jakub@redhat.com>
2498
2499 PR tree-optimization/47290
2500 * g++.dg/torture/pr47290.C: New test.
2501
2502 2011-01-18 Janus Weil <janus@gcc.gnu.org>
2503
2504 PR fortran/47240
2505 * gfortran.dg/proc_ptr_comp_29.f90: New.
2506
2507 2011-01-18 Dominique d'Humieres <dominiq@lps.ens.fr>
2508
2509 PR testsuite/41146
2510 * gcc.target/powerpc/asm-es-2.c: Adjust regular expression for
2511 powerpc-apple-darwin9.
2512
2513 2011-01-18 Jakub Jelinek <jakub@redhat.com>
2514
2515 PR rtl-optimization/47299
2516 * gcc.c-torture/execute/pr47299.c: New test.
2517
2518 2011-01-17 Jason Merrill <jason@redhat.com>
2519
2520 * g++.dg/cpp0x/constexpr-virtual.C: New.
2521
2522 2011-01-17 Jakub Jelinek <jakub@redhat.com>
2523
2524 PR fortran/47331
2525 * gfortran.dg/gomp/pr47331.f90: New test.
2526
2527 2011-01-17 Nicola Pero <nicola.pero@meta-innovation.com>
2528
2529 PR objc/47314
2530 * objc.dg/selector-warn-1.m: New.
2531 * obj-c++.dg/selector-warn-1.mm: New.
2532
2533 2011-01-17 Richard Sandiford <rdsandiford@googlemail.com>
2534
2535 * gcc.dg/tree-ssa/vrp51.c: Prefix each "bug." string with "vrp.".
2536 Update dg-final accordingly.
2537
2538 2011-01-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2539
2540 * g++.old-deja/g++.other/init19.C: Don't XFAIL on mips-sgi-irix*.
2541
2542 2011-01-17 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2543
2544 * gcc.dg/guality/pr36728-1.c: Replace XFAIL for s390(x) with a
2545 target check.
2546 * gcc.dg/guality/pr36728-2.c: Likewise.
2547
2548 2011-01-17 Richard Guenther <rguenther@suse.de>
2549
2550 PR tree-optimization/47313
2551 * g++.dg/torture/pr47313.C: New testcase.
2552
2553 2011-01-17 H.J. Lu <hongjiu.lu@intel.com>
2554
2555 PR target/47318
2556 * gcc.target/i386/avx-vmaskmovpd-1.c: New.
2557 * gcc.target/i386/avx-vmaskmovpd-2.c: Likewise.
2558 * gcc.target/i386/avx-vmaskmovps-1.c: Likewise.
2559 * gcc.target/i386/avx-vmaskmovps-1.c: Likewise.
2560
2561 * gcc.target/i386/avx-vmaskmovpd-256-1.c (avx_test): Load mask
2562 as __m256i.
2563 * gcc.target/i386/avx-vmaskmovpd-256-2.c (avx_test): Likewise.
2564 * gcc.target/i386/avx-vmaskmovps-256-1.c (avx_test): Likewise.
2565 * gcc.target/i386/avx-vmaskmovps-256-2.c (avx_test): Likewise.
2566
2567 2011-01-17 Richard Guenther <rguenther@suse.de>
2568
2569 PR tree-optimization/45967
2570 * gcc.dg/torture/pr45967-2.c: New testcase.
2571 * gcc.dg/torture/pr45967-3.c: Likewise.
2572
2573 2011-01-16 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2574
2575 PR testsuite/47325
2576 * g++.dg/ext/pr47213.C: Require visibility.
2577
2578 2011-01-16 Richard Sandiford <rdsandiford@googlemail.com>
2579
2580 * gcc.dg/fixed-point/composite-type.c: Pass -Wno-unused.
2581 * gcc.dg/fixed-point/struct-union.c: Update error messages.
2582
2583 2011-01-16 Richard Sandiford <rdsandiford@googlemail.com>
2584
2585 * gcc.c-torture/execute/20101011-1.c: Skip test for MIPS16
2586 Linux-based targets.
2587
2588 2011-01-13 Jan Hubicka <jh@suse.cz>
2589
2590 PR tree-optimization/47276
2591 * gcc.dg/pr47276.c: New testcase.
2592
2593 2011-01-15 Giovanni Funchal <gafunchal@gmail.com>
2594 Jonathan Wakely <jwakely.gcc@gmail.com>
2595
2596 PR c++/33558
2597 * g++.dg/other/pr33558.C: New.
2598 * g++.dg/other/pr33558-2.C: New.
2599
2600 2011-01-14 Martin Jambor <mjambor@suse.cz>
2601
2602 PR tree-optimization/45934
2603 PR tree-optimization/46302
2604 * g++.dg/ipa/devirt-c-1.C: New test.
2605 * g++.dg/ipa/devirt-c-2.C: Likewise.
2606 * g++.dg/ipa/devirt-c-3.C: Likewise.
2607 * g++.dg/ipa/devirt-c-4.C: Likewise.
2608 * g++.dg/ipa/devirt-c-5.C: Likewise.
2609 * g++.dg/ipa/devirt-c-6.C: Likewise.
2610 * g++.dg/ipa/devirt-6.C: Likewise.
2611 * g++.dg/ipa/devirt-d-1.C: Likewise.
2612 * g++.dg/torture/pr45934.C: Likewise.
2613
2614 2011-01-14 Jason Merrill <jason@redhat.com>
2615
2616 * g++.dg/cpp0x/variadic105.C: New.
2617
2618 2011-01-08 Dominique d'Humieres <dominiq@lps.ens.fr>
2619 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2620
2621 PR objc/45989
2622 * objc.dg/gnu-encoding/struct-layout-encoding-1_generate.c
2623 (switchfiles): XFAIL objc.dg-struct-layout-encoding-1/t02[57-9]_main.m
2624 execution tests on i?86-*-*, x86_64-*-* and
2625 powerpc*-apple-darwin* && ilp32.
2626 XFAIL objc.dg-struct-layout-encoding-1/t03[01]_main.m execution
2627 tests on i?86-*-* and x86_64-*-*.
2628
2629 2011-01-14 Richard Guenther <rguenther@suse.de>
2630
2631 PR tree-optimization/47280
2632 * g++.dg/opt/pr47280.C: New testcase.
2633
2634 2011-01-14 Jason Merrill <jason@redhat.com>
2635
2636 * g++.dg/cpp0x/constexpr-regress1.C: New.
2637
2638 * g++.dg/ext/flexary2.C: New.
2639
2640 2011-01-14 Richard Guenther <rguenther@suse.de>
2641
2642 PR middle-end/47281
2643 * gcc.dg/torture/pr47281.c: New testcase.
2644 * gcc.dg/tree-ssa/pr46076.c: XFAIL.
2645
2646 2011-01-14 Richard Guenther <rguenther@suse.de>
2647
2648 PR tree-optimization/47286
2649 * gcc.dg/tree-ssa/pr47286.c: New testcase.
2650
2651 2011-01-13 Kai Tietz <kai.tietz@onevision.com>
2652
2653 PR c++/47213
2654 * g++.dg/ext/pr47213.C: New.
2655
2656 2011-01-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2657
2658 * gfortran.dg/cray_pointers_2.f90: Use dg-timeout-factor 4.
2659
2660 2011-01-13 Tobias Burnus <burnus@net-b.de>
2661 Mikael Morin <mikael@gcc.gnu.org>
2662
2663 PR fortran/45848
2664 PR fortran/47204
2665 * gfortran.dg/select_type_20.f90: New.
2666 * gfortran.dg/select_type_21.f90: New.
2667
2668 2011-01-13 Michael Meissner <meissner@linux.vnet.ibm.com>
2669
2670 PR target/47251
2671 * gcc.target/powerpc/pr47251.c: New file, test PR 47251 fix.
2672
2673 2011-01-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2674
2675 * gcc.dg/guality/pr36728-1.c: Disable arg1/2 checks for s390 and s390x.
2676 * gcc.dg/guality/pr36728-2.c: Likewise.
2677
2678 2011-01-13 Dodji Seketeli <dodji@redhat.com>
2679
2680 PR debug/PR46973
2681 * g++.dg/debug/dwarf2/template-params-9.C: New test.
2682
2683 2011-01-13 Andrey Belevantsev <abel@ispras.ru>
2684
2685 PR rtl-optimization/45352
2686 * gcc.dg/pr45352-3.c: New.
2687
2688 2011-01-12 Rodrigo Rivas Costa <rodrigorivascosta@gmail.com>
2689
2690 * g++.dg/cpp0x/range-for4.C: Delete useless include and duplicated
2691 comment.
2692 * g++.dg/cpp0x/range-for8.C: New.
2693 * g++.dg/cpp0x/range-for9.C: New.
2694
2695 2011-01-12 Kai Tietz <kai.tietz@onevision.com>
2696
2697 PR debug/47209
2698 * g++.dg/debug/pr47209.C: New.
2699
2700 2011-01-12 Richard Guenther <rguenther@suse.de>
2701
2702 PR lto/47259
2703 * gcc.dg/lto/pr47259_0.c: New testcase.
2704 * gcc.dg/lto/pr47259_1.c: Likewise.
2705
2706 2011-01-12 Iain Sandoe <iains@gcc.gnu.org>
2707
2708 * objc-obj-c++-shared/Object1.h: Add copyright header, update
2709 comments. Add a TEST_SUITE_ADDITIONS category for GNU runtime.
2710 Amend NeXT version to declare a TEST_SUITE_ADDITIONS carrying the
2711 methods missing from the OBJC2 Object.
2712 * objc-obj-c++-shared/Object1-implementation.h: Add copyright header.
2713 Amend implementation to use a TEST_SUITE_ADDITIONS category for both
2714 GNU and NeXT runtimes.
2715 * objc-obj-c++-shared/Object1.mm: Remove redundant header, update
2716 comments.
2717 * objc-obj-c++-shared/Object1.m: Likewise.
2718 * objc.dg/encode-3.m: Update header use. Amend to be API2 compatible.
2719 * objc.dg/proto-qual-1.m: Likewise.
2720 * obj-c++.dg/proto-lossage-3.mm: Likewise.
2721 * obj-c++.dg/proto-qual-1.mm: Likewise.
2722
2723 2011-01-12 Eric Botcazou <ebotcazou@adacore.com>
2724
2725 PR testsuite/33033
2726 * gcc.dg/20061124-1.c: Pass -mcpu=v9 on the SPARC.
2727
2728 2011-01-12 Nicola Pero <nicola.pero@meta-innovation.com>
2729
2730 Fixed the Objective-C++ testsuite and updated all tests.
2731 * lib/obj-c++.exp (obj-c++_init): Declare and set
2732 gcc_warning_prefix and gcc_error_prefix.
2733 * obj-c++.dg/attributes/categ-attribute-2.mm: Fixed usage of
2734 'dg-warning', 'dg-message' and 'dg-error'.
2735 * obj-c++.dg/class-extension-3.mm: Likewise.
2736 * obj-c++.dg/class-protocol-1.mm: Likewise.
2737 * obj-c++.dg/encode-7.mm: Likewise.
2738 * obj-c++.dg/exceptions-3.mm: Likewise.
2739 * obj-c++.dg/exceptions-5.mm: Likewise.
2740 * obj-c++.dg/method-12.mm: Likewise.
2741 * obj-c++.dg/method-13.mm: Likewise.
2742 * obj-c++.dg/method-15.mm: Likewise.
2743 * obj-c++.dg/method-16.mm: Likewise.
2744 * obj-c++.dg/method-4.mm: Likewise.
2745 * obj-c++.dg/method-8.mm: Likewise.
2746 * obj-c++.dg/method-conflict-1.mm: Likewise.
2747 * obj-c++.dg/method-conflict-2.mm: Likewise.
2748 * obj-c++.dg/method-conflict-3.mm: Likewise. Also, removed FIXME
2749 and uncommented second part of the testcase now that the testsuite
2750 works correctly.
2751 * obj-c++.dg/method-conflict-4.mm: Likewise. Also, removed FIXME
2752 and uncommented second part of the testcase now that the testsuite
2753 works correctly.
2754 * obj-c++.dg/private-1.mm: Likewise.
2755 * obj-c++.dg/proto-lossage-4.mm: Likewise.
2756 * obj-c++.dg/syntax-error-7.mm: Likewise.
2757 * obj-c++.dg/warn5.mm: Likewise.
2758 * obj-c++.dg/property/at-property-14.mm: Likewise.
2759 * obj-c++.dg/property/at-property-16.mm: Likewise, and removed
2760 FIXME.
2761 * obj-c++.dg/property/at-property-18.mm: Likewise.
2762 * obj-c++.dg/property/at-property-20.mm: Likewise, and removed
2763 FIXME.
2764 * obj-c++.dg/property/at-property-21.mm: Likewise.
2765 * obj-c++.dg/property/at-property-28.mm: Likewise.
2766 * obj-c++.dg/property/at-property-5.mm: Likewise.
2767 * obj-c++.dg/property/dynamic-2.mm: Likewise.
2768 * obj-c++.dg/property/property-neg-3.mm: Likewise.
2769 * obj-c++.dg/property/synthesize-11.mm: Likewise.
2770 * obj-c++.dg/property/synthesize-6.mm: Likewise.
2771 * obj-c++.dg/property/synthesize-8.mm: Likewise.
2772 * obj-c++.dg/property/synthesize-9.mm: Likewise.
2773 * obj-c++.dg/tls/diag-5.mm: Likewise.
2774 * obj-c++.dg/ivar-invalid-type-1.mm: Removed FIXME and uncommented
2775 dg-error, now matched correctly.
2776
2777 2011-01-12 Nicola Pero <nicola.pero@meta-innovation.com>
2778
2779 * objc.dg/property/at-property-29.m: New.
2780 * obj-c++.dg/property/at-property-29.mm: New.
2781
2782 2011-01-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2783
2784 * go.test/go-test.exp (go-set-goarch): New proc.
2785 (go-gc-tests): Use it.
2786
2787 2011-01-11 Dodji Seketeli <dodji@redhat.com>
2788
2789 PR debug/46955
2790 * g++.dg/debug/dwarf2/template-params-8.C: New test.
2791
2792 2011-01-11 Richard Henderson <rth@redhat.com>
2793
2794 * gcc-dg/tree-ssa/vrp47.c: Disable for mn10300 as well.
2795
2796 2011-01-11 Jan Hubicka <jh@suse.cz>
2797
2798 PR lto/45721
2799 PR lto/45375
2800 * testsuite/gcc.dg/lto/pr45721_1.c: New file.
2801 * testsuite/gcc.dg/lto/pr45721_0.c: New file.
2802
2803 2011-01-11 Richard Guenther <rguenther@suse.de>
2804
2805 PR tree-optimization/46076
2806 * gcc.dg/tree-ssa/pr46076.c: New testcase.
2807
2808 2011-01-11 Jeff Law <law@redhat.com>
2809
2810 * PR tree-optimization/47086
2811 * gcc.dg/pr47086.c: New test.
2812
2813 2011-01-11 Jason Merrill <jason@redhat.com>
2814
2815 PR c++/46658
2816 * g++.dg/template/new10.C: New.
2817
2818 PR c++/45520
2819 * g++.dg/cpp0x/lambda/lambda-this3.C: New.
2820
2821 2011-01-11 Iain Sandoe <iains@gcc.gnu.org>
2822
2823 * objc-obj-c++-shared/next-mapping.h: Add copyright header.
2824 Split type definitions and NSConstantString class into...
2825 * objc-obj-c++-shared/objc-test-suite-types.h: New.
2826 * objc-obj-c++-shared/nsconstantstring-class.h: New.
2827 * objc-obj-c++-shared/nsconstantstring-class-impl.h: New.
2828 * objc-obj-c++-shared/nsconstantstring-class-impl.m: New.
2829 * objc-obj-c++-shared/nsconstantstring-class-impl.mm: New.
2830 * objc-obj-c++-shared/next-abi.h: Add copyright header, minor update
2831 to comments.
2832 * objc-obj-c++-shared/objc-test-suite-next-encode-assist.h: Adjust
2833 encode defines for newer NeXT system headers.
2834 * obj-c++.dg/template-4.mm: Adjust to use nsconstantstring headers.
2835 * obj-c++.dg/torture/strings/string1.mm: Likewise.
2836 * objc.dg/foreach-5.m: Likewise.
2837 * objc.dg/foreach-2.m: Likewise.
2838 * objc.dg/foreach-4.m: Likewise.
2839 * objc.dg/torture/strings/string1.m: Likewise.
2840 * objc.dg/torture/strings/string2.m: Likewise.
2841 * objc.dg/torture/strings/string3.m: Likewise.
2842 * objc.dg/torture/strings/string4.m: Likewise.
2843 * obj-c++.dg/torture/strings/const-str-3.mm: Adjust to use type
2844 header and stand alone.
2845 * obj-c++.dg/strings/strings-2.mm: Likewise.
2846 * objc.dg/torture/strings/const-str-3.m: Likewise.
2847 * objc.dg/strings/strings-2.m: Likewise.
2848 * objc.dg/strings/const-str-12b.m: Likewise.
2849
2850 2011-01-12 Richard Guenther <rguenther@suse.de>
2851
2852 PR middle-end/32511
2853 * gcc.dg/attr-weak-1.c: Adjust.
2854
2855 2011-01-11 Paul Thomas <pault@gcc.gnu.org>
2856
2857 PR fortran/47051
2858 * gfortran.dg/realloc_on_assign_2.f03 : Modify 'test1' to be
2859 standard compliant and comment.
2860
2861 2011-01-10 Jan Hubicka <jh@suse.cz>
2862
2863 PR lto/46083
2864 * gcc.dg/initpri3.c: New testcase.
2865
2866 2011-01-10 H.J. Lu <hongjiu.lu@intel.com>
2867
2868 PR lto/47222
2869 * g++.dg/torture/stackalign/test-unwind.h (g_edi): Mark it
2870 externally visible.
2871 (g_esi): Likewise.
2872 (g_ebx): Likewise.
2873 (g_ebp): Likewise.
2874 (g_esp): Likewise.
2875 (g_ebp_save): Likewise.
2876 (g_esp_save): Likewise.
2877
2878 2011-01-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2879
2880 * g++.dg/ipa/pr46984.C: Add dg-require-effective-target lto.
2881
2882 2011-01-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2883
2884 PR tree-optimization/46021
2885 * gcc.dg/tree-ssa/20040204-1.c: Don't XFAIL on alpha*-*-*,
2886 i?86-*-*, x86_64-*-*.
2887
2888 2011-01-10 Jeff Law <law@redhat.com>
2889
2890 * PR tree-optimization/47141
2891 * gcc.c-torture/compile/pr47141.c: New test.
2892
2893 2011-01-10 Eric Botcazou <ebotcazou@adacore.com>
2894
2895 PR testsuite/46230
2896 * gcc.dg/vect/vect-vfa-slp.c: Remove XFAIL.
2897 * gcc.dg/vect/slp-23.c: Remove XFAIL for SLP.
2898 * gcc.dg/vect/slp-35.c: Remove XFAILs.
2899 * gcc.dg/vect/no-tree-pre-slp-29.c: Likewise.
2900
2901 PR testsuite/46230
2902 * gcc.dg/vect/vect-peel-1.c (main): Prevent initialization loop from
2903 being vectorized. Adjust dg-final pattern. Remove XFAIL.
2904 * gcc.dg/vect/vect-peel-2.c (main): Likewise.
2905 * gcc.dg/vect/vect-peel-4.c (main): Prevent initialization loop from
2906 being vectorized. Adjust dg-final pattern.
2907
2908 PR testsuite/46230
2909 * gcc.dg/vect/pr33804.c: XFAIL only for ilp32.
2910 * gcc.dg/vect/slp-24.c: Likewise.
2911
2912 2011-01-10 Dave Korn <dave.korn.cygwin@gmail.com>
2913
2914 PR c++/47218
2915 * g++.dg/other/pr47218-1.C: New test file.
2916 * g++.dg/other/pr47218.C: Likewise.
2917 * g++.dg/other/pr47218.h: New supporting header.
2918
2919 2011-01-09 Nicola Pero <nicola.pero@meta-innovation.com>
2920
2921 PR objc/47232
2922 * objc.dg/attributes/invalid-attribute-1.m: New.
2923 * obj-c++.dg/attributes/invalid-attribute-1.mm: New.
2924
2925 2011-01-09 Janus Weil <janus@gcc.gnu.org>
2926
2927 PR fortran/47224
2928 * gfortran.dg/proc_ptr_comp_28.f90: New.
2929
2930 2011-01-09 Iain Sandoe <iains@gcc.gnu.org>
2931
2932 * obj-c++.dg/gnu-api-2-class.mm: Skip for Darwin < 9.
2933 * obj-c++.dg/gnu-api-2-ivar.mm: Likewise.
2934 * obj-c++.dg/gnu-api-2-method.mm: Likewise.
2935 * obj-c++.dg/gnu-api-2-objc.mm: Likewise.
2936 * obj-c++.dg/gnu-api-2-object.mm: Likewise.
2937 * obj-c++.dg/gnu-api-2-property.mm: Likewise.
2938 * obj-c++.dg/gnu-api-2-protocol.mm: Likewise.
2939 * obj-c++.dg/gnu-api-2-sel.mm: Likewise.
2940 * objc.dg/gnu-api-2-class.m: Likewise.
2941 * objc.dg/gnu-api-2-ivar.m: Likewise.
2942 * objc.dg/gnu-api-2-method.m: Likewise.
2943 * objc.dg/gnu-api-2-objc.m: Likewise.
2944 * objc.dg/gnu-api-2-object.m: Likewise.
2945 * objc.dg/gnu-api-2-property.m: Likewise.
2946 * objc.dg/gnu-api-2-protocol.m: Likewise.
2947 * objc.dg/gnu-api-2-sel.m: Likewise.
2948
2949 2011-01-09 Iain Sandoe <iains@gcc.gnu.org>
2950
2951 * objc.dg/foreach-1.m: Skip for Darwin < 9.
2952 * objc.dg/objc-foreach-4.m: Likewise.
2953 * objc.dg/objc-foreach-5.m: Skip for Darwin < 9, adjust headers.
2954 * objc.dg/foreach-2.m: Skip for Darwin < 9, return self from init.
2955 * objc.dg/foreach-4.m: Likewise.
2956 * objc.dg/foreach-5.m: Likewise.
2957 * objc.dg/foreach-3.m: Return self from init.
2958
2959 2011-01-09 Thomas Koenig <tkoenig@gcc.gnu.org>
2960
2961 PR fortran/38536
2962 * gfortran.dg/iso_c_binding_c_loc_char_1.f03: New test.
2963
2964 2011-01-09 Janus Weil <janus@gcc.gnu.org>
2965
2966 PR fortran/46313
2967 * gfortran.dg/class_35.f90: New.
2968
2969 2011-01-08 Iain Sandoe <iains@gcc.gnu.org>
2970
2971 * objc.dg/foreach-1.m: Add "-Wall" to flags.
2972
2973 2011-01-08 Nicola Pero <nicola.pero@meta-innovation.com>
2974
2975 PR objc/47078
2976 * objc.dg/invalid-method-2.m: New.
2977 * obj-c++.dg/invalid-method-2.mm: New.
2978
2979 2011-01-08 Paul Thomas <pault@gcc.gnu.org>
2980
2981 PR fortran/46896
2982 * gfortran.dg/transpose_optimization_2.f90 : New test.
2983
2984 2011-01-08 Jan Hubicka <jh@suse.cz>
2985
2986 PR tree-optmization/46469
2987 * g++.dg/torture/pr46469.C: New testcase.
2988
2989 2011-01-08 Iain Sandoe <iains@gcc.gnu.org>
2990
2991 * objc-obj-c++-shared/next-mapping.h: Move code and definitions for
2992 emulation of libobjc-gnu structure layout functionality to ..
2993 * objc-obj-c++-shared/objc-test-suite-next-encode-assist.h: New.
2994 * objc-obj-c++-shared/objc-test-suite-next-encode-assist-impl.h: New.
2995 * objc/execute/bf-common.h: Adjust headers.
2996 * objc/execute/bf-1.m: Likewise.
2997 * objc/execute/bf-2.m: Likewise.
2998 * objc/execute/bf-3.m: Likewise.
2999 * objc/execute/bf-4.m: Likewise.
3000 * objc/execute/bf-5.m: Likewise.
3001 * objc/execute/bf-6.m: Likewise.
3002 * objc/execute/bf-7.m: Likewise.
3003 * objc/execute/bf-8.m: Likewise.
3004 * objc/execute/bf-9.m: Likewise.
3005 * objc/execute/bf-10.m: Likewise.
3006 * objc/execute/bf-11.m: Likewise.
3007 * objc/execute/bf-12.m: Likewise.
3008 * objc/execute/bf-13.m: Likewise.
3009 * objc/execute/bf-14.m: Likewise.
3010 * objc/execute/bf-15.m: Likewise.
3011 * objc/execute/bf-16.m: Likewise.
3012 * objc/execute/bf-17.m: Likewise.
3013 * objc/execute/bf-18.m: Likewise.
3014 * objc/execute/bf-19.m: Likewise.
3015 * objc/execute/bf-20.m: Likewise.
3016 * objc/execute/bf-21.m: Likewise.
3017 * objc/execute/bycopy-3.m: Adjust headers, add next-specific code for
3018 objc_get_type_qualifiers ().
3019
3020 2011-01-08 Thomas Koenig <tkoenig@gcc.gnu.org>
3021
3022 PR fortran/45777
3023 * gfortran.dg/dependency_39.f90: New test.
3024
3025 2011-01-07 Jan Hubicka <jh@suse.cz>
3026
3027 Get builtins tests ready for linker plugin.
3028 * gcc.c-torture/execute/builtins/memcpy-chk.c (s2,s3,l1): Mark volatile.
3029 * gcc.c-torture/execute/builtins/memops-asm-lib.c (my_memcpy, my_bcopy,
3030 my_memset, my_bzero): Mark used.
3031 * gcc.c-torture/execute/builtins/memset-chk.c (l1, l3): Mark volatile.
3032 * gcc.c-torture/execute/builtins/memmove-chk.c (s1,s2,s3,l1): Mark
3033 volatile.
3034 * gcc.c-torture/execute/builtins/mempcpy-chk.c (s2,s3,l1): Mark
3035 volatile.
3036
3037 2011-01-07 Jan Hubicka <jh@suse.cz>
3038
3039 PR tree-optimization/46367
3040 * g++.dg/torture/pr46367.C: New file.
3041
3042 2011-01-07 Jakub Jelinek <jakub@redhat.com>
3043
3044 PR target/47201
3045 * gcc.dg/pr47201.c: New test.
3046
3047 PR bootstrap/47187
3048 * gcc.dg/tree-prof/pr47187.c: New test.
3049
3050 2011-01-07 Tobias Burnus <burnus@net-b.de>
3051
3052 PR fortran/41580
3053 * gfortran.dg/extends_type_of_3.f90: New.
3054
3055 2011-01-07 Kai Tietz <kai.tietz@onevision.com>
3056
3057 * g++.dg/ext/dllexport-MI1.C: Adjust test.
3058 * g++.dg/ext/dllimport-MI1.C: Likewise.
3059 * g++.dg/ext/dllimport1.C: Add test for x86_64-*-mingw*.
3060 * g++.dg/ext/dllimport10.C: Likewise.
3061 * g++.dg/ext/dllimport11.C: Likewise.
3062 * g++.dg/ext/dllimport12.C: Likewise.
3063 * g++.dg/ext/dllimport13.C: Likewise.
3064 * g++.dg/ext/dllimport2.C: Likewise.
3065 * g++.dg/ext/dllimport3.C: Likewise.
3066 * g++.dg/ext/dllimport4.C: Likewise.
3067 * g++.dg/ext/dllimport5.C: Likewise.
3068 * g++.dg/ext/dllimport6.C: Likewise.
3069 * g++.dg/ext/dllimport8.C: Likewise.
3070 * g++.dg/ext/dllimport9.C: Likewise.
3071 * g++.dg/ext/selectany2.C: Enable test for x86_64-*-mingw*
3072 targets, too. Additionally enable test for i?86-*-mingw*.
3073 * g++.dg/ext/selectany1.C: Likewise.
3074 Remove guard variable check.
3075
3076 2011-01-07 Janus Weil <janus@gcc.gnu.org>
3077
3078 PR fortran/47189
3079 PR fortran/47194
3080 * gfortran.dg/storage_size_3.f08: Extended.
3081
3082 2011-01-07 Jakub Jelinek <jakub@redhat.com>
3083
3084 PR c++/47022
3085 * g++.dg/template/stdarg1.C: New test.
3086
3087 2011-01-06 Daniel Franke <franke.daniel@gmail.com>
3088
3089 PR fortran/47195
3090 * gfortran.dg/interface_33.f90: Fixed dg-error declarations.
3091 * gfortran.dg/defined_operators_1.f90: Split the subroutine
3092 from the interface of functions to not hide the errors that
3093 shall be tested.
3094
3095 2011-01-06 Jan Hubicka <jh@suse.cz>
3096
3097 * testsuite/gcc.dg/lto/pr47188_0.c: New testcase.
3098 * testsuite/gcc.dg/lto/pr47188_1.c: New testcase.
3099
3100 2011-01-06 Daniel Franke <franke.daniel@gmail.com>
3101
3102 PR fortran/33117
3103 PR fortran/46478
3104 * gfortran.dg/interface_33.f90: New test.
3105
3106 2011-01-06 Jakub Jelinek <jakub@redhat.com>
3107
3108 PR c/47150
3109 * gcc.c-torture/compile/pr47150.c: New test.
3110
3111 2011-01-06 Ira Rosen <irar@il.ibm.com>
3112
3113 PR tree-optimization/47139
3114 * gcc.dg/vect/pr47139.c: New test.
3115
3116 2011-01-05 Janus Weil <janus@gcc.gnu.org>
3117
3118 PR fortran/47180
3119 * gfortran.dg/extends_type_of_2.f03: New.
3120
3121 2011-01-05 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3122
3123 * gcc.dg/stack-usage-1.c (SIZE): Provide proper value for __SPU__.
3124
3125 2011-01-05 Eric Botcazou <ebotcazou@adacore.com>
3126
3127 * gnat.dg/opt14.adb: New test.
3128
3129 2011-01-05 Thomas Koenig <tkoenig@gcc.gnu.org>
3130
3131 PR fortran/46017
3132 * gfortran.dg/allocate_error_2.f90: New test.
3133
3134 2011-01-05 Janus Weil <janus@gcc.gnu.org>
3135
3136 PR fortran/47024
3137 * gfortran.dg/storage_size_3.f08: New.
3138
3139 2011-01-04 Jerry DeLisle <jvdelisle@gcc.gnu.org>
3140
3141 PR libgfortran/47154
3142 * gfortran.dg/namelist_68.f90: New test.
3143
3144 2011-01-04 Eric Botcazou <ebotcazou@adacore.com>
3145
3146 * gnat.dg/unchecked_convert8.ad[sb]: New test.
3147
3148 2011-01-04 Janus Weil <janus@gcc.gnu.org>
3149
3150 PR fortran/46448
3151 * gfortran.dg/class_34.f90: New.
3152
3153 2011-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3154
3155 * gcc.dg/torture/builtin-cproj-1.c: On the __SPU__ target, do not
3156 use __builtin_inff. Skip all single-precision tests that require
3157 Infinity.
3158
3159 2011-01-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3160
3161 * g++.dg/torture/pr46111.C: Add dg-require-effective-target pthread.
3162
3163 2011-01-03 Jakub Jelinek <jakub@redhat.com>
3164
3165 PR tree-optimization/47148
3166 * gcc.c-torture/execute/pr47148.c: New test.
3167
3168 PR tree-optimization/47155
3169 * gcc.c-torture/execute/pr47155.c: New test.
3170
3171 PR rtl-optimization/47157
3172 * gcc.c-torture/compile/pr47157.c: New test.
3173
3174 2011-01-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3175
3176 * gcc.dg/torture/vector-shift2.c (schar): Define.
3177 (main): Always use schar or uchar instead of plain "char" to avoid
3178 dependencies on implementation-defined char signedness.
3179
3180 2011-01-03 Martin Jambor <mjambor@suse.cz>
3181
3182 PR tree-optimization/46801
3183 * gnat.dg/pack9.adb: Remove xfail.
3184
3185 2011-01-03 Martin Jambor <mjambor@suse.cz>
3186
3187 PR tree-optimization/46984
3188 * g++.dg/ipa/pr46984.C: New test.
3189
3190 2011-01-02 Janus Weil <janus@gcc.gnu.org>
3191
3192 PR fortran/46408
3193 * gfortran.dg/class_19.f03: Adjust counting of __builtin_free.
3194
3195 2011-01-02 Jakub Jelinek <jakub@redhat.com>
3196
3197 PR tree-optimization/47140
3198 * gcc.c-torture/compile/pr47140.c: New test.
3199
3200 PR rtl-optimization/47028
3201 * gcc.dg/pr47028.c: New test.
3202
3203 2011-01-02 Nicola Pero <nicola.pero@meta-innovation.com>
3204
3205 * objc.dg/protocol-forward-1.m: Removed TODO.
3206 * objc.dg/protocol-forward-2.m: New.
3207 * obj-c++.dg/protocol-forward-2.mm: Removed TODO.
3208 * obj-c++.dg/protocol-forward-2.mm: New.
3209
3210 2011-01-01 Kai Tietz <kai.tietz@onevision.com>
3211
3212 PR target/38662
3213 * g++.dg/eh/pr38662.C: New testcase.
3214
3215 2011-01-01 Chung-Lin Tang <cltang@codesourcery.com>
3216
3217 * gcc.target/arm/vfp-1.c (test_ldst): Fixed fsts test to
3218 scan for newline '\n'.
3219
3220 \f
3221 Copyright (C) 2011 Free Software Foundation, Inc.
3222
3223 Copying and distribution of this file, with or without modification,
3224 are permitted in any medium without royalty provided the copyright
3225 notice and this notice are preserved.