1 2008-02-25 Kaz Kojima <kkojima@gcc.gnu.org>
3 * gcc.dg/tree-ssa/ssa-pre-10.c: Use -fno-finite-math-only on
6 2008-02-24 Uros Bizjak <ubizjak@gmail.com>
9 * gcc.c-torture/execute/20050604-1.x: New file.
11 2008-02-24 Uros Bizjak <ubizjak@gmail.com>
13 * gcc.target/i386/pr22076.c: Update number of mov insns
15 * gcc.target/i386/pr34256.c: Ditto.
17 2008-02-24 Diego Novillo <dnovillo@google.com>
19 http://gcc.gnu.org/ml/gcc-patches/2008-02/msg01094.html
22 * g++.dg/warn/pr33738.C: New.
24 2008-02-24 Richard Sandiford <rsandifo@nildram.co.uk>
26 * gcc.c-torture/execute/nest-align-1.x: New file.
28 2008-02-24 Danny Smith <dannysmith@users.sourceforge.net>
31 * g++.dg.ext/dllimport13.C: New test.
33 2008-02-23 Francois-Xavier Coudert <coudert@clipper.ens.fr>
36 * gfortran.dg/large_real_kind_form_io_2.f90: XFAIL on
37 powerpc*-apple-darwin*.
39 2008-02-23 Francois-Xavier Coudert <coudert@clipper.ens.fr>
41 * gfortran.dg/large_real_kind_2.F90: Split testing of ERF and
42 ERFC into gfortran.dg/large_real_kind_3.F90.
43 * gfortran.dg/large_real_kind_3.F90: New test.
45 2008-02-23 Andrew Pinski <andrew_pinski@playstation.sony.com>
48 * gcc.dg/and-1.c: New test.
50 2008-02-23 Daniel Jacobowitz <dan@codesourcery.com>
52 * gcc.c-torture/execute/20080222-1.c: New test.
54 2008-02-23 Uros Bizjak <ubizjak@gmail.com>
58 * gcc.target/i386/pr22076.c: New test.
59 * gcc.target/i386/pr34256.c: New test.
60 * gcc.target/i386/vecinit-5.c: New test.
61 * gcc.target/i386/vecinit-6.c: New test.
62 * gcc.target/i386/vecinit-[1-4].c: Check that no MMX register is used.
64 * g++.dg/compat/struct-layout-1.h: Do not include <mmintrin.h> and
65 <xmmintrin.h>, define __m64 and __m128 directly.
66 * g++.dg/compat/struct-layout-1_generate.c: Add -mno-mmx for x86.
68 2008-02-22 Andrew Pinski <andrew_pinski@playstation.sony.com>
71 * g++.dg/ext/always_inline-1.C: New test.
72 * g++.dg/ext/always_inline-2.C: New test.
73 * g++.dg/ext/always_inline-3.C: New test.
74 * g++.dg/ext/always_inline-4.C: New test.
76 2008-02-22 Hans-Peter Nilsson <hp@axis.com>
78 * gcc.target/cris/asm-b-1.c: New test.
80 2008-02-22 Paolo Carlini <pcarlini@suse.de>
83 * g++.dg/template/nontype17.C: Add.
85 2008-02-22 Paolo Carlini <pcarlini@suse.de>
89 2008-02-14 Paolo Carlini <pcarlini@suse.de>
92 * g++.dg/template/nontype17.C: New.
93 * g++.dg/template/nontype16.C: Add error.
95 2008-02-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
98 * gcc.dg/Wfloat-equal-1.c: New.
99 * g++.dg/warn/Wfloat-equal-1.C: New.
101 2008-02-21 Michael Matz <matz@suse.de>
104 * gcc.dg/pr35264.c: New testcase.
106 2008-02-21 Richard Guenther <rguenther@suse.de>
108 * gfortran.dg/reassoc_1.f90: New testcase.
109 * gfortran.dg/reassoc_2.f90: Likewise.
110 * gfortran.dg/reassoc_3.f90: Likewise.
112 2008-02-20 Jerry DeLisle <jvdelisle@gcc.gnu.org>
115 * gfortran.dg/fmt_t_7.f: New test.
118 * gfortran.dg/streamio_15.f90: New test.
120 2008-02-20 Jerry DeLisle <jvdelisle@gcc.gnu.org>
123 * gfortran.dg/fmt_zero_digits.f90: Revise test.
125 2008-02-20 Seongbae Park <seongbae.park@gmail.com>
127 * gcc.dg/Wframe-larger-than.c: New option test.
129 2008-02-20 Tobias Burnus <burnus@net-b.de>
132 * gfortran.dg/dollar_sym_1.f90: New.
133 * gfortran.dg/dollar_sym_2.f90: New.
135 2008-02-20 Richard Guenther <rguenther@suse.de>
138 * gcc.dg/builtins-66.c: New testcase.
140 2008-02-20 Richard Guenther <rguenther@suse.de>
142 * gcc.dg/fold-reassoc-1.c: New testcase.
143 * gcc.dg/tree-ssa/recip-3.c: Adjust to not compute d/d.
145 2008-02-20 Richard Guenther <rguenther@suse.de>
147 * gcc.dg/tree-ssa/reassoc-13.c: New testcase.
149 2008-02-20 Ira Rosen <irar@il.ibm.com>
151 * lib/target-supports.exp (check_effective_target_vect_unpack):
153 (check_effective_target_vect_short_mult): Likewise.
154 * gcc.dg/vect/vect-reduc-dot-s16b.c: Expect vectorization of
155 the loop on targets that support vect_unpack.
157 2008-02-20 Uros Bizjak <ubizjak@gmail.com>
159 * g++.dg/compat/struct-layout-1_generate.c (DG_OPTIONS): New define.
160 (switchfiles): Use DG_OPTIONS. Explicitly name arguments in fprintf
161 templates to reduce number of passed arguments.
163 2008-02-19 Jason Merrill <jason@redhat.com>
166 * g++.dg/template/explicit-args1.C: New.
168 2008-02-19 Richard Guenther <rguenther@suse.de>
170 PR tree-optimization/34989
171 * gcc.dg/pr34989-1.c: New testcase.
172 * gcc.dg/pr34989-2.c: Likewise.
174 2008-02-19 Jakub Jelinek <jakub@redhat.com>
177 * g++.dg/gomp/pr35028.C: New test.
181 * gcc.dg/gomp/pr34964.c: New test.
182 * g++.dg/gomp/pr34964.C: New test.
183 * gcc.dg/gomp/pr35244.c: New test.
184 * g++.dg/gomp/pr35244.C: New test.
187 * g++.dg/gomp/pr35078.C: New test.
189 2008-02-19 Christian Bruel <christian.bruel@st.com>
191 * gcc.dg/packed-array.c: New testcase.
193 2008-02-19 Uros Bizjak <ubizjak@gmail.com>
196 * gcc.target/i386/pr33555.c: New test.
198 2008-02-18 H.J. Lu <hongjiu.lu@intel.com>
201 * gcc.target/i386/isa-1.c: New.
202 * gcc.target/i386/isa-2.c: Likewise.
203 * gcc.target/i386/isa-3.c: Likewise.
204 * gcc.target/i386/isa-4.c: Likewise.
205 * gcc.target/i386/isa-5.c: Likewise.
206 * gcc.target/i386/isa-6.c: Likewise.
207 * gcc.target/i386/isa-7.c: Likewise.
208 * gcc.target/i386/isa-8.c: Likewise.
209 * gcc.target/i386/isa-9.c: Likewise.
210 * gcc.target/i386/isa-10.c: Likewise.
211 * gcc.target/i386/isa-11.c: Likewise.
212 * gcc.target/i386/isa-12.c: Likewise.
213 * gcc.target/i386/isa-13.c: Likewise.
214 * gcc.target/i386/isa-14.c: Likewise.
216 2008-02-18 Joey Ye <joey.ye@intel.com>
217 H.J. Lu <hongjiu.lu@intel.com>
220 * gcc.c-torture/execute/nest-align-1.c: New test case.
222 2008-02-17 Richard Guenther <rguenther@suse.de>
225 * gcc.dg/torture/pr35227.c: New testcase.
227 2008-02-17 Richard Guenther <rguenther@suse.de>
229 PR tree-optimization/35231
230 * gcc.c-torture/execute/pr35231.c: New testcase.
232 2008-02-17 Uros Bizjak <ubizjak@gmail.com>
234 * gcc.target/i386/pr32268.c (test_lt): Add noinline attribute.
237 2008-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
239 * obj-c++.dg/encode-2.mm: XFAIL.
240 * obj-c++.dg/encode-3.mm: Likewise.
242 2008-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
243 Paolo Carlini <pcarlini@suse.de>
245 * g++.dg/ext/has_nothrow_assign.C: Skip some tests when __PIC__.
246 * g++.dg/ext/has_nothrow_constructor.C: Likewise.
247 * g++.dg/ext/has_nothrow_copy.C: Likewise.
249 2008-02-16 Uros Bizjak <ubizjak@gmail.com>
251 * gcc.target/i386/fastcall-sseregparm.c: Include sse-check.h.
252 (main): Change to void and rename to sse_test.
253 * gcc.target/i386/pr24306.c: Ditto.
254 * gcc.target/i386/pr32065-2.c: Ditto.
255 * gcc.target/i386/20060512-1.c: Include sse2-check.h.
256 (main): Change to void and rename to sse2_test.
257 * gcc.target/i386/20060512-3.c: Ditto.
259 2008-02-15 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
262 * gfortran.dg/c_loc_tests_12.f03: New test.
264 2008-02-15 Douglas Gregor <doug.gregor@gmail.com>
269 * g++.dg/cpp0x/vt-35026.C: New.
270 * g++.dg/cpp0x/vt-35023.C: New.
271 * g++.dg/cpp0x/vt-34055.C: Tweak expected error messages.
272 * g++.dg/cpp0x/vt-35024.C: New.
274 2008-02-15 Uros Bizjak <ubizjak@gmail.com>
276 * gcc.c-torture/execute/va-arg-25.x: Remove.
278 2008-02-15 Richard Guenther <rguenther@suse.de>
279 Zdenek Dvorak <ook@ucw.cz>
281 PR tree-optimization/35164
282 * g++.dg/torture/pr35164-1.C: New testcase.
283 * g++.dg/torture/pr35164-2.C: Likewise.
285 2008-02-15 Dominique d'Humieres <dominiq@lps.ens.fr>
288 * testsuite/g++.dg/template/spec35.C: Change the regular expressions
289 in dg-final to match the assembly code generated by Darwin 9.
291 2008-02-15 Uros Bizjak <ubizjak@gmail.com>
293 * gcc.dg/cpp/pragma-pop_macro-1.c: Fix dg-do directive.
295 2008-02-15 Uros Bizjak <ubizjak@gmail.com>
297 * gcc.target/i386/pr35160.c: Skip if !nonpic for 32bit x86 targets.
299 2008-02-15 Hans-Peter Nilsson <hp@axis.com>
301 * lib/dejapatches.exp: New file.
303 2008-02-14 Douglas Gregor <doug.gregor@gmail.com>
306 * g++.dg/cpp0x/vt-34050.C: New.
308 2008-02-14 Danny Smith <dannysmith@users.sourceforge.net>
310 PR preprocessor/35061
311 * gcc.dg/cpp/pragma_pop_macro-1.c: New test.
313 2008-02-14 Paolo Carlini <pcarlini@suse.de>
316 * g++.dg/template/nontype17.C: New.
317 * g++.dg/template/nontype16.C: Add error.
319 2008-02-13 Jakub Jelinek <jakub@redhat.com>
322 * g++.dg/template/member8.C: New test.
324 2008-02-13 Michael Matz <matz@suse.de>
326 * gcc.dg/pr35065.c: Fix testcase warnings.
328 2008-02-13 Michael Matz <matz@suse.de>
331 * gcc.dg/pr35065.c: New testcase.
333 2008-02-12 Richard Guenther <rguenther@suse.de>
335 PR tree-optimization/35171
336 * gcc.c-torture/compile/pr35171.c: New testcase.
338 2008-02-12 Richard Guenther <rguenther@suse.de>
341 * gcc.c-torture/execute/pr35163.c: New testcase.
343 2008-02-12 Uros Bizjak <ubizjak@gmail.com>
345 * gcc.target/i386/asm-3.c: Fix dg-skip-if for all 32bit PIC targets.
347 2008-02-12 Eric Botcazou <ebotcazou@adacore.com>
349 * gnat.dg/loop_address.adb: New test.
351 2008-02-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
353 * obj-c++.dg/bitfield-1.mm: Expect failures.
354 * obj-c++.dg/bitfield-4.mm: Likewise.
355 * obj-c++.dg/cxx-ivars-2.mm: Likewise.
356 * obj-c++.dg/encode-8.mm: Likewise.
357 * obj-c++.dg/isa-field-1.mm: Likewise.
358 * obj-c++.dg/layout-1.mm: Likewise.
359 * obj-c++.dg/lookup-2.mm: Likewise.
360 * obj-c++.dg/try-catch-2.mm: Likewise.
361 * obj-c++.dg/try-catch-9.mm: Likewise.
363 2008-02-12 Jakub Jelinek <jakub@redhat.com>
366 * g++.dg/tree-ssa/pr35144.C: New test.
369 * gcc.target/i386/pr35160.c: New test.
372 * g++.dg/init/new27.C: New test.
374 2008-02-11 Paolo Carlini <pcarlini@suse.de>
377 * g++.dg/template/crash78.C: New.
379 2008-02-11 Uros Bizjak <ubizjak@gmail.com>
382 * gcc.dg/compat/vector-2_x.c: Add -mno-mmx for x86 targets.
383 * gcc.dg/compat/vector-2_y.c: Ditto.
385 2008-02-11 Uros Bizjak <ubizjak@gmail.com>
386 Richard Guenther <rguenther@suse.de>
388 PR tree-optimization/33992
389 * gcc.c-torture/execute/pr33992.c: New testcase.
391 2008-02-10 Thomas Koenig <tkoenig@gcc.gnu.org>
393 * gfortran.dg/streamio_14.f90: New test.
395 2008-02-10 Uros Bizjak <ubizjak@gmail.com>
397 * gcc.target/i386/pr17390.c: Remove ilp32 target requirement.
398 Add -mfpmath=387 to dg-options.
400 2008-02-10 Uros Bizjak <ubizjak@gmail.com>
403 * gcc.dg/tree-ssa/gen-vect-2.c: Add -mno-sse for x86 targets.
404 * gcc.dg/tree-ssa/gen-vect-11.c: Ditto.
405 * gcc.dg/tree-ssa/gen-vect-11a.c: Ditto.
406 * gcc.dg/tree-ssa/gen-vect-11b.c: Ditto.
407 * gcc.dg/tree-ssa/gen-vect-11c.c: Ditto.
408 * gcc.dg/tree-ssa/gen-vect-25.c: Ditto.
409 * gcc.dg/tree-ssa/gen-vect-26.c: Ditto.
410 * gcc.dg/tree-ssa/gen-vect-28.c: Ditto.
411 * gcc.dg/tree-ssa/gen-vect-32.c: Ditto.
413 2008-02-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
416 * obj-c++.dg/gnu-runtime-2.mm: Fix signature of function main().
418 2008-02-06 Alexandre Oliva <aoliva@redhat.com>
421 * g++.dg/conversion/bitfield8.C: New.
423 2008-02-06 Douglas Gregor <doug.gregor@gmail.com>
425 * g++.dg/ext/vector13.C: Fix for compilation under -pedantic.
427 2008-02-06 Douglas Gregor <doug.gregor@gmail.com>
431 * g++.dg/ext/vector13.C: New.
433 2008-02-06 David Daney <ddaney@avtrex.com>
435 * g++.dg/tree-ssa/ivopts-1.C: Remove xfail for mips*-*-*.
437 2008-02-05 Bob Wilson <bob.wilson@acm.org>
439 * lib/target-supports.exp (check_effective_target_hard_float): Remove
440 special case for xtensa-*-*.
442 2008-02-05 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
445 * gfortran.dg/volatile11.f90: New test.
447 2008-02-05 Jakub Jelinek <jakub@redhat.com>
450 * g++.dg/template/array19.C: New test.
452 2008-02-05 Diego Novillo <dnovillo@google.com>
454 http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00140.html
457 * g++.dg/warn/pr33738.C: Remove.
459 2008-02-05 Paul Thomas <pault@gcc.gnu.org>
462 * gfortran.dg/bounds_check_13.f: New test.
464 2008-02-05 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
467 * gcc.c-torture/execute/multi-ix.c: Call memset instead of bzero.
469 2008-02-05 Uros Bizjak <ubizjak@gmail.com>
472 * gcc.target/i386/pr35083.c: New test.
474 2008-02-05 Paul Thomas <pault@gcc.gnu.org>
477 * gfortran.dg/data_bounds_1.f90: New test.
479 2008-02-04 Diego Novillo <dnovillo@google.com>
481 http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00110.html
484 * testsuite/g++.dg/warn/pr33738.C: New.
486 2008-02-04 Daniel Franke <franke.daniel@gmail.com>
488 * gfortran.dg/where_operator_assign_4.f90: Fix typo in error message
491 2008-02-04 Hans-Peter Nilsson <hp@axis.com>
493 * lib/target-supports.exp (check_effective_target_hard_float): Only
494 use the macro definition tests for mips*-*-* and xtensa-*-*. For all
495 other targets, grep for a call insn in the rtl expand dump for an
497 (target_compile): Support generating rtl dumps as output.
499 2008-02-04 Richard Guenther <rguenther@suse.de>
502 * gcc.c-torture/execute/pr33631.c: New testcase.
504 2008-02-04 Richard Guenther <rguenther@suse.de>
507 * gcc.c-torture/compile/pr35043.c: New testcase.
509 2008-02-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
511 * g++.dg/tree-ssa/ivopts-1.C: Remove xfail for hppa*-*-*.
513 2008-02-03 Uros Bizjak <ubizjak@gmail.com>
515 * gcc.target/i386/pr31628.c: Require effective target fpic.
516 * gcc.target/i386/strinline.c: Ditto.
517 * gcc.dg/sibcall-6.c: Skip if !nonpic for 32bit x86 targets.
518 * gcc.dg/pr35045.c: Ditto.
519 * gcc.dg/20050503-1.c: Ditto.
521 2008-02-03 Paul Thomas <pault@gcc.gnu.org>
524 * gfortran.dg/host_assoc_variable_1.f90: New test.
525 * gfortran.dg/allocate_stat.f90: Change last three error messages.
527 2008-02-02 Michael Matz <matz@suse.de>
530 * gcc.dg/pr35045.c: New test.
532 2008-02-02 Thomas Koenig <tkoenig@gcc.gnu.org>
535 * gfortran.dg/shape_4.f90: New test.
537 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
539 * gcc.target/cris/torture/pr34773.c: Use __asm__, not asm.
541 2008-02-01 Hans-Peter Nilsson <hp@axis.com>
543 PR rtl-optimization/34773
544 * gcc.target/cris/torture/pr34773.c: New test.
546 2008-02-01 Nick Clifton <nickc@redhat.com>
548 * lib/target-supports.exp (check_profiling_available): Do not
549 expect profiling to work on the xstormy16 target.
551 2008-02-01 Uros Bizjak <ubizjak@gmail.com>
554 * gcc.c-torture/execute/20050316-2.x: New file.
555 * gcc.target/i386/pr17390.c: Update scan pattern.
556 * gcc.dg/builtin-apply4.c: Add -mno-mmx for 32bit x86 targets.
557 * g++.dg/tree-ssa/ivopts-1.C: Remove XPASS for x86 targets.
559 2008-01-31 Paul Thomas <pault@gcc.gnu.org>
562 * gfortran.dg/proc_assign_2.f90: New test.
564 2008-01-31 Douglas Gregor <doug.gregor@gmail.com>
565 Jakub Jelinek <jakub@redhat.com>
569 * g++.dg/ext/alias-canon.C: New.
570 * g++.dg/ext/alias-mangle.C: New.
572 2008-01-30 Jan Hubicka <jh@suse.cz>
574 * gcc.c-torture/execute/pr34982.c: Add forgotten return 0.
576 2008-01-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
578 * g++.dg/other/first-global.C: Add -fpie for all pic targets.
579 * g++.dg/parse/attr-externally-visible-1.C: Likewise.
581 2008-01-30 Jan Hubicka <jh@suse.cz>
584 * gcc.c-torture/execute/pr34982.c: New testcase.
586 2008-01-30 Andreas Krebbel <krebbel1@de.ibm.com>
588 * gcc.target/s390/tf_to_di-1.c: New testcase.
590 2008-01-30 Paul Thomas <pault@gcc.gnu.org>
593 * gfortran.dg/use_only_3.f90: New test.
594 * gfortran.dg/use_only_3.inc: Modules for new test.
597 * gfortran.dg/function_charlen_2.f90: New test.
599 2008-01-30 Jakub Jelinek <jakub@redhat.com>
602 * gcc.dg/pr34969.c: New test.
605 * gcc.dg/inline-25.c: New test.
606 * gcc.dg/inline-26.c: New test.
607 * gcc.dg/inline-27.c: New test.
609 2008-01-29 Richard Guenther <rguenther@suse.de>
612 * gcc.c-torture/compile/pr35006.c: New testcase.
614 2008-01-29 Douglas Gregor <doug.gregor@gmail.com>
625 * g++.dg/cpp0x/vt-34219-2.C: New.
626 * g++.dg/cpp0x/pr32126.C: Tweak expected error messages.
627 * g++.dg/cpp0x/vt-34961.C: New.
628 * g++.dg/cpp0x/vt-34055.C: Tweak error messages; add new test
629 cases from the re-opened PR.
630 * g++.dg/cpp0x/vt-34753.C: New.
631 * g++.dg/cpp0x/vt-34919.C: New.
632 * g++.dg/cpp0x/vt-34754.C: New.
633 * g++.dg/cpp0x/vt-34606.C: New.
634 * g++.dg/cpp0x/vt-34219.C: New.
635 * g++.dg/cpp0x/pr32125.C: Tweak expected error messages.
636 * g++.dg/cpp0x/vt-34755.C: New.
637 * g++.dg/cpp0x/pr31438.C: Ditto.
638 * g++.dg/cpp0x/variadic81.C: Ditto.
640 2008-01-29 Richard Sandiford <rsandifo@nildram.co.uk>
642 * g++.dg/torture/pr34641.C: Put the dg-do first.
644 2008-01-29 Richard Sandiford <rsandifo@nildram.co.uk>
646 * gcc.target/mips/lazy-binding-1.c: Skip for mips16.
648 2008-01-28 Bernhard Fischer <aldot@gcc.gnu.org>
650 * g++.old-deja/g++.pt/incomplete1.C: Fix typo in comment.
652 2008-01-28 Nathan Froyd <froydnj@codesourcery.com>
655 * gcc.target/powerpc/spe-small-data-1.c: New test.
656 * gcc.target/powerpc/spe-small-data-2.c: New test.
658 2008-01-28 Thomas Koenig <tkoenig@gcc.gnu.org>
661 * gfortran.dg/shape_3.f90: New test.
663 2008-01-28 Andreas Krebbel <krebbel1@de.ibm.com>
665 * gcc.target/s390/20020926-1.c: Remove -m31.
667 2008-01-28 Andreas Krebbel <krebbel1@de.ibm.com>
669 * gcc.target/s390/20020926-1.c: Disable for s390x.
671 2008-01-27 Jerry DeLisle <jvdelisle@gcc.gnu.org>
674 * gfortran.dg/missing_optional_dummy_5.f90: Fix matching regular
677 2008-01-27 Jerry DeLisle <jvdelisle@gcc.gnu.org>
680 * gfortran.dg/array_constructor_22.f90: New test.
682 2008-01-26 Maxim Kuvyrkov <maxim@codesourcery.com>
685 * gcc.c-torture/compile/pr34688: New test.
687 2008-01-26 Tobias Burnus <burnus@net-b.de>
690 * gfortran.dg/missing_optional_dummy_5.f90: New.
692 2008-01-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
694 * gcc.dg/tree-ssa/20070302-1.c (baz): Mark with attribute
695 noinline. XFAIL test.
697 2008-01-26 Jerry DeLisle <jvdelisle@gcc.gnu.org>
700 * gfortran.dg/array_3.f90: New test.
702 2008-01-26 Jakub Jelinek <jakub@redhat.com>
704 * gcc.c-torture/compile/pr34966.c (atan): Only use asm
708 * gcc.dg/pr34965.c: New test.
709 * g++.dg/other/error24.C: New test.
711 2008-01-26 Thomas Koenig <tkoenig@gcc.gnu.org>
713 PR libfofortran/34887
714 * gfortran.dg/x_slash_2.f: New test.
716 2008-01-26 Richard Guenther <rguenther@suse.de>
719 * g++.dg/torture/pr34235.C: New testcase.
721 2008-01-26 Richard Sandiford <rsandifo@nildram.co.uk>
723 * g++.dg/tree-ssa/ivopts-1.C: XFAIL for MIPS too.
725 2008-01-26 Richard Sandiford <rsandifo@nildram.co.uk>
728 * gcc.target/mips/lazy-binding-1.c: New test.
729 * gcc.target/mips/mips.exp (setup_mips_tests): Set
730 mips_forced_no_abicalls and mips_forced_no_shared.
731 (dg-mips-options): Avoid using -mabicalls with an implicit -mabi=eabi.
732 Avoid using small data with -mabicalls. Don't make -G0 force
733 -mn-abicalls. Skip -mabicalls and -mshared tests if the multilib
734 forces the opposite option.
736 2008-01-26 Danny Smith <dannysmith@users.sourceforge.net>
739 * gcc.target/i386/fastcall-1.c: Scan for correct label.
740 Use -std=gnu89 switch.
742 2008-01-25 Jerry DeLisle <jvdelisle@gcc.gnu.org>
745 * gfortran.dg/direct_io_9.f: New test.
747 2008-01-25 Daniel Franke <franke.daniel@gmail.com>
750 * gfortran.dg/where_operator_assign_4.f90: New test.
752 2008-01-25 Joseph Myers <joseph@codesourcery.com>
754 * gcc.dg/builtin-inf-1.c, gcc.dg/compare6.c, gcc.dg/sibcall-3.c,
755 gcc.dg/sibcall-4.c, gcc.dg/torture/builtin-attr-1.c: Don't handle
758 2008-01-25 Richard Guenther <rguenther@suse.de>
761 * gcc.c-torture/execute/pr32244-1.c: New testcase.
763 2008-01-25 Richard Guenther <rguenther@suse.de>
765 PR tree-optimization/34966
766 * gcc.c-torture/compile/pr34966.c: New testcase.
768 2008-01-25 Richard Guenther <rguenther@suse.de>
771 * g++.dg/torture/pr33887-1.C: New testcase.
772 * g++.dg/torture/pr33887-2.C: Likewise.
773 * g++.dg/torture/pr33887-3.C: Likewise.
774 * gcc.c-torture/execute/20071211-1.c: Likewise.
776 2008-01-25 Uros Bizjak <ubizjak@gmail.com>
779 * gcc.dg/pr34856.c: Use pointer mode for "pin".
781 2008-01-25 Jakub Jelinek <jakub@redhat.com>
784 * g++.dg/gomp/pr33333.C: New test.
786 PR preprocessor/34692
787 * gcc.dg/cpp/pr34692.c: New test.
788 * gcc.dg/gomp/pr34692.c: New test.
790 2008-01-25 Olga Golovanevsky <olga@il.ibm.com>
792 * gcc.dg/struct/wo_prof_malloc_size_var.c: UnXFAIL.
794 2008-01-24 Daniel Franke <franke.daniel@gmail.com>
797 * gfortran.dg/empty_type.f90: New test.
799 2008-01-24 Paolo Carlini <pcarlini@suse.de>
802 * g++.dg/template/crash77.C: New.
804 2008-01-24 Uros Bizjak <ubizjak@gmail.com>
807 * gcc.dg/pr34856.c: New test.
809 2008-01-24 Tobias Burnus <burnus@net-b.de>
811 * gfortran.dg/namelist_39.f90: Delete temporary files.
812 * gfortran.dg/namelist_44.f90: Ditto.
814 2008-01-24 Richard Guenther <rguenther@suse.de>
817 * g++.dg/torture/pr34953.C: New testcase.
819 2008-01-24 Jakub Jakub Jelinek <jakub@redhat.com>
822 * gcc.c-torture/compile/20080124-1.c: New test.
824 2008-01-24 Paul Thomas <pault@gcc.gnu.org>
827 * gfortran.dg/function_charlen_3.f: New test.
829 2008-01-23 Michael Matz <matz@suse.de>
832 * g++.dg/debug/pr34895.cc: New testcase.
834 2008-01-23 Richard Guenther <rguenther@suse.de>
837 * gcc.dg/pr31529-1.c: New testcase.
838 * gcc.dg/pr31529-2.c: Likewise.
840 2008-01-23 Jakub Jelinek <jakub@redhat.com>
843 * g++.dg/ext/pr34829.C (operator new): Use size_t instead of
844 unsigned int for the first argument.
846 2008-01-22 Jakub Jelinek <jakub@redhat.com>
849 * g++.dg/conversion/bitfield7.C: New test.
850 * g++.dg/cpp0x/decltype4.C: Fixed xfail.
852 2008-01-23 Bernd Schmidt <bernd.schmidt@analog.com>
854 From Michael Frysinger <michael.frysinger@analog.com>
855 * gcc.target/bfin/mcpu-bf547.c: New test.
856 * gcc.target/bfin/mcpu-bf523.c: New test.
857 * gcc.target/bfin/mcpu-bf524.c: New test.
858 * gcc.target/bfin/mcpu-bf526.c: New test.
860 2008-01-22 Eric Botcazou <ebotcazou@adacore.com>
862 * gcc.c-torture/execute/20080122-1.c: New test.
864 2008-01-22 Tom Tromey <tromey@redhat.com>
867 * gcc.dg/cpp/pr34859.c: New file.
869 2008-01-22 Paul Thomas <pault@gcc.gnu.org>
872 * gfortran.dg/vector_subscript_3.f90: New test.
874 2008-01-22 Tobias Burnus <burnus@net-b.de>
877 * gfortran.dg/missing_optional_dummy_4.f90
879 2008-01-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
881 * gcc.dg/vect/vect-ifcvt-9.c: Use inline.
883 2008-01-22 Eric Botcazou <ebotcazou@adacore.com>
885 * gnat.dg/unchecked_union1.adb: New test.
887 2008-01-22 Tom Tromey <tromey@redhat.com>
890 * g++.dg/ext/pr34829.C: New file.
892 2008-01-22 Jakub Jelinek <jakub@redhat.com>
895 * gcc.dg/gomp/pr34607.c: New test.
896 * g++.dg/gomp/pr34607.C: New test.
899 * g++.dg/ext/vector10.C: New test.
902 * g++.dg/other/error23.C: New test.
905 * g++.dg/ext/vector12.C: New test.
907 2008-01-22 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
910 * gcc.dg/Wstrict-overflow-21.c: New.
911 * g++.dg/warn/Wstrict-aliasing-8.C: New.
913 2008-01-22 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
916 * gcc.dg/pr33092.c: New.
918 2008-01-22 Andreas Krebbel <krebbel1@de.ibm.com>
920 * gcc.target/s390/20020926-1.c: Add -m31 option.
922 2008-01-22 Daniel Franke <franke.daniel@gmail.com>
925 * gfortran.dg/initialization_18.f90: New test.
927 2008-01-22 Tobias Burnus <burnus@net-b.de>
930 * gfortran.dg/tab_continuation.f: New.
932 2008-01-22 Paul Thomas <pault@gcc.gnu.org>
935 * gfortran.dg/use_rename_2.f90: New test.
937 2008-01-21 Richard Guenther <rguenther@suse.de>
940 * gcc.c-torture/compile/pr34856.c: New testcase.
942 2008-01-21 Richard Guenther <rguenther@suse.de>
945 * gcc.c-torture/compile/pr34885.c: New testcase.
947 2008-01-21 Eric Botcazou <ebotcazou@adacore.com>
949 * gnat.dg/specs/alignment1.ads: New test.
951 2008-01-21 Richard Guenther <rguenther@suse.de>
954 * g++.dg/torture/pr34850.C: New testcase.
956 2008-01-21 Alon Dayan <alond@il.ibm.com>
957 Olga Golovanevsky <olga@il.ibm.com>
959 PR tree-optimization/34701
960 * gcc.dg/struct/wo_prof_array_field.c: New test.
962 2008-01-20 Paolo Carlini <pcarlini@suse.de>
965 * g++.dg/ext/vector9.C: New.
967 2008-01-20 Paolo Carlini <pcarlini@suse.de>
971 * g++.dg/template/crash75.C: New.
972 * g++.dg/template/crash76.C: Likewise.
974 2008-01-20 Kaz Kojima <kkojima@gcc.gnu.org>
976 PR rtl-optimization/34808
977 * gcc.c-torture/compile/pr34808.c: New test.
979 2008-01-20 Paul Thomas <pault@gcc.gnu.org>
982 * gfortran.dg/mapping_2.f90: Correct ubound expression for h4.
985 * gfortran.dg/entry_array_specs_3.f90: New test.
988 * gfortran.dg/use_rename_1.f90: New test.
990 2008-01-20 Paul Thomas <pault@gcc.gnu.org>
993 * gfortran.dg/array_constructor_20.f90: New test.
994 * gfortran.dg/mapping_2.f90: Correct ubound expression for h4.
997 * gfortran.dg/array_constructor_21.f90: New test.
999 2008-01-20 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1002 * gfortran.dg/inquire_13.f90: New test.
1005 * gfortran.dg/continuation_9.f90: New test.
1007 2008-01-20 Richard Sandiford <rsandifo@nildram.co.uk>
1010 * gcc.target/mips/pr34831.c: New test.
1012 2008-01-19 Thomas Koenig <tkoenig@gcc.gnu.org>
1016 * gfortran.dg/any_all_1.f90: New test.
1017 * gfortran.dg/any_all_2.f90: New test.
1019 2008-01-19 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1021 * g++.dg/eh/ia64-2.C: Place "dg-do run" statement before
1022 "dg-require-weak" statement.
1023 * g++.dg/eh/weak1.C: Likewise.
1025 2008-01-19 Jakub Jelinek <jakub@redhat.com>
1027 PR gcov-profile/34610
1028 * gcc.dg/gomp/pr34610.c: New test.
1030 2008-01-19 Tobias Burnus <burnus@net-b.de>
1033 * gfortran.dg/implicit_11.f90: New.
1034 * gfortran.dg/allocate_stat.f90: Update dg-error pattern.
1035 * gfortran.dg/entry_15.f90: Ditto.
1036 * gfortran.dg/func_assign.f90: Ditto.
1037 * gfortran.dg/gomp/reduction3.f90: Ditto.
1038 * gfortran.dg/proc_assign_1.f90: Ditto.
1040 * gfortran.dg/interface_proc_end.f90: Use dg-error instead
1041 of dg-excess-errors.
1043 2008-01-18 Tobias Burnus <burnus@net-b.de>
1046 * gfortran.dg/argument_checking_15.f90: New.
1047 * gfortran.dg/argument_checking_5.f90: Change TODO into
1050 2008-01-18 Tobias Burnus <burnus@net-b.de>
1052 * gfortran.dg/enum_4.f90: Replace dg-excess-errors by dg-error.
1053 * gfortran.dg/enum_5.f90: Ditto.
1054 * gfortran.dg/enum_6.f90: Ditto.
1055 * gfortran.dg/bom_error.f90: Ditto.
1056 * gfortran.dg/func_decl_4.f90: Ditto.
1058 2008-01-18 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1061 * gfortran.dg/fmt_t_6.f: New test.
1063 2008-01-18 Tobias Burnus <burnus@net-b.de>
1065 * gfortran.dg/large_real_kind_form_io_1.f90: Enlarge string for internal I/O.
1067 2008-01-18 Jonathan Wakely <jwakely.gcc@gmail.com>
1069 * gcc/testsuite/g++.dg/lookup/two-stage2.C: fix comment.
1071 2008-01-18 Ian Lance Taylor <iant@google.com>
1073 * gcc.dg/debug/dwarf2/var1.c: Add -fno-merge-debug-strings.
1075 2008-01-18 Ian Lance Taylor <iant@google.com>
1078 * g++.dg/init/new26.C: New test.
1080 2008-01-18 Richard Guenther <rguenther@suse.de>
1083 * gcc.dg/Warray-bounds.c: XFAIL two tests, remove one
1086 2008-01-18 Hans-Peter Nilsson <hp@axis.com>
1088 * g++.dg/tree-ssa/pr34355.C: Correct order of dg-do and
1089 dg-require-effective-target.
1091 2007-01-18 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1094 * gfortran.dg/reshape_2.f90: New test.
1096 2007-01-18 Bernhard Fischer <aldot@gcc.gnu.org>
1098 * gcc.dg/20040223-1.c: Fix comment typo.
1100 2008-01-17 Janis Johnson <janis187@us.ibm.com>
1103 * gcc.target/powerpc/ppc32-abi-dfp-1.c: Enable checks that will fail
1104 until 34814 is fixed.
1106 2008-01-17 Andrew MacLeod <amacleod@redhat.com>
1108 PR tree-optimization/34648
1109 * gcc.c-torture/compile/pr34648.c: New testcase.
1111 2008-01-17 Sebastian Pop <sebastian.pop@amd.com>
1114 * gcc.dg/autopar/autopar.exp: New.
1115 * g++.dg/tree-ssa/pr34355.C: Require pthread.
1116 * lib/target-supports.exp (check_effective_target_pthread): New.
1118 * gcc.dg/tree-ssa/parallelization-1.c: Moved to gcc.dg/autopar.
1119 * gcc.dg/tree-ssa/reduc-1short.c: Same.
1120 * gcc.dg/tree-ssa/reduc-1.c: Same.
1121 * gcc.dg/tree-ssa/reduc-2short.c: Same.
1122 * gcc.dg/tree-ssa/reduc-2.c: Same
1123 * gcc.dg/tree-ssa/reduc-3.c: Same.
1124 * gcc.dg/tree-ssa/reduc-1char.c: Same.
1125 * gcc.dg/tree-ssa/reduc-6.c: Same.
1126 * gcc.dg/tree-ssa/reduc-7.c: Same.
1127 * gcc.dg/tree-ssa/reduc-2char.c: Same.
1128 * gcc.dg/tree-ssa/reduc-8.c: Same.
1129 * gcc.dg/tree-ssa/reduc-9.c: Same.
1131 2008-01-17 Eric Botcazou <ebotcazou@adacore.com>
1133 * gnat.dg/discr5.adb: New test.
1135 2008-01-17 Eric Botcazou <ebotcazou@adacore.com>
1137 * gcc.c-torture/compile/20080114-1.c: Use empty asm statements.
1139 2008-01-17 Richard Guenther <rguenther@suse.de>
1141 PR tree-optimization/34825
1142 * gcc.dg/pr34825.c: New testcase.
1144 2008-01-17 Richard Guenther <rguenther@suse.de>
1146 * gcc.c-torture/execute/20080117-1.c: New testcase.
1148 2008-01-17 Revital Eres <eres@il.ibm.com>
1151 * gcc.dg/pr30957-1.c: Always xfail and add noinline attribute.
1153 2008-01-17 Paul Thomas <pault@gcc.gnu.org>
1156 * gfortran.dg/function_charlen_1.f90: New test.
1159 * gfortran.dg/function_types_1.f90: New test.
1160 * gfortran.dg/function_types_2.f90: New test.
1163 * gfortran.dg/function_kinds_4.f90: New test.
1164 * gfortran.dg/function_kinds_5.f90: New test.
1166 * gfortran.dg/defined_operators_1.f90: Errors now at function
1168 * gfortran.dg/private_type_4.f90: The same.
1169 * gfortran.dg/interface_15.f90: The same.
1170 * gfortran.dg/elemental_args_check_2.f90: The same.
1171 * gfortran.dg/auto_internal_assumed.f90: The same.
1173 2008-01-16 Eric Botcazou <ebotcazou@adacore.com>
1175 * gnat.dg/sizetype.adb: New test.
1177 2008-01-16 Richard Guenther <rguenther@suse.de>
1180 * gcc.dg/overflow-warn-7.c: New testcase.
1182 2008-01-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1184 * gcc.dg/tree-ssa/loop-19.c: Require nonpic.
1186 2008-01-16 Jakub Jelinek <jakub@redhat.com>
1187 Richard Guenther <rguenther@suse.de>
1190 * gcc.dg/pr34668-1.c: New test.
1191 * gcc.dg/pr34668-2.c: Likewise.
1193 2008-01-16 Richard Guenther <rguenther@suse.de>
1196 * g++.dg/torture/pr33819.C: New testcase.
1198 2008-01-16 Richard Guenther <rguenther@suse.de>
1201 * gcc.c-torture/execute/pr34768-1.c: New testcase.
1202 * gcc.c-torture/execute/pr34768-2.c: Likewise.
1204 2008-01-16 Tobias Burnus <burnus@net-b.de>
1207 * gfortran.dg/argument_checking_13.f90: New.
1208 * gfortran.dg/argument_checking_14.f90: New.
1210 2008-01-15 Thomas Koenig <tkoenig@gcc.gnu.org>
1213 * gfortran.dg/anyallcount_1.f90: New test.
1215 2008-01-15 Douglas Gregor <doug.gregor@gmail.com>
1218 * g++.dg/cpp0x/vt-34399.C: New.
1219 * g++.dg/template/friend50.C: New.
1221 2008-01-15 Douglas Gregor <doug.gregor@gmail.com>
1224 * g++.dg/cpp0x/vt-34751.C: New.
1226 2008-01-15 Douglas Gregor <doug.gregor@gmail.com>
1232 * g++.dg/cpp0x/vt-34051-2.C: New.
1233 * g++.dg/cpp0x/vt-34102.C: New.
1234 * g++.dg/cpp0x/vt-34051.C: New.
1235 * g++.dg/cpp0x/vt-34055.C: New.
1236 * g++.dg/cpp0x/vt-34103.C: New.
1238 2008-01-15 Douglas Gregor <doug.gregor@gmail.com>
1241 * g++.dg/cpp0x/vt-34314.C: New.
1242 * g++.dg/cpp0x/variadic79.C: Fix the error message to reflect
1243 reality (the error message was wrong previously).
1245 2008-01-15 Douglas Gregor <doug.gregor@gmail.com>
1248 * g++.dg/cpp0x/vt-33964.C: New.
1249 * g++.dg/template/partial5.C: New.
1251 2008-01-15 Douglas Gregor <doug.gregor@gmail.com>
1254 * g++.dg/cpp0x/vt-34052.C: New.
1255 * g++.dg/template/ttp26.C: New.
1257 2008-01-14 Eric Botcazou <ebotcazou@adacore.com>
1259 * gnat.dg/rep_clause2.ad[sb]: New test.
1260 * gnat.dg/rep_problem2.adb: Rename to rep_clause1.adb.
1262 2008-01-14 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
1265 * g++.dg/cpp/pedantic-errors.C: Delete.
1266 * g++.dg/cpp/permissive.C: Delete.
1268 2008-01-14 Eric Botcazou <ebotcazou@adacore.com>
1270 * gcc.c-torture/compile/20080114-1.c: New test.
1272 2008-01-13 Tobias Burnus <burnus@net-b.de>
1275 * gfortran.dg/argument_checking_11.f90: New.
1276 * gfortran.dg/argument_checking_12.f90: New.
1277 * gfortran.dg/used_dummy_types_4.f90: Update dg-error.
1278 * gfortran.dg/c_assoc_2.f03: Update dg-error.
1279 * gfortran.dg/argument_checking_3.f90: Ditto.
1280 * gfortran.dg/pointer_intent_2.f90: Ditto.
1281 * gfortran.dg/import2.f90: Ditto.
1282 * gfortran.dg/assumed_shape_ranks_1.f90: Ditto.
1283 * gfortran.dg/implicit_actual.f90: Ditto.
1284 * gfortran.dg/used_dummy_types_3.f90: Ditto.
1285 * gfortran.dg/derived_comp_array_ref_6.f90: Ditto.
1287 2008-01-13 Tobias Burnus <burnus@net-b.de>
1290 * gfortran.dg/interface_proc_end.f90: New.
1292 2008-01-13 Tobias Burnus <burnus@net-b.de>
1295 * gfortran.dg/assumed_size_refs_4.f90: New.
1297 2008-01-13 Eric Botcazou <ebotcazou@adacore.com>
1299 * gnat.dg/unchecked_convert1.adb.
1301 2008-01-13 Richard Guenther <rguenther@suse.de>
1303 * gcc.dg/struct-ret-3.c: Adjust testcase to make stack
1304 readable and writable again before exiting.
1306 2008-01-13 Richard Guenther <rguenther@suse.de>
1309 * gcc.dg/noncompile/incomplete-4.c: New testcase.
1311 2008-01-13 Jan Hubicka <jh@suse.cz>
1314 * gcc.dg/pr32135.c: new.
1316 2008-01-12 Doug Kwan <dougkwan@google.com>
1318 * gcc.dg/qual-return-1.c: Add -Wignored-qualifiers.
1319 * g++.dg/warn/Wreturn-type-4.C: Replace -Wreturn-type by
1320 -Wignored-qualifiers.
1322 2008-01-12 Eric Botcazou <ebotcazou@adacore.com>
1324 * gnat.dg/slice3.adb: New test.
1325 * gnat.dg/slice4.adb: Likewise.
1327 2008-01-12 Eric Botcazou <ebotcazou@adacore.com>
1329 * gnat.dg/bit_packed_array.ad[sb]: New test.
1331 2008-01-12 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1334 * gfortran.dg/parens_7.f90: New test.
1336 2008-01-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1338 * gcc.dg/tree-ssa/loadpre5.c: Use static.
1339 * gcc.dg/tree-ssa/loadpre8.c: Likewise.
1341 * gcc.dg/pr33826.c: Require nonpic.
1343 2008-01-11 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1346 * gfortran.dg/inquire_12.f90: New test.
1348 2008-01-11 Thomas Koenig <tkoenig@gcc.gnu.org>
1351 * all_bounds_1.f90: New test case.
1352 * maxloc_bounds_1.f90: New test case.
1353 * maxloc_bounds_2.f90: New test case.
1354 * maxloc_bounds_3.f90: New test case.
1355 * maxloc_bounds_4.f90: New test case.
1356 * maxloc_bounds_5.f90: New test case.
1357 * maxloc_bounds_6.f90: New test case.
1358 * maxloc_bounds_7.f90: New test case.
1359 * maxloc_bounds_8.f90: New test case.
1361 2008-01-11 Eric Botcazou <ebotcazou@adacore.com>
1363 * gcc.dg/struct-ret-3.c: New test.
1365 2008-01-11 Paul Thomas <pault@gcc.gnu.org>
1368 * gfortran.dg/transfer_simplify_8.f90: New test.
1370 2008-01-11 Andreas Krebbel <krebbel1@de.ibm.com>
1372 * g++.dg/torture/pr34641.C: Add dg-require-visibility. Define
1373 size_t using predefined macro.
1375 2008-01-10 Raksit Ashok <raksit@google.com>
1377 PR rtl-optimization/27971
1378 * gcc.target/i386/pr27971.c: New testcase.
1380 2008-01-10 Paul Thomas <pault@gcc.gnu.org>
1383 * gfortran.dg/bounds_check_12.f90: New test.
1385 2008-01-10 Uros Bizjak <ubizjak@gmail.com>
1387 * gcc.target/i386/cmov7.c: Add -mbranch-cost=5 to dg-options.
1388 * gcc.target/i386/addr-sel-1.c: Require nonpic effective target.
1390 2008-01-10 Andreas Krebbel <krebbel1@de.ibm.com>
1393 * g++.dg/torture/pr34641.C: New testcase.
1395 2008-01-10 Richard Guenther <rguenther@suse.de>
1397 PR tree-optimization/34651
1398 * g++.dg/torture/pr34651.C: New testcase.
1400 2008-01-09 Sebastian Pop <sebastian.pop@amd.com>
1402 PR tree-optimization/34017
1403 * gcc.dg/tree-ssa/pr34017.c: New.
1405 2008-01-09 Richard Guenther <rguenther@suse.de>
1406 Andrew Pinski <andrew_pinski@playstation.sony.com>
1409 * gcc.c-torture/compile/pr30132.c: New testcase.
1411 2008-01-09 Richard Guenther <rguenther@suse.de>
1414 * gcc.c-torture/compile/pr34458.c: New testcase.
1416 2008-01-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1419 g++.dg/eh/ia64-2.C: Require weak support.
1421 2008-01-08 Richard Guenther <rguenther@suse.de>
1424 * g++.dg/torture/pr31863.C: New testcase.
1426 2008-01-08 Jakub Jelinek <jakub@redhat.com>
1429 * gcc.dg/gomp/pr34694.c: New test.
1430 * g++.dg/gomp/pr34694.C: New test.
1433 * g++.dg/gomp/pr33890.C: New test.
1435 2008-01-08 Paul Thomas <pault@gcc.gnu.org>
1438 * gfortran.dg/parameter_array_init_3.f90: New test.
1440 2008-01-08 Paul Thomas <pault@gcc.gnu.org>
1444 * gfortran.dg/alloc_comp_default_init_1.f90: New test.
1446 2008-01-07 Janis Johnson <janis187@us.ibm.com>
1448 * lib/target-supports.exp (check_effective_target_powerpc_spu): New.
1449 * g++.dg/other/spu2vmx-1.C: Use it.
1451 2008-01-07 Jack Howarth <howarth@bromo.med.uc.edu>
1453 * gcc.dg/out-of-bounds-1.c: Don't use -mstrict-align for Darwin.
1456 * gcc.target/powerpc/popcount-1.c: Skip on darwin.
1457 * gcc.target/powerpc/parity-1.c: Likewise.
1459 2008-01-07 Fred Fish <fnf@specifix.com>
1461 PR preprocessor/30363:
1462 * gcc.dg/cpp/trad/macroargs.c: Add code to test quoting in
1465 2008-01-07 Paul Thomas <pault@gcc.gnu.org>
1468 * gfortran.dg/use_only_2.f90: New test.
1470 2008-01-06 Paolo Carlini <pcarlini@suse.de>
1473 * g++.dg/rtti/predefined-rtti-macro-1.C: New.
1474 * g++.dg/rtti/predefined-rtti-macro-2.C: Likewise.
1476 2008-01-06 Paul Thomas <pault@gcc.gnu.org>
1479 * gfortran.dg/use_12.f90: New test.
1481 2008-01-06 Tobias Burnus <burnus@net-b.de>
1484 * interface.c (compare_actual_formal): Fix intent(out) check for
1485 function result variables.
1487 2008-01-06 Tobias Burnus <burnus@net-b.de>
1490 * gfortran.dg/elemental_args_check_2.f90: Fix test case.
1492 2008-01-06 Tobias Burnus <burnus@net-b.de>
1495 * gfortran.dg/intent_out_4.f90: Fix test case.
1497 2008-01-06 Tobias Burnus <burnus@net-b.de>
1500 * gfortran.dg/intent_out_4.f90: New.
1502 2008-01-06 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1505 * gfortran.dg/optional_dim_3.f90: New test.
1507 2008-01-06 Tobias Burnus <burnus@net-b.de>
1510 * gfortran.dg/common_11.f90: New.
1511 * gfortran.dg/blockdata_1.f90: Update test case.
1512 * gfortran.dg/blockdata_2.f90: Update test case.
1514 2008-01-06 Tobias Burnus <burnus@net-b.de>
1516 * gfortran.dg/equiv_constraint_9.f90: Fix typo.
1518 2008-01-06 Tobias Burnus <burnus@net-b.de>
1521 * gfortran.dg/equiv_constraint_9.f90: New.
1523 2008-01-06 Revital Eres <eres@il.ibm.com>
1525 PR tree-optimization/34263
1526 * gcc.dg/pr34263.c: New testcase.
1528 2008-01-06 Tobias Burnus <burnus@net-b.de>
1531 * gfortran.dg/internal_io_unf.f90: New.
1533 2008-01-06 Tobias Burnus <burnus@net-b.de>
1536 * gfortran.dg/elemental_args_check_2.f90: New.
1538 2008-01-06 Tobias Burnus <burnus@net-b.de>
1541 * gfortran.dg/intent_out_3.f90: New.
1543 2008-01-05 Richard Sandiford <rsandifo@nildram.co.uk>
1545 * objc.dg/stabs-1.m: Allow labels to be begin with $L as well as .L.
1547 2008-01-05 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1550 * gfortran.dg/list_read_8.f90: New test.
1552 2008-01-04 Richard Guenther <rguenther@suse.de>
1555 * gcc.c-torture/compile/pr34029-1.c: New testcase.
1556 * gcc.c-torture/compile/pr34029-2.c: Likewise.
1558 2008-01-04 Jakub Jelinek <jakub@redhat.com>
1560 PR gcov-profile/34609
1561 * g++.dg/gcov/gcov-6.C: New test.
1563 2008-01-04 Richard Guenther <rguenther@suse.de>
1565 PR tree-optimization/31081
1566 * g++.dg/torture/pr31081-1.C: New testcase.
1567 * g++.dg/torture/pr31081-2.C: Likewise.
1569 2008-01-04 Richard Sandiford <rsandifo@nildram.co.uk>
1571 * gcc.target/mips/rsqrt-1.c: Require -mgp64.
1572 * gcc.target/mips/rsqrt-2.c: Likewise.
1573 * gcc.target/mips/rsqrt-4.c: New test.
1575 2008-01-04 Tobias Burnus <burnus@net-b.de>
1578 * gfortran.dg/equiv_substr.f90: New.
1580 2008-01-03 Tom Tromey <tromey@redhat.com>
1583 * gcc.dg/pr34457-2.c: New file.
1584 * gcc.dg/pr34457-1.c: New file.
1586 2008-01-03 Sebastian Pop <sebastian.pop@amd.com>
1588 Revert fix for PR tree-optimization/34458.
1590 2008-01-03 Sebastian Pop <sebastian.pop@amd.com>
1592 PR tree-optimization/34458
1593 * gcc.dg/tree-ssa/pr34458.c: New.
1595 2008-01-03 Thomas Koenig <tkoenig@gcc.gnu.org>
1598 * gfortran.dg/internal_readwrite_1.f90: New test.
1599 * gfortran.dg/internal_readwrite_2.f90: New test.
1601 2008-01-03 Tom Tromey <tromey@redhat.com>
1603 PR preprocessor/34602:
1604 * gcc.dg/cpp/pr34602.c: New file.
1606 2008-01-03 Jakub Jelinek <jakub@redhat.com>
1608 PR tree-optimization/29484
1609 * gcc.c-torture/execute/20071220-1.c: New test.
1610 * gcc.c-torture/execute/20071220-2.c: New test.
1612 2008-01-03 Sebastian Pop <sebastian.pop@amd.com>
1614 PR tree-optimization/34635
1615 * gcc.dg/tree-ssa/pr34635.c: New.
1616 * gcc.dg/tree-ssa/pr34635-1.c: New.
1618 2008-01-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1621 * g++.dg/other/first-global.C: Also accept _GLOBAL__I_65535_0_foobar in
1622 scan-assembler check.
1624 2008-01-03 Jakub Jelinek <jakub@redhat.com>
1627 * g++.dg/gomp/pr34608.C: New test.
1629 2008-01-02 Richard Guenther <rguenther@suse.de>
1633 * gcc.c-torture/compile/pr34093.c: New testcase.
1635 2008-01-01 Douglas Gregor <doug.gregor@gmail.com>
1637 * g++.dg/cpp0x/long_long.C: New.
1639 2008-01-01 Andrew Pinski <andrew_pinski@playstation.sony.com>
1641 * gcc.target/spu/tag_manager.c : Include stdlib.h.
1642 * gcc.target/spu/Wmain.c: Fix the line numbers for the
1643 warning on the function main.
1645 2008-01-01 Jakub Jelinek <jakub@redhat.com>
1647 * gcc.target/i386/i386.exp (check_effective_target_sse5): Use __v8hi
1648 rather than __v2di type.
1650 2007-12-31 Paul Thomas <pault@gcc.gnu.org>
1653 * gfortran.dg/linked_list_1.f90: New test.
1655 2007-12-29 Richard Sandiford <rsandifo@nildram.co.uk>
1657 * lib/objc.exp (objc_libgcc_s_path): Set objc_libgcc_s_path
1658 instead of appending to it.
1660 2007-12-27 Dorit Nuzman <dorit@il.ibm.com>
1662 PR tree-optimization/34591
1663 * gcc.dg/vect/pr34591.c: New test.
1665 2007-12-27 Thomas Koenig <tkoenig@gcc.gnu.org>
1668 * gfortran.dg/direct_io_8.f90: New test case.
1670 2007-12-27 Jakub Jelinek <jakub@redhat.com>
1673 * gcc.c-torture/execute/20071213-1.c: New test.
1675 2007-12-25 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1678 * gfortran.dg/read_eof_5.f90: New test.
1680 2007-12-25 Tobias Burnus <burnus@net-b.de>
1683 * gfortran.dg/initialization_17.f90: New.
1685 2007-12-25 Thomas Koenig <tkoenig@gcc.gnu.org>
1688 * gfortran.dg/matmul_6.f90: New test.
1690 2007-12-23 Tobias Burnus <burnus@net-b.de>
1693 * gfortran.dg/entry_17.f90: New.
1695 2007-12-23 Daniel Franke <franke.daniel@gmail.com>
1698 * gfortran.dg/integer_exponentiation_2.f90: Fixed testcase.
1699 * gfortran.dg/real_const_3.f90: Likewise.
1700 * gfortran.dg/unary_operator.f90: New test.
1702 2007-12-23 Eric Botcazou <ebotcazou@adacore.com>
1704 * gnat.dg/pack2.adb: New test.
1706 2007-12-22 Daniel Franke <franke.daniel@gmail.com>
1709 * gfortran.dg/repeat_6.f90: New test.
1711 2007-12-22 Thomas Koenig <tkoenig@gcc.gnu.org>
1714 * cshift_shift_real_1.f90: New test.
1716 2007-12-21 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1719 * gfortran.dg/shift-kind_2.f90: New test.
1721 2007-12-21 Kazu Hirata <kazu@codesourcery.com>
1724 * gcc.dg/pr8835-1.c: New.
1726 2007-12-21 Paul Thomas <pault@gcc.gnu.org>
1729 * gfortran.dg/default_initialization_3.f90: New test.
1731 2007-12-21 Richard Sandiford <rsandifo@nildram.co.uk>
1733 * gcc.target/mips/mips.exp (setup_mips_tests): Fix _MIPS_SIM
1735 (dg-mips-options): Treat -march=24k* as a 32-bit option.
1737 2007-12-20 Jack Howarth <howarth@bromo.med.uc.edu>
1739 * gcc.dg/torture/builtin-modf-1.c: Pass "-funsafe-math-optimizations
1740 -fsigned-zeros -fno-associative-math" on powerpc-*-darwin*.
1742 2007-12-20 Jason Merrill <jason@redhat.com>
1744 * gcc.dg/overload/arg[14].C: Remove expected errors.
1746 2007-12-20 Jakub Jelinek <jakub@redhat.com>
1749 * gcc.c-torture/execute/20071219-1.c: New test.
1751 2007-12-20 Tobias Burnus <burnus@net-b.de>
1754 * gfortran.dg/namelist_44.f90: New.
1756 2007-12-20 Tobias Burnus <burnus@net-b.de>
1759 * gfortran.dg/boz_8.f90: Add error-check check.
1760 * gfortran.dg/boz_9.f90: Shorten BOZ where needed, replace
1763 2007-12-19 Zdenek Dvorak <ook@ucw.cz>
1765 * gcc.dg/gomp/combined-1.c: New test.
1767 2007-12-19 Zdenek Dvorak <ook@ucw.cz>
1769 PR tree-optimization/34355
1770 * g++.dg/tree-ssa/pr34355.C: New test.
1772 2007-12-19 Revital Eres <eres@il.ibm.com>
1774 * gcc.dg/sms-5.c: New testcase.
1776 2007-12-19 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1779 * gfortran.dg/missing_parens_1.f90: New.
1780 * gfortran.dg/missing_parens_1.f90: New.
1782 2007-12-19 Daniel Franke <franke.daniel@gmail.com>
1785 * gfortran.dg/transfer_simplify_2.f90: Fixed invalid initialization
1787 * gfortran.dg/transfer_simplify_7.f90: New test.
1789 2007-12-18 Janis Johnson <janis187@us.ibm.com>
1791 * gcc.dg/pr32912-3.c: Compile with -w.
1793 * gcc.dg/torture/builtin-modf-1.c: Remove -funsafe-math-optimizations.
1795 2007-12-18 Douglas Gregor <doug.gregor@gmail.com>
1796 Jakub Jelinek <jakub@redhat.com>
1801 * g++.dg/cpp0x/variadic86.C: New.
1802 * g++.dg/cpp0x/variadic87.C: New.
1803 * g++.dg/cpp0x/variadic84.C: New.
1804 * g++.dg/cpp0x/variadic85.C: New.
1805 * g++.dg/template/ttp25.C: New.
1807 2007-12-18 Sebastian Pop <sebastian.pop@amd.com>
1809 PR tree-optimization/34123
1810 * gcc.dg/tree-ssa/pr34123.c: New test.
1812 2007-12-18 Richard Sandiford <rsandifo@nildram.co.uk>
1814 PR rtl-optimization/34456
1815 * gcc.c-torture/execute/pr34456.c: New test.
1817 2007-12-18 Jakub Jelinek <jakub@redhat.com>
1820 * g++.dg/parse/friend7.C: New test.
1822 PR rtl-optimization/34490
1823 * gcc.c-torture/execute/20071216-1.c: New test.
1825 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1827 * gcc.dg/torture/builtin-math-4.c: Remove XFAIL.
1829 2007-12-17 Dorit Nuzman <dorit@il.ibm.com>
1831 * gcc.dg/tree-ssa/gen-vect-2.c: Change verbosity level to 4.
1832 * gcc.dg/tree-ssa/gen-vect-32.c: Likewise
1833 * gcc.dg/tree-ssa/gen-vect-25.c: Likewise
1834 * gcc.dg/tree-ssa/gen-vect-26.c: Likewise
1835 * gcc.dg/tree-ssa/gen-vect-28.c: Likewise
1837 2007-12-17 Jakub Jelinek <jakub@redhat.com>
1840 * gcc.dg/gomp/clause-2.c: New test.
1841 * g++.dg/gomp/clause-4.C: New test.
1843 2007-12-17 Tobias Burnus <burnus@net-b.de>
1845 * gfortran.dg/initialization_16.f90: Update as FLOAT/SNGL are
1846 part of Fortran 77/95/2003.
1848 2007-12-17 Dorit Nuzman <dorit@il.ibm.com>
1850 PR tree-optimization/34445
1851 * gfortran.dg/vect/cost-model-pr34445.f: New test.
1852 * gfortran.dg/vect/cost-model-pr34445a.f: New test.
1854 2007-12-16 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1857 * gfortran.dg/namelist_42.f90: Update.
1858 * gfortran.dg/namelist_43.f90: New.
1860 2007-12-16 Tobias Burnus <burnus@net-b.de>
1863 * gfortran.dg/initialization_16.f90: New.
1865 2007-12-16 Thomas Koenig <tkoenig@gcc.gnu.org>
1868 * gfortran.dg/real_dimension_1.f: New test case.
1870 2007-12-16 Rask Ingemann Lambertsen <rask@sygehus.dk>
1872 * gcc.dg/torture/pr24257.c: Remove -O from options.
1874 2007-12-16 Tobias Burnus <burnus@net-b.de>
1877 * gfortran.dg/bind_c_usage_16.f03: Extend test.
1879 2007-12-16 Paul Thomas <pault@gcc.gnu.org>
1884 * gfortran.dg/mapping_1.f90: New test.
1885 * gfortran.dg/mapping_2.f90: New test.
1886 * gfortran.dg/mapping_3.f90: New test.
1888 2007-12-16 Richard Sandiford <rsandifo@nildram.co.uk>
1890 PR rtl-optimization/34415
1891 * gcc.c-torture/execute/pr34415.c: New test.
1893 2007-12-16 Danny Smith <dannysmith@users.sourceforge.net>
1895 * gcc.target/i386/fastcall-1.c: (f4): Change return type to
1898 2007-12-16 Jakub Jelinek <jakub@redhat.com>
1901 * gcc.dg/pr34003-1.c: New test.
1902 * gcc.dg/pr34003-2.c: New.
1904 2007-12-15 Hans-Peter Nilsson <hp@axis.com>
1906 * gcc.target/cris/peep2-xsrand.c, gcc.target/cris/asmreg-1.c,
1907 gcc.target/cris/peep2-andu1.c, gcc.target/cris/peep2-xsrand2.c,
1908 gcc.target/cris/20011127-1.c: Drop redundant target-specifier.
1909 * gcc.target/cris/peep2-andu2.c: Ditto. Make dg-do assemble and
1911 * gcc.target/cris/torture/cris-torture.exp,
1912 gcc.target/cris/cris.exp: Run for crisv32-*-* too.
1913 * gcc.target/cris/builtin_ctz_v3.c,
1914 gcc.target/cris/builtin_ctz_v8.c,
1915 gcc.target/cris/builtin_clz_v0.c,
1916 gcc.target/cris/builtin_clz_v3.c,
1917 gcc.target/cris/builtin_bswap_v3.c,
1918 gcc.target/cris/builtin_bswap_v8.c, gcc.dg/sibcall-4.c,
1919 gcc.dg/pr19340.c, gcc.dg/20020919-1.c, gcc.dg/pr31866.c,
1920 gcc.dg/torture/cris-asm-mof-1.c, gcc.dg/torture/cris-volatile-1.c,
1921 gcc.dg/weak/typeof-2.c, gcc.dg/tree-ssa/loop-1.c,
1922 gcc.dg/tree-ssa/20040204-1.c, gcc.dg/sibcall-3.c,
1923 lib/target-supports.exp: Adjust for crisv32-*-*.
1925 2007-12-15 Alexandre Oliva <aoliva@redhat.com>
1927 * gcc.dg/debug/const-3.c: New.
1929 2007-12-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1931 * g++.dg/other/datasec1.C: Require named section support.
1933 2007-12-14 Jakub Jelinek <jakub@redhat.com>
1936 * gcc.target/i386/pr29978.c: New test.
1938 2007-12-14 Uros Bizjak <ubizjak@gmail.com>
1940 * gcc.target/i386/sse-12.c (dg-options): Use -msse4
1941 instead of -msse4.1.
1942 * gcc.target/i386/sse-12.c (dg-options): Ditto.
1943 * g++.dg/other/i386-2.C (dg-options): Ditto.
1945 2007-12-14 Tobias Burnus <burnus@net-b.de>
1948 * gfortran.dg/private_type_10.f90: New.
1950 2007-12-14 Tobias Burnus <burnus@net-b.de>
1953 * gfortran.dg/nan_4.f90: New.
1955 2007-12-14 Richard Guenther <rguenther@suse.de>
1958 * gcc.c-torture/compile/20071214-1.c: New testcase.
1960 2007-12-14 Uros Bizjak <ubizjak@gmail.com>
1962 * gcc.target/i386/sse-14.c (test_1, test_2, test_2x, test_4): New
1963 macros to test macroized SSE intrinsics. Use new macros to test
1964 macroized SSE intrinsics from ammintrin.h, smmintrin.h, tmmintrin.h,
1965 emmintrin.h, xmmintrin.h and bmmintrin.h
1966 * gcc.target/i386/sse-13.c (__builtin_ia32_pcmp?str*128): Redefine
1967 to test with immediate operand.
1969 2007-12-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1972 * gcc.c-torture/compile/pr34091.c: New test.
1974 2007-12-13 Eric Botcazou <ebotcazou@libertysurf.fr>
1976 * gcc.dg/uninit-13.c: UnXFAIL.
1977 * gcc.dg/complex-5.c: New testcase.
1979 2007-12-13 Olga Golovanevsky <olga@il.ibm.com>
1981 * gcc.dg/struct/struct-reorg.exp: Replace
1982 DEFAULT_CFLAGS by STRUCT_REORG_CFLAFS.
1984 2007-12-13 Thomas Koenig <tkoenig@gcc.gnu.org>
1989 * gfortran.dg/advance_6.f90: New test case.
1990 * gfortran.dg/direct_io_7.f90: New test case.
1991 * gfortran.dg/streamio_13.f90: New test case.
1993 2007-12-13 Douglas Gregor <doug.gregor@gmail.com>
1995 * g++.dg/cpp0x/__func__.C: New.
1997 2007-12-13 Uros Bizjak <ubizjak@gmail.com>
2000 * g++.dg/other/pr34435.C: New testcase.
2002 2007-12-13 Olga Golovanevsky <olga@il.ibm.com>
2004 * gcc.dg/struct: New directory with tests
2005 for struct-reorg optimizaion.
2006 * gcc.dg/struct/struct-reorg.exp: New script.
2007 * gcc.dg/struct/wo_prof_array_through_pointer.c: New test.
2008 * gcc.dg/struct/wo_prof_malloc_size_var.c: Likewise.
2009 * gcc.dg/struct/wo_prof_mult_field_peeling.c: Likewise.
2010 * gcc.dg/struct/wo_prof_escape_arg_to_local.c: Likewise.
2011 * gcc.dg/struct/wo_prof_escape_return.c: Likewise.
2012 * gcc.dg/struct/wo_prof_escape_str_init.c: Likewise.
2013 * gcc.dg/struct/wo_prof_escape_substr_array.c: Likewise.
2014 * gcc.dg/struct/wo_prof_escape_substr_pointer.c: Likewise.
2015 * gcc.dg/struct/wo_prof_escape_substr_value.c: Likewise.
2016 * gcc.dg/struct/wo_prof_global_array.c: Likewise.
2017 * gcc.dg/struct/wo_prof_global_var.c: Likewise.
2018 * gcc.dg/struct/wo_prof_local_array.c: Likewise.
2019 * gcc.dg/struct/wo_prof_local_var.c: Likewise.
2020 * gcc.dg/struct/wo_prof_two_strs.c: Likewise.
2021 * gcc.dg/struct/wo_prof_single_str_global.c: Likewise.
2022 * gcc.dg/struct/wo_prof_single_str_local.c: Likewise.
2023 * gcc.dg/struct/wo_prof_single_str_pointer.c: Likewise.
2024 * gcc.dg/struct/w_prof_two_strs.c: Likewise.
2025 * gcc.dg/struct/w_prof_global_array.c: Likewise.
2026 * gcc.dg/struct/w_prof_global_var.c: Likewise.
2027 * gcc.dg/struct/w_prof_local_array.c: Likewise.
2028 * gcc.dg/struct/w_prof_local_var.c: Likewise.
2029 * gcc.dg/struct/w_prof_single_str_global.c: Likewise.
2030 * gcc.dg/struct/w_ratio_cold_str.c: Likewise.
2032 2007-12-13 Tobias Burnus <burnus@net-b.de>
2035 * gfortran.dg/namelist_42.f90: New.
2037 2007-12-12 Tobias Burnus <burnus@net-b.de>
2040 * gfortran.dg/function_kinds_3.f90: New.
2042 2007-12-12 Andreas Krebbel <krebbel1@de.ibm.com>
2044 * gcc.target/s390/20071212-1.c: New testcase.
2046 2007-12-11 Jakub Jelinek <jakub@redhat.com>
2049 * g++.dg/ext/visibility/anon7.C: Add xfail.
2050 * g++.dg/ext/visibility/anon9.C: New test.
2051 * g++.dg/ext/visibility/anon10.C: New test.
2054 * g++.dg/rtti/dyncast2.C: New test.
2056 2007-12-11 Uros Bizjak <ubizjak@gmail.com>
2058 PR tree-optimization/34407
2059 * gcc.dg/vect/pr34407.c: New test.
2061 2007-12-10 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2064 * gfortran.dg/error_recovery_5.f90: New.
2065 * gfortran.dg/optional_dim_2.f90: Fix test, not related to this PR.
2067 2007-12-10 Jakub Jelinek <jakub@redhat.com>
2069 PR tree-optimization/34371
2070 * gcc.c-torture/compile/20071207-1.c: New test.
2072 2007-12-10 Simon Martin <simartin@users.sourceforge.net>
2075 * g++.dg/parse/crash40.C: New test.
2077 2007-12-10 Eric Botcazou <ebotcazou@libertysurf.fr>
2079 * g++.dg/opt/memcpy1.C: New test.
2081 2007-12-10 Tobias Burnus <burnus@net-b.de>
2084 * gfortran.dg/argument_checking_10.f90: New.
2086 2007-12-10 Jakub Jelinek <jakub@redhat.com>
2088 PR rtl-optimization/34302
2089 * gcc.c-torture/execute/20071210-1.c: New test.
2091 2007-12-10 Jakub Jelinek <jakub@redhat.com>
2094 * g++.dg/cpp0x/error1.C: New test.
2097 * g++.dg/other/error22.C: New test.
2099 2007-12-10 Paolo Bonzini <bonzini@gnu.org>
2102 * gcc.dg/vect/vect.exp (DEFAULT_VECTCFLAGS): Disable cost model.
2103 * g++.dg/vect/vect.exp (DEFAULT_VECTCFLAGS): Disable cost model.
2104 * gfortran.dg/vect/vect.exp (DEFAULT_VECTCFLAGS): Disable cost model.
2106 2007-12-09 Jakub Jelinek <jakub@redhat.com>
2110 * g++.dg/template/repo6.C: New test.
2111 * g++.dg/template/repo7.C: New test.
2112 * g++.dg/template/repo8.C: New test.
2114 2007-12-09 H.J. Lu <hjl@lucon.org>
2115 Tobias Burnus <burnus@net-b.de>
2118 * gfortran.dg/read_2.f90: New.
2120 2007-12-09 Richard Sandiford <rsandifo@nildram.co.uk>
2122 * lib/target-supports.exp (check_effective_target_tls_native):
2125 2007-12-09 Samuel Tardieu <sam@rfc1149.net>
2128 * gnat.dg/enclosing_record_reference.ads,
2129 gnat.dg/enclosing_record_reference.adb: New test.
2131 2007-12-09 Paul Thomas <pault@gcc.gnu.org>
2134 * gfortran.dg/derived_comp_array_ref_6.f90: New test.
2135 * gfortran.dg/derived_comp_array_ref_7.f90: New test.
2138 * gfortran.dg/char_component_initializer_1.f90: New test.
2140 2007-12-09 Tobias Burnus <burnus@net-b.de>
2147 * gfortran.dg/boz_8.f90: New.
2148 * gfortran.dg/boz_9.f90: New.
2149 * gfortran.dg/boz_10.f90: New.
2150 * gfortran.dg/boz_7.f90: Update dg-warning.
2151 * gfortran.dg/pr16433.f: Add dg-error.
2152 * gfortan.dg/ibits.f90: Update dg-warning.
2153 * gfortran.dg/unf_io_convert_1.f90: Update/delete dg-warning.
2154 * gfortran.dg/unf_io_convert_2.f90: Ditto.
2156 2007-12-08 Jakub Jelinek <jakub@redhat.com>
2159 * gfortran.dg/include_1.f90: New test.
2160 * gfortran.dg/include_1.inc: New.
2161 * gfortran.dg/include_2.f90: New test.
2163 2007-12-08 Paul de Weerd <weerd@weirdnet.nl>
2165 * gcc.c-torture/compile/20011130-2.c: Fix typo.
2167 2007-12-08 Tobias Burnus <burnus@net-b.de>
2170 * gfortran.dg/nan_3.f90: New.
2172 2007-12-07 Jakub Jelinek <jakub@redhat.com>
2174 * g++.old-deja/g++.mike/empty.C: Remove 2 xfails.
2176 2007-12-07 Olivier Hainque <hainque@adacore.com>
2178 * gnat.dg/tamdt*.ad?: Support for ...
2179 * gnat.dg/test_tamdt.adb: New test.
2181 2007-12-07 Olivier Hainque <hainque@adacore.com>
2183 * gnat.dg/unc_memops.ads: Comment out the alloc/free/realloc
2184 exports and document how these can be exercised.
2186 2007-12-07 Samuel Tardieu <sam@rfc1149.net>
2189 * gnat.dg/specs/access_constants.ads: New test.
2191 * gnat.dg/specs/access_constant_decl.ads: New test.
2194 * gnat.dg/compose.adb: New test.
2196 2007-12-07 Olivier Hainque <hainque@adacore.com>
2199 * gnat.dg/unc_memops.ad[sb]: Support for ...
2200 * gnat.dg/unc_memfree.adb: New test.
2202 2007-12-06 Sebastian Pop <sebastian.pop@amd.com>
2204 * gfortran.dg/ltrans-7.f90: New.
2206 2007-12-06 Martin Michlmayr <tbm@cyrius.com>
2207 Dorit Nuzman <dorit@il.ibm.com>
2209 PR tree-optimization/34005
2210 * gcc.dg/vect/pr34005.c: New test.
2212 2007-12-06 Jakub Jelinek <jakub@redhat.com>
2215 * g++.dg/template/new8.C: New test.
2217 2007-12-06 Tobias Burnus <burnus@net-b.de>
2220 * gfortran.dg/boz_7.f90: New.
2221 * gfortran.dg/int_1.f90: Disable -pedantic option.
2222 * gfortran.dg/boz_1.f90: Ditto.
2223 * gfortran.dg/boz_3.f90: Ditto.
2224 * gfortran.dg/pr16433.f: Accomodate for new BOZ warning.
2225 * gfortran.dg/ibits.f90: Ditto.
2226 * gfortran.dg/unf_io_convert_1.f90: Ditto.
2227 * gfortran.dg/unf_io_convert_2.f90: Ditto.
2229 2007-12-06 Paul Thomas <pault@gcc.gnu.org>
2232 * gfortran.dg/used_types_19.f90: New test.
2234 2007-12-06 Kaz Kojima <kkojima@gcc.gnu.org>
2236 * gfortran.dg/nan_2.f90: Add -mieee for sh.
2237 * gfortran.dg/nearest_2.f90: Likewise.
2238 * gfortran.dg/nearest_3.f90: Likewise.
2240 2007-12-05 Jakub Jelinek <jakub@redhat.com>
2243 * gcc.c-torture/execute/20071205-1.c: New test.
2245 2007-12-05 Kaz Kojima <kkojima@gcc.gnu.org>
2247 * gfortran.dg/module_nan.f90: Add -mieee for sh.
2248 * gfortran.dg/real_const_3.f90: Likewise.
2250 2007-12-05 Richard Guenther <rguenther@suse.de>
2252 PR tree-optimization/34138
2253 * gcc.c-torture/compile/pr34138.c: New testcase.
2255 2007-12-05 Jakub Jelinek <jakub@redhat.com>
2258 * gfortran.dg/debug_2.f: New test.
2260 2007-12-05 Eric Botcazou <ebotcazou@adacore.com>
2262 * gnat.dg/specs/elab1.ads: New test.
2264 2007-12-05 Uros Bizjak <ubizjak@gmail.com>
2267 * gcc.target/i386/pr34312.c: New test.
2269 2007-12-05 Tobias Burnus <burnus@net-b.de>
2272 * gfortran.dg/nan_2.f90: New.
2274 2007-12-05 Jakub Jelinek <jakub@redhat.com>
2277 * g++.dg/cpp0x/decltype9.C: New test.
2278 * g++.dg/cpp0x/decltype10.C: New test.
2280 2007-12-05 Samuel Tardieu <sam@rfc1149.net>
2283 * gnat.dg/rm_6_4_1_13.adb: New test.
2285 2007-12-04 Jakub Jelinek <jakub@redhat.com>
2288 * gcc.c-torture/compile/20071117-1.c: New test.
2290 2007-12-04 Douglas Gregor <doug.gregor@gmail.com>
2293 * g++.dg/cpp0x/variadic-ttp.C: New.
2295 2007-12-04 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2297 * gcc.dg/parse-decl-after-if.c: New.
2298 * gcc.dg/20031223-1.c: Adjust.
2300 2007-12-04 Douglas Gregor <doug.gregor@gmail.com>
2303 * g++.dg/cpp0x/variadic-throw.C: New.
2305 2007-12-04 Douglas Gregor <doug.gregor@gmail.com>
2308 * g++.dg/cpp0x/variadic-unify.C: New.
2310 2007-12-04 Richard Guenther <rguenther@suse.de>
2314 * gcc.c-torture/compile/pr34334.c: New testcase.
2315 * g++.dg/torture/pr34222.C: New testcase.
2317 2007-12-04 Jakub Jelinek <jakub@redhat.com>
2319 * gcc.c-torture/execute/20071202-1.c: New test.
2320 * gcc.dg/tree-ssa/pr34146-2.c: New test.
2322 2007-12-04 Tobias Burnus <burnus@net-b.de>
2325 * gfortran.dg/module_nan.f90: New.
2327 2007-12-04 Richard Sandiford <rsandifo@nildram.co.uk>
2329 * lib/target-supports.exp (get_compiler_messages): Replace with...
2330 (check_compile): ...this new procedure. Handle TYPE == executable.
2331 Use comments in the source to determine the correct extension.
2332 Return a pair containing the compiler output and the output filename.
2333 Don't delete the file here.
2334 (check_no_compiler_messages_nocache): New procedure.
2335 (check_no_compiler_messages): Use it.
2336 (check_no_messages_and_pattern_nocache): New procedure.
2337 (check_no_messages_and_pattern): Use it.
2338 (check_runtime_nocache, check_runtime): New procedures.
2339 (check_effective_target_tls): Use check_no_compiler_messages.
2340 (check_effective_target_tls_native): Use check_no_messages_and_pattern.
2341 (check_effective_target_tls_runtime): Use check_runtime.
2342 (check_effective_target_fstack_protector): Likewise.
2343 (check_iconv_available): Use check_runtime_nocache.
2344 (check_effective_target_fortran_large_real): Use
2345 check_no_compiler_messages.
2346 (check_effective_target_fortran_large_int): Likewise.
2347 (check_effective_target_static_libgfortran): Likewise.
2348 (check_750cl_hw_available): Use check_cached_effective_target
2349 and check_runtime_nocache.
2350 (check_vmx_hw_available): Likewise.
2351 (check_effective_target_broken_cplxf_arg): Likewise.
2352 (check_alpha_max_hw_available): Use check_runtime.
2353 (check_function_available): Use check_no_compiler_messages.
2354 (check_cxa_atexit_available): Use check_cached_effective_target
2355 and check_runtime_nocache.
2356 (check_effective_target_dfp_nocache): Use
2357 check_no_compiler_messages_nocache.
2358 (check_effective_target_dfprt_nocache): Use check_runtime_nocache.
2359 (check_effective_target_dfp): Use check_cached_effective_target.
2360 (check_effective_target_dfprt): Likewise.
2361 (check_effective_target_arm_neon_hw): Use check_runtime.
2362 (check_effective_target_ultrasparc_hw): Likewise.
2363 (check_effective_target_c99_runtime): Use
2364 check_no_compiler_messages_nocache.
2366 2007-12-03 Jakub Jelinek <jakub@redhat.com>
2369 * gcc.dg/fold-rotate-1.c: New test.
2371 PR tree-optimization/33453
2372 * gcc.c-torture/compile/20071203-1.c: New test.
2374 2007-12-03 Robert Dewar <dewar@adacore.com>
2375 Samuel Tardieu <sam@rfc1149.net>
2378 * gnat.dg/check_elaboration_code.adb: New test.
2379 * gnat.dg/bug_elaboration_code.ads, bug_elaboration_code.adb:
2382 2007-12-02 Paolo Carlini <pcarlini@suse.de>
2385 * g++.dg/cpp0x/pr34061.C: New.
2387 2007-12-02 Paolo Carlini <pcarlini@suse.de>
2390 * g++.dg/other/error21.C: New.
2392 2007-12-02 Revital Eres <eres@il.ibm.com>
2394 * gcc.dg/sms-4.c: New testcase.
2396 2007-12-02 Vladimir Yanovsky <yanov@il.ibm.com>
2397 Revital Eres <eres@il.ibm.com>
2399 * gcc.dg/sms-3.c: New testcase.
2401 2007-12-01 Ollie Wild <aaw@google.com>
2404 * g++.dg/conversion/ptrmem9.C: New test.
2406 2007-11-30 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2409 * gfortran.dg/namelist_41.f90: New test.
2411 2007-11-30 Tom Tromey <tromey@redhat.com>
2413 PR preprocessor/32868:
2414 * gcc.dg/cpp/pr32868.c: New file.
2416 2007-11-30 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2419 * gfortran.dg/result_in_spec_3.f90: Add dg-option -std=gnu.
2421 2007-11-30 Martin Michlmayr <tbm@cyrius.com>
2423 PR rtl-optimization/34171
2424 * gcc.dg/pr34171.c: New testcase.
2426 2007-11-30 Zdenek Dvorak <ook@ucw.cz>
2428 * gcc.dg/tree-ssa/pr34244.c: Fixed.
2430 2007-11-30 Tobias Burnus <burnus@net-b.de>
2433 * gfortran.dg/bind_c_usage_9.f03: Fixes; add -std=f2003.
2434 * gfortran.dg/bind_c_usage_11.f03: New.
2435 * gfortran.dg/bind_c_usage_12.f03: New.
2437 2007-11-30 Jakub Jelinek <jakub@redhat.com>
2440 * g++.dg/other/error20.C: New test.
2442 2007-11-29 Steven G. Kargl <kargls@comcast.net>
2445 * gfortran.dg/real_const_3.f90: Fix up for new range-check handling.
2447 2007-11-29 Zdenek Dvorak <ook@ucw.cz>
2449 PR tree-optimization/34244
2450 * gcc.dg/tree-ssa/pr34244.c: New test.
2452 2007-11-29 Jakub Jelinek <jakub@redhat.com>
2454 PR tree-optimization/33434
2455 * gcc.dg/pr33434-1.c: New test.
2456 * gcc.dg/pr33434-2.c: New test.
2457 * gcc.dg/pr33434-3.c: New test.
2458 * gcc.dg/pr33434-4.c: New test.
2461 * g++.dg/template/cond7.C: New test.
2465 * g++.dg/cpp0x/decltype7.C: New test.
2466 * g++.dg/cpp0x/decltype8.C: New test.
2468 2007-11-29 Tobias Burnus <burnus@net-b.de>
2471 * gfortran.dg/result_in_spec_3.f90: New.
2473 2007-11-29 Tobias Burnus <burnus@net-b.de>
2476 * gfortran.dg/mvbits_3.f90: New.
2478 2007-11-28 Bob Wilson <bob.wilson@acm.org>
2480 * lib/target-supports.exp (check_effective_target_mips_soft_float):
2482 (check_effective_target_hard_float): New.
2483 * gcc.dg/var-expand1.c: Skip for targets without FPU instructions.
2484 * gcc.dg/pr30957-1.c: Likewise.
2486 2007-11-28 Samuel Tardieu <sam@rfc1149.net>
2489 * gnat.dg/specs/variant_part.ads: New test.
2492 * gnat.dg/specs/attribute_parsing.ads: New test.
2495 * gnat.dg/specs/integer_value.ads: New test.
2498 * gnat.dg/specs/delta_small.ads: New test.
2500 2007-11-28 Jakub Jelinek <jakub@redhat.com>
2502 PR tree-optimization/34140
2503 * gcc.c-torture/compile/20071128-1.c: New test.
2505 2007-11-27 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2508 * gfortran.dg/data_array_1.f90
2509 * gfortran.dg/data_array_2.f90
2510 * gfortran.dg/data_array_3.f90
2511 * gfortran.dg/data_array_4.f90
2513 2007-11-27 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2516 * gfortran.dg/blockdata_5.f90: New test.
2517 * gfortran.dg/blockdata_6.f90: New test.
2519 2007-11-27 Jakub Jelinek <jakub@redhat.com>
2521 PR tree-optimization/34016
2522 * gcc.dg/pr34016.c: New test.
2524 2007-11-27 Paul Thomas <pault@gcc.gnu.org>
2527 * gfortran.dg/stfunc_6.f90: New test.
2530 * gfortran.dg/assign_10.f90: New test.
2532 2007-11-27 Paul Thomas <pault@gcc.gnu.org>
2535 * gfortran.dg/use_11.f90: New test.
2538 * gfortran.dg/generic_15.f90: New test.
2540 2007-11-27 Jakub Jelinek <jakub@redhat.com>
2543 * gcc.dg/pr34225.c: New test.
2545 2007-11-27 Richard Guenther <rguenther@suse.de>
2547 PR tree-optimization/34241
2548 * g++.dg/torture/pr34241.C: New testcase.
2550 2007-11-27 Richard Guenther <rguenther@suse.de>
2552 * gcc.dg/builtins-error.c: New testcase.
2554 2007-11-27 Jakub Jelinek <jakub@redhat.com>
2557 * g++.dg/ext/visibility/anon8.C: New test.
2559 2007-11-13 Michael Meissner <michael.meissner@amd.com>
2562 * gcc.target/i386/pr34077.c: New testcase.
2564 2007-11-26 Tobias Burnus <burnus@net-b.de>
2567 * gfortran.dg/backslash_3.f: Add -fbackslash option.
2568 * gfortran.dg/init_flag_1.f90: Add -fbackslash option.
2569 * gfortran.dg/backslash_1.f90: Remove no longer needed
2570 -fno-backslash option.
2572 2007-11-26 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2575 * gcc.dg/cpp/19990413-1.c: Update.
2576 * gcc.dg/parse-else-error.c: New.
2577 * gcc.dg/parse-else-error-2.c: New.
2578 * gcc.dg/parse-else-error-3.c: New.
2579 * gcc.dg/parse-else-error-4.c: New.
2581 2007-11-26 Andreas Krebbel <krebbel1@de.ibm.com>
2584 * g++.dg/template/dependent-expr6.C: New testcase.
2586 2007-11-26 Uros Bizjak <ubizjak@gmail.com>
2589 * gcc.target/i386/pr34215.c: New test.
2591 2007-11-26 Rask Ingemann Lambertsen <rask@sygehus.dk>
2594 * gcc.dg/torture/pr34174-1.c: New.
2596 2007-11-26 Richard Guenther <rguenther@suse.de>
2599 * gcc.dg/pr34233.c: New testcase.
2601 2007-11-26 Steven Bosscher <stevenb.gcc@gmail.com>
2602 Revital Eres <eres@il.ibm.com>
2604 PR rtl-optimization/34085
2605 * gcc.dg/tree-prof (bb-reorg.c): New test.
2607 2007-11-26 Richard Sandiford <rsandifo@nildram.co.uk>
2609 * lib/target-supports.exp (check_effective_target_mips_soft_float):
2610 Return true for MIPS16 targets.
2612 2007-11-25 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2615 * gfortran.dg/blockdata_4.f90: New test.
2617 2007-11-25 Tobias Burnus <burnus@net-b.de>
2620 * gfortran.dg/bind_c_usage_10_c.c: Fix comment.
2621 * gfortran.dg/bind_c_usage_16.f03: New.
2622 * gfortran.dg/bind_c_usage_16_c.c: New.
2624 2007-11-25 Eric Botcazou <ebotcazou@adacore.com>
2626 * gnat.dg/specs/size_clause1.ads: New test.
2627 * gnat.dg/specs/size_clause2.ads: Likewise.
2628 * gnat.dg/specs/size_clause3.ads: Likewise.
2630 2007-11-25 Paul Thomas <pault@gcc.gnu.org>
2633 * gfortran.dg/entry_16.f90: New test.
2635 2007-11-24 Tobias Burnus <burnus@net-b.de>
2638 * gfortran.dg/nearest_2.f90: Add INF/NAN tests.
2640 2007-11-24 Paul Thomas <pault@gcc.gnu.org>
2643 * gfortran.dg/nested_modules_1.f90: Change the reference to
2644 FOO, forbidden by the standard, to a reference to W.
2645 * gfortran.dg/use_only_1.f90: New test.
2647 2007-11-23 Tobias Burnus <burnus@net-b.de>
2650 * gfortran.dg/nearest_3.f90: New test.
2652 2007-11-23 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2655 * gfortran.dg/optional_dim_2.f90: New test.
2657 2007-11-23 Tobias Burnus <burnus@net-b.de>
2660 * gfortran.dg/bind_c_usage_15.f90: New.
2662 2007-11-23 Tobias Burnus <burnus@net-b.de>
2665 * gfortran.dg/nearest_2.f90: New.
2668 2007-11-23 Jakub Jelinek <jakub@redhat.com>
2672 * g++.dg/ext/java-2.C: New test.
2674 2007-11-23 Mark Mitchell <mark@codesourcery.com>
2675 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2678 * g++.dg/warn/pr5310.C: New.
2679 * g++.dg/warn/pr33160.C: New.
2681 2007-11-23 Richard Guenther <rguenther@suse.de>
2682 Michael Matz <matz@suse.de>
2684 PR tree-optimization/34176
2685 * gcc.c-torture/execute/pr34176.c: New testcase.
2687 2007-11-23 Jakub Jelinek <jakub@redhat.com>
2690 * gcc.dg/Wconversion-5.c: New test.
2691 * g++.dg/Wconversion3.C: New test.
2693 2007-11-23 Richard Guenther <rguenther@suse.de>
2695 * gcc.dg/tree-ssa/alias-17.c: New testcase.
2697 2007-11-22 Joseph Myers <joseph@codesourcery.com>
2700 * gcc.dg/c99-arraydecl-1.c: Don't expect errors for static or type
2701 qualifiers in abstract declarator.
2703 2007-11-22 Tobias Burnus <burnus@net-b.de>
2705 * gfortran.dg/derived_constructor_comps_3.f90: New.
2707 2007-11-22 Jakub Jelinek <jakub@redhat.com>
2710 * g++.dg/ext/visibility/anon7.C: New test.
2712 2007-11-22 Tobias Burnus <burnus@net-b.de>
2715 * gfortran.dg/bind_c_usage_10.f03: Remove .mod file afterwards.
2716 * gfortran.dg/bind_c_usage_13.f03: New.
2717 * gfortran.dg/bind_c_usage_14.f03: New.
2719 2007-11-22 Richard Sandiford <rsandifo@nildram.co.uk>
2721 PR rtl-optimization/33848
2722 * gcc.dg/torture/pr33848.c: New test.
2724 2007-11-21 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2727 * gfortran.dg/derived_constructor_comps_2.f90: Add check.
2729 2007-11-20 Richard Guenther <rguenther@suse.de>
2732 * testsuite/gcc.c-torture/execute/pr34154.c: New testcase.
2734 2007-11-20 Uros Bizjak <ubizjak@gmail.com>
2736 * gcc.dg/tree-ssa/20030714-1.c: Cleanup dom3 dump file.
2738 2007-11-20 Thomas Koenig <tkoenig@gcc.gnu.org>
2741 * gfortran.dg/record_marker_1.f90: Explicitly set kinds
2742 so test passes with -frecord-marker=8.
2743 * gfortran.dg/integer_exponentiation_1.f90: Likewise.
2744 * gfortran.dg/integer_exponentiation_2.f90: Likewise.
2745 * gfortran.dg/integer_exponentiation_3.F90: Likewise.
2746 * gfortran.dg/integer_exponentiation_5.F90: Likewise.
2747 * gfortrand.dg/modulo_1.f90: Likewise.
2749 2007-11-20 Richard Sandiford <rsandifo@nildram.co.uk>
2751 * lib/target-supports.exp (check_effective_target_mips_soft_float):
2753 * gcc.dg/var-expand1.c: Skip for mips_soft_float.
2754 * gcc.dg/pr30957-1.c: Likewise.
2756 2007-11-20 Jakub Jelinek <jakub@redhat.com>
2759 * g++.dg/template/crash74.C: New test.
2761 2007-11-20 Richard Guenther <rguenther@suse.de>
2763 * gcc.c-torture/execute/20071120-1.c: New testcase.
2765 2007-11-20 Jakub Jelinek <jakub@redhat.com>
2768 * gcc.dg/tree-ssa/pr34146.c: New test.
2771 * gcc.dg/tree-ssa/pr33723.c: Adjust scan pattern to make it less
2772 dependent on target settings like move_by_pieces etc.
2775 * g++.dg/template/vla2.C: New test.
2778 * g++.dg/overload/template3.C: New test.
2780 2007-11-19 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2783 * gfortran.dg/optional_dim_2.f90: Remove test.
2785 2007-11-19 Peter Bergner <bergner@vnet.ibm.com>
2787 * gcc.dg/dfp/ddmode-ice.c: New test.
2789 2007-11-19 Eric Botcazou <ebotcazou@libertysurf.fr>
2791 PR tree-optimization/34036
2792 * gcc.dg/tree-ssa/pr23109.c: Pass -ftrapping-math and expect warning.
2794 2007-11-19 Richard Guenther <rguenther@suse.de>
2796 PR tree-optimization/34
2797 * gcc.c-torture/execute/pr34099-2.c: New testcase.
2799 2007-11-19 Tobias Burnus <burnus@net-b.de>
2802 * gfortran.dg/bind_c_usage_10_c.c: New.
2803 * gfortran.dg/bind_c_usage_10.f03: New.
2805 2007-11-19 Eric Botcazou <ebotcazou@libertysurf.fr>
2807 * gcc.dg/pr33007.c: Expect new warning.
2808 * gcc.dg/tree-ssa/recip-5.c: Likewise.
2809 * g++.dg/opt/pr34036.C: New test.
2811 2007-11-18 Jakub Jelinek <jakub@redhat.com>
2814 * g++.dg/warn/noreturn-4.C: New test.
2815 * g++.dg/warn/noreturn-5.C: New test.
2816 * g++.dg/warn/noreturn-6.C: New test.
2817 * g++.dg/warn/noreturn-7.C: New test.
2819 2007-11-18 Thomas Koenig <tkoenig@gcc.gnu.org>
2822 * gfortran.fortran-torture/execute/equiv_5.f: Set kind on
2823 integers so tests works with -fdefault-integer-8.
2824 * gfortran.fortran-torture/execute/elemental.f90: Use default
2825 integers so test passes with -fdefault-integer-8.
2826 * gfortran.fortran-torture/execute/der_io.f90: Increase
2827 buffer length so test passes with -fdefault-integer-8.
2828 * gfortran.dg/bounds_check_8.f90: Likewise.
2829 * gfortran.dg/arrayio_derived_1.f90: LIkewise.
2830 * gfortran.dg/equiv_7.f90: Set kind so test passes
2831 with -fdefault-integer-8.
2832 * gfortran.dg/g77/20030326-1.f: Set kind explicitly to
2835 2007-11-18 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2838 * gfortran.dg/optional_dim_2.f90: New test.
2841 * gfortran.dg/subref_array_pointer_2.f90: Update test condition.
2843 2007-11-18 Jakub Jelinek <jakub@redhat.com>
2845 PR rtl-optimization/34132
2846 * gcc.c-torture/compile/20071118-1.c: New test.
2848 2007-11-18 Paul Thomas <pault@gcc.gnu.org>
2851 * gfortran.dg/char_cast_2.f90: New test based on achar_4.f90.
2853 2007-11-18 Tobias Burnus <burnus@net-b.de>
2856 * gfortran.dg/entry_14.f90: New.
2857 * gfortran.dg/entry_15.f90: New.
2859 2007-11-18 Richard Guenther <rguenther@suse.de>
2861 PR tree-optimization/34127
2862 * gcc.c-torture/compile/pr34127.c: New testcase.
2864 2007-11-18 Ben Elliston <bje@au.ibm.com>
2866 * gcc.target/powerpc/altivec-23.c: Do not use a typedef name as a
2867 type specifier, as they are not permitted according to the AltiVec
2868 Programming Interface Manual.
2870 2007-11-17 Tobias Burnus <burnus@net-b.de>
2873 * gfortran.dg/bind_c_usage_9.f03: New.
2874 * gfortran.dg/interface_abstract_1.f90: Fix testcase.
2876 2007-11-17 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2879 * interface.c (gfc_current_interface_head,
2880 gfc_set_current_interface_head): New functions.
2881 * decl.c (gfc_match_modproc): Move check for syntax error earlier.
2882 On syntax error, restore previous state of the interface.
2883 * gfortran.h (gfc_current_interface_head,
2884 gfc_set_current_interface_head): New prototypes.
2886 2007-11-17 Richard Guenther <rguenther@suse.de>
2889 * gcc.c-torture/execute/pr34130.c: New testcase.
2891 2007-11-17 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2894 * gfortran.dg/fmt_label_1.f90: New test.
2896 2007-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2899 * gfortran.dg/initialization_15.f90 : New test.
2901 2007-11-16 Richard Guenther <rguenther@suse.de>
2904 * gcc.c-torture/compile/pr34030.c: New testcase.
2906 2007-11-16 Paul Thomas <pault@gcc.gnu.org>
2909 * gfortran.dg/interface_assignment_3.f90.
2911 2007-11-16 Richard Guenther <rguenther@suse.de>
2913 PR tree-optimization/33870
2914 * gcc.dg/torture/pr33870.c: New testcase.
2916 2007-11-16 Paul Thomas <pault@gcc.gnu.org>
2919 * gfortran.dg/allocatable_function_3.f90.
2921 2007-11-16 Richard Guenther <rguenther@suse.de>
2923 PR tree-optimization/34113
2924 * gcc.c-torture/compile/pr34113.c: New testcase.
2926 2007-11-16 Richard Guenther <rguenther@suse.de>
2928 PR tree-optimization/34099
2929 * g++.dg/torture/pr3499.C: New testcase.
2930 * gcc.c-torture/execute/pr34099.c: Likewise.
2932 2007-11-16 Olivier Hainque <hainque@adacore.com>
2934 * gnat.dg/release_unc_maxalign.adb: New test.
2936 2007-11-16 Jakub Jelinek <jakub@redhat.com>
2939 * g++.dg/template/crash73.C: New test.
2941 2007-11-15 Jakub Jelinek <jakub@redhat.com>
2944 * gcc.dg/tree-ssa/pr23848-1.c: New test.
2945 * gcc.dg/tree-ssa/pr23848-2.c: New test.
2946 * gcc.dg/tree-ssa/pr23848-3.c: New test.
2947 * gcc.dg/tree-ssa/pr23848-4.c: New test.
2949 2007-11-15 Tobias Burnus <burnus@net-b.de>
2952 * gfortran.dg/proc_decl_11.f90: New.
2954 2007-11-15 Ben Elliston <bje@au.ibm.com>
2956 * gcc.target/spu/compare-dp.c: New test.
2958 2007-11-14 Eric Botcazou <ebotcazou@libertysurf.fr>
2960 * gcc.dg/pr33923.c: New test.
2962 2007-11-14 Jakub Jelinek <jakub@redhat.com>
2965 * gcc.dg/pr34088.c: New test.
2967 2007-11-14 Eric Botcazou <ebotcazou@libertysurf.fr>
2969 * gcc.c-torture/compile/20071114-1.c: New test.
2971 2007-11-13 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2974 * gfortran.dg/char_cast_1.f90: Modify regex in scan-tree-dump-times
2975 to match known variations in symbol format. Document in comments.
2977 2007-11-13 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2980 * gfortran.dg/streamio_12.f90: New test to avoid future regression.
2982 2007-11-13 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2984 * gfortran.dg/list_read_7.f90: Fix test so that test file is deleted
2987 2007-11-13 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2990 * gfortran.dg/proc_decl_1.f90: Update.
2991 * gfortran.dg/proc_decl_7.f90: New test.
2992 * gfortran.dg/proc_decl_8.f90: New test.
2993 * gfortran.dg/proc_decl_9.f90: New test.
2994 * gfortran.dg/proc_decl_10.f90: New test.
2996 2007-11-13 Paul Thomas <pault@gcc.gnu.org>
2999 * gfortran.dg/transfer_assumed_size_1.f90: New test.
3001 2007-11-13 Jakub Jelinek <jakub@redhat.com>
3008 * g++.dg/parse/crash36.C: Add another dg-error.
3009 * g++.dg/cpp0x/pr34054.C: New test.
3010 * g++.dg/cpp0x/pr34056.C: New test.
3011 * g++.dg/cpp0x/pr34057.C: New test.
3012 * g++.dg/cpp0x/pr34058.C: New test.
3013 * g++.dg/cpp0x/pr34060.C: New test.
3015 PR tree-optimization/34063
3016 * g++.dg/tree-ssa/pr34063.C: New test.
3018 2007-11-13 Diego Novillo <dnovillo@google.com>
3020 PR tree-optimization/33870
3021 * gcc.c-torture/execute/pr33870-1.c: New test.
3022 * gcc.dg/tree-ssa/alias-16.c: New test.
3024 2007-11-13 Jakub Jelinek <jakub@redhat.com>
3027 * g++.dg/template/crash72.C: New test.
3029 2007-11-12 Eric Botcazou <ebotcazou@libertysurf.fr>
3031 * g++.dg/opt/cfg5.C: New test.
3033 2007-11-12 Richard Guenther <rguenther@suse.de>
3036 * gcc.c-torture/execute/pr34070-1.c: New testcase.
3037 * gcc.c-torture/execute/pr34070-2.c: Likewise.
3039 2007-11-12 Richard Guenther <rguenther@suse.de>
3042 * gcc.dg/pr34027-1.c: New testcase.
3043 * gcc.dg/pr34027-2.c: Likewise.
3045 2007-11-12 Ira Rosen <irar@il.ibm.com>
3047 PR tree-optimization/33953
3048 * gcc.dg/vect/pr33953.c: New testcase.
3050 2007-11-11 Tom Tromey <tromey@redhat.com>
3053 * g++.dg/ext/pr17577.h: New file.
3054 * g++.dg/ext/pr17577.C: New file.
3056 2007-11-12 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
3059 * g++.old-deja/g++.ns/template13.C: Update expected output.
3060 * g++.old-deja/g++.pt/friend23.C: Likewise.
3061 * g++.dg/warn/pr8570.C: New.
3063 2007-11-11 Jakub Jelinek <jakub@redhat.com>
3066 * g++.dg/template/pseudodtor4.C: New test.
3068 2007-11-10 Jakub Jelinek <jakub@redhat.com>
3071 * g++.dg/opt/inline14.C: New test.
3073 PR tree-optimization/33680
3074 * gcc.c-torture/compile/20071108-1.c: New test.
3077 * g++.dg/template/pseudodtor3.C: New test.
3079 2007-11-09 Douglas Gregor <doug.gregor@gmail.com>
3082 * g++.dg/cpp0x/variadic-init.C: New.
3084 2007-11-09 Paolo Bonzini <bonzini@gnu.org>
3085 Jakub Jelinek <jakub@redhat.com>
3087 PR rtl-optimization/34012
3088 * gcc.target/i386/pr34012.c: New test.
3090 2007-11-09 Richard Guenther <rguenther@suse.de>
3092 PR tree-optimization/33604
3093 * g++.dg/tree-ssa/pr33604.C: New testcase.
3094 * gcc.dg/pr32721.c: Adjust pattern.
3096 2007-11-09 Richard Sandiford <rsandifo@nildram.co.uk>
3098 * gcc.target/mips/dse-1.c: Disable.
3100 2007-11-08 Tom Tromey <tromey@redhat.com>
3102 * gcc.dg/empty-source-3.c: Update warning location.
3103 * gcc.dg/gomp/barrier-2.c: Likewise.
3104 * gcc.dg/label-decl-3.c: Likewise.
3105 * gcc.dg/label-decl-2.c: Likewise.
3106 * gcc.dg/empty-source-2.c: Likewise.
3108 2007-11-08 Tom Tromey <tromey@redhat.com>
3111 * g++.dg/inherit/pr30297.C: New file.
3113 2007-11-08 Danny Smith <dannysmith@users.sourceforge.net>
3115 * gcc.dg/compat/struct-layout-1_generate.c (dg-options) Add
3116 -fno-common for cygwin and mingw32.
3118 2007-11-08 Kenneth Zadeck <zadeck@naturalbridge.com>
3121 * gcc.dg/pr33826.c: New.
3122 * gcc.dg/tree-ssa/20030714-1.c: Removed two tests that depend on
3123 recursive functions being marked pure or const.
3125 2007-11-08 Tobias Burnus <burnus@net-b.de>
3128 * gfortran.dg/proc_decl_5.f90: New.
3129 * gfortran.dg/proc_decl_6.f90: New.
3131 2007-11-08 Jakub Jelinek <jakub@redhat.com>
3133 PR tree-optimization/32575
3134 * gcc.c-torture/execute/20071108-1.c: New test.
3136 2007-11-08 Daniel Jacobowitz <dan@codesourcery.com>
3138 * g++.dg/opt/anchor1.C: New.
3140 2007-11-07 Diego Novillo <dnovillo@google.com>
3143 * gcc.c-torture/execute/pr33870.x: Remove.
3145 2007-11-07 Douglas Gregor <doug.gregor@gmail.com>
3150 * g++.dg/cpp0x/decltype-33837.C: New.
3151 * g++.dg/cpp0x/decltype-refbug.C: New.
3152 * g++.dg/cpp0x/decltype-33838.C: New.
3154 2007-11-07 Eric Botcazou <ebotcazou@libertysurf.fr>
3156 * gcc.c-torture/compile/20071107-1.c: New test.
3158 2007-11-07 Eric Botcazou <ebotcazou@libertysurf.fr>
3160 * gcc.dg/out-of-bounds-1.c: New test.
3162 2007-11-07 Jakub Jelinek <jakub@redhat.com>
3165 * g++.dg/warn/incomplete2.C: New test.
3166 * g++.dg/template/incomplete4.C: New test.
3167 * g++.dg/template/incomplete5.C: New test.
3169 2007-11-07 Olivier Hainque <hainque@adacore.com>
3171 * gnat.dg/max_align.adb: New test.
3173 2007-11-06 H.J. Lu <hongjiu.lu@intel.com>
3176 * gcc.target/i386/pr30961-1.c: New.
3178 2007-11-06 Tom Tromey <tromey@redhat.com>
3181 * g++.dg/warn/pragma-system_header3.h: New.
3182 * g++.dg/warn/pragma-system_header3.C: New.
3185 * g++.dg/warn/pragma-system_header4.C: New.
3186 * g++.dg/warn/pragma-system_header4.h: New.
3188 2007-11-06 Douglas Gregor <doug.gregor@gmail.com>
3192 * g++.dg/other/canon-array.C: New.
3194 2007-11-06 Douglas Gregor <doug.gregor@gmail.com>
3196 * g++.dg/parser/crash36.C: Tweak expected errors.
3197 * g++.dg/cpp0x/pr31439.C: New.
3198 * g++.dg/cpp0x/pr32114.C: New.
3199 * g++.dg/cpp0x/pr32115.C: New.
3200 * g++.dg/cpp0x/pr32125.C: New.
3201 * g++.dg/cpp0x/pr32126.C: New.
3202 * g++.dg/cpp0x/pr32127.C: New.
3203 * g++.dg/cpp0x/pr32128.C: New.
3204 * g++.dg/cpp0x/pr32253.C: New.
3205 * g++.dg/cpp0x/pr32566.C: New.
3206 * g++.dg/cpp0x/pr31445.C: Tweak expected errors.
3207 * g++.dg/cpp0x/pr31438.C: Ditto.
3208 * g++.dg/cpp0x/variadic81.C: Ditto.
3209 * g++.dg/cpp0x/pr31432.C: Ditto.
3210 * g++.dg/cpp0x/pr31442.C: Ditto.
3212 2007-11-06 Jakub Jelinek <jakub@redhat.com>
3215 * g++.dg/other/datasec1.C: New test.
3217 PR tree-optimization/33458
3218 * g++.dg/opt/inline12.C: New test.
3220 PR tree-optimization/33993
3221 * gcc.c-torture/compile/20071105-1.c: New test.
3223 2007-11-05 Jakub Jelinek <jakub@redhat.com>
3225 PR rtl-optimization/33648
3226 * gcc.dg/pr33648.c: Require effective target freorder.
3228 2007-11-05 Revital Eres <eres@il.ibm.com>
3230 * lib/target-supports.exp (check_750cl_hw_available): Fix typo.
3232 2007-11-05 Douglas Gregor <doug.gregor@gmail.com>
3237 * g++.dg/cpp0x/pr33996.C: New
3238 * g++.dg/cpp0x/rv-trivial-bug.C: New
3239 * g++.dg/cpp0x/pr33930.C: New
3241 2007-11-05 Nick Clifton <nickc@redhat.com>
3242 Sebastian Pop <sebastian.pop@amd.com>
3244 PR tree-optimization/32540
3245 PR tree-optimization/33922
3246 * gcc.dg/tree-ssa/pr32540-1.c: New.
3247 * gcc.dg/tree-ssa/pr32540-2.c: New.
3248 * gcc.dg/tree-ssa/pr33922.c: New.
3250 2007-11-05 Douglas Gregor <doug.gregor@gmail.com>
3253 * g++.dg/cpp0x/variadic-rref.C: New.
3255 2007-11-05 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
3257 * g++dg/warn/pointer-integer-comparison.C: New.
3259 2007-11-05 Jakub Jelinek <jakub@redhat.com>
3261 PR tree-optimization/33856
3262 * gcc.c-torture/compile/20071027-1.c: New test.
3265 * g++.dg/ext/label10.C: New test.
3268 * g++.dg/other/ptrmem9.C: New test.
3270 2007-11-04 Andrew Pinski <pinskia@gmail.com>
3273 * gfortran.fortran-torture/compile/forall-1.f90: New testcase.
3275 2007-11-04 David Edelsohn <edelsohn@gnu.org>
3277 * g++.dg/cpp/_Pragma1.C: Disable on AIX.
3278 * g++.dg/ext/visibility/namespace2.C: Add argument to
3279 dg-require-visibility.
3280 * g++.dg/ext/java-1.C: Disable on AIX.
3282 2007-11-03 Dorit Nuzman <doirit@il.ibm.com>
3284 * gfortran.dg/vect/no-vfa-pr32377.f90: Remove xfail.
3286 2007-11-03 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3289 * gfortran.dg/assumed_charlen_arg_1.f90: New test.
3291 2007-11-03 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
3294 * gcc.dg/20031223-1.c: Adjust error output.
3295 * gcc.dg/parse-decl-after-label.c: New.
3297 2007-11-03 Jerry DeLisle <jvdelisle@gcc.gnu.org>
3300 * gfortran.dg/default_format_2.f90: XFAIL powerpc*-*-linux*
3301 * gfortran.dg/default_format_denormal_2.f90: XFAIL powerpc*-*-linux*
3302 * gfortran.dg/large_real_kind_form_io_2.f90: XFAIL powerpc*-*-linux*
3304 2007-11-03 Eric Botcazou <ebotcazou@libertysurf.fr>
3306 PR rtl-optimization/28940
3307 * gcc.target/i386/addr-sel-1.c: New test.
3309 2007-11-03 Jakub Jelinek <jakub@redhat.com>
3312 * gcc.dg/pr33670.c: New test.
3314 2007-11-02 Jakub Jelinek <jakub@redhat.com>
3317 * g++.dg/lookup/typedef1.C: New test.
3319 2007-11-02 Janis Johnson <janis187@us.ibm.com>
3322 * lib/scandump.exp (dump-suffix): New.
3323 (scan-dump, scan-dump-times, scan-dump-dem, scan-dump-dem-not):
3324 Include dump suffix in pass/fail messages, put regexp in quotes.
3326 2007-11-02 Paolo Carlini <pcarlini@suse.de>
3329 * g++.dg/other/error19.C: New.
3331 2007-11-02 Eric Botcazou <ebotcazou@libertysurf.fr>
3333 PR rtl-optimization/28062
3334 * gcc.c-torture/compile/20071102-1.c: New test.
3336 2007-11-01 Douglas Gregor <doug.gregor@gmail.com>
3338 * g++.dg/cpp0x/pr33955.C: New.
3340 2007-11-01 Tom Tromey <tromey@redhat.com>
3342 PR preprocessor/30805:
3343 * gcc.dg/cpp/pr30805.c: Use -std=gnu89.
3345 2007-11-02 Jakub Jelinek <jakub@redhat.com>
3347 PR rtl-optimization/33648
3348 * gcc.dg/pr33648.c: New test.
3350 2007-11-01 Jakub Jelinek <jakub@redhat.com>
3353 * g++.dg/template/pseudodtor1.C: New test.
3354 * g++.dg/template/pseudodtor2.C: New test.
3357 * g++.dg/rtti/typeid7.C: New test.
3359 2007-11-01 Tom Tromey <tromey@redhat.com>
3361 PR preprocessor/30805:
3362 * gcc.dg/cpp/pr30805.c: New file.
3364 2007-11-01 Janis Johnson <janis187@us.ibm.com>
3367 * gcc.c-torture/compile/20000804-1.c: Remove xfail from dg-do and
3369 * gcc.c-torture/compile/20001205-1.c: Ditto.
3370 * gcc.c-torture/compile/20001226-1.c: Ditto.
3371 * gcc.c-torture/compile/20020312-1.c: Ditto.
3372 * gcc.c-torture/compile/20020604-1.c: Ditto.
3373 * gcc.c-torture/compile/920501-12.c: Ditto.
3374 * gcc.c-torture/compile/920501-4.c: Ditto.
3375 * gcc.c-torture/compile/920520-1.c: Ditto.
3376 * gcc.c-torture/compile/980506-1.c: Ditto.
3377 * gcc.c-torture/compile/990617-1.c: Ditto.
3378 * gcc.dg/compare6.c: Ditto.
3379 * g++.old-deja/g++.brendan/crash43.C: Ditto.
3380 * g++.old-deja/g++.brendan/synth1.C: Ditto.
3381 * g++.old-deja/g++.oliva/dwarf2.C: Ditto.
3382 * g++.old-deja/g++.oliva/dwarf3.C: Ditto.
3383 * g++.old-deja/g++.pt/static6.C: Ditto.
3384 * g++.old-deja/g++.pt/crash16.C: Ditto.
3385 * g++.old-deja/g++.mike/p10416.C: Ditto.
3386 * g++.old-deja/g++.mike/ns15.C: Ditto.
3387 * g++.old-deja/g++.mike/eh46.C: Ditto.
3389 2007-11-01 Tom Tromey <tromey@redhat.com>
3391 * gcc.dg/redecl-1.c: Update.
3392 * gcc.dg/pr20368-3.c: Update.
3393 * gcc.dg/inline-14.c: Update.
3394 * gcc.dg/builtins-30.c: Update.
3395 * gcc.dg/dremf-type-compat-4.c: Update.
3396 * gcc.dg/pr20368-2.c: Update.
3398 2007-11-01 Jakub Jelinek <jakub@redhat.com>
3400 PR rtl-optimization/33673
3401 * gcc.dg/pr33673.c: New test.
3403 2007-11-01 Michael Matz <matz@suse.de>
3405 PR tree-optimization/33961
3406 * gcc.dg/pr33961.c: New test.
3408 2007-10-31 Paolo Carlini <pcarlini@suse.de>
3411 * g++.dg/template/error35.C: New.
3413 2007-10-31 Jakub Jelinek <jakub@redhat.com>
3416 * gcc.dg/pr31507-1.c: New test.
3417 * gcc.dg/pr31507-2.c: New test.
3419 2007-10-31 Revital Eres <eres@il.ibm.com>
3421 * gcc.dg/vect/vect.exp: Add support for powerpc-*paired
3423 * gcc.dg/vect/tree-vect.h (check_vect): Add
3424 powerpc-*paired test.
3425 * lib/target-supports.exp (check_750cl_hw_available):
3427 (check_effective_target_vect_int,
3428 check_effective_target_vect_intfloat_cvt,
3429 check_effective_target_powerpc_altivec_ok,
3430 check_effective_target_vect_long,
3431 check_effective_target_vect_sdot_hi,
3432 check_effective_target_vect_udot_hi,
3433 check_effective_target_vect_pack_trunc,
3434 check_effective_target_vect_unpack,
3435 check_effective_target_vect_shift,
3436 check_effective_target_vect_int_mult): Disable for powerpc-*paired
3438 * gcc.dg/vect/vect-ifcvt-11.c: New.
3439 * gcc.dg/vect/vect-ifcvt-12.c: Likewise.
3440 * gcc.dg/vect/vect-ifcvt-13.c: Likewise.
3441 * gcc.dg/vect/vect-ifcvt-14.c: Likewise.
3442 * gcc.dg/vect/vect-ifcvt-15.c: Likewise.
3443 * gcc.dg/vect/vect-ifcvt-16.c: Likewise.
3444 * gcc.dg/vect/vect-ifcvt-17.c: Likewise.
3446 2007-10-31 Dominique d'Humieres <dominiq@lps.ens.fr>
3447 Tobias Burnus <burnus@net-b.de>
3450 * gfortran.dg/module_read_1.f90: New.
3452 2007-10-31 Tom Tromey <tromey@redhat.com>
3454 PR preprocessor/30786:
3455 * gcc.dg/cpp/pr30786.c: New file.
3457 2007-10-31 Jerry DeLisle <jvdelisle@gcc.gnu.org>
3460 * gfortran.dg/interface_19.f90: New.
3461 * gfortran.dg/interface_20.f90: New.
3462 * gfortran.dg/interface_21.f90: New.
3464 2007-10-31 Sebastian Pop <sebastian.pop@amd.com>
3466 PR tree-optimization/32377
3467 * gfortran.dg/vect/pr32377.f90: New.
3469 2007-10-31 Richard Guenther <rguenther@suse.de>
3472 * gcc.c-torture/execute/pr33779-1.c: New testcase.
3473 * gcc.c-torture/execute/pr33779-2.c: Likewise.
3475 2007-10-31 Paul Thomas <pault@gcc.gnu.org>
3478 * gfortran.dg/contained_3.f90: New.
3480 2007-10-31 Christian Bruel <christian.bruel@st.com>
3483 * g++.dg/opt/nrv8.C: New.
3485 2007-10-30 Jakub Jelinek <jakub@redhat.com>
3488 * g++.dg/opt/compound1.C: New test.
3491 * g++.dg/template/ptrmem18.C: New test.
3493 2007-10-30 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3496 * gfortran.dg/isnan_2.f90: New test.
3498 2007-10-30 Ed Schouten <ed@fxq.nl>
3500 PR tree-optimization/32500
3501 * gcc.c-torture/execute/pr32500.c: Fix buffer overflow in testcase.
3503 2007-10-30 Douglas Gregor <doug.gregor@gmail.com>
3507 * g++.dg/cpp0x/pr31993.C: New
3508 * g++.dg/cpp0x/pr32252.C: New
3510 2007-10-30 Jakub Jelinek <jakub@redhat.com>
3512 PR tree-optimization/33723
3513 * gcc.dg/tree-ssa/pr33723.c (T): Decrease size of field s.
3515 2007-10-30 Richard Guenther <rguenther@suse.de>
3517 * gcc.c-torture/execute/20071030-1.c: New testcase copied from
3518 gcc.target/i386/loop-3.c.
3520 2007-10-30 Revital Eres <eres@il.ibm.com>
3522 * gcc.dg/vect/pr33866.c: Require vect_long.
3524 2007-10-30 Revital Eres <eres@il.ibm.com>
3526 * gcc.dg/vect/vect-shift-1.c: Require vect_int.
3527 * gcc.dg/vect/vect-ifcvt-4.c: Likewise.
3529 2007-10-29 Dorit Nuzman <dorit@il.ibm.com>
3531 PR tree-optimization/32893
3532 * lib/target-supports.exp
3533 (check_effective_target_unaligned_stack): new keyword.
3534 * gcc.dg/vect/vect-2.c: Globalize arrays to make the test
3535 not sensitive to unaligned_stack.
3536 * gcc.dg/vect/vect-3.c: Likewise.
3537 * gcc.dg/vect/vect-4.c: Likewise.
3538 * gcc.dg/vect/vect-5.c: Likewise.
3539 * gcc.dg/vect/vect-6.c: Likewise.
3540 * gcc.dg/vect/vect-7.c: Likewise.
3541 * gcc.dg/vect/vect-13.c: Likewise.
3542 * gcc.dg/vect/vect-17.c: Likewise.
3543 * gcc.dg/vect/vect-18.c: Likewise.
3544 * gcc.dg/vect/vect-19.c: Likewise.
3545 * gcc.dg/vect/vect-20.c: Likewise.
3546 * gcc.dg/vect/vect-21.c: Likewise.
3547 * gcc.dg/vect/vect-22.c: Likewise.
3548 * gcc.dg/vect/vect-27.c: Likewise.
3549 * gcc.dg/vect/vect-29.c: Likewise.
3550 * gcc.dg/vect/vect-64.c: Likewise.
3551 * gcc.dg/vect/vect-65.c: Likewise.
3552 * gcc.dg/vect/vect-66.c: Likewise.
3553 * gcc.dg/vect/vect-72.c: Likewise.
3554 * gcc.dg/vect/vect-73.c: Likewise.
3555 * gcc.dg/vect/vect-86.c: Likewise.
3556 * gcc.dg/vect/vect-all.c: Likewise.
3557 * gcc.dg/vect/slp-25.c: Likewise.
3558 * gcc.dg/vect/wrapv-vect-7.c: Likewise.
3559 * gcc.dg/vect/costmodel/i386/costmodel-vect-31.c: Likewise.
3560 * gcc.dg/vect/costmodel/x86_64/costmodel-vect-31.c: Likewise.
3562 * gcc.dg/vect/vect-31.c: Removed alignment checks.
3563 * gcc.dg/vect/vect-34.c: Likewise.
3564 * gcc.dg/vect/vect-36.c: Likewise.
3565 * gcc.dg/vect/vect-64.c: Likewise.
3566 * gcc.dg/vect/vect-65.c: Likewise.
3567 * gcc.dg/vect/vect-66.c: Likewise.
3568 * gcc.dg/vect/vect-68.c: Likewise.
3569 * gcc.dg/vect/vect-76.c: Likewise.
3570 * gcc.dg/vect/vect-77.c: Likewise.
3571 * gcc.dg/vect/vect-78.c: Likewise.
3573 * gcc.dg/vect/no-section-anchors-vect-31.c: New test, like the original
3574 testcase (without no-section-anchors prefix) but with global arrays.
3575 * gcc.dg/vect/no-section-anchors-vect-34.c: Likewise.
3576 * gcc.dg/vect/no-section-anchors-vect-36.c: Likewsie.
3577 * gcc.dg/vect/no-section-anchors-vect-64.c: Likewise.
3578 * gcc.dg/vect/no-section-anchors-vect-65.c: Likewise.
3579 * gcc.dg/vect/no-section-anchors-vect-66.c: Likewise.
3580 * gcc.dg/vect/no-section-anchors-vect-68.c: Likewise.
3581 * gcc.dg/vect/vect-77-global.c: Likewise.
3582 * gcc.dg/vect/vect-78-global.c: Likewise.
3584 * gcc.dg/vect/vect-77-alignchecks.c: New test. Like the original
3585 testcase (without no-section-anchors prefix) but fix alignment checks
3586 to also consider unaligned_stack targets.
3587 * gcc.dg/vect/vect-78-alignchecks.c: Likewise.
3589 2007-10-29 Jakub Jelinek <jakub@redhat.com>
3591 PR tree-optimization/33723
3592 * gcc.c-torture/execute/20071029-1.c: New test.
3593 * gcc.dg/tree-ssa/pr33723.c: New test.
3595 2007-10-29 Richard Sandiford <rsandifo@nildram.co.uk>
3597 PR tree-optimization/33614
3598 * gcc.c-torture/compile/pr33614.c: New test.
3600 2007-10-29 Richard Guenther <rguenther@suse.de>
3602 PR tree-optimization/33870
3603 * gcc.c-torture/execute/pr33870.x: XFAIL testcase for -O2 and -Os.
3605 2007-10-29 Jakub Jelinek <jakub@redhat.com>
3607 PR tree-optimization/33757
3608 * gcc.dg/tree-ssa/ssa-fre-4.c: Run on selected TARGET_PROMOTE_PROTOTYPES
3609 true architectures instead of having a big dg-skip-if.