thumb-ifcvt.c: Only run for -mthumb.
[gcc.git] / gcc / testsuite / ChangeLog
1 2012-03-27 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
2
3 * gcc.target/arm/thumb-ifcvt.c: Only run for -mthumb.
4 * gcc.target/arm/thumb-16bit-ops.c: Likewise.
5
6 2012-03-26 Martin Jambor <mjambor@suse.cz>
7
8 PR tree-optimization/50052
9 * gcc.dg/ipa/ipa-sra-2.c: Also run on strict-alignment platforms.
10
11 2012-03-26 Richard Guenther <rguenther@suse.de>
12
13 PR tree-optimization/52701
14 * gfortran.dg/pr52701.f90: New testcase.
15
16 2012-03-26 Ulrich Weigand <ulrich.weigand@linaro.org>
17
18 PR tree-optimization/52686
19 * gcc.target/arm/pr52686.c: New test.
20
21 2012-03-26 Georg-Johann Lay <avr@gjlay.de>
22
23 * gcc.target/avr/torture/avr-torture.exp (AVR_TORTURE_OPTIONS):
24 Add "-Os -flto" to list.
25
26 2012-03-25 Eric Botcazou <ebotcazou@adacore.com>
27
28 * gnat.dg/concat2.ad[sb]: New test.
29
30 2012-03-24 Jason Merrill <jason@redhat.com>
31
32 * g++.dg/cpp0x/auto3.C: Compile with -pedantic-errors.
33 * g++.dg/cpp0x/trailing2.C: Likewise.
34 * g++.dg/warn/pr23075.C: Change dg-warning to dg-bogus.
35 * g++.dg/cpp1y/auto-fn1.C: New.
36 * g++.dg/cpp1y/auto-fn2.C: New.
37 * g++.dg/cpp1y/auto-fn3.C: New.
38 * g++.dg/cpp1y/auto-fn4.C: New.
39 * g++.dg/cpp1y/auto-fn5.C: New.
40 * g++.dg/cpp1y/auto-fn6.C: New.
41 * g++.dg/cpp1y/auto-fn7.C: New.
42 * g++.dg/cpp1y/auto-fn8.C: New.
43 * g++.dg/cpp1y/auto-fn9.C: New.
44 * g++.dg/cpp1y/auto-fn10.C: New.
45 * g++.dg/cpp1y/auto-fn11.C: New.
46
47 2012-03-23 Richard Guenther <rguenther@suse.de>
48
49 PR tree-optimization/52678
50 * gfortran.dg/pr52678.f: New testcase.
51
52 2012-03-23 Richard Guenther <rguenther@suse.de>
53
54 PR tree-optimization/52638
55 * g++.dg/torture/pr52638.C: New testcase.
56
57 2012-03-22 Paolo Carlini <paolo.carlini@oracle.com>
58
59 PR c++/52487
60 * g++.dg/cpp0x/lambda/lambda-ice7.C: New.
61
62 2012-03-22 Jakub Jelinek <jakub@redhat.com>
63
64 PR c++/52671
65 * g++.dg/ext/attrib44.C: New test.
66
67 2012-03-22 Jan Hubicka <jh@suse.cz>
68
69 PR middle-end/51737
70 * g++.dg/torture/pr51737.C: New testcase
71
72 2012-03-22 Richard Guenther <rguenther@suse.de>
73
74 PR tree-optimization/52548
75 * gcc.dg/tree-ssa/ssa-pre-29.c: New testcase.
76
77 2012-03-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
78
79 * lib/fortran-modules.exp (list-module-names-1): Remove
80 warning.
81
82 2012-03-21 Oleg Endo <olegendo@gcc.gnu.org>
83
84 PR target/50751
85 * gcc/target/sh/pr50751-1.c: New.
86 * gcc/target/sh/pr50751-2.c: New.
87 * gcc/target/sh/pr50751-3.c: New.
88
89 2012-03-21 Oleg Endo <olegendo@gcc.gnu.org>
90
91 PR target/52479
92 * gcc.target/sh/sh4a-cos.c: Remove.
93 * gcc.target/sh/sh4a-sin.c: Remove.
94 * gcc.target/sh/sh4a-sincos.c: Remove.
95
96 2012-03-21 Richard Earnshaw <rearnsha@arm.com>
97
98 * gcc.target/arm/neon/vgetQ_laneu64.c: Regenerated.
99 * gcc.target/arm/neon/vgetQ_lanes64.c: Likewise.
100
101 2012-03-21 Martin Jambor <mjambor@suse.cz>
102
103 PR testsuite/52641
104 * gcc.dg/misaligned-expand-1.c (cst): Cast to int.
105 * gcc.dg/misaligned-expand-2.c (cst): Likewise.
106
107 2012-03-21 Andrew Stubbs <ams@codesourcery.com>
108
109 * gcc.target/arm/thumb-16bit-ops.c: New file.
110 * gcc.target/arm/thumb-ifcvt.c: New file.
111
112 2012-03-20 Jason Merrill <jason@redhat.com>
113
114 * lib/target-supports.exp: Add { target c++1y }.
115
116 * g++.dg/cpp0x/auto32.C: New.
117
118 2012-03-20 Georg-Johann Lay <avr@gjlay.de>
119
120 PR testsuite/52641
121 * gcc.dg/torture/pr48124-1.c: Add dg-require-effective-target
122 int32plus.
123 * gcc.dg/torture/pr48124-4.c: Ditto:
124 * gcc.dg/torture/pr52530.c: Use long instead of int if int=16.
125
126 2012-03-20 Jason Merrill <jason@redhat.com>
127
128 PR c++/52510
129 * g++.dg/cpp0x/initlist66.C: New.
130
131 2012-03-20 Georg-Johann Lay <avr@gjlay.de>
132
133 * gcc.target/avr/progmem.h (pgm_read_char): Define depending on
134 __AVR_HAVE_LPMX__
135
136 2012-03-20 Georg-Johann Lay <avr@gjlay.de>
137
138 PR target/49868
139 * gcc.target/avr/torture/addr-space-2.h: New file.
140 * gcc.target/avr/torture/addr-space-2-g.h: New test.
141 * gcc.target/avr/torture/addr-space-2-0.h: New test.
142 * gcc.target/avr/torture/addr-space-2-1.h: New test.
143 * gcc.target/avr/torture/addr-space-2-x.h: New test.
144
145 2012-03-20 Richard Guenther <rguenther@suse.de>
146
147 * gnat.dg/pack16.adb: New testcase.
148 * gnat.dg/pack16_pkg.ads: Likewise.
149 * gnat.dg/specs/pack8.ads: Likewise.
150 * gnat.dg/specs/pack8_pkg.ads: Likewise.
151
152 2012-03-19 Paolo Carlini <paolo.carlini@oracle.com>
153
154 * g++.dg/warn/Wuseless-cast.C: Extend.
155
156 2012-03-19 Paolo Carlini <paolo.carlini@oracle.com>
157
158 PR c++/14710
159 * g++.dg/warn/Wuseless-cast.C: New.
160
161 2012-03-17 Janne Blomqvist <jb@gcc.gnu.org>
162
163 PR libfortran/52608
164 * gfortran.dg/pr52608.f90: New test.
165
166 2012-03-17 Tobias Burnus <burnus@net-b.de>
167
168 PR fortran/52585
169 * gfortran.dg/proc_ptr_36.f90: New.
170
171 2012-03-16 Martin Jambor <mjambor@suse.cz>
172
173 * gcc.dg/misaligned-expand-1.c: New test.
174 * gcc.dg/misaligned-expand-3.c: Likewise.
175
176 2012-03-16 Richard Guenther <rguenther@suse.de>
177 Kai Tietz <ktietz@redhat.com>
178
179 PR middle-end/48814
180 * gcc.c-torture/execute/pr48814-1.c: New test.
181 * gcc.c-torture/execute/pr48814-2.c: New test.
182 * gcc.dg/tree-ssa/assign-1.c: New test.
183 * gcc.dg/tree-ssa/assign-2.c: New test.
184 * gcc.dg/tree-ssa/assign-3.c: New test.
185
186 2012-03-16 Richard Guenther <rguenther@suse.de>
187
188 * gnat.dg/specs/pack7.ads: New testcase.
189
190 2012-03-15 Jakub Jelinek <jakub@redhat.com>
191
192 PR target/52568
193 * gcc.dg/torture/vshuf-4.inc: Add two new tests.
194 * gcc.dg/torture/vshuf-8.inc: Likewise.
195 * gcc.dg/torture/vshuf-16.inc: Likewise.
196 * gcc.dg/torture/vshuf-32.inc: Likewise.
197
198 2012-03-15 Jason Merrill <jason@redhat.com>
199
200 * g++.dg/torture/pr52582.C: New.
201
202 2012-03-15 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
203
204 * lib/fortran-modules.exp: New file which was forgotten in r185430.
205
206 2012-03-15 Ira Rosen <irar@il.ibm.com>
207 Ulrich Weigand <ulrich.weigand@linaro.org>
208
209 * gcc.dg/vect/slp-cond-3.c: New test.
210 * gcc.dg/vect/slp-cond-4.c: New test.
211
212 2012-03-15 Ira Rosen <irar@il.ibm.com>
213 Ulrich Weigand <ulrich.weigand@linaro.org>
214
215 * gcc.dg/vect/bb-slp-pattern-1.c: New test.
216 * gcc.dg/vect/bb-slp-pattern-2.c: New test.
217
218 2012-03-15 Janne Blomqvist <jb@gcc.gnu.org>
219
220 PR libfortran/52434
221 PR libfortran/48878
222 PR libfortran/38199
223 * gfortran.dg/edit_real_1.f90: Don't assume roundTiesToAway.
224 * gfortran.dg/round_1.f03: Likewise.
225
226 2012-03-15 Jakub Jelinek <jakub@redhat.com>
227 Andrew Pinski <apinski@cavium.com>
228
229 PR middle-end/52592
230 * gcc.dg/pr52592.c: New test.
231
232 2012-03-15 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
233
234 * gfortran.fortran-torture/compile/compile.exp: Simplify.
235 * gfortran.fortran-torture/execute/execute.exp: Likewise.
236 * lib/gcc-dg.exp (cleanup-modules): Move to ..
237 * lib/fortran-modules.exp: .. this new file. Adjust users.
238 * lib/gfortran-dg.exp (gfortran-dg-runtest,
239 gfortran-dg-debug-runtest): Call cleanup-modules.
240 * lib/fortran-torture.exp (fortran-torture-execute,
241 fortran-torture): Likewise.
242 * gfortran.dg/coarray/caf.exp: Likewise.
243 * lib/lto.exp: Likewise.
244 * gfortran.dg/class_4a.f03: Adjust cleanup-modules and keep-modules.
245 * gfortran.dg/class_4b.f03: Likewise.
246 * gfortran.dg/class_4c.f03: Likewise.
247 * gfortran.dg/class_45a.f03: Likewise.
248 * gfortran.dg/binding_label_tests_10.f03: Likewise.
249 * gfortran.dg/binding_label_tests_10_main.f03: Likewise.
250 * gfortran.dg/binding_label_tests_11.f03: Likewise.
251 * gfortran.dg/binding_label_tests_11_main.f03: Likewise.
252 * gfortran.dg/binding_label_tests_13.f03: Likewise.
253 * gfortran.dg/binding_label_tests_13_main.f03: Likewise.
254 * gfortran.dg/test_common_binding_labels_2.f03: Likewise.
255 * gfortran.dg/test_common_binding_labels_2_main.f03: Likewise.
256 * gfortran.dg/test_common_binding_labels_3.f03: Likewise.
257 * gfortran.dg/test_common_binding_labels_3_main.f03: Likewise.
258 * gfortran.dg/whole_file_28.f90: Likewise.
259 * gfortran.dg/whole_file_29.f90: Likewise.
260 * gfortran.dg/whole_file_30.f90: Likewise.
261 * gfortran.dg/whole_file_31.f90: Likewise.
262
263 2012-03-15 Jakub Jelinek <jakub@redhat.com>
264
265 PR tree-optimization/52267
266 * gcc.dg/pr52267.c: New test.
267 * gcc.dg/tree-ssa/vrp65.c: New test.
268 * gcc.dg/tree-ssa/vrp66.c: New test.
269
270 2012-03-15 Richard Guenther <rguenther@suse.de>
271
272 PR middle-end/52580
273 * gfortran.dg/vect/pr52580.f: New testcase.
274
275 2012-03-15 Oleg Endo <olegendo@gcc.gnu.org>
276
277 * gcc.target/sh/fpul-usage-1.c: New.
278
279 2012-03-14 Oleg Endo <olegendo@gcc.gnu.org>
280
281 PR target/49468
282 * gcc.target/sh/pr49468-si.c: Make dg-skip-if not the first directive.
283 * gcc.target/sh/pr49468-di.c: Likewise.
284
285 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
286
287 * g++.dg/warn/miss-format-1.C: Remove *-*-solaris2.8 handling.
288 * gcc.dg/c99-stdint-6.c: Likewise.
289 * gcc.dg/lto/20090210_0.c: Likewise.
290 * gcc.dg/pr28796-2.c: Don't skip on sparc*-sun-solaris2.8.
291 * gcc.dg/pragma-init-fini.c: Don't skip on i?86-*-solaris2.8.
292 * gcc.dg/pragma-init-fini-2.c: Likewise.
293 * gcc.dg/torture/pr47917.c: Remove *-*-solaris2.8 handling.
294 * gcc.target/i386/pr22076.c: Remove i?86-*-solaris2.8 handling.
295 * gcc.target/i386/pr22152.c: Likewise.
296 * gcc.target/i386/vect8-ret.c: Likewise.
297 * lib/target-supports.exp (add_options_for_tls): Remove Solaris 8
298 handling.
299
300 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
301
302 * g++.dg/other/anon5.C: Don't skip on mips-sgi-irix*.
303 * g++.dg/tree-prof/partition1.C: Likewise.
304 * g++.dg/tree-prof/partition2.C: Likewise.
305 * g++.old-deja/g++.other/init19.C: Remove mips-sgi-irix*
306 handling.
307 * gcc.c-torture/compile/labels-3.c: Remove dg-options.
308 * gcc.c-torture/execute/20010724-1.c: Remove.
309 * gcc.c-torture/execute/20010724-1.x: Remove.
310 * gcc.c-torture/execute/20040208-2.c: Remove.
311 * gcc.c-torture/execute/20040208-2.x: Remove.
312 * gcc.c-torture/execute/ieee/20000320-1.c [__mips__ && __sgi__]:
313 Remove.
314 (main) [__mips__ && __sgi__]: Remove.
315 * gcc.c-torture/execute/ieee/copysign1.c: Remove IRIX reference.
316 * gcc.c-torture/execute/ieee/copysign2.c: Likewise.
317 * gcc.c-torture/execute/ieee/mul-subnormal-single-1.x: Remove
318 mips-sgi-irix6* handling.
319 * gcc.dg/cpp/assert4.c [__mips__]: Remove __sgi__, sgi.
320 * gcc.dg/torture/20090618-1.c: Don't skip on mips-sgi-irix*.
321 * gcc.dg/torture/builtin-frexp-1.c: Remove mips*-*-irix6*
322 handling.
323 * gcc.dg/torture/builtin-logb-1.c: Likewise.
324 * gcc.dg/torture/pr47917.c: Remove mips-sgi-irix6.5 handling.
325 * gcc.dg/tree-ssa/ssa-store-ccp-3.c: Don't skip on mips*-*-irix*.
326 * gcc.misc-tests/linkage.exp: Remove mips-sgi-irix6* handling.
327 * gcc.target/mips/args-1.c [!__sgi__]: Remove.
328 * gcc.target/mips/interrupt_handler-2.c: Don't skip on
329 mips-sgi-irix6*.
330 * gcc.target/mips/interrupt_handler-3.c: Likewise.
331 * gcc.target/mips/save-restore-1.c: Don't skip on mips-sgi-irix6*.
332 * gcc.target/mips/save-restore-3.c: Likewise.
333 * gcc.target/mips/save-restore-4.c: Likewise.
334 * gcc.target/mips/save-restore-5.c: Likewise.
335 * gfortran.dg/g77/cabs.f: Don't xfail on mips-sgi-irix6*.
336 * lib/prune.exp (prune_gcc_output): Remove pruning of IRIX 6 ld
337 messages.
338 * lib/target-libpath.exp (set_ld_library_path_env_vars): Remove
339 IRIX 6 handling.
340 (restore_ld_library_path_env_vars): Likewise.
341 * lib/target-supports.exp (check_profiling_available): Remove
342 mips*-*-irix* handling.
343 (check_ascii_locale_available): Remove mips-sgi-irix* handling.
344 (add_options_for_c99_runtime): Remove mips-sgi-irix6.5* handling.
345 * objc.dg/stabs-1.m: Don't xfail on mips-sgi-irix6.5.
346
347 2012-03-14 Jakub Jelinek <jakub@redhat.com>
348
349 PR c++/52582
350 * g++.dg/opt/pr52582.C: New test.
351
352 2012-03-14 Richard Guenther <rguenther@suse.de>
353
354 PR tree-optimization/52571
355 * gcc.dg/vect/vect-2.c: Initialize arrays.
356 * gcc.dg/vect/no-section-anchors-vect-34.c: Likewise.
357 * gcc.target/i386/recip-vec-divf.c: Use -fno-common.
358 * gcc.target/i386/recip-vec-sqrtf.c: Likewise.
359
360 2012-03-14 Richard Guenther <rguenther@suse.de>
361
362 PR middle-end/52080
363 PR middle-end/52097
364 PR middle-end/48124
365 * gcc.dg/torture/pr48124-1.c: New testcase.
366 * gcc.dg/torture/pr48124-2.c: Likewise.
367 * gcc.dg/torture/pr48124-3.c: Likewise.
368 * gcc.dg/torture/pr48124-4.c: Likewise.
369
370 2012-03-14 Richard Guenther <rguenther@suse.de>
371
372 PR middle-end/52578
373 * gcc.dg/pr52578.c: New testcase.
374
375 2012-03-14 Jakub Jelinek <jakub@redhat.com>
376
377 PR c++/52521
378 * g++.dg/cpp0x/udlit-args2.C: New test.
379
380 2012-03-13 Oleg Endo <olegendo@gcc.gnu.org>
381
382 PR target/48596
383 * gcc.target/sh/pr48596.c: Move accidentally added new test case to ...
384 * gcc.c-torture/compile/pr48596.c: ... here.
385
386 2012-01-30 Dodji Seketeli <dodji@redhat.com>
387
388 PR c++/51641
389 * g++.dg/lookup/hidden-class17.C: New test.
390
391 2012-03-13 Jakub Jelinek <jakub@redhat.com>
392
393 PR c/52577
394 * gcc.dg/Wunused-var-3.c: New test.
395
396 2012-03-13 Martin Jambor <mjambor@suse.cz>
397
398 * gcc.dg/misaligned-expand-2.c: New test.
399
400 2012-03-13 Richard Guenther <rguenther@suse.de>
401
402 PR middle-end/52134
403 * gcc.dg/pr52134.c: New testcase.
404
405 2012-03-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
406
407 * ada/acats/tests/cd/cdd1001.a (CDD1001): Fix typo.
408
409 2012-03-12 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
410
411 PR tree-optimization/46728
412 * gcc.target/powerpc/pr46728-4.c: Use preferred syntax.
413 * gcc.target/powerpc/pr46728-5.c: Likewise.
414 * gcc.target/powerpc/pr46728-8.c: Likewise.
415 * gcc.target/powerpc/pr46728-10.c: Likewise.
416 * gcc.target/powerpc/pr46728-11.c: Likewise.
417 * gcc.target/powerpc/pr46728-13.c: Likewise.
418 * gcc.target/powerpc/pr46728-14.c: Likewise.
419 * gcc.target/powerpc/pr46728-15.c: Likewise.
420
421 2012-03-12 Paolo Carlini <paolo.carlini@oracle.com>
422
423 PR c++/52299
424 * g++.dg/warn/Wdiv-by-zero-bogus.C: New.
425
426 2012-03-12 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
427
428 PR tree-optimization/46728
429 * gcc.target/powerpc/pr46728-4.c: Skip for powerpc*-*-darwin*.
430 * gcc.target/powerpc/pr46728-5.c: Likewise.
431 * gcc.target/powerpc/pr46728-8.c: Likewise.
432 * gcc.target/powerpc/pr46728-10.c: Likewise.
433 * gcc.target/powerpc/pr46728-11.c: Likewise.
434 * gcc.target/powerpc/pr46728-13.c: Likewise.
435 * gcc.target/powerpc/pr46728-14.c: Likewise.
436 * gcc.target/powerpc/pr46728-15.c: Likewise.
437
438 2012-03-12 Georg-Johann Lay <avr@gjlay.de>
439
440 PR target/49868
441 * gcc.target/avr/torture/addr-space-1.h: New file.
442 * gcc.target/avr/torture/addr-space-1-g.h: New test.
443 * gcc.target/avr/torture/addr-space-1-0.h: New test.
444 * gcc.target/avr/torture/addr-space-1-1.h: New test.
445 * gcc.target/avr/torture/addr-space-1-x.h: New test.
446
447 2012-03-12 Andrew Pinski <apinski@cavium.com>
448
449 * gcc.dg/tree-ssa/phi-opt-7.c: New testcase.
450
451 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
452
453 * g++.dg/abi/rtti3.C: Remove alpha*-dec-osf* handling.
454 * g++.dg/abi/thunk4.C: Likewise.
455 * g++.dg/cdce3.C: Don't skip on*-dec-osf5*.
456 Adapt line numbers.
457 * g++.dg/compat/struct-layout-1_generate.c: Remove alpha*-dec-osf*
458 handling.
459 * g++.dg/cpp0x/constexpr-rom.C: Likewise.
460 * g++.dg/eh/spbp.C: Likewise.
461 * g++.dg/ext/label13.C: Likewise.
462 * g++.dg/guality/guality.exp: Likewise.
463 * g++.dg/other/anon5.C: Likewise.
464 * g++.dg/other/pragma-ep-1.C: Remove.
465 * g++.dg/warn/miss-format-1.C: Remove alpha*-dec-osf* handling.
466 * g++.dg/warn/pr31246.C: Likewise.
467 * g++.dg/warn/weak1.C: Likewise.
468 * g++.old-deja/g++.eh/badalloc1.C: Likewise.
469 * g++.old-deja/g++.ext/attrib5.C: Likewise.
470 * gcc.c-torture/compile/limits-declparen.c: Likewise.
471 * gcc.c-torture/compile/limits-pointer.c: Likewise.
472 * gcc.c-torture/execute/20001229-1.c: Remove __osf__ handling.
473 * gcc.dg/attr-weakref-1.c: Remove alpha*-dec-osf* handling.
474 * gcc.dg/c99-stdint-6.c: Remove alpha*-dec-osf5* handling.
475 * gcc.dg/c99-tgmath-1.c: Likewise.
476 * gcc.dg/c99-tgmath-2.c: Likewise.
477 * gcc.dg/c99-tgmath-3.c: Likewise.
478 * gcc.dg/c99-tgmath-4.c: Likewise.
479 * gcc.dg/compat/struct-layout-1_generate.c: Remove alpha*-dec-osf*
480 handling.
481 * gcc.dg/debug/pr49032.c: Likewise.
482 * gcc.dg/guality/guality.exp: Likewise.
483 * gcc.dg/intmax_t-1.c: Likewise.
484 * gcc.dg/pr48616.c: Likewise.
485 * gcc.dg/pragma-ep-1.c: Remove.
486 * gcc.dg/pragma-ep-2.c: Remove.
487 * gcc.dg/pragma-ep-3.c: Remove.
488 * gcc.dg/torture/pr47917.c: Remove alpha*-dec-osf5* handling.
489 * gcc.dg/tree-ssa/pr42585.c: Remove alpha*-dec-osf* handling.
490 * gcc.misc-tests/gcov-14.c: Likewise.
491 * gfortran.dg/guality/guality.exp: Likewise.
492 * lib/target-supports.exp (check_weak_available): Likewise.
493 (add_options_for_tls): Likewise.
494 (check_ascii_locale_available): Likewise.
495 * obj-c++.dg/dwarf-2.mm: Likewise.
496 * objc.dg/dwarf-1.m: Likewise.
497 * objc.dg/dwarf-2.m: Likewise.
498
499 2012-03-12 Jakub Jelinek <jakub@redhat.com>
500
501 PR tree-optimization/51721
502 * gcc.dg/tree-ssa/vrp64.c: New test.
503
504 PR tree-optimization/52533
505 * gcc.c-torture/compile/pr52533.c: New test.
506
507 2012-03-12 Kirill Yukhin <kirill.yukhin@intel.com>
508
509 * gcc.target/i386/rtm-xabort-1.c: New.
510 * gcc.target/i386/rtm-xbegin-1.c: Ditto.
511 * gcc.target/i386/rtm-xend-1.c: Ditto.
512 * gcc.target/i386/rtm-xtest-1.c: Ditto.
513 * gcc.target/i386/sse-12.c: Test RTM intrinsics.
514 * gcc.target/i386/sse-13.c: Ditto.
515 * gcc.target/i386/sse-14.c: Ditto.
516 * gcc.target/i386/sse-22.c: Ditto.
517 * gcc.target/i386/sse-23.c: Ditto.
518 * g++.dg/other/i386-2.C: Ditto.
519 * g++.dg/other/i386-3.C: Ditto.
520
521 2012-03-12 Tobias Burnus <burnus@net-b.de>
522
523 PR fortran/52542
524 * gfortran.dg/proc_ptr_35.f90: New.
525
526 2012-03-11 Uros Bizjak <ubizjak@gmail.com>
527
528 PR target/52530
529 * gcc.dg/torture/pr52530.c: New test.
530
531 2012-03-11 Oleg Endo <olegendo@gcc.gnu.org>
532
533 PR target/51244
534 * gcc.target/sh/pr51244-1.c: Fix thinkos.
535
536 2012-03-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
537
538 PR target/52450
539 * gcc.dg/torture/pr52402.c: Skip execution on 32-bit hppa*-*-hpux*.
540
541 * gcc.dg/torture/pr52407.c: Add -fno-common option on hppa*-*-hpux*.
542
543 2012-03-09 Andrew Pinski <apinski@cavium.com>
544
545 PR middle-end/51988
546 * gcc.dg/tree-ssa/phi-opt-8.c: New testcase.
547 * gcc.dg/tree-ssa/phi-opt-9.c: New testcase.
548
549 2012-03-09 Jiangning Liu <jiangning.liu@arm.com>
550
551 * gcc.dg/tree-ssa/scev-3.c: New.
552 * gcc.dg/tree-ssa/scev-4.c: New.
553
554 2012-03-08 Tobias Burnus <burnus@net-b.de>
555
556 PR fortran/52469
557 * gfortran.dg/proc_ptr_34.f90
558
559 2012-03-07 Jason Merrill <jason@redhat.com>
560
561 PR c++/52521
562 * g++.dg/cpp0x/udlit-mangle.C: New.
563
564 2012-03-06 Pat Haugen <pthaugen@us.ibm.com>
565
566 * gcc.dg/torture/va-arg-25.c: Fix typo for powerpc64-*-* check.
567
568 2012-03-06 Richard Guenther <rguenther@suse.de>
569
570 PR middle-end/52493
571 * gcc.dg/torture/pr52493.c: New testcase.
572
573 2012-03-06 Richard Guenther <rguenther@suse.de>
574
575 PR lto/52097
576 * gcc.dg/lto/pr52097_0.c: New testcase.
577
578 2012-03-06 Oleg Endo <olegendo@gcc.gnu.org>
579
580 PR target/51244
581 * gcc.target/sh/pr51244-1.c: New.
582 * gcc.target/sh/pr51244-2.c: New.
583 * gcc.target/sh/pr51244-3.c: New.
584
585 2012-03-05 Jason Merrill <jason@redhat.com>
586
587 PR c++/51930
588 * g++.dg/ext/visibility/template11.C: New.
589
590 * g++.dg/cpp0x/implicit13.C: New.
591
592 2012-03-05 Jakub Jelinek <jakub@redhat.com>
593
594 PR tree-optimization/51721
595 * gcc.dg/tree-ssa/vrp63.c: New test.
596 * gcc.dg/pr51721.c: New test.
597
598 2012-03-04 Mikael Morin <mikael@gcc.gnu.org>
599
600 PR fortran/50981
601 * gfortran.dg/elemental_optional_args_5.f03: Add subcomponent actual
602 argument checks.
603
604 2012-03-04 H.J. Lu <hongjiu.lu@intel.com>
605
606 PR target/52146
607 * gcc.target/i386/pr52146.c: Update final-scan to allow $-18874240.
608
609 2012-03-04 Mikael Morin <mikael@gcc.gnu.org>
610
611 PR fortran/50981
612 * gfortran.dg/elemental_optional_args_5.f03: Add array checks.
613
614 2012-03-04 Georg-Johann Lay <avr@gjlay.de>
615
616 * gcc.dg/torture/pr52402.c: Add dg-require-effective-target
617 int32plus.
618
619 2012-03-03 Jason Merrill <jason@redhat.com>
620
621 * g++.dg/cpp0x/nsdmi-defer6.C: New.
622
623 Core 1270
624 * g++.dg/cpp0x/initlist65.C: New.
625
626 PR c++/36797
627 * g++.dg/ext/is_empty2.C: New.
628
629 2012-03-03 Tobias Burnus <burnus@net-b.de>
630
631 PR fortran/48820
632 * gfortran.dg/assumed_type_3.f90: Undo previous commit.
633
634 2012-03-03 Tobias Burnus <burnus@net-b.de>
635
636 * gfortran.dg/bind_c_dts_4.f03: Add dg-options -Wc-binding-type.
637 * gfortran.dg/bind_c_implicit_vars.f03: Ditto.
638 * gfortran.dg/bind_c_usage_8.f03: Ditto.
639 * gfortran.dg/c_kind_tests_2.f03: Ditto.
640 * gfortran.dg/class_30.f90: Remove dg-warning line.
641 * gfortran.dg/bind_c_usage_25.f90: New.
642
643 2012-03-03 Tobias Burnus <burnus@net-b.de>
644
645 PR fortran/48820
646 * gfortran.dg/assumed_type_1.f90: Correct dg-error.
647 * gfortran.dg/assumed_type_3.f90: Correct dg-error.
648 * gfortran.dg/assumed_type_4.f90: Correct dg-error.
649
650 2012-03-03 Tobias Burnus <burnus@net-b.de>
651
652 PR fortran/48820
653 * gfortran.dg/assumed_type_1.f90: New.
654 * gfortran.dg/assumed_type_2.f90: New.
655 * gfortran.dg/assumed_type_3.f90: New.
656 * gfortran.dg/assumed_type_4.f90: New.
657
658 2012-03-02 Oleg Endo <olegendo@gcc.gnu.org>
659
660 PR target/49486
661 * gcc.target/sh/pr49468-si.c: Skip unsupported test for SH64.
662 * gcc.target/sh/pr49468-di.c: New.
663
664 2012-03-02 Maxim Kuvyrkov <maxim@codesourcery.com>
665
666 * gcc.dg/graphite/pr50561.c: Update.
667
668 2012-03-02 Peter Bergner <bergner@vnet.ibm.com>
669
670 * gcc.target/powerpc/pr52457.c: New test.
671
672 2012-03-02 Ulrich Weigand <ulrich.weigand@linaro.org>
673
674 * gcc.target/arm/sat-1.c: New test.
675
676 2012-03-02 Uros Bizjak <ubizjak@gmail.com>
677
678 PR target/46716
679 * gcc.target/i386/pr46716.c: New test.
680
681 2012-03-02 Paolo Carlini <paolo.carlini@oracle.com>
682
683 PR c++/51989
684 * g++.dg/cpp0x/sfinae32.C: New.
685
686 2012-03-02 Richard Guenther <rguenther@suse.de>
687
688 PR tree-optimization/52406
689 * gcc.dg/torture/pr52406.c: New testcase.
690
691 2012-03-02 Tobias Burnus <burnus@net-b.de>
692
693 PR fortran/52325
694 * gfortran.dg/derived_comp_array_ref_8.f90: New.
695 * gfortran.dg/nullify_2.f90: Update dg-error.
696 * gfortran.dg/nullify_4.f90: Ditto.
697 * gfortran.dg/pointer_init_6.f90: Ditto.
698
699 2012-03-02 Tobias Burnus <burnus@net-b.de>
700
701 PR fortran/52270
702 * gfortran.dg/class_51.f90: New.
703
704 2012-03-02 Tobias Burnus <burnus@net-b.de>
705
706 PR fortran/52452
707 * gfortran.dg/intrinsic_8.f90: New.
708
709 2012-03-01 Kai Tietz <ktietz@redhat.com>
710
711 * gcc.dg/torture/pr47917.c: Make test using POSIX-printf
712 routines on mingw targets.
713 * gcc.dg/vect/pr46126.c (uintptr_t): Add support for LLP64 target.
714
715 2012-03-01 Jakub Jelinek <jakub@redhat.com>
716
717 PR tree-optimization/52445
718 * gcc.dg/pr52445.c: New test.
719
720 2012-02-29 Jakub Jelinek <jakub@redhat.com>
721
722 PR target/52437
723 * gcc.c-torture/compile/pr52437.c: New test.
724
725 PR middle-end/52419
726 * gcc.dg/torture/pr52419.c: New test.
727
728 PR tree-optimization/52429
729 * gcc.dg/torture/pr52429.c: New test.
730 * g++.dg/opt/pr52429.C: New test.
731
732 2012-02-29 Richard Guenther <rguenther@suse.de>
733
734 PR testsuite/52297
735 * gcc.dg/lto/trans-mem-1_0.c: Remove.
736 * gcc.dg/lto/trans-mem-1_1.c: Likewise.
737 * gcc.dg/lto/trans-mem-2_0.c: Likewise.
738 * gcc.dg/lto/trans-mem-2_1.c: Likewise.
739 * gcc.dg/lto/trans-mem-4_0.c: Likewise.
740 * gcc.dg/lto/trans-mem-4_1.c: Likewise.
741
742 2012-02-29 Jakub Jelinek <jakub@redhat.com>
743
744 * gcc.dg/torture/pr52402.c: Add -w -Wno-psabi to dg-options.
745
746 2012-02-29 Paul Thomas <pault@gcc.gnu.org>
747
748 PR fortran/52386
749 * gfortran.dg/realloc_on_assign_13.f90 : New test.
750
751 2012-02-28 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
752
753 PR target/51534
754 * gcc.target/arm/neon/pr51534.c: New testcase.
755
756 2012-02-28 Richard Guenther <rguenther@suse.de>
757
758 PR target/52407
759 * gcc.dg/torture/pr52407.c: New testcase.
760
761 2012-02-28 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
762
763 * gcc.target/arm/vfp1.c (dg_do run): Run on all eabi variants.
764 * gcc.target/arm/vfp2.c: Likewise.
765 * gcc.target/arm/vfp3.c: Likewise.
766 * gcc.target/arm/vfp4.c: Likewise.
767 * gcc.target/arm/vfp5.c: Likewise.
768 * gcc.target/arm/vfp6.c: Likewise.
769 * gcc.target/arm/vfp7.c: Likewise.
770 * gcc.target/arm/vfp8.c: Likewise.
771 * gcc.target/arm/vfp9.c: Likewise.
772 * gcc.target/arm/vfp10.c: Likewise.
773 * gcc.target/arm/vfp11.c: Likewise.
774 * gcc.target/arm/vfp12.c: Likewise.
775 * gcc.target/arm/vfp13.c: Likewise.
776 * gcc.target/arm/vfp14.c: Likewise.
777 * gcc.target/arm/vfp15.c: Likewise.
778 * gcc.target/arm/vfp16.c: Likewise.
779 * gcc.target/arm/vfp17.c: Likewise.
780 * gcc.target/arm/neon-constants.h: New file.
781 * gcc.target/arm/neon-vect1.c: New test.
782 * gcc.target/arm/neon-vect2.c: New test.
783 * gcc.target/arm/neon-vect3.c: New test.
784 * gcc.target/arm/neon-vect4.c: New test.
785 * gcc.target/arm/neon-vect5.c: New test.
786 * gcc.target/arm/neon-vect6.c: New test.
787 * gcc.target/arm/neon-vect7.c: New test.
788 * gcc.target/arm/neon-vect8.c: New test.
789
790 2012-02-28 Richard Guenther <rguenther@suse.de>
791
792 PR tree-optimization/52402
793 * gcc.dg/torture/pr52402.c: New testcase.
794
795 2012-02-28 Richard Guenther <rguenther@suse.de>
796
797 PR lto/52400
798 * g++.dg/lto/pr52400_0.C: New testcase.
799
800 2012-02-28 Georg-Johann Lay <avr@gjlay.de>
801
802 * gcc.target/avr/torture/builtins-1.c: New test.
803 * gcc.target/avr/torture/builtins-error.c: New test.
804
805 2012-02-28 Kai Tietz <ktietz@redhat.com>
806
807 * gcc.target/i386/pr46939.c (long): Fix LP64 vs LLP64 issue.
808 * gcc.target/i386/pr45352-2.c: Likewise.
809 * gcc.target/i386/bitfield3.c: Add -mno-ms-bitfields for mingw targets.
810 * gcc.target/i386/xop-vshift-1.c (random): Use on mingw
811 targets instead rand.
812 * gcc.target/i386/sse4_1-blendps-2.c: Likewise.
813 * gcc.target/i386/sse2-mul-1.c: Likewise.
814 * gcc.target/i386/sse4_1-blendps.c: Likewise.
815 * gcc.target/i386/pad-6b.c: Adjust test for x64 mingw target.
816 * gcc.target/i386/pad-1.c: Likewise.
817 * gcc.target/i386/pad-9.c: Likewise.
818 * gcc.target/i386/pad-2.c: Likewise.
819 * gcc.target/i386/pad-5b.c: Likewise.
820 * gcc.target/i386/pad-8.c: Likewise.
821 * gcc.target/i386/pr46470.c: Skip for x64 mingw target.
822 * gcc.target/i386/pr44130.c: Likewise.
823 * gcc.target/i386/align-main-1.c: Likewise.
824 * gcc.target/i386/align-main-2.c: Likewise.
825 * gcc.target/i386/sw-1.c: Likewise.
826 * gcc.target/i386/avx-vzeroupper-5.c: Add -mabi=sysv
827 on x64 mingw target.
828 * gcc.target/i386/avx-vzeroupper-4.c: Likewise.
829 * gcc.target/i386/pr46295.c: Likewise.
830 * gcc.target/i386/amd64-abi-1.c: Likewise.
831 * gcc.target/i386/amd64-abi-2.c: Likewise.
832 * gcc.target/i386/pr39082-1.c: Likewise.
833 * gcc.target/i386/pr39162.c: Likewise.
834 * gcc.target/i386/pr22152.c: Likewise.
835 * gcc.target/i386/wrgsbase-2.c: Adjust dg-final rule.
836 * gcc.target/i386/wrfsbase-2.c: Likewise.
837 * gcc.target/i386/local.c: Likewise
838 * gcc.target/i386/wrgsbase-1.c: Likewise.
839 * gcc.target/i386/wrfsbase-1.c: Likewise.
840 * gcc.target/i386/pr39315-3.c: Likewise.
841 * gcc.target/i386/pr35767-4.c: Likewise.
842 * gcc.target/i386/pr45336-3.c (pextrd): Don't check for
843 x64 mingw target.
844 * gcc.target/i386/pr45336-2.c: Likewise.
845 * gcc.target/i386/pr45336-1.c: Likewise.
846 * gcc.target/i386/pr45336-4.c: Likewise.
847
848 2012-02-27 Tristan Gingold <gingold@adacore.com>
849
850 * gnat.dg/array20.ad[sb]: New test.
851
852 2012-02-27 Jakub Jelinek <jakub@redhat.com>
853
854 PR target/52375
855 * gcc.target/arm/pr52375.c: New test.
856 * gcc.c-torture/compile/pr52375.c: New test.
857
858 2012-02-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
859
860 * gfortran.dg/typebound_operator_9.f03: Skip on SPU.
861 * gcc.dg/torture/builtin-complex-1.c: Skip "float" tests on SPU.
862
863 2012-02-27 Eric Botcazou <ebotcazou@adacore.com>
864
865 * gnat.dg/aggr19.adb: New test.
866 * gnat.dg/aggr19_pkg.ad[sb]: New helper.
867
868 2012-02-26 Oleg Endo <olegendo@gcc.gnu.org>
869
870 PR target/49263
871 * gcc.target/sh/pr49263.c: New.
872
873 2012-02-24 Andrew MacLeod <amacleod@redhat.com>
874
875 * gcc.dg/simulate-thread/simulate-thread.gdb: Use return value from
876 simulate_thread_wrapper_other_threads
877 * gcc.dg/simulate-thread/atomic-load-int128.c (simulate_thread_main):
878 Move initialization of 'value' to main().
879 (main): Initialize 'value';
880 * gcc.dg/simulate-thread/speculative-store.c
881 (simulate_thread_step_verify): Return 0 when successful.
882 * gcc.dg/simulate-thread/simulate-thread.h (HOSTILE_THREAD_THRESHOLD):
883 Reduce threshold.
884 (INSN_COUNT_THRESHOLD): New. Instruction limit to terminate test.
885 (simulate_thread_wrapper_other_threads): Return a success/fail value
886 and issue an error if the instruction count threshold is exceeded.
887
888 2012-02-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
889
890 PR target/50580
891 * gcc.target/mips/interrupt_handler-2.c: Skip on mips-sgi-irix6*.
892 * gcc.target/mips/interrupt_handler-3.c: Likewise.
893
894 2012-02-24 Richard Guenther <rguenther@suse.de>
895
896 PR middle-end/52355
897 * gcc.dg/pr52355.c: New testcase.
898
899 2012-02-23 Kai Tietz <ktietz@redhat.com>
900
901 * gcc.dg/pack-test-5.c: Add -mno-ms-bitfields option for mingw-targets.
902 * gcc.dg/Wpadded.c: Likewise.
903 * gcc.dg/bf-ms-layout-2.c: Adjust offsets to fit ms-bitfield
904 structure-layout.
905 * gcc.dg/di-sync-multithread.c: Replace for mingw-target the use
906 for sleep by Sleep and add windows.h include for this function.
907 * gcc.dg/format/dfp-printf-1.c: Adjust dg-skip-if rule for mingw
908 targets.
909 * gcc.dg/stack-usage-1.c (SIZE): Provide proper SIZE for x64 mingw
910 target.
911 * gcc.dg/tls/thr-cse-1.c: Provide proper pattern for x64 mingw target.
912 * gcc.dg/tls/opt-11.c (memset): Use __extension__ to avoid fail
913 on x64 mingw target.
914 * gcc.dg/bf-ms-attrib.c: Adjust expected size for ms_struct layout.
915 * gcc.dg/pr50251.c: Disable test for x64 mingw target.
916 * gcc.c-torture/execute/930930-1.c (long): Replace by ptr_t to avoid
917 failure on LLP64 target.
918
919 2012-02-23 Uros Bizjak <ubizjak@gmail.com>
920
921 PR c/52290
922 * gcc.dg/noncompile/pr52290.c: New test.
923
924 2012-02-23 Jakub Jelinek <jakub@redhat.com>
925
926 PR tree-optimization/52019
927 * gcc.dg/tree-ssa/ipa-split-6.c: New test.
928
929 2012-02-22 Kai Tietz <ktietz@redhat.com>
930
931 * g++.dg/opt/devirt2.C: Add rule for *-*-mingw* target.
932 * g++.dg/opt/pr48549.C (long): Replace by long by __PTRDIFF_TYPE__
933 derived pdiff_t type.
934 * g++.dg/torture/pr49720.C: Likewise
935
936 2012-02-22 Uros Bizjak <ubizjak@gmail.com>
937
938 PR target/52330
939 * gcc.target/i386/pr52330.c: New test.
940
941 2012-02-22 Tobias Burnus <burnus@net-b.de>
942
943 PR fortran/52335
944 * gfortran.dg/io_constraints_10.f90: New.
945
946 2012-02-22 Ulrich Weigand <ulrich.weigand@linaro.org>
947
948 * lib/target-supports.exp (check_effective_target_vect_condition):
949 Return true for NEON.
950
951 2012-02-21 Kai Tietz <ktietz@redhat.com>
952
953 * gcc.dg/bf-ms-layout-3.c: Mark char typed bitfield as extension.
954
955 2012-02-21 Richard Guenther <rguenther@suse.de>
956
957 PR tree-optimization/52324
958 * gcc.dg/tree-ssa/ssa-lim-10.c: New testcase.
959
960 2012-02-21 Georg-Johann Lay <avr@gjlay.de>
961
962 PR middle-end/51782
963 * gcc.target/avr/torture/pr51782-1.c: New test.
964
965 2012-02-21 Jakub Jelinek <jakub@redhat.com>
966
967 PR tree-optimization/52318
968 * gcc.dg/pr52318.c: New test.
969
970 2012-02-20 Kai Tietz <ktietz@redhat.com>
971
972 * gcc.dg/bf-ms-layout-3.c: New testcase.
973
974 2012-02-20 Thomas Koenig <tkoenig@gcc.gnu.org>
975
976 PR testsuite/52229
977 PR fortran/32380
978 * gfortran.dg/vect/pr32380.f: XFAIL on PowerPC and ia-64.
979
980 2012-02-20 Richard Guenther <rguenther@suse.de>
981
982 PR tree-optimization/52298
983 * gcc.dg/torture/pr52298.c: New testcase.
984 * gcc.dg/vect/pr52298.c: Likewise.
985
986 2012-02-20 Georg-Johann Lay <avr@gjlay.de>
987
988 * gcc.dg/pr52132.c: Fix FAIL on 16-bit int platforms.
989 * gcc.c-torture/execute/pr52286.c: Ditto.
990
991 2012-02-20 Jakub Jelinek <jakub@redhat.com>
992
993 PR tree-optimization/52286
994 * gcc.c-torture/execute/pr52286.c: New test.
995
996 2012-02-18 Tobias Burnus <burnus@net-b.de>
997
998 PR fortran/52295
999 * gfortran.dg/interface_35.f90: Use -std=f2003.
1000 * gfortran.dg/proc_ptr_comp_20.f90: Remove dg-warning.
1001 * gfortran.dg/interface_assignment_4.f90: Ditto.
1002 * gfortran.dg/bessel_1.f90: Ditto.
1003 * gfortran.dg/func_result_6.f90: Ditto.
1004 * gfortran.dg/hypot_1.f90: Ditto.
1005 * gfortran.dg/proc_ptr_comp_21.f90: Ditto.
1006
1007 2012-02-17 Tobias Burnus <burnus@net-b.de>
1008
1009 PR translation/52232
1010 PR translation/52234
1011 PR translation/52245
1012 PR translation/52246
1013 PR translation/52262
1014 PR translation/52273
1015 * gfortran.dg/coarray_22.f90: Update dg-error.
1016 * gfortran.dg/allocate_alloc_opt_4.f90: Ditto.
1017
1018 2012-02-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1019
1020 PR target/51753
1021 * lib/gcc-simulate-thread.exp: Load timeout.exp.
1022 (simulate-thread): Use default timeout.
1023
1024 2012-02-16 Jason Merrill <jason@redhat.com>
1025
1026 PR c++/52248
1027 * g++.dg/ext/timevar1.C: New.
1028
1029 2012-02-16 Fabien ChĂȘne <fabien@gcc.gnu.org>
1030
1031 PR c++/52126
1032 * g++.dg/template/using21.C: New.
1033 * g++.dg/template/using22.C: Likewise.
1034
1035 2012-02-16 Jason Merrill <jason@redhat.com>
1036
1037 PR c++/51415
1038 * g++.dg/cpp0x/lambda/lambda-err1.C: New.
1039
1040 2012-02-16 Jakub Jelinek <jakub@redhat.com>
1041
1042 PR tree-optimization/52255
1043 * gcc.c-torture/compile/pr52255.c: New test.
1044
1045 PR debug/52260
1046 * g++.dg/debug/dwarf2/pr52260.C: New test.
1047
1048 PR middle-end/51929
1049 * g++.dg/ipa/pr51929.C: New test.
1050
1051 2012-02-15 Michael Meissner <meissner@linux.vnet.ibm.com>
1052
1053 PR target/52199
1054 * gcc.target/powerpc/pr52199.c: New file.
1055
1056 2012-02-15 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1057
1058 PR target/52152
1059 * objc.dg/stabs-1.m: xfail on mips-sgi-irix6.5.
1060
1061 2012-02-15 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1062
1063 * gcc.dg/pr51867.c: Don't include <math.h>.
1064 (sqrtf): Declare.
1065
1066 2012-02-15 Georg-Johann Lay <avr@gjlay.de>
1067
1068 * gcc.dg/lto/20091013-1_1.c: xfail for avr.
1069 * gcc.dg/lto/20091013-1_2.c: xfail for avr.
1070
1071 2012-02-15 Tobias Grosser <grosser@fim.uni-passau.de>
1072
1073 PR tree-optimization/50561
1074 * gcc.dg/graphite/pr50561.c: New testcase.
1075
1076 2012-02-15 Georg-Johann Lay <avr@gjlay.de>
1077
1078 * gcc.target/avr/torture/builtin_insert_bits-1.c: New test.
1079 * gcc.target/avr/torture/builtin_insert_bits-2.c: New test.
1080
1081 2012-02-15 Eric Botcazou <ebotcazou@adacore.com>
1082
1083 * gnat.dg/discr35.ad[sb]: New test.
1084
1085 2012-02-15 Eric Botcazou <ebotcazou@adacore.com>
1086
1087 * gnat.dg/volatile10.adb: New test.
1088 * gnat.dg/volatile10_pkg.ads: New helper.
1089
1090 2012-02-14 Jason Merrill <jason@redhat.com>
1091
1092 * g++.dg/ext/attrib43.C: New.
1093
1094 2012-02-14 Hans-Peter Nilsson <hp@axis.com>
1095
1096 * lib/target-supports.exp (check_effective_target_fgnu_tm): New proc.
1097 * gfortran.dg/trans-mem-skel.f90: Gate test on effective_target
1098 fgnu_tm.
1099 * gcc.dg/lto/trans-mem-1_0.c, gcc.dg/lto/trans-mem-2_0.c,
1100 gcc.dg/lto/trans-mem-3_0.c, gcc.dg/lto/trans-mem-4_0.c: Ditto.
1101 * gcc.dg/tm/tm.exp: Gate the whole of gcc.dg/tm on
1102 effective_target fgnu_tm.
1103 * g++.dg/tm/tm.exp: Ditto for g++.dg/tm.
1104
1105 2012-02-14 Jakub Jelinek <jakub@redhat.com>
1106
1107 PR c++/52247
1108 * g++.dg/template/asmgoto1.C: New test.
1109
1110 2012-02-14 Ian Lance Taylor <iant@google.com>
1111
1112 PR go/48501
1113 * go.test/go-test.exp (go-gc-tests): Disable optimizations when
1114 compiling generated file for 64bit and index tests.
1115
1116 2012-02-14 Uros Bizjak <ubizjak@gmail.com>
1117
1118 * gcc.dg/lower-subreg-1.c: Fix and simplify target selector.
1119
1120 2012-02-14 Richard Guenther <rguenther@suse.de>
1121
1122 PR tree-optimization/52244
1123 PR tree-optimization/51528
1124 * gcc.dg/torture/pr52244.c: New testcase.
1125
1126 2012-02-14 Walter Lee <walt@tilera.com>
1127
1128 * g++.dg/other/PR23205.C: Disable test on tile.
1129 * g++.dg/other/pr23205-2.C: Disable test on tile.
1130 * gcc.dg/20020312-2.c: Add a condition for __tile__.
1131 * gcc.dg/20040813-1.c: Disable test on tile.
1132 * gcc.dg/lower-subreg-1.c: Disable test on tilegx.
1133 * gcc.misc-tests/linkage.exp: Handle tilegx.
1134
1135 2012-02-14 Jakub Jelinek <jakub@redhat.com>
1136
1137 PR tree-optimization/52210
1138 * gcc.dg/pr52210.c: New test.
1139
1140 2012-02-14 Jason Merrill <jason@redhat.com>
1141
1142 PR c++/39055
1143 * g++.dg/overload/defarg5.C: New.
1144
1145 2012-02-14 Jakub Jelinek <jakub@redhat.com>
1146
1147 PR c/52181
1148 * c-c++-common/pr52181.c: New test.
1149
1150 2012-02-13 Jakub Jelinek <jakub@redhat.com>
1151
1152 PR c++/52215
1153 * g++.dg/ext/atomic-1.C: New test.
1154
1155 2012-02-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1156
1157 * gcc.c-torture/execute/pr51933.c: Modify for s390 31 bit.
1158
1159 2012-02-13 Jakub Jelinek <jakub@redhat.com>
1160
1161 PR middle-end/52209
1162 * gcc.c-torture/execute/pr52209.c: New test.
1163
1164 2012-02-12 Mikael Morin <mikael@gcc.gnu.org>
1165
1166 PR fortran/50981
1167 * gfortran.dg/elemental_optional_args_5.f03: New test.
1168
1169 2012-02-12 Iain Sandoe <iains@gcc.gnu.org>
1170
1171 PR testsuite/50076
1172 * c-c++-common/cxxbitfields-3.c: Adjust scan assembler for nonpic
1173 cases.
1174
1175 2012-02-11 Ian Lance Taylor <iant@google.com>
1176
1177 PR go/51874
1178 * go.test/go-test.exp (go-gc-tests): Don't run nilptr test on
1179 SPARC Solaris. Don't run the test at all on systems where it may
1180 not work, rather than xfailing it.
1181
1182 2012-02-11 Richard Sandiford <rdsandiford@googlemail.com>
1183
1184 PR rtl-optimization/52175
1185 * gcc.c-torture/compile/pr52175.c: New test.
1186
1187 2012-02-10 Jason Merrill <jason@redhat.com>
1188
1189 PR c++/51910
1190 * g++.dg/template/repo10.C: New.
1191
1192 2012-02-11 Jakub Jelinek <jakub@redhat.com>
1193
1194 PR debug/52132
1195 * gcc.dg/pr52132.c: New test.
1196
1197 2012-02-10 Eric Botcazou <ebotcazou@adacore.com>
1198
1199 * gnat.dg/specs/aggr4.ads: New test.
1200 * gnat.dg/specs/aggr4_pkg.ads: New helper.
1201
1202 2012-02-10 H.J. Lu <hongjiu.lu@intel.com>
1203
1204 PR target/52146
1205 * gcc.target/i386/pr52146.c: New.
1206
1207 2012-02-10 Jakub Jelinek <jakub@redhat.com>
1208
1209 PR middle-end/52177
1210 * c-c++-common/pr52177.c: New test.
1211
1212 2012-02-10 Jan Hubicka <jh@suse.cz>
1213
1214 PR middle-end/48600
1215 * g++.dg/torture/pr48600.C: New testcase.
1216
1217 2012-02-09 Peter Bergner <bergner@vnet.ibm.com>
1218
1219 PR middle-end/52140
1220 * gcc.dg/dfp/pr52140.c: New test.
1221
1222 2012-02-09 Jakub Jelinek <jakub@redhat.com>
1223
1224 PR fortran/32380
1225 * gfortran.dg/vect/pr32380.f: Use dg-additional-options instead
1226 of dg-options.
1227
1228 2012-02-09 Bin Cheng <bin.cheng@arm.com>
1229
1230 PR middle-end/51867
1231 * testsuite/c-c++-common/dfp/signbit-2.c: Change '-O0' to '-O1'.
1232 * testsuite/gcc.dg/pr51867.c: New test.
1233
1234 2012-02-09 Ian Lance Taylor <iant@google.com>
1235
1236 * go.test/go-test.exp (go-gc-tests): Don't run stack.go on systems
1237 which don't support -fsplit-stack. Turn off optimization when
1238 compiling select5-out.go.
1239
1240 2012-02-08 Ian Lance Taylor <iant@google.com>
1241
1242 * go.test/go-test.exp (go-gc-tests): Don't run chan/select2.go on
1243 systems which don't support -fsplit-stack.
1244
1245 2012-02-08 Andrew MacLeod <amacleod@redhat.com>
1246
1247 * gcc.dg/simulate-thread/simulate-thread.exp: Use -O0, -O2, and -O3.
1248 * gcc.dg/simulate-thread/simulate-thread.gdb: Don't display every
1249 machine instuction in the log.
1250
1251 2012-02-08 Jack Howarth <howarth@bromo.med.uc.edu>
1252
1253 * lib/gcc-simulate-thread.exp (simulate-thread): Increase timeout
1254 to 20 seconds.
1255
1256 2012-02-08 Magnus Granberg <zorry@gentoo.org>
1257
1258 PR driver/48524
1259 * gcc.dg/pr48524.c: New test.
1260 * gcc.dg/pr48524.spec: New spec file for test.
1261
1262 2012-02-08 Thomas Koenig <tkoenig@gcc.gnu.org>
1263
1264 PR fortran/32380
1265 * gfortran.dg/vect/pr32380.f90: New test.
1266
1267 2012-02-08 Tobias Burnus <burnus@net-b.de>
1268
1269 PR fortran/52151
1270 * gfortran.dg/realloc_on_assign_12.f90: New.
1271
1272 2012-02-08 Richard Guenther <rguenther@suse.de>
1273
1274 PR rtl-optimization/52170
1275 * gcc.dg/torture/pr52170.c: New testcase.
1276
1277 2012-02-08 Jakub Jelinek <jakub@redhat.com>
1278
1279 PR gcov-profile/52150
1280 * gcc.dg/tree-prof/pr52150.c: New test.
1281
1282 PR rtl-optimization/52139
1283 * gcc.dg/pr52139.c: New test.
1284
1285 2012-02-07 Jason Merrill <jason@redhat.com>
1286
1287 PR c++/51675
1288 * g++.dg/cpp0x/constexpr-union3.C: New.
1289
1290 PR c++/52035
1291 * g++.dg/lto/pr52035_0.C: New.
1292
1293 2012-02-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1294
1295 * gfortran.dg/guality/pr41558.f90: Use lp64 instead of hppa*64*-*-*.
1296 * gcc.dg/special/weak-1.c: Likewise.
1297 * gcc.dg/ucnid-12.c: Likewise.
1298 * gcc.dg/torture/pr45678-1.c: Likewise.
1299 * gcc.dg/torture/pr45678-2.c: Likewise.
1300 * gcc.dg/vector-4.c: Likewise.
1301 * gcc.dg/ipa/inline-5.c: Likewise.
1302 * gcc.dg/ucnid-11.c: Likewise.
1303 * gcc.misc-tests/gcov-13.c: Likewise.
1304 * gcc.misc-tests/gcov-14.c: Likewise.
1305 * g++.dg/ext/label13.C: Likewise.
1306 * gcc.dg/tree-ssa/ssa-fre-31.c: Use dg-additional-options for extra
1307 hppa*-*-hpux* options.
1308 * gcc.dg/tree-ssa/ssa-fre-33.c: Likewise.
1309 * gcc.dg/tree-ssa/ssa-fre-34.c: Likewise.
1310 * gcc.dg/pr48616.c: Likewise.
1311 * gcc.dg/pr17957.c: Likewise.
1312 * gcc.dg/pr17055-1.c: Likewise.
1313 * gcc.dg/pr32912-1.c: Likewise.
1314 * gcc.dg/tm/pr51472.c: Likewise.
1315 * c-c++-common/fold-bitand-4.c: Likewise.
1316 * c-c++-common/Wunused-var-12.c: Use lp64 instead of hppa*64*-*-*.
1317 Use dg-additional-options for extra options.
1318
1319 2012-02-07 Joern Rennecke <joern.rennecke@embecosm.com>
1320
1321 * gcc.target/epiphany/interrupt-2.c: New test.
1322
1323 2012-02-07 Richard Sandiford <rdsandiford@googlemail.com>
1324
1325 PR target/52155
1326 * gcc.target/mips/mips.exp (mips-dg-options): Handle target.
1327 * gcc.target/mips/loongson-shift-count-truncated-1.c: Force -mlong64
1328 for MIPS ELF.
1329
1330 2012-02-07 Richard Sandiford <rdsandiford@googlemail.com>
1331
1332 PR target/52152
1333 * objc.dg/stabs-1.m: XFAIL for mips*-*-elf*.
1334
1335 2012-02-07 Richard Sandiford <rdsandiford@googlemail.com>
1336
1337 PR middle-end/24306
1338 PR target/52154
1339 * lib/target-supports.exp (check_effective_target_mips_eabi): New.
1340 * gcc.target/mips/va-arg-1.c: New test.
1341
1342 2012-02-07 Michael Meissner <meissner@linux.vnet.ibm.com>
1343
1344 * gcc.target/powerpc/no-r11-3.c (outer_func): Fix error message
1345 for -mno-pointers-to-nested-functions.
1346
1347 2012-02-07 Eric Botcazou <ebotcazou@adacore.com>
1348
1349 * gcc.c-torture/execute/20120207-1.c: New test.
1350
1351 2012-02-07 Jakub Jelinek <jakub@redhat.com>
1352
1353 PR rtl-optimization/52060
1354 * gcc.dg/torture/pr52060.c: New test.
1355
1356 PR middle-end/52074
1357 * gcc.c-torture/compile/pr52074.c: New test.
1358
1359 2012-02-07 Tobias Burnus <burnus@net-b.de>
1360
1361 PR fortran/51514
1362 * gfortran.dg/class_to_type_2.f90: New.
1363
1364 2012-02-06 Thomas König <tkoenig@gcc.gnu.org>
1365
1366 PR fortran/32373
1367 * gfortran.dg/vect/vect-8.f90: Use vect_double effective target.
1368 Remove module.
1369
1370 2012-02-06 Jason Merrill <jason@redhat.com>
1371
1372 PR c++/52088
1373 * g++.dg/template/conv13.C: New.
1374
1375 2012-02-06 Richard Guenther <rguenther@suse.de>
1376
1377 PR tree-optimization/52115
1378 * gcc.c-torture/compile/pr52115.c: New testcase.
1379
1380 2012-02-06 Jakub Jelinek <jakub@redhat.com>
1381
1382 PR target/52129
1383 * gcc.c-torture/execute/pr52129.c: New test.
1384
1385 2012-02-06 Andrey Belevantsev <abel@ispras.ru>
1386
1387 * gcc.dg/pr48374.c: Actually add the test I forgot
1388 in the 2012-01-25 commit.
1389
1390 2012-02-05 Thomas König <tkoenig@gcc.gnu.org>
1391
1392 PR fortran/32373
1393 * gfortran.dg/vect/vect-8.f90: New test case.
1394
1395 2012-02-05 Thomas König <tkoenig@gcc.gnu.org>
1396
1397 PR fortran/48847
1398 * gfortran.dg/warn_unused_dummy_argument_3.f90: New test.
1399
1400 2012-02-05 Paul Thomas <pault@gcc.gnu.org>
1401
1402 PR fortran/52102
1403 * gfortran.dg/class_48.f90 : Add test of allocate class array
1404 component with source in subroutine test3. Remove commenting
1405 out in subroutine test4, since branching on unitialized variable
1406 is now fixed (no PR for this last.).
1407
1408 2012-02-05 Richard Sandiford <rdsandiford@googlemail.com>
1409
1410 * gcc.dg/tree-prof/stringop-2.c (main): Add a nomips16 attribute
1411 on MIPS targets.
1412 * gfortran.dg/pr45636.f90: XFAIL for MIPS16 targets.
1413
1414 2012-02-05 Richard Sandiford <rdsandiford@googlemail.com>
1415
1416 PR target/52125
1417 * lib/target-supports.exp (check_effective_target_mips_rel): New.
1418 * gcc.dg/pr48774.c: Skip on MIPS REL targets.
1419
1420 2012-02-05 Richard Sandiford <rdsandiford@googlemail.com>
1421
1422 * lib/target-supports.exp (check_effective_target_mips_llsc): New.
1423 (check_effective_target_sync_int_long): Use it.
1424 (check_effective_target_sync_char_short): Likewise.
1425 * gcc.target/mips/atomic-memory-1.c: Restrict error check to mips_llsc.
1426
1427 2012-02-05 Tobias Burnus <burnus@net-b.de>
1428
1429 PR fortran/51972
1430 * gfortran.dg/class_48.f90: Add some further checks.
1431
1432 2012-02-05 Ira Rosen <irar@il.ibm.com>
1433
1434 PR tree-optimization/52091
1435 * gcc.dg/vect/pr52091.c: New test.
1436
1437 2012-02-04 Jakub Jelinek <jakub@redhat.com>
1438
1439 PR rtl-optimization/52113
1440 * gcc.target/avr/pr52113.c: New test.
1441
1442 2012-02-03 Jakub Jelinek <jakub@redhat.com>
1443
1444 PR rtl-optimization/52092
1445 * gcc.c-torture/compile/pr52092.c: New test.
1446
1447 2012-02-02 Mikael Morin <mikael@gcc.gnu.org>
1448
1449 PR fortran/41587
1450 * gfortran.dg/class_array_10.f03: New test.
1451
1452 PR fortran/46356
1453 * gfortran.dg/class_array_11.f03: New test.
1454
1455 PR fortran/51754
1456 * gfortran.dg/class_array_12.f03: New test.
1457
1458 2012-02-02 Paul Thomas <pault@gcc.gnu.org>
1459
1460 PR fortran/52012
1461 * gfortran.dg/realloc_on_assign_11.f90: New test.
1462
1463 2012-02-02 Tobias Burnus <burnus@net-b.de>
1464
1465 PR fortran/52093
1466 * gfortran.dg/shape_7.f90: New.
1467
1468 2012-02-02 Richard Sandiford <rdsandiford@googlemail.com>
1469
1470 * gcc.target/mips/mips-prepend-1.c: New test.
1471
1472 2012-02-02 Jan Hubicka <jh@suse.cz>
1473 Tom de Vries <tom@codesourcery.com>
1474
1475 PR middle-end/51998
1476 * testsuite/gcc.dg/alias-12.c: New testcase.
1477 * testsuite/gcc.dg/alias-13.c: New testcase.
1478
1479 2012-02-02 Jakub Jelinek <jakub@redhat.com>
1480
1481 PR target/52086
1482 * gcc.dg/pr52086.c: New test.
1483
1484 PR tree-optimization/52073
1485 * gcc.c-torture/compile/pr52073.c: New test.
1486
1487 2012-02-01 Thomas König <tkoenig@gcc.gnu.org>
1488
1489 PR fortran/51958
1490 * gfortran.dg/function_optimize_10.f90: New test.
1491
1492 2012-02-01 Uros Bizjak <ubizjak@gmail.com>
1493
1494 * go.test/go-test.exp (go-gc-tests): xfail test/nilptr.go runtime
1495 test on alpha*-*-*.
1496
1497 2012-02-01 Tobias Burnus <burnus@net-b.de>
1498
1499 PR fortran/52024
1500 * gfortran.dg/typebound_operator_14.f90: New.
1501
1502 2012-02-01 Tobias Burnus <burnus@net-b.de>
1503
1504 PR fortran/52059
1505 * gfortran.dg/elemental_function_1.f90: New.
1506
1507 2012-02-01 Georg-Johann Lay <avr@gjlay.de>
1508
1509 PR rtl-optimization/51374
1510 * gcc.target/avr/torture/pr51374-1.c:
1511 Also fail if SBIS is seen.
1512
1513 2012-02-01 Georg-Johann Lay <avr@gjlay.de>
1514
1515 PR rtl-optimization/51374
1516 * gcc.target/avr/torture/pr51374-1.c: New.
1517
1518 2012-01-31 Tobias Burnus <burnus@net-b.de>
1519
1520 PR fortran/52024
1521 * gfortran.dg/typebound_generic_11.f90: New.
1522
1523 2012-01-31 Tobias Burnus <burnus@net-b.de>
1524
1525 PR fortran/52029
1526 * gfortran.dg/class_49.f90: New.
1527
1528 2012-01-31 Tobias Burnus <burnus@net-b.de>
1529
1530 PR fortran/52013
1531 * gfortran.dg/elemental_args_check_6.f90: New.
1532
1533 2012-01-31 Jason Merrill <jason@redhat.com>
1534
1535 PR c++/52043
1536 * g++.dg/cpp0x/variadic122.C: New.
1537
1538 2012-01-31 Paul Thomas <pault@gcc.gnu.org>
1539
1540 PR fortran/52012
1541 * gfortran.dg/realloc_on_assign_10.f90: New test.
1542
1543 2012-01-31 Richard Guenther <rguenther@suse.de>
1544
1545 PR tree-optimization/51528
1546 * gcc.dg/torture/pr51528.c: New testcase.
1547
1548 2012-01-30 Uros Bizjak <ubizjak@gmail.com>
1549
1550 PR go/48501
1551 * lib/go.exp (go_target_compile): Append timeout= to options.
1552 * go.test/go-test.exp (go-gc-tests): Add dg-timeout-factor for
1553 select5-out.go test on alpha*-*-* targets.
1554
1555 2012-01-30 Richard Sandiford <rdsandiford@googlemail.com>
1556
1557 * gcc.target/mips/extend-1.c (TEST_CHAR): Use signed char.
1558 (TEST_SHORT): Reformat in the same way.
1559 * gcc.target/mips/octeon-exts-6.c (TEST_CHAR): Use signed char.
1560 (TEST_SHORT): Reformat in the same way.
1561 * gcc.target/mips/octeon2-lx-1.c (TEST): Make sign explicit.
1562 * gcc.target/mips/pr37362.c: Skip for mips-sde-elf.
1563 * gcc.target/mips/mmcount-ra-address-1.c (bazl): Add NOMIPS16.
1564 * gcc.target/mips/mmcount-ra-address-2.c (bar): Likewise.
1565 * gcc.target/mips/mmcount-ra-address-3.c (bar): Likewise.
1566
1567 2012-01-30 Bin Cheng <bin.cheng@arm.com>
1568
1569 PR target/51835
1570 * gcc.target/arm/pr51835.c: New testcase.
1571
1572 2012-01-30 Richard Guenther <rguenther@suse.de>
1573
1574 PR tree-optimization/52028
1575 * gcc.dg/torture/pr52028.c: New testcase.
1576 * gfortran.dg/ldist-pr45199.f: Adjust.
1577 * gcc.dg/tree-ssa/ldist-16.c: Likewise.
1578 * gcc.dg/tree-ssa/ldist-17.c: Likewise.
1579 * gcc.dg/tree-ssa/ldist-pr45948.c: Likewise.
1580
1581 2012-01-30 Jakub Jelinek <jakub@redhat.com>
1582
1583 PR debug/52027
1584 * gcc.dg/tree-prof/pr52027.c: New test.
1585
1586 PR tree-optimization/52046
1587 * gcc.dg/pr52046.c: New test.
1588
1589 PR debug/52048
1590 * g++.dg/other/pr52048.C: New test.
1591
1592 2012-01-30 Richard Guenther <rguenther@suse.de>
1593
1594 PR tree-optimization/52045
1595 * gcc.dg/pr52045.c: New testcase.
1596
1597 2012-01-30 Greta Yorsh <Greta.Yorsh@arm.com>
1598
1599 * gcc.target/arm/di-longlong64-sync-withldrexd.c: Accept
1600 new code generated for __sync_lock_release.
1601
1602 2012-01-30 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1603
1604 * gcc.dg/dfp/fe-convert-2.c: Force use of soft dfp on s390 and s390x.
1605
1606 2012-01-29 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1607
1608 PR testsuite/51875
1609 * gfortran.dg/guality/pr41558.f90: Skip on 32-bit hppa*-*-hpux*.
1610
1611 * g++.dg/ext/visibility/template10.C: Fix typo.
1612
1613 * gcc.dg/tm/pr51472.c: Add -fno-common option on hppa-*-hpux*.
1614
1615 2012-01-29 Paolo Carlini <paolo.carlini@oracle.com>
1616
1617 PR c++/51327
1618 * g++.dg/cpp0x/constexpr-ice6.C: New.
1619
1620 2012-01-29 Tobias Burnus <burnus@net-b.de>
1621
1622 PR fortran/41600
1623 * gfortran.dg/default_initialization_6.f90: New.
1624
1625 2012-01-29 Tobias Burnus <burnus@net-b.de>
1626
1627 PR fortran/51972
1628 * gfortran.dg/class_allocate_12.f90: Enable disabled test.
1629 * gfortran.dg/class_48.f90: New.
1630
1631 2012-01-29 Janne Blomqvist <jb@gcc.gnu.org>
1632
1633 PR fortran/51808
1634 * gfortran.dg/module_md5_1.f90: Update MD5 sum.
1635
1636 2012-01-28 Tobias Burnus <burnus@net-b.de>
1637
1638 PR fortran/51972
1639 * gfortran.dg/class_allocate_12.f90: New.
1640
1641 2012-01-28 Eric Botcazou <ebotcazou@adacore.com>
1642
1643 * gcc.dg/torture/pr50444.c: Fix dg directives.
1644
1645 2012-01-28 Jakub Jelinek <jakub@redhat.com>
1646
1647 PR target/52006
1648 * gcc.target/arm/pr52006.c: New test.
1649
1650 2012-01-27 Aldy Hernandez <aldyh@redhat.com>
1651
1652 PR testsuite/52011
1653 * gcc.dg/lto/trans-mem.h: New file.
1654 * gcc.dg/lto/trans-mem-2_0.c: Include it.
1655 * gcc.dg/lto/trans-mem-1_1.c: Same.
1656 * gcc.dg/lto/trans-mem-4_1.c: Same.
1657 * gcc.dg/lto/trans-mem-3_1.c: Same.
1658
1659 2012-01-27 Tobias Burnus <burnus@net-b.de>
1660
1661 PR fortran/52022
1662 * gfortran.dg/dummy_procedure_7.f90: New.
1663
1664 2012-01-27 Andreas Schwab <schwab@linux-m68k.org>
1665
1666 * g++.dg/cpp0x/constexpr-rom.C: Don't add -G0 on *-*-darwin*
1667 *-*-aix* alpha*-*-osf* alpha*-*-*vms*.
1668
1669 2012-01-27 Jakub Jelinek <jakub@redhat.com>
1670
1671 PR c++/51852
1672 * g++.dg/other/gc5.C: New test.
1673
1674 2012-01-27 Richard Guenther <rguenther@suse.de>
1675
1676 PR tree-optimization/50444
1677 * gcc.dg/torture/pr50444.c: New testcase.
1678
1679 2012-01-27 Tobias Burnus <burnus@net-b.de>
1680
1681 PR fortran/51970
1682 PR fortran/51977
1683 * gfortran.dg/move_alloc_13.f90: New.
1684
1685 2012-01-27 Tobias Burnus <burnus@net-b.de>
1686
1687 PR fortran/51953
1688 * gfortran.dg/allocate_alloc_opt_13.f90: New.
1689 * gfortran.dg/allocate_alloc_opt_4.f90: Add -std=f2003
1690 and change dg-error string.
1691
1692 2012-01-27 Tobias Burnus <burnus@net-b.de>
1693
1694 PR fortran/52016
1695 * gfortran.dg/elemental_args_check_5.f90: New.
1696
1697 2012-01-27 Richard Guenther <rguenther@suse.de>
1698
1699 PR middle-end/51959
1700 * g++.dg/torture/pr51959.C: New testcase.
1701
1702 2012-01-27 Tom de Vries <tom@codesourcery.com>
1703
1704 PR tree-optimization/51990
1705 * gcc.dg/pr51990.c: New test.
1706 * gcc.dg/pr51990-2.c: Same.
1707
1708 2012-01-27 Paul Thomas <pault@gcc.gnu.org>
1709 Tobias Burnus <burnus@gcc.gnu.org>
1710
1711 PR fortran/48705
1712 * gfortran.dg/class_allocate_11.f03: New.
1713
1714 PR fortran/51870
1715 PR fortran/51943
1716 PR fortran/51946
1717 * gfortran.dg/class_allocate_7.f03: New.
1718 * gfortran.dg/class_allocate_8.f03: New.
1719 * gfortran.dg/class_allocate_9.f03: New.
1720 * gfortran.dg/class_allocate_10.f03: New.
1721
1722 2012-01-27 Eric Botcazou <ebotcazou@adacore.com>
1723
1724 * gnat.dg/discr34.adb: New test.
1725 * gnat.dg/discr34_pkg.ads: New helper.
1726
1727 2012-01-27 Eric Botcazou <ebotcazou@adacore.com>
1728
1729 * gnat.dg/discr33.adb: New test.
1730
1731 2012-01-27 Eric Botcazou <ebotcazou@adacore.com>
1732
1733 * gnat.dg/limited_with3.ad[sb): New test.
1734 * gnat.dg/limited_with3_pkg1.ad[sb]: New helper.
1735 * gnat.dg/limited_with3_pkg2.ads: Likewise.
1736 * gnat.dg/limited_with3_pkg3.ads: Likewise.
1737
1738 2012-01-27 Eric Botcazou <ebotcazou@adacore.com>
1739
1740 * gnat.dg/stack_usage1.adb: New test.
1741 * gnat.dg/stack_usage1_pkg.ad[sb]: New helper.
1742
1743 * gcc.dg/pr44194-1.c: Remove superfluous include directive.
1744 * gcc.dg/pr44194-2.c: Likewise.
1745
1746 2012-01-26 Paolo Carlini <paolo.carlini@oracle.com>
1747
1748 PR c++/51370
1749 * g++.dg/template/crash112.C: New.
1750
1751 2012-01-27 Richard Henderson <rth@redhat.com>
1752
1753 * gcc.dg/atomic-flag.c: Adjust for __GCC_ATOMIC_TEST_AND_SET_TRUEVAL.
1754
1755 2012-01-26 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1756
1757 * gfortran.dg/reassoc_4.f: Use dg-additional-options.
1758
1759 2012-01-26 Jakub Jelinek <jakub@redhat.com>
1760
1761 PR middle-end/51895
1762 * g++.dg/opt/pr51895.C: New test.
1763
1764 2012-01-26 Michael Matz <matz@suse.de>
1765
1766 PR tree-optimization/48794
1767 * gfortran.dg/gomp/pr48794-2.f90: New testcase.
1768
1769 2012-01-26 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1770
1771 * gcc.dg/ssa-dom-thread-4.c: Set -mbranch-cost=2 for s390 and s390x.
1772
1773 2012-01-26 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1774
1775 * gcc.dg/pr46309.c: Set branch-cost to 2 for s390 and s390x.
1776 * gcc.dg/pr44194-1.c: Disable since s390 returns structs always in
1777 memory.
1778 * gfortran.dg/reassoc_4.f: Force max-completely-peeled-insns to
1779 the default value for s390 and s390x.
1780
1781 2012-01-25 Aldy Hernandez <aldyh@redhat.com>
1782
1783 PR lto/51698
1784 * gcc.dg/lto/trans-mem-4_0.c: New.
1785 * gcc.dg/lto/trans-mem-4_1.c: New.
1786 * gcc.dg/lto/trans-mem-2_0.c: Provide correct argument types for
1787 TM builtins.
1788 * gcc.dg/lto/trans-mem-1_0.c: Require stdint_types.
1789 * gcc.dg/lto/trans-mem-1_1.c: Provide correct argument types for
1790 TM builtins.
1791 * gcc.dg/lto/trans-mem-3_0.c: Require stdint_types.
1792 * gcc.dg/lto/trans-mem-3_1.c: Provide correct argument types for
1793 TM builtins.
1794
1795 2012-01-25 Georg-Johann Lay <avr@gjlay.de>
1796
1797 * gcc.target/avr/torture/int24-mul.c: Rename __pgm to __flash.
1798
1799 2012-01-25 Ian Lance Taylor <iant@google.com>
1800
1801 * go.test/go-test.exp (go-gc-tests): Handle a few more test lines.
1802
1803 2012-01-25 Tobias Burnus <burnus@net-b.de>
1804
1805 PR fortran/51995
1806 * gfortran.dg/typebound_proc_25.f90: New.
1807
1808 2012-01-25 Jason Merrill <jason@redhat.com>
1809
1810 PR c++/51992
1811 * g++.dg/lto/pr51992_0.C: New.
1812
1813 2012-01-25 Jakub Jelinek <jakub@redhat.com>
1814
1815 PR tree-optimization/51987
1816 * gcc.target/i386/pr51987.c: New test.
1817
1818 2012-01-25 Greta Yorsh <Greta.Yorsh@arm.com>
1819
1820 * gcc.dg/tm/lto-1.c: Require lto support in target.
1821
1822 2012-01-25 Andrey Belevantsev <abel@ispras.ru>
1823
1824 PR rtl-optimization/48374
1825 * gcc.dg/pr48374.c: New test.
1826
1827 2012-01-25 Greta Yorsh <Greta.Yorsh@arm.com>
1828
1829 * gcc.dg/pr50908-2.c (dg-options): Add -fno-short-enums.
1830
1831 2012-01-25 Tobias Burnus <burnus@net-b.de>
1832
1833 PR fortran/51966
1834 * gfortran.dg/derived_constructor_char_3.f90: New.
1835
1836 2012-01-24 Ian Lance Taylor <iant@google.com>
1837
1838 * go.test/go-test.exp (filecmp): New procedure.
1839 (errchk): Handle quoted square brackets.
1840 (go-gc-tests): Set go_compile_args. Handle various new test
1841 lines. Skip a few new tests.
1842 * lib/go-torture.exp (go-torture-execute): Use go_compile_args.
1843
1844 2012-01-24 Richard Sandiford <rdsandiford@googlemail.com>
1845
1846 * lib/target-supports.exp (proc check_effective_target_vect_perm)
1847 (check_effective_target_vect_extract_even_odd)
1848 (check_effective_target_vect_interleave): Return true for MIPS
1849 paired-single.
1850
1851 2012-01-24 Richard Sandiford <rdsandiford@googlemail.com>
1852
1853 * gcc.c-torture/execute/scal-to-vec1.c (one): New volatile variable.
1854 (main): Use it instead of argc.
1855
1856 2012-01-24 Jason Merrill <jason@redhat.com>
1857
1858 PR c++/51973
1859 * g++.dg/cpp0x/sfinae31.C: New.
1860
1861 2012-01-24 Richard Sandiford <rdsandiford@googlemail.com>
1862
1863 * gcc.dg/memcpy-4.c: Don't expect /s on MEMs.
1864
1865 2012-01-24 Jason Merrill <jason@redhat.com>
1866
1867 PR c++/51812
1868 * g++.dg/inherit/covariant20.C: New.
1869
1870 2012-01-24 Paolo Carlini <paolo.carlini@oracle.com>
1871
1872 PR c++/51223
1873 * g++.dg/parse/crash58.C: New.
1874
1875 2012-01-24 Jakub Jelinek <jakub@redhat.com>
1876
1877 PR target/51957
1878 * gcc.dg/pr51957-1.c: New test.
1879 * gcc.dg/pr51957-1.h: New file.
1880 * gcc.dg/pr51957-2.c: New test.
1881
1882 2012-01-23 Jason Merrill <jason@redhat.com>
1883
1884 PR c++/51930
1885 * g++.dg/ext/visibility/template10.C: New.
1886
1887 2012-01-23 Tobias Burnus <burnus@net-b.de>
1888
1889 PR fortran/51948
1890 * gfortran.dg/move_alloc_12.f90: New.
1891
1892 2012-01-23 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
1893
1894 PR middle-end/45416
1895 * gcc.dg/pr45416.c: Skip for Thumb1. Handle ubfx.
1896
1897 2012-01-23 Paolo Carlini <paolo.carlini@oracle.com>
1898
1899 PR c++/51398
1900 * g++.dg/template/crash111.C: New.
1901
1902 2012-01-23 Arnaud Charlet <charlet@adacore.com>
1903
1904 * ada/acats/tests/cxh/cxh1001.a: Removed, test not suitable on all
1905 configurations.
1906 * ada/acats/run_all.sh: Simplify by removing cxh1001 special case.
1907
1908 2012-01-23 Dodji Seketeli <dodji@redhat.com>
1909
1910 PR testsuite/51941
1911 * g++.dg/debug/dwarf2/nested-3.C: Accept multiple lines between
1912 the DW_TAG_class_type and DW_AT_name: "Executor".
1913
1914 2012-01-23 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
1915
1916 * lib/target-supports.exp
1917 (check_effective_target_vect_extract_even_odd): Handle ARM neon.
1918 (check_effective_target_vect_interleave): Likewise.
1919
1920 2012-01-22 Jason Merrill <jason@redhat.com>
1921
1922 PR c++/51925
1923 * g++.dg/template/using20.C: New.
1924 * g++.dg/template/template-id-2.C: Adjust diagnostic.
1925
1926 2012-01-23 Jason Merrill <jason@redhat.com>
1927
1928 PR target/51934
1929 * g++.dg/torture/pr51344.C: Limit to x86.
1930
1931 2012-01-23 Greta Yorsh <Greta.Yorsh@arm.com>
1932
1933 * c-c++-common/tm/omp.c: Require target with pthread support.
1934
1935 2012-01-23 Richard Guenther <rguenther@suse.de>
1936
1937 PR tree-optimization/51949
1938 * gcc.dg/torture/pr51949.c: New testcase.
1939
1940 2012-01-23 Jakub Jelinek <jakub@redhat.com>
1941
1942 PR rtl-optimization/51933
1943 * gcc.c-torture/execute/pr51933.c: New test.
1944
1945 2012-01-22 Douglas B Rupp <rupp@gnat.com>
1946
1947 * gcc.dg/builtins-config.h (HAVE_C99_RUNTIME):
1948 Do not define for Interix.
1949
1950 2012-01-22 Jason Merrill <jason@redhat.com>
1951
1952 PR c++/51832
1953 * g++.dg/lto/pr51832.h: New.
1954 * g++.dg/lto/pr51832_0.C: New.
1955 * g++.dg/lto/pr51832_1.C: New.
1956
1957 2012-01-22 Eric Botcazou <ebotcazou@adacore.com>
1958
1959 * gcc.dg/ext-elim-1.c: New test.
1960
1961 2012-01-22 Richard Sandiford <rdsandiford@googlemail.com>
1962
1963 PR target/51931
1964 * gcc.c-torture/compile/20001226-1.c: Add nomips16 attribute.
1965 * g++.dg/opt/longbranch1.C: Likewise.
1966
1967 2012-01-22 Richard Sandiford <rdsandiford@googlemail.com>
1968
1969 * g++.old-deja/g++.pt/ptrmem6.C: xfail a test for ARM and MIPS
1970 in C++11 mode.
1971
1972 2012-01-21 Steven G. Kargl <kargl@gcc.gnu.org>
1973
1974 PR fortran/50556
1975 * gfortran.dg/namelist_74.f90: New test.
1976 * gfortran.dg/namelist_59.f90: Remove SAVE attribute.
1977
1978 2012-01-21 Tobias Burnus <burnus@net-b.de>
1979
1980 PR fortran/51913
1981 * gfortran.dg/class_47.f90: New.
1982
1983 2012-01-21 Eric Botcazou <ebotcazou@adacore.com>
1984
1985 * gnat.dg/renaming5.ad[sb]: New test.
1986
1987 2012-01-20 Jason Merrill <jason@redhat.com>
1988
1989 PR c++/51919
1990 * g++.dg/pch/mangle1.{C,Hs}: Remove.
1991
1992 2012-01-20 Jason Merrill <jason@redhat.com>
1993
1994 PR c++/51922
1995 * g++.dg/ext/attrib42.C: Require ilp32.
1996
1997 2012-01-20 Jakub Jelinek <jakub@redhat.com>
1998
1999 PR target/51915
2000 * gcc.target/arm/pr51915.c: New test.
2001
2002 2012-01-20 Cary Coutant <ccoutant@google.com>
2003 Dodji Seketeli <dodji@redhat.com>
2004
2005 PR debug/45682
2006 * g++.dg/debug/dwarf2/nested-3.C: New test.
2007
2008 2012-01-20 Paolo Carlini <paolo.carlini@oracle.com>
2009
2010 PR c++/51402
2011 * g++.dg/template/crash110.C: New.
2012
2013 2012-01-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2014
2015 * gcc.misc-tests/gcov-14.c: Skip on alpha*-dec-osf*.
2016 Remove default options on hppa*-*-hpux*.
2017
2018 2012-01-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2019
2020 * g++.dg/ext/visibility/template9.C: Add dg-require-visibility.
2021
2022 2012-01-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2023
2024 * gcc.c-torture/compile/pr51856.c: New testcase.
2025
2026 2012-01-20 Uros Bizjak <ubizjak@gmail.com>
2027
2028 * go.test/go-test.exp (go-gc-tests): Pass correctly formatted
2029 options to go_target_compile.
2030
2031 2012-01-20 Kai Tietz <ktietz@redhat.com>
2032
2033 * g++.dg/torture/pr51344.C: Fix typo.
2034
2035 2012-01-20 Richard Guenther <rguenther@suse.de>
2036
2037 PR tree-optimization/51903
2038 * g++.dg/torture/pr51903.C: New testcase.
2039
2040 2012-01-20 Tobias Burnus <burnus@net-b.de>
2041 Janus Weil <janus@gcc.gnu.org>
2042
2043 PR fortran/51056
2044 * gfortran.dg/use_21.f90: New.
2045
2046 2012-01-20 Jakub Jelinek <jakub@redhat.com>
2047
2048 PR target/51106
2049 * gcc.dg/torture/pr51106-1.c: New test.
2050 * gcc.dg/torture/pr51106-2.c: New test.
2051
2052 2012-01-19 Kai Tietz <ktietz@redhat.com>
2053
2054 * g++.dg/torture/pr51344.C: New test.
2055
2056 2012-01-19 Tobias Burnus <burnus@net-b.de>
2057
2058 PR fortran/51904
2059 * gfortran.dg/intrinsic_size_2.f90: New.
2060
2061 2012-01-19 Jason Merrill <jason@redhat.com>
2062
2063 PR c++/51889
2064 * g++.dg/inherit/using7.C: New.
2065
2066 2012-01-19 Richard Guenther <rguenther@suse.de>
2067
2068 PR tree-optimization/37997
2069 * gcc.dg/tree-ssa/ssa-pre-28.c: New testcase.
2070
2071 2012-01-19 Andrey Belevantsev <abel@ispras.ru>
2072
2073 PR rtl-optimization/51505
2074 * gcc.dg/pr51505.c: New test.
2075
2076 2012-01-18 Paul Thomas <pault@gcc.gnu.org>
2077
2078 PR fortran/51634
2079 * gfortran.dg/typebound_operator_12.f03: New.
2080 * gfortran.dg/typebound_operator_13.f03: New.
2081
2082 2012-01-18 Paolo Carlini <paolo.carlini@oracle.com>
2083
2084 PR c++/51225
2085 * g++.dg/cpp0x/pr51225.C: New.
2086
2087 2012-01-17 Ian Lance Taylor <iant@google.com>
2088
2089 PR go/50656
2090 * go.test/go-test.exp (go-gc-tests): Recognize some more test lines.
2091
2092 2012-01-17 Tobias Burnus <burnus@net-b.de>
2093
2094 PR fortran/51869
2095 * gfortran.dg/realloc_on_assign_9.f90: New.
2096
2097 2012-01-17 Aldy Hernandez <aldyh@redhat.com>
2098
2099 PR other/51165
2100 * gcc.dg/tm/memopt-3.c: Remove xfail.
2101 * gcc.dg/tm/memopt-4.c: Remove xfail.
2102 * gcc.dg/tm/memopt-5.c: Remove xfail.
2103 * gcc.dg/tm/memopt-7.c: Remove xfail.
2104
2105 2012-01-17 Jakub Jelinek <jakub@redhat.com>
2106
2107 PR tree-optimization/51877
2108 * gcc.c-torture/execute/pr51877.c: New test.
2109
2110 2012-01-17 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
2111
2112 * gcc.dg/vect/no-section-anchors-vect-69.c: Change
2113 {!vect_align_arrays} to vect_sizes_32B_16B.
2114 * gcc.dg/vect/vect-multitypes-1.c: Ditto.
2115 * gcc.dg/vect/vect-peel-3.c: Ditto.
2116
2117 2012-01-16 Jason Merrill <jason@redhat.com>
2118
2119 PR c++/51854
2120 * g++.dg/abi/mangle60.C: New.
2121
2122 PR c++/51827
2123 * g++.dg/pch/mangle1.{C,Hs}: New.
2124
2125 2012-01-16 Mikael Morin <mikael@gcc.gnu.org>
2126 Tobias Burnus <burnus@net-b.de>
2127
2128 PR fortran/50981
2129 * gfortran.dg/elemental_optional_args_3.f90: New
2130 * gfortran.dg/elemental_optional_args_4.f90: New
2131
2132 2012-01-16 Tobias Burnus <burnus@net-b.de>
2133
2134 PR fortran/51809
2135 * gfortran.dg/use_20.f90: New
2136
2137 2012-01-16 Jason Merrill <jason@redhat.com>
2138
2139 PR c++/51868
2140 * g++.dg/cpp0x/rv-bitfield.C: New.
2141 * g++.dg/cpp0x/rv-bitfield2.C: New.
2142
2143 2012-01-16 Paul Thomas <pault@gcc.gnu.org>
2144
2145 * gfortran.dg/class_array_3.f03: Remove the explicit loop in
2146 subroutine 'qsort' and use index array to assign the result.
2147
2148 2012-01-16 Jakub Jelinek <jakub@redhat.com>
2149
2150 PR tree-optimization/51865
2151 * gcc.dg/pr51865.c: New test.
2152
2153 2012-01-15 Richard Sandiford <rdsandiford@googlemail.com>
2154
2155 * gcc.dg/tree-ssa/ssa-dom-thread-4.c: Expect 4 threaded edges for MIPS.
2156
2157 2012-01-15 Richard Sandiford <rdsandiford@googlemail.com>
2158
2159 * gcc.target/mips/code-readable-2.c: Allow the jump table address
2160 to be loaded from the constant pool, rather than via %hi and %lo.
2161
2162 2012-01-15 Uros Bizjak <ubizjak@gmail.com>
2163
2164 PR rtl-optimization/51821
2165 * gcc.dg/pr51821.c: New test.
2166
2167 2012-01-15 Andreas Schwab <schwab@linux-m68k.org>
2168
2169 * gcc.dg/torture/pr8081.c: Fix char signedness assumption.
2170
2171 2012-01-14 Andreas Schwab <schwab@linux-m68k.org>
2172
2173 * g++.dg/cpp0x/constexpr-rom.C: Add -G0 where applicable.
2174
2175 2012-01-14 Tobias Burnus <burnus@net-b.de>
2176
2177 PR fortran/51800
2178 * gfortran.dg/init_flag_8.f90: New.
2179 * gfortran.dg/init_flag_9.f90: New.
2180
2181 2011-01-14 Tobias Burnus <burnus@net-b.de>
2182
2183 PR fortran/51816
2184 * gfortran.dg/use_18.f90: New.
2185 * gfortran.dg/use_19.f90: New.
2186
2187 2012-01-13 Ian Lance Taylor <iant@google.com>
2188
2189 PR c++/50012
2190 * g++.dg/warn/Wsign-compare-4.C: New.
2191
2192 2012-01-13 Paul Thomas <pault@gcc.gnu.org>
2193
2194 PR fortran/48351
2195 * gfortran.dg/alloc_comp_assign.f03: New.
2196 * gfortran.dg/allocatable_scalar_9.f90: Reduce count of
2197 __BUILTIN_FREE from 38 to 32.
2198
2199 2012-01-13 Jason Merrill <jason@redhat.com>
2200
2201 PR c++/20681
2202 * g++.dg/warn/Wreturn-type-7.C: New.
2203
2204 2012-01-13 Georg-Johann Lay <avr@gjlay.de>
2205
2206 * gcc.c-torture/execute/20120111-1.c: Fix wrong int = int32_t
2207 assumption.
2208 * g++.dg/ipa/pr51759.C: Fix assumption sizeof(int) > 2.
2209 * gcc.dg/cpp/warn-multichar.c: Fix to work on int=16 platforms.
2210 * gcc.dg/cpp/warn-multichar-2.c: Ditto.
2211 * gcc.dg/debug/dwarf2/pr49871.c: Add dg-require-effective-target
2212 int32plus because of big array needed.
2213 * gcc.dg/pr50527.c: Don't FAIL if sizeof(void*) = 2
2214 * gcc.dg/lto/20090218-2_1.c: Fix prototype of malloc, memcpy.
2215
2216 2012-01-13 Jason Merrill <jason@redhat.com>
2217
2218 PR c++/51813
2219 * g++.dg/ext/visibility/template9.C: New.
2220
2221 PR c++/51620
2222 * g++.dg/cpp0x/defaulted34.C: New.
2223 * g++.dg/template/virtual3.C: New.
2224
2225 2012-01-13 Richard Guenther <rguenther@suse.de>
2226
2227 PR middle-end/8081
2228 * gcc.dg/torture/pr8081.c: New testcase.
2229
2230 2012-01-13 Georg-Johann Lay <avr@gjlay.de>
2231
2232 * gcc.dg/pr46309.c: Set branch cost to greater 1 for avr.
2233
2234 2012-01-12 Jason Merrill <jason@redhat.com>
2235
2236 PR c++/51714
2237 * g++.dg/ext/stmtexpr14.C: New.
2238
2239 2012-01-13 Dodji Seketeli <dodji@redhat.com>
2240
2241 PR c++/51633
2242 * g++.dg/cpp0x/constexpr-diag4.C: New test.
2243
2244 2012-01-12 Jason Merrill <jason@redhat.com>
2245
2246 PR c++/48051
2247 * g++.dg/abi/mangle48.C: Test qualified-names, too.
2248 * g++.dg/abi/mangle58.C: Likewise.
2249
2250 PR c++/51403
2251 * g++.dg/template/arg8.C: New.
2252
2253 2012-01-12 Ira Rosen <irar@il.ibm.com>
2254
2255 PR tree-optimization/51799
2256 * gcc.dg/vect/pr51799.c: New test.
2257 * gcc.dg/vect/vect-widen-shift-u8.c: Expect two widening shift
2258 patterns.
2259
2260 2012-01-12 Dominique d'Humieres <dominiq@lps.ens.fr>
2261 Tobias Burnus <burnus@net-b.de>
2262
2263 PR fortran/51057
2264 PR fortran/51616
2265 * lib/target-supports.exp
2266 (check_effective_target_fortran_largest_fp_has_sqrt): New.
2267 * gfortran.dg/quad_2.f90: Use it, add pattern for IBM's real(16).
2268
2269 2012-01-11 Jason Merrill <jason@redhat.com>
2270
2271 PR c++/51565
2272 * g++.dg/ext/attrib42.C: New.
2273
2274 2012-01-11 Jakub Jelinek <jakub@redhat.com>
2275
2276 PR bootstrap/51796
2277 * gcc.dg/pr51796.c: New test.
2278
2279 2012-01-11 Jason Merrill <jason@redhat.com>
2280
2281 PR c++/51818
2282 * g++.dg/cpp0x/lambda/lambda-mangle3.C: New.
2283
2284 2012-01-11 Eric Botcazou <ebotcazou@adacore.com>
2285
2286 * gnat.dg/array19.ad[sb]: New test.
2287
2288 2012-01-11 Eric Botcazou <ebotcazou@adacore.com>
2289
2290 * gnat.dg/opt23.ad[sb]: New test.
2291 * gnat.dg/opt23_pkg.ad[sb]: New helper.
2292 * gnat.dg/opt24.ad[sb]: New test.
2293
2294 2012-01-11 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2295
2296 PR tree-optimization/49642
2297 * gcc.dg/tree-ssa/pr49642-1.c: New test.
2298 * gcc.dg/tree-ssa/pr49642-2.c: New test.
2299
2300 2012-01-11 Jason Merrill <jason@redhat.com>
2301
2302 PR c++/51613
2303 * g++.dg/template/explicit-args5.C: New.
2304
2305 2012-01-11 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
2306
2307 * gcc.c-torture/execute/20120110-1.c: New testcase.
2308
2309 2012-01-10 Jason Merrill <jason@redhat.com>
2310
2311 PR c++/51614
2312 * g++.dg/inherit/ambig1.C: New.
2313
2314 PR c++/51433
2315 * g++.dg/cpp0x/constexpr-cache1.C: New.
2316
2317 2012-01-10 Richard Guenther <rguenther@suse.de>
2318
2319 PR tree-optimization/51801
2320 * gcc.dg/torture/pr51801.c: New testcase.
2321
2322 2012-01-10 Tobias Burnus <burnus@net-b.de>
2323
2324 PR fortran/51652
2325 * gfortran.dg/allocate_with_typespec_5.f90: New.
2326
2327 2012-01-10 Tobias Burnus <burnus@net-b.de>
2328
2329 * gfortran.dg/class_39.f03: Update dg-error string.
2330
2331 2012-01-10 Richard Guenther <rguenther@suse.de>
2332
2333 PR tree-optimization/50913
2334 * gcc.dg/graphite/interchange-16.c: New testcase.
2335 * gcc.dg/graphite/scop-20.c: XFAIL.
2336 * gfortran.dg/graphite/interchange-1.f: Likewise.
2337 * gfortran.dg/graphite/block-1.f90: Likewise.
2338 * gfortran.dg/graphite/block-2.f: Likewise.
2339
2340 2012-01-10 Richard Henderson <rth@redhat.com>
2341
2342 * lib/target-supports.exp (check_effective_target_vect_perm,
2343 check_effective_target_vect_perm_byte,
2344 check_effective_target_vect_perm_short): Enable for arm neon.
2345
2346 2012-01-09 Tobias Burnus <burnus@net-b.de>
2347
2348 PR fortran/46328
2349 * gfortran.dg/typebound_operator_11.f90: New.
2350
2351 2012-01-09 Eric Botcazou <ebotcazou@adacore.com>
2352
2353 * gnat.dg/array18.adb: New test.
2354 * gnat.dg/array18_pkg.ads: New helper.
2355
2356 2012-01-09 Paul Thomas <pault@gcc.gnu.org>
2357
2358 PR fortran/51791
2359 * gfortran.dg/typebound_operator_7.f03: Insert parentheses
2360 around base object in first assignment in main program.
2361 * gfortran.dg/typebound_operator_10.f03: New test.
2362
2363 2012-01-09 Martin Jambor <mjambor@suse.cz>
2364
2365 PR tree-optimization/51759
2366 * g++.dg/ipa/pr51759.C: New test.
2367
2368 2012-01-09 Tobias Burnus <burnus@net-b.de>
2369
2370 PR fortran/51758
2371 * gfortran.dg/optional_absent_2.f90: New.
2372
2373 2012-01-09 Tobias Burnus <burnus@net-b.de>
2374
2375 PR fortran/51578
2376 * gfortran.dg/use_17.f90: New.
2377
2378 2012-01-09 Gary Funck <gary@intrepid.com>
2379
2380 PR preprocessor/33919
2381 * gcc.dg/pr33919.c: New test.
2382 * gcc.dg/pr33919-0.h: New test header file.
2383 * gcc.dg/pr33919-1.h: Ditto.
2384 * gcc.dg/pr33919-2.h: Ditto.
2385
2386 2012-01-07 Jan Hubicka <jh@suse.cz>
2387
2388 PR tree-optimize/51694
2389 * gcc.c-torture/compile/pr51694.c: new testcase.
2390
2391 2012-01-07 Jan Hubicka <jh@suse.cz>
2392
2393 PR tree-optimization/51600
2394 * g++.dg/torture/pr51600.C: New testcase.
2395
2396 2012-01-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2397
2398 PR gcov-profile/51715
2399 PR gcov-profile/51717
2400 * gcc.misc-tests/gcov-13.c: Skip on 32-bit hppa*-*-hpux*.
2401 * gcc.misc-tests/gcov-14.c: Likewise.
2402
2403 2012-01-06 Jason Merrill <jason@redhat.com>
2404
2405 * g++.dg/parse/new5.C: New.
2406
2407 2012-01-06 Patrick Marlier <patrick.marlier@gmail.com>
2408
2409 PR testsuite/51655
2410 * c-c++-common/tm/memcpy-1.c: Declare memcpy instead of
2411 including <string.h>.
2412
2413 2012-01-06 Jason Merrill <jason@redhat.com>
2414
2415 * g++.dg/abi/mangle51.C: New.
2416 * g++.dg/abi/mangle52.C: New.
2417 * g++.dg/abi/mangle53.C: New.
2418 * g++.dg/abi/mangle54.C: New.
2419 * g++.dg/abi/mangle55.C: New.
2420 * g++.dg/abi/mangle56.C: New.
2421 * g++.dg/abi/mangle57.C: New.
2422 * g++.dg/abi/mangle58.C: New.
2423 * g++.dg/abi/mangle59.C: New.
2424 * g++.dg/cpp0x/trailing3.C: Update mangling.
2425 * g++.dg/cpp0x/variadic111.C: Update mangling.
2426 * g++.dg/cpp0x/variadic4.C: Update mangling.
2427 * g++.dg/cpp0x/variadic42.C: Pass -fabi-version=5.
2428 * g++.dg/template/nontype22.C: Works now.
2429 * g++.dg/template/pr35240.C: Works now.
2430
2431 * g++.dg/cpp0x/error7.C: New.
2432
2433 2012-01-06 Tobias Burnus <burnus@net-b.de>
2434
2435 * gfortran.dg/deallocate_stat_2.f90: New.
2436 * coarray/allocate_errgmsg.f90: New.
2437 * gfortran.dg/coarray_lib_alloc_1.f90: New.
2438 * gfortran.dg/coarray_lib_alloc_2.f90: New.
2439 * coarray/subobject_1.f90: Fix for num_images > 1.
2440 * gfortran.dg/deallocate_stat.f90: Update due to changed
2441 stat= handling.
2442
2443 2012-01-06 Andrew Stubbs <ams@codesourcery.com>
2444
2445 * gcc.target/arm/headmerge-2.c: Adjust scan pattern.
2446
2447 2012-01-06 Eric Botcazou <ebotcazou@adacore.com>
2448
2449 * ada/acats/overflow.lst: Add cb20004.
2450
2451 2012-01-05 Dodji Seketeli <dodji@redhat.com>
2452
2453 PR c++/51541
2454 * g++.dg/cpp0x/alias-decl-18.C: New test.
2455
2456 2012-01-05 Eric Botcazou <ebotcazou@adacore.com>
2457
2458 * gcc.c-torture/execute/20120104-1.c: New test.
2459
2460 2012-01-05 Paul Thomas <pault@gcc.gnu.org>
2461
2462 PR fortran/PR48946
2463 * gfortran.dg/typebound_operator_9.f03: This is now a copy of
2464 the old typebound_operator_8.f03.
2465 * gfortran.dg/typebound_operator_8.f03: New version of
2466 typebound_operator_7.f03 with 'u' a derived type instead of a
2467 class object.
2468
2469 2012-01-05 Richard Guenther <rguenther@suse.de>
2470
2471 * g++.dg/torture/pr49309.C: Skip for -flto.
2472
2473 2012-01-05 Jakub Jelinek <jakub@redhat.com>
2474
2475 PR middle-end/51761
2476 * gcc.c-torture/compile/pr51761.c: New test.
2477
2478 2012-01-05 Richard Guenther <rguenther@suse.de>
2479
2480 PR tree-optimization/51760
2481 * gcc.dg/torture/pr51760.c: New testcase.
2482
2483 2012-01-05 Aldy Hernandez <aldyh@redhat.com>
2484
2485 PR middle-end/51472
2486 * gcc.dg/tm/memopt-6.c: Adjust regexp.
2487
2488 2012-01-05 Richard Guenther <rguenther@suse.de>
2489
2490 PR lto/41576
2491 * gfortran.dg/lto/pr41576_0.f90: New testcase.
2492 * gfortran.dg/lto/pr41576_1.f90: Likewise.
2493
2494 2012-01-04 Jakub Jelinek <jakub@redhat.com>
2495
2496 PR debug/51695
2497 * gcc.dg/pr51695.c: New test.
2498
2499 2012-01-04 Andrew Pinski <apinski@cavium.com>
2500
2501 * gcc.target/mips/mips64-dsp-ldx1.c: New test.
2502 * gcc.target/mips/octeon2-lx-1.c: New test.
2503 * gcc.target/mips/mips64-dsp-ldx.c: New test.
2504 * gcc.target/mips/octeon2-lx-2.c: New test.
2505 * gcc.target/mips/octeon2-lx-3.c: New test.
2506
2507 2012-01-04 Patrick Marlier <patrick.marlier@gmail.com>
2508
2509 PR other/51163
2510 PR other/51164
2511 * gcc.dg/tm/alias-1.c: Adjust regexp.
2512 * gcc.dg/tm/alias-2.c: Adjust regexp.
2513
2514 2012-01-04 Paolo Carlini <paolo.carlini@oracle.com>
2515
2516 PR c++/51064
2517 * g++.dg/warn/Wparentheses-26.C: New.
2518
2519 2012-01-04 Mikael Morin <mikael@gcc.gnu.org>
2520
2521 * gfortran.dg/elemental_optional_args_2.f90: New test.
2522
2523 2012-01-04 Thomas Koenig <tkoenig@gcc.gnu.org>
2524
2525 PR fortran/49693
2526 * gfortran.dg/common_17.f90: New test.
2527
2528 2012-01-04 Richard Guenther <rguenther@suse.de>
2529
2530 PR tree-optimization/49651
2531 * gcc.dg/tree-ssa/pta-ptrarith-1.c: Adjust.
2532 * gcc.dg/tree-ssa/pta-ptrarith-2.c: Likewise.
2533
2534 2012-01-03 Paolo Carlini <paolo.carlini@oracle.com>
2535
2536 PR c++/51738
2537 * g++.dg/cpp0x/initlist-postfix-open-square.C: New.
2538
2539 2012-01-03 Andrew Pinski <apinski@cavium.com>
2540
2541 * lib/scanasm.exp (dg-function-on-line): Always use a special format
2542 for all mips targets. Also allow an optional .cfi_startproc.
2543
2544 2012-01-03 Uros Bizjak <ubizjak@gmail.com>
2545
2546 * gfortran.dg/typebound_operator_8.f03: Use dg-add-options ieee.
2547
2548 2012-01-03 Paolo Carlini <paolo.carlini@oracle.com>
2549
2550 PR c++/29273
2551 * g++.dg/rtti/dyncast5.C: New.
2552
2553 2012-01-03 Richard Guenther <rguenther@suse.de>
2554
2555 PR tree-optimization/51070
2556 * gcc.dg/torture/pr51070-2.c: New testcase.
2557
2558 2012-01-03 Richard Guenther <rguenther@suse.de>
2559
2560 PR tree-optimization/51692
2561 * gcc.dg/torture/pr51692.c: New testcase.
2562
2563 2012-01-03 Richard Guenther <rguenther@suse.de>
2564
2565 PR debug/51650
2566 * g++.dg/lto/pr51650-3_0.C: New testcase.
2567
2568 2012-01-03 Paolo Carlini <paolo.carlini@oracle.com>
2569
2570 PR c++/15867
2571 * g++.dg/warn/Wredundant-decls-spec.C: New.
2572
2573 2012-01-03 Jakub Jelinek <jakub@redhat.com>
2574
2575 PR tree-optimization/51719
2576 * g++.dg/tree-prof/pr51719.C: New test.
2577
2578 2012-01-03 Richard Guenther <rguenther@suse.de>
2579
2580 PR middle-end/51730
2581 * gcc.dg/fold-compare-6.c: New testcase.
2582
2583 2012-01-03 Jakub Jelinek <jakub@redhat.com>
2584
2585 PR c++/51669
2586 * g++.dg/gomp/pr51669.C: New test.
2587
2588 2012-01-02 Jason Merrill <jason@redhat.com>
2589
2590 PR c++/51675
2591 * g++.dg/cpp0x/constexpr-union2.C: New.
2592
2593 PR c++/51666
2594 * g++.dg/cpp0x/nsdmi-defer5.C: New.
2595
2596 2012-01-02 Dodji Seketeli <dodji@redhat.com>
2597
2598 PR c++/51462
2599 * g++.dg/cpp0x/constexpr-99.C: New test.
2600
2601 2012-01-02 Paolo Carlini <paolo.carlini@oracle.com>
2602
2603 PR c++/20140
2604 * g++.dg/template/init9.C: New.
2605
2606 2012-01-02 Richard Sandiford <rdsandiford@googlemail.com>
2607
2608 * gcc.dg/memcpy-4.c: Add nomips16 attribute for MIPS targets.
2609 Increase copy to 5 bytes. Look for at least two "mem/s/u"s,
2610 rather than a specific number.
2611
2612 2012-01-02 Paul Thomas <pault@gcc.gnu.org>
2613
2614 PR fortran/46262
2615 PR fortran/46328
2616 PR fortran/51052
2617 * gfortran.dg/typebound_operator_7.f03: New.
2618 * gfortran.dg/typebound_operator_8.f03: New.
2619
2620 2012-01-02 Richard Sandiford <rdsandiford@googlemail.com>
2621
2622 PR target/51729
2623 * gcc.target/mips/dspr2-MULT.c: Remove -ffixed-hi -ffixed-lo.
2624 XFAIL.
2625 * gcc.target/mips/dspr2-MULTU.c: Likewise.
2626
2627 2012-01-02 Richard Sandiford <rdsandiford@googlemail.com>
2628
2629 * gcc.dg/pr46309.c: Add -mtune=octeon2 for MIPS.
2630
2631 2012-01-02 Richard Sandiford <rdsandiford@googlemail.com>
2632
2633 * g++.dg/cpp0x/constexpr-rom.C: Look for .rdata rather than rodata
2634 for MIPS.
2635
2636 2012-01-02 Richard Sandiford <rdsandiford@googlemail.com>
2637
2638 * gfortran.dg/io_real_boz_3.f90: Require fortran_real_16.
2639 * gfortran.dg/io_real_boz_4.f90: Likewise.
2640 * gfortran.dg/io_real_boz_5.f90: Likewise.
2641
2642 2012-01-02 Richard Sandiford <rdsandiford@googlemail.com>
2643
2644 * g++.dg/opt/devirt2.C: Add -mno-abicalls for MIPS.
2645
2646 2012-01-02 Revital Eres <revital.eres@linaro.org>
2647
2648 * gcc.dg/sms-11.c: New file.
2649
2650 2012-01-02 Tobias Burnus <burnus@net-b.de>
2651
2652 PR fortran/51682
2653 * gfortran.dg/coarray/image_index_3.f90: New.
2654
2655 2012-01-01 Paolo Carlini <paolo.carlini@oracle.com>
2656
2657 PR c++/16603
2658 * g++.dg/parse/enum8.C: New.
2659
2660 2012-01-01 Paolo Carlini <paolo.carlini@oracle.com>
2661
2662 PR c++/51379
2663 * g++.dg/conversion/reinterpret4.C: New.
2664 * g++.dg/conversion/reinterpret1.C: Adjust.
2665
2666 2012-01-01 Paolo Carlini <paolo.carlini@oracle.com>
2667
2668 * g++.dg/cpp0x/constexpr-delegating2.C: Add missing piece.
2669
2670 2012-01-01 Fabien ChĂȘne <fabien@gcc.gnu.org>
2671
2672 * g++.old-deja/g++.brendan/crash25.C: Adjust.
2673 * g++.old-deja/g++.brendan/crash56.C: Likewise.
2674 * g++.old-deja/g++.jason/access14.C: Likewise.
2675 * g++.old-deja/g++.jason/access8.C: Likewise.
2676 * g++.old-deja/g++.jason/access1.C: Likewise.
2677 * g++.old-deja/g++.other/access3.C: Likewise.
2678 * g++.old-deja/g++.other/access5.C: Likewise.
2679 * g++.old-deja/g++.law/unsorted1.C: Likewise.
2680 * g++.old-deja/g++.law/visibility22.C: Likewise.
2681 * g++.old-deja/g++.law/visibility26.C: Likewise.
2682 * g++.old-deja/g++.mike/p2746.C: Likewise.
2683 * g++.dg/debug/using1.C: Likewise.
2684 * g++.dg/lookup/using51.C: Likewise.
2685 * g++.dg/inherit/using5.C: Likewise.
2686 * g++.dg/inherit/pr30297.C: Likewise.
2687 * g++.dg/inherit/access8.C: Likewise.
2688 * g++.dg/torture/pr39362.C: Likewise.
2689 * g++.dg/template/crash13.C: Likewise.
2690 * g++.dg/template/using10.C: Likewise.
2691
2692 2012-01-01 Thomas Koenig <tkoenig@gcc.gnu.org>
2693
2694 PR fortran/51502
2695 * lib/gcc-dg.exp (scan-module-absence): Really commit last
2696 change.
2697
2698 2012-01-01 Ira Rosen <irar@il.ibm.com>
2699
2700 PR tree-optimization/51704
2701 * gfortran.dg/vect/no-fre-no-copy-prop-O3-pr51704.f90: New.
2702 * gfortran.dg/vect/vect.exp: Run no-fre-no-copy-prop-O3-* with
2703 corresponding flags.
2704
2705 2012-01-01 Paolo Carlini <paolo.carlini@oracle.com>
2706
2707 PR c++/51723
2708 * g++.dg/cpp0x/constexpr-delegating2.C: New.
2709
2710 2012-01-01 Jan Hubicka <jh@suse.cz>
2711
2712 PR rtl-optimization/51069
2713 * gcc.c-torture/compile/pr51069.c: New testcase.
2714
2715 2012-01-01 Jakub Jelinek <jakub@redhat.com>
2716
2717 PR tree-optimization/51683
2718 * gcc.dg/pr51683.c: New test.
2719 \f
2720 Copyright (C) 2012 Free Software Foundation, Inc.
2721
2722 Copying and distribution of this file, with or without modification,
2723 are permitted in any medium without royalty provided the copyright
2724 notice and this notice are preserved.