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