1 2006-09-10 Steven Bosscher <steven@gcc.gnu.org>
4 * gcc.dg/pr26983.c: New test.
6 2006-09-10 Richard Sandiford <richard@codesourcery.com>
9 * gcc.c-torture/execute/pr29006.c: New test.
11 2006-09-10 Paul Thomas <pault@gcc.gnu.org>
14 gfortran.dg/matmul_4.f90: New test.
16 2006-09-10 Paul Thomas <pault@gcc.gnu.org>
19 gfortran.dg/used_types_10: New test.
21 2006-09-10 Paul Thomas <pault@gcc.gnu.org>
24 gfortran.dg/array_initializer_2.f90: Fill in missing index start value.
25 gfortran.dg/array_initializer_3.f90: New test.
27 2006-09-09 Jerry DeLisle <jvdelisle@gcc.gnu.org>
30 * gfortran.dg/actual_array_constructor_3.f90: New test.
32 2006-09-09 Paolo Bonzini <bonzini@gnu.org>
35 * gcc.target/i386/pr26778.c: New testcase.
37 2006-09-08 Eric Christopher <echristo@apple.com>
39 * gcc.target/i386/20060512-3.c: Run test on ilp32 only.
40 * gcc.target/i386/memcpy-1.c: Ditto.
41 * gcc.target/i386/asm-1.c: Ditto.
42 * gcc.target/i386/20060512-4.c: Ditto.
43 * gcc.target/i386/compress-float-387.c: Ditto.
44 * gcc.target/i386/20060512-1.c: Ditto.
45 * gcc.target/i386/compress-float-sse.c: Ditto.
46 * gcc.target/i386/20060512-2.c: Ditto.
47 * gcc.target/i386/compress-float-sse-pic.c: Ditto.
48 * gcc.target/i386/stack-prot-kernel.c: Ditto.
49 * gcc.target/i386/compress-float-387-pic.c: Ditto.
50 * gcc.dg/pr26449.c: Ditto.
51 * gcc.dg/attr-ms_struct-2.c: Ditto.
52 * gcc.dg/attr-ms_struct-1.c: Ditto.
53 * gcc.misc-tests/linkage.exp: Fix 64-bit darwin support.
55 2006-09-08 Joseph S. Myers <joseph@codesourcery.com>
58 * gcc.dg/vla-10.c: New test.
60 2006-09-08 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
63 * g++.dg/parse/template20.C: New test.
64 * g++.dg/template/operator8.C: Remove obsolete part.
65 * g++.dg/parse/def-tmpl-arg1.C: Adjust error-markers.
66 * g++.old-deja/g++.pt/crash65.C: Likewise.
68 2006-09-07 Jason Merrill <jason@redhat.com>
71 * gcc.dg/long-long-cst1.c: New test.
73 2006-09-07 Andrew Pinski <pinskia@physics.uc.edu>
76 * g++.dg/other/array3.C: New test.
77 * g++.dg/other/array4.C: New test.
78 * g++.dg/other/array5.C: New test.
80 2006-09-07 H.J. Lu <hongjiu.lu@intel.com>
82 * gcc.target/i386/pr28946.c (dg-options): Use -Os instead -O.
84 2006-09-07 Uros Bizjak <uros@kss-loka.si>
87 * gcc.target/i386/pr28946.c: New test.
89 2006-09-07 Steven G. Kargl <kargls@comcast.net>
91 * gfortran.fortran-torture/compile/data_1.f90: Fix integer oveflow
92 in integer literal constant.
93 * gfortran.dg/enum_8.f90: Ditto.
94 * gfortran.dg/g77/20030326-1.f: Ditto.
96 2006-09-07 Feng Wang <fengwang@nudt.edu.cn>
98 * gfortran.fortran-torture/execute/intrinsic_set_exponent.f90: Fix
101 2006-09-07 Andrew Pinski <pinskia@physics.uc.edu>
104 * gcc.c-torture/compile/vector-align-1.c: New test.
106 2006-09-06 Andrew Pinski <pinskia@physics.uc.edu>
109 * g++.dg/opt/copysign-1.C: New test.
111 2006-09-06 Jason Merrill <jason@redhat.com>
114 * g++.dg/warn/unused-result1.C: New test.
116 2006-09-06 Mark Mitchell <mark@codesourcery.com>
119 * g++.dg/ext/vla3.C: New test.
122 * g++.dg/template/array16.C: New test.
124 2006-09-06 Richard Guenther <rguenther@suse.de>
126 * gcc.dg/pr27226.c: Remove testcase again.
128 2006-09-05 Andrew Pinski <pinskia@physics.uc.edu>
131 * g++.dg/opt/unroll2.C: New test.
133 2006-09-05 Andrew Pinski <pinskia@physics.uc.edu>
136 * gcc.dg/vect/pr28952.c: New test.
138 2006-09-05 Richard Guenther <rguenther@suse.de>
140 PR tree-optimization/28900
141 * gcc.dg/torture/pr28900.c: New testcase
143 2006-09-05 Richard Guenther <rguenther@suse.de>
145 PR tree-optimization/28905
146 * gcc.c-torture/compile/pr28905.c: New testcase.
148 2006-09-05 Richard Guenther <rguenther@suse.de>
151 * gcc.dg/pr28935.c: New testcase.
153 2006-09-05 Eric Botcazou <ebotcazou@libertysurf.fr>
155 * gcc.c-torture/execute/20060905-1.c: New test.
157 2006-09-05 Paul Thomas <pault@gcc.gnu.org>
160 * gfortran.dg/used_types_7.f90: New test.
161 * gfortran.dg/used_types_8.f90: New test.
162 * gfortran.dg/used_types_9.f90: New test.
164 2006-09-04 Eric Botcazou <ebotcazou@libertysurf.fr>
166 * gcc.c-torture/compile/20060904-1.c: New test.
168 2006-09-04 Nathan Sidwell <nathan@codesourcery.com>
170 PR c++/23287 Revert my 2006-09-01 patch
171 * g++.dg/parse/dtor12.C: Remove.
173 2006-09-02 Lee Millward <lee.millward@codesourcery.com>
176 * g++.dg/template/operator9.C: New test.
179 * g++.dg/template/operator7.C: New test.
182 * g++.dg/template/operator8.C: New test.
185 * g++.dg/template/crash57.C: New test.
187 * g++.dg/template/typedef4.C: Adjust error markers.
188 * g++.dg/template/typedef5.C: Likewise.
190 2006-09-02 Jakub Jelinek <jakub@redhat.com>
193 * g++.dg/parse/crash33.C: New test.
195 2006-09-01 J"orn Rennecke <joern.rennecke@st.com>
196 Richard Guenther <rguenther@suse.de>
197 Adam Nemet <anemet@caviumnetworks.com>
200 * gcc.target/mips/memcpy-1.c: New testcase.
201 * gcc.dg/pr27226.c: Likewise.
203 2006-09-01 Nathan Sidwell <nathan@codesourcery.com>
206 * g++.dg/lookup/koenig5.C: New.
207 * g++.dg/template/crash56.C: New.
209 2006-09-01 Josh Conner <jconner@apple.com>
212 * gcc.dg/nrv3.c: New test.
213 * gcc.dg/nrv4.c: New test.
214 * gcc.dg/nrv5.c: New test.
216 2006-09-01 Nathan Sidwell <nathan@codesourcery.com>
219 * g++.dg/parse/dtor12.C: New.
221 2006-08-31 Zdenek Dvorak <dvorakz@suse.cz>
223 PR tree-optimization/28839
224 * gcc.dg/pr28839.c: New test.
226 2006-08-31 Andreas Krebbel <krebbel1@de.ibm.com>
229 * gcc.dg/pr24367.c: New testcase.
231 2006-08-30 Joseph Myers <joseph@codesourcery.com>
233 * gcc.dg/arm-mmx-1.c: Skip for -mfloat-abi=softfp.
235 2006-08-30 Zdenek Dvorak <dvorakz@suse.cz>
237 PR rtl-optimization/27735
238 * gcc.dg/loop-unswitch-1.c: New test.
240 2006-08-30 Paul Thomas <pault@gcc.gnu.org>
243 * gfortran.dg/aliasing_dummy_2.f90: New test.
246 * gfortran.dg/generic_5.f90: Change error message.
249 * gfortran.dg/generic_6.f90: New test.
252 * gfortran.dg/redefined_intrinsic_assignment.f90: New test.
255 * gfortran.dg/invalid_interface_assignment.f90: New test.
258 * gfortran.dg/module_proc_external_dummy.f90: New test.
260 2006-08-29 Andrew Pinski <pinskia@physics.uc.edu>
263 * testsuite/g++.dg/warn/var-args1.C: New test.
265 2006-08-29 Steven G. Kargl <kargls@comcast.net>
268 * gfortran.dg/simpleif_2.f90: New test.
269 * gfortran.dg/pr19936_1.f90: Adjust dg-error message.
270 * gfortran.dg/enum_5.f90: Ditto.
272 2006-08-29 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
273 Kazu Hirata <kazu@codesourcery.com>
275 PR tree-optimization/17506
276 * gcc.dg/pr17506.c: New.
278 2006-08-29 J"orn Rennecke <joern.rennecke@st.com>
281 * g++.dg/eh/alias1.C: New test.
283 2006-08-28 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
286 * g++.dg/template/ttp22.C: New test.
288 2006-08-28 Kazu Hirata <kazu@codesourcery.com>
291 * gcc.dg/pr26632.c: New.
293 2006-08-27 Jerry DeLisle <jvdelisle@gcc.gnu.org>
296 * gfortran.dg/fmt_zero_precision.f90: New test.
298 2006-08-27 Mark Mitchell <mark@codesourcery.com>
301 * g++.dg/template/spec31.C: New test.
303 2006-08-27 Lee Millward <lee.millward@codesourcery.com>
306 * g++.dg/other/static2.C: New test.
308 2006-08-26 Roger Sayle <roger@eyesopen.com>
310 * gcc.dg/Wswitch-enum-2.c: New test case.
311 * gcc.dg/Wswitch-enum-3.c: Likewise.
313 2006-08-26 Richard Guenther <rguenther@suse.de>
315 * gcc.c-torture/compile/20060826-1.c: New testcase.
317 2006-08-26 Lee Millward <lee.millward@codesourcery.com>
320 * g++.dg/template/void10.C: New test.
323 * g++.dg/template/void8.C: New test.
326 * g++.dg/template/void9.C: New test.
328 * g++.dg/template/void3.C: Adjust error markers.
329 * g++.dg/template/void4.C: Likewise.
330 * g++.dg/template/crash55.C: Likewise.
331 * g++.dg/template/void7.C: Likewise
333 2006-08-26 Mark Mitchell <mark@codesourcery.com>
336 * g++.dg/inherit/access6.C: New test.
337 * g++.dg/inherit/access7.C: Likewise.
340 * g++.dg/template/array15.C: New test.
341 * g++.dg/template/crash2.C: Tweak error markers.
343 2006-08-26 Jakub Jelinek <jakub@redhat.com>
346 * gcc.c-torture/compile/20060823-1.c: New test.
348 2006-08-25 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
351 * g++.dg/template/ttp21.C: New test.
354 * g++.dg/other/operator1.C: Add error-marker.
355 * g++.dg/other/operator2.C: New test.
357 2006-08-25 Joseph S. Myers <joseph@codesourcery.com>
360 * gcc.c-torture/compile/vla-const-1.c,
361 gcc.c-torture/compile/vla-const-2.c: New tests.
363 2006-08-26 Richard Guenther <rguenther@suse.de>
366 * gcc.dg/torture/pr28814.c: New testcase.
368 2006-08-25 Joseph S. Myers <joseph@codesourcery.com>
371 * gcc.c-torture/compile/compound-literal-1.c: New test.
373 2006-08-25 Joseph S. Myers <joseph@codesourcery.com>
376 * gcc.dg/funcdef-var-1.c, gcc.dg/funcdef-var-2.c: New tests.
377 * gcc.dg/pr20368-1.c, gcc.dg/pr20368-2.c, gcc.dg/pr20368-3.c:
378 Expect extra diagnostics.
380 2006-08-25 J"orn Rennecke <joern.rennecke@st.com>
382 gcc.dg/noncompile/pr16876.c: New test.
384 2006-08-25 Mark Mitchell <mark@codesourcery.com>
387 * g++.dg/parse/local1.C: New test.
388 * g++.dg/other/qual1.C: Tweak error marker.
390 2006-08-25 Nathan Sidwell <nathan@codesourcery.com>
393 * g++.dg/template/typename10.C: New.
394 * g++.dg/template/lookup4.C: Remove bogus error marker.
396 2006-08-25 Richard Guenther <rguenther@suse.de>
399 * gcc.dg/pr26570.c: Fix testcase.
401 2006-08-24 Andrew Pinski <pinskia@physics.uc.edu>
404 * gcc.c-torture/execute/mayalias-2.c: New test.
405 * gcc.dg/tree-ssa/alias-13.c: New test.
407 2006-08-24 Jan Hubicka <jh@suse.cz>
410 * gcc.dg/debug/pr26881.c: New file.
412 2006-08-23 Paul Thomas <pault@gcc.gnu.org>
415 * gfortran.dg/used_types_4.f90: New test.
416 * gfortran.dg/derived_init_2.f90: Modify to check sibling
417 association of derived types.
418 * gfortran.dg/used_types_2.f90: Add module cleanup.
419 * gfortran.dg/used_types_3.f90: The same.
422 * gfortran.dg/assumed_charlen_in_main.f90: Modify to check
425 2006-08-23 Jerry DeLisle <jvdelisle@gcc.gnu.org>
428 * gfortran.dg/direct_io_6.f90: Remove test.
430 2006-08-23 Stuart Hastings <stuart@apple.com>
433 * gcc.target/i386/20060821-1.c: New.
435 2006-08-23 Danny Smith <dannysmith@users.sourceforge.net>
437 gcc.dg/attr-invalid.c: Insert an " |directive" substitution into
438 dg-warning strings for dllimport.
440 2006-08-22 Andrew Pinski <pinskia@physics.uc.edu>
443 * g++.dg/ext/vector4.C: New test.
444 * g++.dg/ext/complex1.C: New test.
446 2006-08-21 Geoffrey Keating <geoffk@apple.com>
449 * gcc.dg/debug/const-1.c: New.
450 * gcc.dg/debug/const-2.c: New.
451 * gcc.dg/debug/dwarf2/const-1.c: New.
452 * gcc.dg/debug/dwarf2/const-2.c: New.
453 * gcc.dg/debug/dwarf2/const-2b.c: New.
455 2006-08-22 Richard Guenther <rguenther@suse.de>
458 * gcc.c-torture/compile/pr28776-1.c: New testcase.
459 * gcc.c-torture/compile/pr28776-2.c: Likewise.
461 2006-08-21 Mark Shinwell <shinwell@codesourcery.com>
463 * g++.dg/eh/arm-vfp-unwind.C: Correct order of DejaGNU directives.
465 2006-08-21 Lee Millward <lee.millward@codesourcery.com>
468 * g++.dg/other/error14.C: New test.
471 * g++.dg/parse/ctor7.C: New test.
472 * g++.dg/parse/ctor8.C: Likewise.
475 * g++.dg/template/void7.C: New test.
477 2006-08-21 Olivier Hainque <hainque@adacore.com>
479 * gnat.dg/self_aggregate_with_zeros.adb: New test.
480 * gnat.dg/self_aggregate_with_array.adb: New test.
482 2006-08-21 Mark Shinwell <shinwell@codesourcery.com>
484 * g++.dg/eh/arm-vfp-unwind.C: New test.
486 2006-08-20 Mark Mitchell <mark@codesourcery.com>
489 * g++.dg/template/ref3.C: New test.
490 * g++.dg/template/nontype13.C: New test.
493 * g++.dg/template/ptrmem17.C: New test.
495 2006-08-20 Danny Smith <dannysmith@users.sourceforge.net>
498 * gcc.dg/attr-invalid.c: Add tests for invalid dllimport.
500 2006-08-20 Paul Thomas <pault@gcc.gnu.org>
503 * gfortran.dg/used_types_2.f90: New test.
506 * gfortran.dg/used_types_3.f90: New test.
509 * gfortran.dg/generic_actual_arg.f90: New test.
512 * gfortran.dg/module_private_array_refs_1.f90: New test.
515 * gfortran.dg/program_name_1.f90: New test.
518 * gfortran.dg/derived_constructor_comps_1.f90: New test.
521 * gfortran.dg/array_initializer_2.f90: New test.
524 * gfortran.dg/unused_artificial_dummies_1.f90: New test.
527 * gfortran.dg/assumed_charlen_function_4.f90: New test.
530 * gfortran.dg/assumed_charlen_in_main.f90: New test.
533 * gfortran.dg/dependent_decls_1.f90: New test.
535 2006-08-19 Erik Edelmann <eedelman@gcc.gnu.org>
538 * gfortran.dg/derived_init_2.f90: New.
540 2006-08-17 J"orn Rennecke <joern.rennecke@st.com>
542 * gcc.c-torture/execute/pr28289.c: New test.
544 2006-08-17 Jakub Jelinek <jakub@redhat.com>
547 * gcc.dg/attr-externally-visible-1.c: New test.
548 * gcc.dg/attr-externally-visible-2.c: New test.
549 * g++.dg/parse/attr-externally-visible-1.C: New test.
550 * g++.dg/parse/attr-externally-visible-2.C: New test.
552 2006-08-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
555 * g++.dg/parse/dtor11.C: New test.
557 2006-08-17 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
559 PR rtl-optimization/28489
560 * gcc.c-torture/compile/pr28489.c: New test.
562 2006-08-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
565 * g++.dg/template/redecl4.C: New test.
568 * g++.dg/template/ctor8.C: New test.
570 2006-08-17 Paolo Bonzini <bonzini@gnu.org>
572 * gcc.dg/pr26570.c: Fix testcase.
574 2006-08-17 Paolo Bonzini <bonzini@gnu.org>
577 * g++.dg/parse/offsetof6.C: New test.
578 * g++.dg/parse/offsetof6.C: New test.
579 * g++.dg/parse/offsetof7.C: New test.
581 2006-08-16 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
584 * gfortran.dg/gomp/gomp.exp: Return if check_effective_target_fopenmp
587 2006-08-16 Andrew Pinski <pinskia@physics.uc.edu>
590 * g++.dg/ext/vector3.C: New test.
592 2006-08-16 Zdenek Dvorak <dvorakz@suse.cz>
594 PR gcov/profile/26570
595 * gcc.dg/pr26570.c: New test.
597 2006-08-16 Joseph S. Myers <joseph@codesourcery.com>
600 * gcc.dg/qual-component-1.c: New test.
602 2006-08-16 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
605 * g++.dg/parse/new3.C: New test.
607 2006-08-15 Jerry DeLisle <jvdelisle@gcc.gnu.org>
610 * gfortran.dg/streamio_1.f90: New test.
611 * gfortran.dg/streamio_2.f90: New test.
612 * gfortran.dg/streamio_3.f90: New test.
613 * gfortran.dg/streamio_4.f90: New test.
614 * gfortran.dg/streamio_5.f90: New test.
615 * gfortran.dg/streamio_6.f90: New test.
616 * gfortran.dg/streamio_7.f90: New test.
617 * gfortran.dg/streamio_8.f90: New test.
619 2006-08-15 Danny Smith <dannysmith@users.sourceforge.net>
622 * gcc.dg/attr-invalid.c: Add tests for invalid weak attribute.
624 2006-08-15 Lee Millward <lee.millward@codesourcery.com>
627 * g++.dg/template/void6.C: New test.
629 2006-08-15 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
632 * gcc.dg/parse-error-1.c: New test.
633 * gcc.dg/parse-error-2.c: New test.
634 * gcc.dg/cpp/digraph2.c: Add error-marker.
635 * gcc.dg/noncompile/920923-1.c: Likewise.
637 2006-08-14 Andrew Pinski <pinskia@physics.uc.edu>
640 * gcc.dg/sizeof-2.c: New testcase.
643 * gcc.dg/switch-A.c: New testcase.
645 2006-08-14 Steve Ellcey <sje@cup.hp.com>
649 * g++.old-deja/g++.warn/compare1.C: Delete.
650 * g++.dg/opt/pr7503-2.C: Delete.
651 * g++.dg/opt/pr7503-3.C: Delete.
652 * g++.dg/opt/pr7503-4.C: Delete.
653 * g++.dg/opt/pr7503-5.C: Delete.
654 * g++.dg/opt/max1.C: Delete.
655 * g++.dg/warn/minmax.C: Delete.
656 * g++.dg/expr/minmax.C: New test.
658 2006-08-14 Richard Guenther <rguenther@suse.de>
661 * gcc.c-torture/execute/pr28651.c: Do not use argc
662 to avoid optimization, instead forbid inlining.
664 2006-08-14 Richard Sandiford <richard@codesourcery.com>
666 PR rtl-optimization/28634
667 * gcc.c-torture/execute/ieee/pr28634.c: New test.
669 2006-08-13 Alexandre Oliva <aoliva@redhat.com>
672 * gcc.dg/torture/pr27184.c: New test.
674 2006-08-12 Jakub Jelinek <jakub@redhat.com>
676 * gcc.target/i386/pr27827.c: Only compile on ilp32 target.
678 2006-08-12 Francois-Xavier Coudert <coudert@clipper.ens.fr>
680 * gfortran.dg/stat_1.f90: Make test pass when run under sudo.
681 * gfortran.dg/stat_2.f90: Likewise.
682 * gfortran.dg/chmod_1.f90: Likewise.
683 * gfortran.dg/chmod_2.f90: Likewise.
684 * gfortran.dg/chmod_3.f90: Likewise.
686 2006-08-11 David Edelsohn <edelsohn@gnu.org>
688 * gfortran.dg/direct_io_6.f90: Skip on *-*-aix*.
690 2006-08-11 Eric Botcazou <ebotcazou@libertysurf.fr>
692 * g++.dg/opt/pr23454-2.C: New test.
694 2006-08-11 Richard Guenther <rguenther@suse.de>
697 * gcc.c-torture/execute/pr28651.c: New testcase.
699 2006-08-10 Eric Botcazou <ebotcazou@adacore.com>
701 * gnat.dg/specs/static_initializer.ads: New test.
703 2006-08-10 Paul Brook <paul@codesourcery.com>
705 * gcc.target/arm/cond-asm.c: New test.
707 2006-08-10 Dorit Nuzman <dorit@il.ibm.com>
709 PR tree-optimization/26197
710 * g++.dg/vect/param-max-aliased-pr26197.cc: New test.
711 * g++.dg/vect/vect.exp: Compile the new tests with
712 --param max-aliased-vops=0.
714 2006-08-09 Lee Millward <lee.millward@codesourcery.com>
717 * g++.dg/template/void3.C: New test.
720 * g++.dg/template/void4.C: New test.
723 * g++.dg/template/void5.C: New test.
725 2006-08-07 Danny Smith <dannysmith@users.sourceforge.net>
727 * g++.dg/ext/visibility/class1.C (dg-require-visibility): Move
730 2006-08-07 Victor Kaplansky <victork@il.ibm.com>
732 PR tree-optimizations/26969
733 * gcc.dg/vect/vect.exp: Compile tests prefixed with
734 "unswitch-loops" with -funswitch-loops.
735 * gcc.dg/vect/unswitch-loops-pr26969.c: New test.
737 2006-08-07 Eric Botcazou <ebotcazou@libertysurf.fr>
739 * gcc.dg/sparc-getcontext-1.c: Fix typo.
740 * g++.dg/eh/spbp.C: Skip on Solaris 2.5.1 and 2.6 too.
741 * g++.dg/other/unused1.C: Likewise. Also match "asci?z".
742 * objc.dg/dwarf-1.m: Likewise.
743 * objc.dg/dwarf-2.m: Likewise.
744 * obj-c++.dg/dwarf-2.mm: Likewise.
746 2006-08-06 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
748 * objc.dg/dwarf-1.m: Skip on 32-bit hppa hpux.
749 * objc.dg/dwarf-2.m: Likewise.
750 * obj-c++.dg/dwarf-2.mm: Likewise.
753 * gfortran.dg/direct_io_6.f90: Skip on hppa*-*-hpux*.
756 * g++.dg/other/unused1.C: Skip on hppa*-*-hpux* if not hppa*64*-*-*.
759 * g++.dg/eh/spbp.C: Skip on hppa*-*-hpux* if not hppa*64*-*-*.
761 2006-08-06 Paolo Bonzini <bonzini@gnu.org>
764 * gcc.target/i386/pr27827.c: New testcase.
766 2006-08-06 Paul Thomas <pault@gcc.gnu.org>
769 * gfortran.dg/sequence_types_1.f90: New test.
771 2006-08-05 Steven G. Kargl <kargls@comcast.nt>
774 * gfortran.dg/elemental_optional_args_1.f90: dg-error becomes
775 dg-warning. Add -pedantic option.
777 2006-08-05 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
780 * gcc.dg/proto-1.c: New test.
783 * gcc.dg/lvalue-4.c: New test.
786 * gcc.dg/init-bad-5.c: New test.
788 2006-08-03 Lee Millward <lee.millward@codesourcery.com>
791 * g++.dg/ext/typedef-init.C: Add new test for typedef
792 initialization inside templates. Adjust existing error markers.
794 2006-08-03 Mark Mitchell <mark@codesourcery.com>
797 * g++.dg/init/ptrmem3.C: New test.
799 2006-08-03 Dorit Nuzman <dorit@il.ibm.com>
801 PR tree-optimization/27770
802 * lib/target-support.exp: New target keyword "section_anchors".
803 * gcc.dg/vect/vect.exp: Add -fsection-anchors to compilation of some
805 * gcc.dg/vect/section-anchors-pr27770.c: New test.
806 * gcc.dg/vect/vect-69.c: Removed. Replaced by:
807 * gcc.dg/vect/section-anchors-vect-69.c: New test.
808 * gcc.dg/vect/no-section-anchors-vect-69.c: New test.
810 2006-08-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
812 * gcc.dg/20060801-1.c: Add missing '}'.
814 2006-08-03 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
817 * g++.dg/parse/dtor9.C: New test.
818 * g++.dg/parse/dtor10.C: New test.
819 * g++.dg/other/error7.C: Adjust error-marker.
822 * g++.dg/other/default5.C: New test.
824 2006-08-02 Richard Guenther <rguenther@suse.de>
826 * g++.dg/tree-ssa/copyprop-1.C: XFAIL.
828 2006-08-02 Mark Mitchell <mark@codesourcery.com>
831 * g++.dg/template/conv9.C: New test.
833 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
836 * gcc.dg/debug/dwarf2/dwarf-merge.c: New test.
837 * lib/target-supports.exp (get_compiler_messages): Add WANT_OUTPUT.
838 Optionally return assembly text. Update callers.
839 (check_no_compiler_messages): Update verbose messages.
840 (check_no_messages_and_pattern): New.
841 (check_effective_target_string_merging): New.
843 2006-08-01 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
846 * g++.dg/eh/catch4.C: New test.
849 * g++.dg/other/qual1.C: New test.
852 * g++.dg/inherit/error2.C: New test.
855 * g++.dg/other/new1.C: New test.
857 * g++.dg/warn/pr23075.C: Remove obsolete test.
858 * g++.old-deja/g++.brendan/crash52.C: Remove dg-warning marker.
859 * g++.old-deja/g++.jason/report.C: Remove dg-warning marker.
861 2006-07-31 Mark Mitchell <mark@codesourcery.com>
864 * g++.dg/eh/cast1.C: New test.
866 2006-08-01 Thomas Koenig <Thomas.Koenig@online.de>
869 * gfortran.dg/random_3.f90: New test.
871 2006-08-01 Steve Ellcey <sje@cup.hp.com>
874 * g++.dg/other/pr28304.C: Change expected error message.
875 * g++.dg/other/pr28432.C: New test.
877 2006-08-01 Steve Ellcey <sje@cup.hp.com>
880 * g++.dg/init/brace2.C: Change expected error message, add empty init.
882 2006-08-01 Daniel Jacobowitz <dan@codesourcery.com>
885 * lib/gcc-dg.exp (gcc-dg-debug-runtest): Suppress new tests
887 * gcc.dg/debug/enum-1.c, g++.dg/debug/enum-1.C,
888 g++.dg/debug/enum-2.C: New.
890 2006-07-31 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
893 * g++.dg/parse/long1.C: Add more tests.
895 2006-07-30 Francois-Xavier Coudert <coudert@clipper.ens.fr>
897 * gfortran.dg/lrshift_1.c: New file.
899 2006-07-30 Jerry DeLisle <jvdelisle@gcc.gnu.org>
902 * gfortran.dg/no_unit_error_1.f90: New test.
904 2006-07-30 Jerry DeLisle <jvdelisle@gcc.gnu.org>
907 * gfortran.dg/no_unit_error_1.f90: Delete test.
908 * gfortran.dg/no_unit_error_2.f90: Delete test.
910 2006-07-30 Francois-Xavier Coudert <coudert@clipper.ens.fr>
912 * gfortran.dg/chmod_3.f90: New test.
913 * gfortran.dg/ltime_gmtime_1.f90: New test.
914 * gfortran.dg/ltime_gmtime_2.f90: New test.
915 * gfortran.dg/lrshift_1.f90: New test.
916 * gfortran.dg/chmod_1.f90: New test.
917 * gfortran.dg/chmod_2.f90: New test.
919 2006-07-28 Lee Millward <lee.millward@codesourcery.com>
922 * g++.dg/template/crash55.C: New test.
925 * g++.dg/template/nontype16.C: New test.
927 * g++.dg/template/void2.C: Adjust error markers.
928 * g++.dg/template/nontype5.C: Adjust error markers.
930 2006-07-27 Arjan van de Ven <arjan@linux.intel.com>
932 * gcc.target/i386/stack-prot-kernel.c: New test.
934 2006-07-27 Roger Sayle <roger@eyesopen.com>
936 * gcc.dg/builtins-55.c: New test case.
938 2006-07-26 Zdenek Dvorak <dvorakz@suse.cz>
940 PR rtl-optimization/27907
941 * gcc.c-torture/compile/pr27907.c: New test.
943 2006-07-26 Francois-Xavier Coudert <coudert@clipper.ens.fr>
945 * gfortran.dg/mclock.f90: New test.
946 * gfortran.dg/int_conv_1.f90: New test.
947 * gfortran.dg/stat_1.f90: New test.
948 * gfortran.dg/stat_2.f90: New test.
950 2006-07-25 Jerry DeLisle <jvdelisle@gcc.gnu.org>
953 * gfortran.dg/no_unit_error_1.f90: New test.
954 * gfortran.dg/no_unit_error_2.f90: New test.
955 * gfortran.dg/temporary_1.f90: Remove extraneous CLOSE.
957 2006-07-25 Roger Sayle <roger@eyesopen.com>
960 * gcc.dg/fold-convround-1.c: New test case.
962 2006-07-24 Steven G. Kargl <kargls@comcast.net>
964 * gfortran.dg/arithmetic_if.f90: Fix comments.
966 2006-07-24 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
969 * g++.dg/other/typedef1.C: New test.
970 * g++.dg/template/typedef4.C: New test.
971 * g++.dg/template/typedef5.C: New test.
973 2006-07-24 Erik Edelmann <eedelman@gcc.gnu.org>
976 * gfortran.dg/allocatable_dummy_3.f90: New.
978 2006-07-24 Steven G. Kargl <kargls@comcast.net>
981 * gfortran.dg/arithmetic_if.f90: New test.
983 2006-07-24 Uros Bizjak <uros@kss-loka.si>
985 * gcc.dg/visibility-11.c: Enlarge test array to 1024 bytes to
986 avoid memcpy optimization.
988 2006-07-24 Jerry DeLisle <jvdelisle@gcc.gnu.org>
991 * gfortran.dg/direct_io_6.f90: New test.
993 2006-07-24 Jan Hubicka <jh@suse.cz>
997 * gcc.dg/pr25795.c: New test.
998 * gcc.dg/pr25795-1.c: New test.
1000 2006-07-23 Roger Sayle <roger@eyesopen.com>
1002 * gcc.dg/fold-cond-1.c: Increase test case portability by checking
1003 that "g ? 1 : h" doesn't match, instead of checking for "(g | h) != 0"
1004 which may be transformed to "g || h" on some platforms.
1006 2006-07-23 Mark Mitchell <mark@codesourcery.com>
1009 * g++.dg/template/friend45.C: New test.
1011 2006-07-21 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1013 PR libgfortran/28339
1014 * gfortran.dg/arrayio_8.f90: New test.
1016 2006-07-21 Mike Stump <mrs@apple.com>
1018 * g++.dg/ext/visibility/fvisibility-inlines-hidden-3.C: New test.
1020 * gcc.c-torture/unsorted/dump-noaddr.x: Fix test case name.
1022 2006-07-21 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1025 * g++.dg/eh/catch3.C: New test.
1028 * g++.dg/template/defarg10.C: New test.
1030 2006-07-20 Paul Brook <paul@codesourcery.com>
1033 * gcc.dg/pr27363.c: New test.
1035 2006-07-19 Mark Mitchell <mark@codesourcery.com>
1038 * g++.dg/init/ref13.C: New test.
1040 2006-07-19 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1043 * obj-c++.dg/proto-error-1.mm: New test.
1045 2006-07-18 Mark Mitchell <mark@codesourcery.com>
1048 * g++.dg/template/string1.C: New test.
1050 2006-07-18 Mark Mitchell <mark@codesourcery.com>
1053 * g++.dg/template/defarg9.C: New test.
1056 * g++.dg/template/static27.C: New test.
1058 2006-07-18 Diego Novillo <dnovillo@redhat.com>
1061 * gcc.dg/tree-ssa/pr28410.c: New test.
1063 2006-07-18 Lee Millward <lee.millward@gmail.com>
1066 * g++/dg/other/error13.C: New test.
1069 * g++.dg/template/friend44.C: New test.
1071 2006-07-18 Steve Ellcey <sje@cup.hp.com>
1074 * g++.dg/other/pr27495.C: New.
1076 2006-07-18 Olivier Hainque <hainque@adacore.com>
1078 * gnat.dg/outer_agg_bitfield_constructor.adb: New test.
1079 * gnat.dg/nested_agg_bitfield_constructor.adb: New test.
1081 2006-07-18 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1084 * gcc.dg/pragma-pack-4.c: New test.
1086 2006-07-17 Steve Ellcey <sje@cup.hp.com>
1089 * g++.dg/ext/pr28291.C: New test.
1091 2006-07-17 Richard Sandiford <richard@codesourcery.com>
1094 * gcc.c-torture/execute/pr28403.c: New test.
1096 2006-07-17 Richard Sandiford <richard@codesourcery.com>
1099 * gcc.dg/pr28402.c: New test.
1101 2006-07-17 Steve Ellcey <sje@cup.hp.com>
1104 * g++.dg/other/pr28304.C: New test.
1106 2006-07-17 J"orn Rennecke <joern.rennecke@st.com>
1109 gcc.c-torture/unsorted/dump-noaddr.c: New test.
1110 gcc.c-torture/unsorted/dump-noaddr.x: New driver.
1112 2006-07-17 Richard Guenther <rguenther@suse.de>
1114 PR tree-optimization/28238
1115 * g++.dg/tree-ssa/pr28238.C: New testcase.
1117 2006-07-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1120 * g++.dg/eh/catch1.C: New test.
1121 * g++.dg/eh/catch2.C: New test.
1123 2006-07-16 Jakub Jelinek <jakub@redhat.com>
1126 * g++.dg/template/anon3.C: New test.
1128 2006-07-16 Paul Thomas <pault@gcc.gnu.org>
1131 * gfortran.dg/io_constaints_2.f90: Add the test for ADVANCE
1132 specifiers requiring an explicit format tag..
1135 * gfortran.dg/generic_5: New test.
1138 * gfortran.dg/elemental_optional_args_1.f90: New test.
1140 2006-07-16 Olivier Hainque <hainque@adacore.com>
1142 * gnat.dg/assert.ads: New file.
1143 * gnat.dg/controlled_record.ads: Likewise.
1144 * gnat.dg/controlled_record.adb: Likewise.
1146 2006-07-15 Lee Millward <lee.millward@gmail.com>
1149 * g++.dg/other/error12.C: New test.
1152 * g++.dg/template/crash54.C: New test.
1154 2006-07-15 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1157 * g++.dg/parse/catch1.C: New test.
1160 * g++.dg/ext/offsetof1.C: Add test with function pointer arithmetic.
1163 * g++.dg/ext/attrib24.C: New test.
1165 2006-07-14 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1168 * g++.dg/ext/asmspec1.C: New test.
1170 2006-07-13 Janis Johnson <janis187@us.ibm.com>
1172 * lib/gcc-dg.exp (tool_load): Wrapper to support shouldfail tests.
1173 (dg-test): Support shouldfail tests.
1174 * lib/target-supports-dg.exp (dg-shouldfail): New.
1175 * gcc.test-framework/test-framework.awk: Handle shouldfail tests.
1176 * gcc.test-framework/dg-do-run-sf-exp-F.c: New test.
1177 * gcc.test-framework/dg-do-run-sf-exp-P.c: New test.
1178 * gcc.test-framework/dg-do-run-sft-exp-F.c: New test.
1179 * gcc.test-framework/dg-do-run-sft-exp-P.c: New test.
1180 * gcc.test-framework/dg-dox-run-sf-exp-XF.c: New test.
1181 * gcc.test-framework/dg-dox-run-sf-exp-XP.c: New test.
1183 2006-07-13 Jan Hubicka <jh@suse.cz>
1185 * gcc.target/i386/memcpy-1.c: New.
1187 2006-07-12 Geoffrey Keating <geoffk@apple.com>
1189 * g++.dg/ext/visibility/fvisibility-inlines-hidden-2.C: New.
1191 2006-07-13 Paul Thomas <pault@gcc.gnu.org>
1194 * gfortran.dg/present_1.f90: New test.
1197 * gfortran.dg/interface_derived_type_1.f90: New test.
1199 2006-07-11 Feng Wang <fengwang@nudt.edu.cn>
1202 * gfortran.dg/hollerith4.f90: Test hollerith constants used in I/O
1205 2006-07-07 Lee Millward <lee.millward@gmail.com>
1208 * g++.dg/other/label1.C: New test.
1210 2006-07-07 Richard Guenther <rguenther@suse.de>
1213 * gcc.dg/torture/pr28268.c: New testcase.
1215 2006-07-07 Steve Ellcey <sje@cup.hp.com>
1218 * g++.dg/ext/pr27019.C: New.
1220 2006-07-07 Richard Guenther <rguenther@suse.de>
1222 PR tree-optimization/28187
1223 * gcc.dg/pr28187.c: New testcase.
1225 2006-07-07 Eric Botcazou <ebotcazou@adacore.com>
1227 * gnat.dg/address_conversion.adb: New test.
1228 * gnat.dg/boolean_subtype.adb: Likewise.
1229 * gnat.dg/frame_overflow.adb: Likewise.
1230 * gnat.dg/pointer_array.adb: Likewise.
1231 * gnat.dg/pointer_conversion.adb: Likewise.
1233 2006-07-07 Paul Thomas <pault@gcc.gnu.org>
1237 * gfortran.dg/print_fmt_5.f90: New test.
1239 2006-07-06 Francois-Xavier Coudert <coudert@clipper.ens.fr>
1242 * gfortran.dg/bounds_check_4.f90: New test.
1244 2006-07-05 Richard Guenther <rguenther@suse.de>
1247 * gfortran.dg/pr28158.f90: New testcase.
1249 2006-07-05 Richard Guenther <rguenther@suse.de>
1251 PR tree-optimization/28162
1252 * gcc.dg/pr28162.c: New testcase.
1254 2006-07-05 Richard Guenther <rguenther@suse.de>
1255 Andrew Pinski <pinskia@gcc.gnu.org>
1258 * g++.dg/tree-ssa/copyprop-1.C: New testcase.
1260 2006-07-04 Paul Thomas <pault@gcc.gnu.org>
1263 * gfortran.dg/actual_array_substr_2.f90: New test.
1266 * gfortran.dg/actual_array_constructor_2.f90: New test.
1268 2006-07-04 Francois-Xavier Coudert <coudert@clipper.ens.fr>
1270 * gfortran.dg/itime_idate_1.f: New test.
1271 * gfortran.dg/itime_idate_2.f: New test.
1273 2006-07-03 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1275 PR libgfortran/27704
1276 * gfortran.dg/open_status_3.f90: New test.
1277 * gfortran.dg/fmt_l.f90: Update for new feature.
1279 2006-07-03 Asher Langton <langton2@llnl.gov>
1281 * gfortran.dg/oldstyle_2.f90: New.
1283 2006-07-03 Eric Botcazou <ebotcazou@adacore.com>
1285 * gnat.dg/string_slice.adb: New test.
1287 2006-07-01 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
1290 * gfortran.dg/semicolon_fixed.c: New.
1291 * gfortran.dg/semicolon_free.c: New.
1293 2006-06-30 Mike Stump <mrs@apple.com>
1295 * g++.dg/ext/visibility/fvisibility-override2.C: Fix for systems
1296 that don't support internal visibility.
1298 2006-06-30 Andrew Pinski <pinskia@gmail.com>
1300 * gcc.dg/tree-ssa/inline-1.c: Fix up scan-tree-dump-times
1301 for '(' / ')' needing an extra '\'.
1303 2006-06-29 Roger Sayle <roger@eyesopen.com>
1306 * gcc.dg/pr27428-1.c: New test case.
1308 2006-06-29 Mike Stump <mrs@apple.com>
1310 * gcc.dg/compat/struct-layout-1_generate.c: Don't use common
1311 on darwin as we can't align commons large enough yet.
1313 * gcc.dg/vla-8.c: Add additional testcases.
1315 2006-06-26 Steve Ellcey <sje@cup.hp.com>
1318 * g++.dg/other/pr28114.C: New.
1320 2006-06-25 Eric Botcazou <ebotcazou@adacore.com>
1322 * gcc.c-torture/compile/20060625-1.c: New test.
1324 2006-06-25 Paul Thomas <pault@gcc.gnu.org>
1327 * gfortran.dg/stfunc_3.f90: New test.
1330 * gfortran.dg/impure_actual_1.f90: New test.
1333 * gfortran.dg/elemental_result_1.f90: New test.
1336 * gfortran.dg/select_7.f90: New test.
1339 * intrinsic_actual_1.f: New test.
1343 * gfortran.dg/forall_4.f90: New test.
1346 * gfortran.dg/forall_5.f90: New test.
1348 2006-06-25 Lee Millward <lee.millward@gmail.com>
1351 * g++.dg/template/using13.C: New test.
1354 * g++.dg/other/incomplete3.C: New test.
1356 2006-06-24 Francois-Xavier Coudert <coudert@clipper.ens.fr>
1359 * gfortran.dg/substr_3.f: New test.
1360 * gfortran.dg/equiv_2.f90: Update expected error message.
1362 2006-06-24 Paul Thomas <pault@gcc.gnu.org>
1365 * gfortran.dg/actual_array_substr_1.f90: New test.
1367 2006-06-24 Olivier Hainque <hainque@adacore.com>
1369 * gnat.dg/scalar_mode_agg_compare_loop.adb: New test.
1370 * gnat.dg/scalar_mode_agg_compare.adb: New test.
1372 2006-06-23 Janis Johnson <janis187@us.ibm.com>
1374 * gcc.dg/dfp/usual-arith-conv-bad.c: New test.
1376 2006-06-23 Steven G. Kargl <kargls@comcast.net>
1379 * gfortran.dg/simpleif_2.f90: New test.
1381 2006-06-23 Lee Millward <lee.millward@gmail.com>
1383 * g++.dg/template/error22.C: Fix typo.
1385 2006-06-23 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1388 * g++.dg/ext/attrib23.C: New test.
1390 2006-06-23 Olivier Hainque <hainque@adacore.com>
1392 * gnat.dg/varsize_temp.adb: New test.
1394 2006-06-23 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1397 * g++.dg/other/java2.C: New test.
1399 2006-06-23 Danny Smith <dannysmith@users.sourceforge.net>
1402 * g++.dg/ext/dllimport4.C. Add more tests for invalid
1405 2006-06-22 Roger Sayle <roger@eyesopen.com>
1408 * gcc.dg/pr27531-1.c: New test case.
1410 2006-06-22 Asher Langton <langton2@llnl.gov>
1413 * gfortran.dg/implicit_8.f90: New.
1415 2006-06-22 Zdenek Dvorak <dvorakz@suse.cz>
1417 PR rtl-optimization/28121
1418 * gcc.dg/pr28121.c: New test.
1420 2006-06-22 Lee Millward <lee.millward@gmail.com>
1423 * g++.dg/parse/ptrmem6.C: New test.
1426 * g++.dg/template/error22.C: New test.
1428 2006-06-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1431 * g++.dg/template/friend43.C: New test.
1434 * g++.dg/template/crash53.C: New test.
1437 * g++.dg/rtti/incomplete1.C: New test.
1439 2006-06-21 Eric Botcazou <ebotcazou@adacore.com>
1441 * gnat.dg/loop_unchecked_conversion.ad[bs]: New test.
1443 2006-06-21 Joseph Myers <joseph@codesourcery.com>
1445 * gcc.c-torture/execute/complex-7.c: New.
1447 2006-06-21 Jakub Jelinek <jakub@redhat.com>
1449 * gcc.dg/merge-all-constants-1.c: New test.
1451 2006-06-20 Janis Johnson <janis187@us.ibm.com>
1454 * g++.dg/ext/altivec-3.C: Remove cast from vector initializers.
1456 2006-06-20 Steven G. Kargl <kargls@comcast.net>
1458 * gfortran.dg/rrspacing_1.f90: New test.
1460 2006-06-20 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1463 * g++.dg/other/bitfield2.C: New test.
1465 2006-06-20 Zdenek Dvorak <dvorakz@suse.cz>
1467 PR tree-optimization/27331
1468 * gcc.dg/pr27331.c: New test.
1470 2006-06-20 James A. Morrison <phython@gcc.gnu.org>
1471 Eric Botcazou <ebotcazou@adacore.com>
1474 * lib/gnat.exp: New file.
1475 * lib/gnat-dg.exp: Likewise.
1476 * gnat.dg: New directory.
1477 * gnat.dg/dg.exp: New driver.
1478 * gnat.dg/specs: New directory.
1479 * gnat.dg/specs/specs.exp: New driver.
1480 * gnat.dg/style: New directory.
1481 * gnat.dg/style/style.exp: New driver.
1483 2006-06-20 Paul Thomas <pault@gcc.gnu.org>
1486 * gfortran.dg/array_initializer_1.f90: New test.
1489 * gfortran.dg/matmul_3.f90: New test.
1491 2006-06-19 Andrew Pinski <pinskia@gmail.com>
1494 * gcc.dg/tree-ssa/inline-1.c: New test.
1496 2006-06-19 Anatoly Sokolov <aesok@post.ru>
1498 * gcc.dg/pr18241-1.c: Use __SIZE_TYPE__ instead of unsigned long
1499 in malloc prototype; remove XFAIL.
1500 * gcc.dg/pr18241-2.c: Ditto.
1501 * gcc.dg/20050321-1.c: Use __SIZE_TYPE__ instead of unsigned long
1502 in memset prototype; remove XFAIL.
1503 * gcc.dg/tree-ssa/pr23382.c: Ditto.
1505 2006-06-19 Joseph S. Myers <joseph@codesourcery.com>
1507 * gcc.dg/vla-8.c: Add.
1509 2006-06-19 Richard Guenther <rguenther@suse.de>
1511 PR tree-optimization/27090
1512 * g++.dg/tree-ssa/pr27090.C: New testcase.
1514 2006-06-19 Roger Sayle <roger@eyesopen.com>
1517 * gcc.dg/pr27861-1.c: New test case.
1519 2006-06-19 Richard Guenther <rguenther@suse.de>
1522 * gcc.dg/torture/pr28045.c: New testcase.
1524 2006-06-18 Francois-Xavier Coudert <coudert@clipper.ens.fr>
1527 * gfortran.dg/associated_4.f90: New test.
1529 2006-06-18 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1533 * gfortran.dg/real_const_3.f90: New test.
1535 2006-06-16 Mark Mitchell <mark@codesourcery.com>
1538 * g++.dg/template/static26.C: New test.
1541 * g++.dg/expr/bitfield2.C: New test.
1544 * g++.dg/parse/linkage2.C: New test.
1546 2006-06-16 Richard Guenther <rguenther@suse.de>
1549 * gcc.dg/pr15785-1.c: Revert last change.
1550 * gcc.dg/torture/pr27116-2.c: New testcase.
1552 2006-06-16 Roger Sayle <roger@eyesopen.com>
1555 * gcc.dg/pr27802-1.c: New test case.
1557 2006-06-15 Mark Mitchell <mark@codesourcery.com>
1560 * g++.dg/template/ttp18.C: New test.
1561 * g++.dg/template/ttp19.C: Likewise.
1564 * g++.dg/expr/cond9.C: New test.
1567 * g++.dg/template/ctor7.C: New test.
1569 2006-06-15 Janis Johnson <janis187@us.ibm.com>
1571 * gcc.dg/vmx/pr27842.c: Remove dg-do directive; use default.
1573 2006-06-16 Richard Guenther <rguenther@suse.de>
1575 PR tree-optimization/27781
1576 * gcc.dg/tree-ssa/pr27781.c: New testcase.
1578 2006-06-15 Thomas Koenig <Thomas.Koenig@online.de>
1580 * gfortran.dg/allocate_zerosize_2.f90: New test case.
1582 2006-06-15 Zdenek Dvorak <dvorakz@suse.cz>
1584 * gcc.dg/tree-ssa/loop-18.c: New test.
1586 2006-06-14 Mark Mitchell <mark@codesourcery.com>
1589 * g++.dg/template/crash52.C: New test.
1592 * g++.dg/ext/attrib22.C: New test.
1595 * g++.dg/template/builtin1.C: New test.
1596 * g++.dg/gomp/tpl-atomic-2.C: Remove XFAIL.
1599 * g++.old-deja/g++.benjamin/14664-2.C: Expect error for array
1601 * g++.old-deja/g++.pt/crash51.C: Likewise.
1604 * g++.dg/lookup/linkage1.C: New test.
1605 * g++.dg/lookup/linkage2.C: Likewise.
1607 2006-06-14 Andreas Krebbel <krebbel1@de.ibm.com>
1610 * gcc.dg/pr27959.c: New testcase.
1612 2006-06-13 J"orn Rennecke <joern.rennecke@st.com>
1615 * g++.dg/eh/div.C: New test.
1617 2006-06-13 Jakub Jelinek <jakub@redhat.com>
1620 * g++.dg/tree-ssa/pr26757.C: New test.
1621 * g++.dg/tree-ssa/pr27894.C: New test.
1623 2006-06-13 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
1625 * gcc.c-torture/compile/20060609-1.c: New test.
1628 * gcc.c-torture/compile/pr27863.c: New test.
1630 2006-06-13 Richard Guenther <rguenther@suse.de>
1632 PR tree-optimization/27830
1633 * g++.dg/tree-ssa/pr27830.C: New testcase.
1635 2006-06-13 Matthew Sachs <msachs@apple.com>
1637 * lib/target-supports-dg.exp (check-flags): Include TOOL_OPTIONS in
1638 the list of compiler flags; this causes those flags to be checked
1639 for things like dg-skip-if.
1641 2006-06-12 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1644 * g++.dg/ext/offsetof1.C: Add test for pseudo-destructors.
1646 2006-06-12 Mark Mitchell <mark@codesourcery.com>
1647 Kazu Hirata <kazu@codesourcery.com>
1649 * g++.dg/parse/ctor6.C, g++.dg/parse/defarg11.C,
1650 g++.dg/template/friend42.C, g++.dg/template/spec30.C: New.
1652 2006-06-12 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1655 * g++.dg/lookup/using15.C: New test.
1658 * g++.dg/other/anon4.C: New test.
1660 2006-06-12 Roger Sayle <roger@eyesopen.com>
1663 * g++.dg/init/complex1.C: New test case.
1665 2006-06-11 Eric Christopher <echristo@apple.com>
1668 * gcc.dg/bf-ms-layout.c: Run on darwin.
1669 * gcc.dg/bf-no-ms-layout: Ditto.
1670 * gcc.dg/attr-ms_struct-2.c: New.
1671 * gcc.dg/bf-ms-layout-2.c: Ditto.
1673 2006-06-11 Kaz Kojima <kkojima@gcc.gnu.org>
1675 * gcc.dg/attr-ms_struct-packed1.c: New.
1677 2006-06-09 Mike Stump <mrs@apple.com>
1679 * gcc.dg/vla-7.c: Add.
1681 2006-06-10 Paul Thomas <pault@gcc.gnu.org>
1684 * gfortran.dg/entry_6.f90: New test.
1688 * gfortran.dg/entry_7.f90: New test.
1690 2006-06-09 Jakub Jelinek <jakub@redhat.com>
1693 * gcc.dg/cpp/_Pragma6.c: New test.
1696 * g++.dg/cpp/_Pragma1.C: New test.
1698 PR preprocessor/27746
1699 * gcc.dg/gomp/macro-3.c: New test.
1700 * gcc.dg/gomp/macro-4.c: New test.
1701 * g++.dg/gomp/macro-3.C: New test.
1702 * g++.dg/gomp/macro-4.C: New test.
1704 2006-06-09 Richard Guenther <rguenther@suse.de>
1706 PR tree-optimization/26998
1707 * gcc.dg/torture/pr26998.c: New testcase.
1708 * gcc.dg/tree-ssa/vrp29.c: New testcase.
1710 2006-06-08 Mike Stump <mrs@apple.com>
1712 * gcc.dg/pr27095.c: Account for stubs.
1715 * gcc.dg/pr26427.c: Test to ensure that -fsection-anchors doesn't
1716 produce bad code on darwin.
1718 2006-06-08 Francois-Xavier Coudert <coudert@clipper.ens.fr>
1721 * gcc/testsuite/gfortran.dg/substr_2.f: New test.
1723 2006-06-08 Asher Langton <langton2@llnl.gov>
1726 * cray_pointers_2.f90: Add -fbounds-check compile flag.
1728 2006-06-08 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1731 * gcc.dg/union-3.c: New test.
1733 2006-06-08 Richard Guenther <rguenther@suse.de>
1736 * gcc.dg/torture/pr27116.c: New testcase.
1737 * gcc.dg/pr15785-1.c: Remove test for invalid transformation.
1739 2006-06-07 Zdenek Dvorak <dvorakz@suse.cz>
1741 PR rtl-optimization/26449
1742 * gcc.dg/pr26449.c: New test.
1744 2006-06-07 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1747 * g++.dg/ext/offsetof1.C: Test member functions.
1749 2006-06-07 Steve Ellcey <sje@cup.hp.com>
1751 * gcc.dg/pr27095.c: Improve scanning.
1753 2006-06-07 Paul Thomas <pault@gcc.gnu.org>
1756 * gfortran.dg/saved_automatic_1.f90: New test.
1759 * gfortran.dg/array_simplify_1.f90: New test.
1762 * gfortran.dg/entry_dummy_ref_1.f90: New test.
1765 * gfortran.dg/entry_dummy_ref_2.f90: New test.
1767 2006-06-06 Mark Mitchell <mark@codesourcery.com>
1770 * g++.dg/expr/cast7.C: New test.
1772 2006-06-06 Janis Johnson <janis187@us.ibm.com>
1774 * lib/gcc-dg.exp (gcc-dg-test-1): Detect and report ICE.
1775 * lib/gcc-defs.exp (tool_check_compile): Ditto.
1776 * lib/fortran-torture.exp (fortran-torture-compile,
1777 fortran-torture-execute): Ditto.
1779 2006-06-06 Ulrich Weigand <uweigand@de.ibm.com>
1782 * gcc.dg/vmx/pr27842.c: New test.
1784 2006-06-05 Francois-Xavier Coudert <coudert@clipper.ens.fr>
1787 * gfortran.dg/bounds_check_3.f90: New test.
1789 2006-06-05 Mike Stump <mrs@apple.com>
1791 * objc.dg/objc-fast-4.m: Skip for ppc64.
1793 2006-06-05 Steve Ellcey <sje@cup.hp.com>
1796 * gcc.dg/sibcall-7.c: Do not run on ia64-*-* platforms.
1798 2006-06-05 Dorit Nuzman <dorit@il.ibm.com>
1799 Victor Kaplansky <victork@il.ibm.com>
1801 PR tree-optimizations/26360
1802 * gcc.dg/vect/vect.exp: Compile tests prefixed with "no-tree-dce"
1804 * gcc.dg/vect/no-tree-dce-pr26360.c: New test.
1806 2006-06-05 Paul Thomas <pault@gcc.gnu.org>
1809 * gfortran.dg/data_char_1.f90: Add messages for truncated
1813 * gfortran.dg/func_decl_2.f90: New test.
1816 * gfortran.dg/do_2.f90: New test.
1819 * gfortran.dg/associated_3.f90: New test.
1821 2006-06-04 Mark Mitchell <mark@codesourcery.com>
1824 * g++.dg/template/static25.C: New test.
1827 * g++.dg/init/array21.C: New test.
1830 * g++.dg/ext/complit7.C: New test.
1833 * g++.dg/parse/ptrmem5.C: New test.
1835 2006-06-04 Roger Sayle <roger@eyesopen.com>
1836 Andrew Pinski <pinskia@physics.uc.edu>
1840 * gcc.dg/pr27150-1.c: New testcase.
1841 * gcc.dg/pr27382-1.c: New testcase.
1842 * gcc.dg/pr27382-2.c: New testcase.
1844 2006-06-05 Joseph S. Myers <joseph@codesourcery.com>
1848 * gcc.dg/array-10.c: New test.
1850 2006-06-05 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1853 * g++.dg/init/const4.C: New test.
1854 * g++.dg/init/member1.C: Add error-marker.
1855 * g++.dg/other/fold1.C: Adjust error-marker.
1857 2006-06-04 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1860 * g++.dg/ext/offsetof1.C: New test.
1862 2006-06-04 Eric Christopher <echristo@apple.com>
1864 * gcc.dg/attr-ms_struct-1.c: New.
1866 2006-06-04 Mark Shinwell <shinwell@codesourcery.com>
1868 * gcc.c-torture/compile/builtin_constant_p.c: New test.
1870 2006-06-04 Richard Guenther <rguenther@suse.de>
1872 PR tree-optimization/27039
1873 * gcc.dg/tree-ssa/loop-17.c: New testcase.
1875 2006-06-03 Roger Sayle <roger@eyesopen.com>
1878 * gcc.target/i386/amd64-abi-2.c: New test case.
1880 2006-06-02 Eric Christopher <echristo@apple.com>
1882 * gcc.c-torture/compile/20000804-1.c: Skip if i?86-darwin.
1883 * gcc.target/i386/20020523-1.c: Skip if darwin.
1884 * gcc.target/i386/asm-3.c: Ditto.
1885 * gcc.target/i386/20011119-1.c: Ditto.
1886 * gcc.target/i386/clobbers.c: Remove pic part of test.
1888 2006-06-02 Steve Ellcey <sje@cup.hp.com>
1890 * g++.old-deja/g++.other/init5.C: XFAIL if cxa-atexit is false.
1891 * g++.old-deja/g++.other/init19.C: Ditto.
1892 * g++.old-deja/g++.other/init18.C: Ditto, plus change _Exit to _exit
1893 and add other platforms as expected failures.
1895 2006-06-01 Steve Ellcey <sje@cup.hp.com>
1897 * lib/target-supports.exp (is-effective-target): Add cxa_atexit.
1898 (is-effective-target-keyword): Ditto.
1900 2006-06-01 Thomas Koenig <Thomas.Koenig@online.de>
1903 * gfortran.dg/extended_char_comparison_1.f: New test.
1905 2006-06-01 Paul Thomas <pault@gcc.gnu.org>
1908 * gfortran.dg/dummy_procedure_1.f90: New test.
1911 * gfortran.dg/dummy_procedure_2.f90: New test.
1913 * gfortran.dg/associated_2.f90: Correct to make consistent with
1916 2006-05-31 Roger Sayle <roger@eyesopen.com>
1918 * gcc.target/i386/387-11.c: New test case.
1920 2006-05-31 Mark Mitchell <mark@codesourcery.com>
1923 * g++.dg/template/cond6.C: New test.
1926 * g++.dg/template/crash51.C: New test.
1927 * g++.old-deja/g++.mike/net36.C: Tweak error markers.
1930 * g++.dg/init/array20.C: New test.
1932 2006-05-31 Roger Sayle <roger@eyesopen.com>
1934 * gcc.dg/builtins-54.c: New test case.
1936 2006-05-30 Mark Mitchell <mark@codesourcery.com>
1939 * g++.dg/template/fntry1.C: Add dg-do link.
1942 * g++.dg/parse/friend6.C: New test.
1944 2006-05-30 Asher Langton <langton2@llnl.gov>
1946 * gfortran.dg/cray_pointers_7.f90: New test.
1948 2006-05-30 Roger Sayle <roger@eyesopen.com>
1950 PR tree-optimization/23452
1951 * gcc.dg/fold-mulconj-1.c: New test case.
1953 2006-05-30 Mark Mitchell <mark@codesourcery.com>
1956 * g++.dg/parse/bitfield1.C: New test.
1958 2006-05-30 Roger Sayle <roger@eyesopen.com>
1960 * gcc.target/ppc-eq0-1.c: New test case.
1961 * gcc.target/ppc-negeq0-1.c: New test case.
1963 2006-05-30 Dirk Mueller <dmueller@suse.de>
1966 * gcc.dg/overflow-warn-5.c: New test.
1968 2006-05-30 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1971 * gcc.dg/sizeof-1.c: New test.
1973 2006-05-30 Uros Bizjak <uros@kss-loka.si>
1976 * gcc.target/i386/pr27790.c: New test.
1978 2006-05-29 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1980 PR libgfortran/27757
1981 * gfortran.dg/direct_io_5.f90: New test.
1983 2006-05-29 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1985 PR libgfortran/27634
1986 * gfortran.dg/fmt_missing_period_1.f: New test.
1987 * gfortran.dg/fmt_missing_period_2.f: New test.
1988 * gfortran.dg/fmt_missing_period_3.f: New test.
1990 2006-05-29 Francois-Xavier Coudert <coudert@clipper.ens.fr>
1993 * gfortran.dg/bounds_check_2.f: Add new check for multidimensional
1996 2006-05-29 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1999 * g++.dg/template/new6.C: New test.
2001 2006-05-29 Roger Sayle <roger@eyesopen.com>
2003 PR tree-optimization/24964
2004 * gcc.target/i386/387-10.c: New test case.
2006 2006-05-28 Thomas Koenig <Thomas.Koenig@online.de>
2008 * intrinsics/string_intrinsics.c (compare_string):
2009 Use memcmp instead of strncmp to avoid tripping over
2010 CHAR(0) in a string.
2012 2006-05-27 Richard Guenther <rguenther@suse.de>
2015 * gcc.dg/torture/pr27773.c: New testcase.
2017 2006-05-27 Dirk Mueller <dmueller@suse.de>
2019 * gcc.dg/pr24561.c: Rename to..
2020 * gcc.dg/pr25962.c: .. this.
2022 2006-05-27 Francois-Xavier Coudert <coudert@clipper.ens.fr>
2025 * gfortran.dg/bounds_check_2.f: New test.
2027 2006-05-27 Janne Blomqvist <jb@gcc.gnu.org>
2029 * gfortran.dg/hollerith_f95.f90: Add -fall-intrinsics.
2030 * gfortran.dg/byte_1.f90: Likewise.
2031 * gfortran.dg/dup_save_2.f90: Likewise.
2033 2006-05-27 Paul Thomas <pault@gcc.gnu.org>
2035 * gfortran.dg/associated_2.f90: New test.
2037 2006-05-26 Francois-Xavier Coudert <coudert@clipper.ens.fr>
2040 * gfortran.dg/bounds_check_1.f90: New test.
2042 2006-05-26 Ulrich Weigand <uweigand@de.ibm.com>
2044 PR rtl-optimization/27661
2045 * gcc.dg/pr27661.c: New test case.
2047 2006-05-26 Thomas Koenig <Thomas.Koenig@online.de>
2050 * gfortran.dg/inquire_9.f90: Fix illegal print syntax.
2051 * gfortran.dg/print_parentheses_1.f: New test.
2052 * gfortran.dg/print_parentheses_2.f90: New test.
2054 2006-05-26 Jakub Jelinek <jakub@redhat.com>
2057 * gcc.dg/pr27758.c: New test.
2059 2006-05-24 Falk Hueffner <falk@debian.org>
2061 * gcc.c-torture/compile/pr27571.c: New test.
2063 2006-05-26 Paul Thomas <pault@gcc.gnu.org>
2066 * gfortran.dg/spec_expr_4.f90: New test.
2069 * gfortran.dg/transfer_array_intrinsic_4.f90: New test.
2071 2006-05-25 Mark Mitchell <mark@codesourcery.com>
2074 * g++.dg/ext/complit6.C: New test.
2075 * g++.dg/ext/complit3.C: Adjust error markers.
2076 * g++.dg/init/const3.C: New test.
2078 2006-05-25 Richard Guenther <rguenther@suse.de>
2081 * gcc.dg/torture/pr27743.c: New testcase.
2083 2006-05-25 Eric Botcazou <ebotcazou@libertysurf.fr>
2085 * gfortran.dg/large_real_kind_form_io_2.f90: UnXFAIL on SPARC/Solaris.
2087 2006-05-25 Alan Modra <amodra@bigpond.net.au>
2089 * gcc.dg/compat/scalar-by-value-x.h: New.
2090 * gcc.dg/compat/scalar-by-value-y.h: New.
2091 * gcc.dg/compat/scalar-by-value-5.c: New.
2092 * gcc.dg/compat/scalar-by-value-5_main.c: New.
2093 * gcc.dg/compat/scalar-by-value-5_x.c: New.
2094 * gcc.dg/compat/scalar-by-value-5_y.c: New.
2095 * gcc.dg/compat/scalar-by-value-6.c: New.
2096 * gcc.dg/compat/scalar-by-value-6_main.c: New.
2097 * gcc.dg/compat/scalar-by-value-6_x.c: New.
2098 * gcc.dg/compat/scalar-by-value-6_y.c: New.
2100 2006-05-24 Zdenek Dvorak <dvorakz@suse.cz>
2102 PR tree-optimization/27639
2103 PR tree-optimization/26719
2104 * gcc.dg/pr27639.c: New test.
2105 * gcc.dg/pr26719.c: New test.
2106 * gcc.dg/tree-ssa/scev-cast.c: New test.
2108 2006-05-23 Mark Mitchell <mark@codesourcery.com>
2111 * g++.dg/template/error21.C: New test.
2113 2006-05-23 Kazu Hirata <kazu@codesourcery.com>
2116 * gcc.target/i386/pr27696.c: New.
2118 2006-05-22 Janis Johnson <janis187@us.ibm.com>
2120 * gcc.dg/vmx/pr27006.c: Remove dg-do directive; use default.
2122 * gcc.c-torture/execute/20040709-2.c: Remove temporary hack for ppc64.
2124 2006-05-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2127 * g++.dg/other/assign1.C: New test.
2129 2006-05-22 Kazu Hirata <kazu@codesourcery.com>
2132 * gcc.target/i386/pr27266.c: New.
2134 2006-05-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2137 * g++.dg/ext/asm9.C: New test.
2139 2006-05-22 Richard Sandiford <richard@codesourcery.com>
2141 PR rtl-optimization/25514
2142 * gcc.c-torture/compile/pr25514.c: New test.
2144 2006-05-22 Richard Guenther <rguenther@suse.de>
2147 2006-01-31 Richard Guenther <rguenther@suse.de>
2149 * gcc.target/i386/sselibm-1.c: New testcase.
2150 * gcc.target/i386/sselibm-2.c: Likewise.
2151 * gcc.target/i386/sselibm-3.c: Likewise.
2152 * gcc.target/i386/sselibm-4.c: Likewise.
2153 * gcc.target/i386/sselibm-5.c: Likewise.
2155 2006-05-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2158 * gcc.dg/func-args-2.c: New test.
2161 * gcc.dg/struct-incompl-1.c: New test.
2163 2006-05-22 Richard Guenther <rguenther@suse.de>
2166 * gcc.dg/tree-ssa/ssa-fre-4.c: Relax pattern for matching
2167 the transformations we test for.
2169 2006-05-22 Richard Guenther <rguenther@suse.de>
2172 * g++.dg/tree-ssa/ivopts-1.C: XFAIL for hppa*-*-*.
2174 2006-05-21 Mark Mitchell <mark@codesourcery.com>
2177 * g++.dg/warn/new1.C: New test.
2178 * g++.dg/template/new5.C: Likewise.
2180 2006-05-21 Roger Sayle <roger@eyesopen.com>
2182 * gcc.target/i386/20060512-1.c: Add -msse2 command line option.
2183 * gcc.target/i386/20060512-3.c: Likewise.
2185 2006-05-21 Kazu Hirata <kazu@codesourcery.com>
2187 PR rtl-optimization/27671
2188 * gcc.c-torture/execute/pr27671-1.c: New.
2189 * gcc.dg/pr27671-2.c: Likewise.
2191 PR tree-optimization/26622.
2192 * gcc.c-torture/compile/pr26622.c: New.
2194 2006-05-21 Paul Thomas <pault@gcc.gnu.org>
2197 * gfortran.dg/recursive_reference_1.f90: New test.
2199 2006-05-21 Paul Thomas <pault@gcc.gnu.org>
2202 * gfortran.dg/elemental_subroutine_3.f90: New test.
2205 * gfortran.dg/entry_dummy_ref_1.f90: Remove.
2208 * gfortran.dg/associated_target_1.f90: New test.
2211 * gfortran.dg/maxloc_shape_1.f90: New test.
2213 2006-05-20 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2215 PR libgfortran/24459
2216 * gfortran.dg/namelist_24.f90: New test.
2217 * gfortran.dg/namelist_12.f: Fix typo in comment.
2219 2006-05-20 Andrew Pinski <pinskia@physics.uc.edu>
2222 * g++.dg/other/error11.C: New test.
2224 2006-05-20 Richard Sandiford <richard@codesourcery.com>
2226 * gcc.target/mips/pr26765.c: Add -w to options.
2228 2006-05-20 Richard Sandiford <richard@codesourcery.com>
2230 * lib/target-supports.exp (check_effective_target_mpaired_single):
2232 * gcc.dg/vect/vect.exp: Use it to check for compatible mipsisa64-elf
2234 * g++.dg/vect/vect.exp: Likewise.
2236 2006-05-20 Richard Sandiford <richard@codesourcery.com>
2239 * g++.dg/gomp/gomp.exp: Skip if ![check_effective_target_fopenmp].
2241 2006-05-19 H.J. Lu <hongjiu.lu@intel.com>
2244 * gfortran.dg/temporary_1.f90: New file.
2246 2006-05-19 Andreas Schwab <schwab@suse.de>
2248 * g++.dg/other/unused1.C: Also match "stringz".
2250 2006-05-19 Mark Mitchell <mark@codesourcery.com>
2253 * g++.dg/template/fntry1.C: New test.
2255 2006-05-18 Mark Mitchell <mark@codesourcery.com>
2259 * g++.dg/conversion/bitfield5.C: New test.
2260 * g++.dg/conversion/bitfield6.C: New test.
2262 2006-05-18 Mike Stump <mrs@apple.com>
2264 * gcc.dg/c90-arraydecl-1.c: Update for vla, vm [*] fixups.
2265 * gcc.dg/vla-4.c: Add.
2266 * gcc.dg/vla-5.c: Add.
2267 * gcc.dg/vla-6.c: Add.
2269 2006-05-12 Stuart Hastings <stuart@apple.com>
2271 * testsuite/gcc.target/i386/20060512-1.c: New.
2272 * testsuite/gcc.target/i386/20060512-2.c: New.
2273 * testsuite/gcc.target/i386/20060512-3.c: New.
2274 * testsuite/gcc.target/i386/20060512-4.c: New.
2276 2006-05-17 Mark Mitchell <mark@codesourcery.com>
2279 * g++.old-deja/g++.oliva/template9.C: Remove XFAIL.
2282 * g++.dg/opt/pr17697-3.C: Remove invalid extern specifier.
2283 * g++.dg/parse/linkage1.C: New test.
2285 2006-05-17 Jakub Jelinek <jakub@redhat.com>
2287 PR tree-optimization/27548
2288 * g++.dg/tree-ssa/pr27548.C: New test.
2290 2006-05-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
2293 * gfortran.dg/recursive_check_1.f: New test.
2294 * gfortran.dg/recursive_check_2.f90: New test.
2296 2005-05-17 Bernd Schmidt <bernd.schmidt@analog.com>
2298 * g++.dg/opt/temp2.C: New test.
2300 2006-05-17 Jakub Jelinek <jakub@redhat.com>
2303 * g++.dg/init/brace5.C: New test.
2306 * gcc.dg/gomp/pr27415.c: New test.
2307 * g++.dg/gomp/pr27415.C: New test.
2309 PR tree-optimization/27549
2310 * g++.dg/tree-ssa/pr27549.C: New test.
2312 2006-05-16 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2314 PR libgfortran/27575
2315 * gfortran.dg/read_eof_4.f90: New test.
2317 2006-05-16 Richard Guenther <rguenther@suse.de>
2319 PR tree-optimization/22303
2320 * gcc.dg/tree-ssa/ssa-ccp-13.c: New testcase.
2322 2006-05-16 Jakub Jelinek <jakub@redhat.com>
2325 * gcc.dg/gomp/pr27573.c: New test.
2326 * gfortran.dg/gomp/pr27573.f90: New test.
2329 * gcc.dg/gomp/pr27499.c: New test.
2330 * g++.dg/gomp/pr27499.C: New test.
2332 2006-05-15 Mark Mitchell <mark@codesourcery.com>
2335 * g++.dg/parser/access8.C: Adjust error marker.
2336 * g++.dg/template/access17.C: New test.
2337 * g++.dg/template/access18.C: Likewise.
2339 2006-05-15 Roger Sayle <roger@eyesopen.com>
2342 * gcc.target/i386/pr26600.c: New test case.
2344 2006-05-15 Mark Mitchell <mark@codesourcery.com>
2347 * g++.dg/expr/bitfield1.C: New test.
2349 2006-05-15 Richard Guenther <rguenther@suse.de>
2351 PR tree-optimization/27603
2352 * gcc.dg/torture/pr27603.c: New testcase.
2354 2006-05-15 Paul Thomas <pault@gcc.gnu.org>
2357 * gfortran.dg/entry_dummy_ref_1.f90: New test.
2360 * gfortran.dg/scalar_return_1.f90: New test.
2363 * gfortran.dg/derived_comp_array_ref_1.f90: New test.
2365 2006-05-15 Jakub Jelinek <jakub@redhat.com>
2367 * gcc.dg/gomp/critical-4.c: New test.
2368 * gcc.dg/gomp/appendix-a/a.35.1.c: Add dg-warning.
2369 * gcc.dg/gomp/appendix-a/a.35.3.c: Likewise.
2370 * gfortran.dg/gomp/appendix-a/a.35.1.f90: Likewise.
2371 * gfortran.dg/gomp/appendix-a/a.35.3.f90: Likewise.
2373 2006-05-15 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2376 * g++.dg/template/dependent-args1.C: New test.
2379 * g++.dg/lookup/this1.C: New test.
2382 * g++.dg/template/operator6.C: New test.
2383 * g++.dg/template/incomplete3.C: New test.
2386 * g++.dg/template/new4.C: New test.
2389 * g++.dg/template/void2.C: New test.
2391 2006-05-14 Alexandre Oliva <aoliva@redhat.com>
2393 * g++.dg/template/dependent-expr5.C: New test.
2395 2006-05-14 Roger Sayle <roger@eyesopen.com>
2398 * gcc.dg/pr26729-1.c: New test case.
2400 2006-05-13 Zdenek Dvorak <dvorakz@suse.cz>
2402 * gcc.dg/pr27003.c: New test.
2404 2006-05-12 Steve Ellcey <sje@cup.hp.com>
2406 * lib/target-supports.dg (check_cxa_atexit_available): Change
2407 v3_target_compile to ${tool}_target_compile.
2409 2006-05-11 Jason Merrill <jason@redhat.com>
2411 * lib/scanasm.exp (scan-not-hidden): Fix typo.
2413 2006-05-11 Francois-Xavier Coudert <coudert@clipper.ens.fr>
2416 * gfortran.dg/label_5.f90: New test.
2418 2006-05-11 Joseph S. Myers <joseph@codesourcery.com>
2420 * lib/target-supports.exp (check_effective_target_powerpc_fprs,
2421 check_effective_target_powerpc_altivec_ok): New.
2422 * g++.dg/eh/simd-2.C, g++.dg/ext/altivec-1.C,
2423 g++.dg/ext/altivec-10.C, g++.dg/ext/altivec-11.C,
2424 g++.dg/ext/altivec-12.C, g++.dg/ext/altivec-13.C,
2425 g++.dg/ext/altivec-2.C, g++.dg/ext/altivec-3.C,
2426 g++.dg/ext/altivec-4.C, g++.dg/ext/altivec-5.C,
2427 g++.dg/ext/altivec-6.C, g++.dg/ext/altivec-7.C,
2428 g++.dg/ext/altivec-8.C, g++.dg/ext/altivec-9.C,
2429 g++.dg/ext/altivec-types-1.C, g++.dg/ext/altivec-types-2.C,
2430 g++.dg/ext/altivec-types-3.C, g++.dg/ext/altivec-types-4.C,
2431 gcc.dg/dfp/altivec-types.c, gcc.dg/simd-3.c,
2432 gcc.dg/vect/vect-82_64.c, gcc.dg/vect/vect-83_64.c,
2433 gcc.dg/vmx/vmx.exp, gcc.target/powerpc/980827-1.c,
2434 gcc.target/powerpc/altivec-1.c, gcc.target/powerpc/altivec-10.c,
2435 gcc.target/powerpc/altivec-11.c, gcc.target/powerpc/altivec-12.c,
2436 gcc.target/powerpc/altivec-13.c, gcc.target/powerpc/altivec-14.c,
2437 gcc.target/powerpc/altivec-15.c, gcc.target/powerpc/altivec-16.c,
2438 gcc.target/powerpc/altivec-17.c, gcc.target/powerpc/altivec-18.c,
2439 gcc.target/powerpc/altivec-19.c, gcc.target/powerpc/altivec-2.c,
2440 gcc.target/powerpc/altivec-21.c, gcc.target/powerpc/altivec-22.c,
2441 gcc.target/powerpc/altivec-3.c, gcc.target/powerpc/altivec-4.c,
2442 gcc.target/powerpc/altivec-5.c, gcc.target/powerpc/altivec-6.c,
2443 gcc.target/powerpc/altivec-7.c, gcc.target/powerpc/altivec-8.c,
2444 gcc.target/powerpc/altivec-9.c,
2445 gcc.target/powerpc/altivec-consts.c,
2446 gcc.target/powerpc/altivec-pr22085.c,
2447 gcc.target/powerpc/altivec-splat.c,
2448 gcc.target/powerpc/altivec-types-1.c,
2449 gcc.target/powerpc/altivec-types-2.c,
2450 gcc.target/powerpc/altivec-types-3.c,
2451 gcc.target/powerpc/altivec-types-4.c,
2452 gcc.target/powerpc/altivec-varargs-1.c,
2453 gcc.target/powerpc/altivec-vec-merge.c,
2454 gcc.target/powerpc/ppc-vector-memcpy.c,
2455 gcc.target/powerpc/ppc-vector-memset.c,
2456 gcc.target/powerpc/ppc64-abi-2.c, gcc.target/powerpc/pr16155.c,
2457 gcc.target/powerpc/pr16286.c, gcc.target/powerpc/pr27158.c: Use
2458 these effective targets.
2459 * gcc.dg/vmx/pr27006.c: Add missing close brace.
2460 * gcc.dg/20020103-1.c: XFAIL on powerpc*-*-*.
2462 2006-05-11 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2465 * g++.dg/other/fold1.C: New test.
2468 * gcc.dg/fold-nonneg-1.c: New test.
2471 * g++.dg/other/operator1.C: New test.
2473 2006-05-11 Richard Guenther <rguenther@suse.de>
2476 * gcc.dg/tree-ssa/foldcast-1.c: New testcase.
2478 2006-05-10 Janis Johnson <janis187@us.ibm.com>
2480 * lib/target-supports-dg.exp (check-flags): New.
2481 (dg-skip-if): Move flag checks.
2483 2006-05-09 Steve Ellcey <sje@cup.hp.com>
2485 * lib/target-supports-dg.exp (dg-require-cxa-atexit): New.
2486 * lib/target-supports.dg (check_cxa_atexit_available): New.
2488 2005-05-10 Thomas Koenig <Thomas.Koenig@online.de>
2491 * gfortran.dg/multiple_allocation_2.f90: New test case.
2493 2006-05-10 Kazu Hirata <kazu@codesourcery.com>
2495 * gcc.target/arm/pr27387.C: Fix a comment typo.
2497 2006-05-10 Francois-Xavier Coudert <coudert@clipper.ens.fr>
2500 * gfortran.dg/error_recovery_1.f90: New test.
2502 2006-05-10 Richard Guenther <rguenther@suse.de>
2504 PR tree-optimization/27302
2505 * gcc.dg/torture/pr27302.c: New testcase.
2507 2006-05-09 Dirk Mueller <dmueller@suse.de>
2508 Richard Guenther <rguenther@suse.de>
2511 * gcc.dg/tree-ssa/pr27498.c: New testcase.
2513 2006-05-09 Zdenek Dvorak <dvorakz@suse.cz>
2515 PR rtl-optimization/27335
2516 * gcc.dg/pr27335.c: New test.
2518 2006-05-06 Richard Sandiford <richard@codesourcery.com>
2520 * gcc.target/mips/mips-ps-5.c: New file.
2522 2006-05-08 Jan Hubicka <jh@suse.cz>
2525 * gcc.dg/pr25962.c: New.
2527 2006-05-08 Roger Sayle <roger@eyesopen.com>
2530 * gcc.target/powerpc/pr27158.c: New test case.
2532 2006-05-08 Laurent GUERBY <laurent@guerby.net>
2535 * ada/acats/run_all.sh: Use test -z.
2537 2006-05-07 Francois-Xavier Coudert <coudert@clipper.ens.fr>
2540 * gfortran.dg/spec_expr_3.f90: New test.
2542 2006-05-07 H.J. Lu <hongjiu.lu@intel.com>
2545 * gcc.target/i386/monitor.c: New file.
2547 2006-05-08 Alan Modra <amodra@bigpond.net.au>
2549 * gcc.dg/pr27095.c: xfail *-*-darwin*.
2551 2006-05-08 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2554 * g++.dg/other/ptrmem7.C: New test.
2556 2006-05-07 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2559 * gcc.dg/array-9.c: New test.
2561 2006-05-07 Richard Guenther <rguenther@suse.de>
2563 PR tree-optimization/27409
2564 * gcc.dg/torture/pr27409.c: New testcase.
2566 2006-05-07 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
2569 * gfortran.dg/select_6.f90: New.
2571 2006-05-07 Richard Guenther <rguenther@suse.de>
2573 PR tree-optimization/27136
2574 * gcc.dg/torture/pr27136.c: New testcase.
2576 2006-05-07 Paul Thomas <pault@gcc.gnu.org>
2579 * gfortran.dg/char_cons_len_1.f90: New test.
2581 2006-05-06 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2584 * g++.dg/template/incomplete2.C: New test.
2586 2006-05-06 Richard Guenther <rguenther@suse.de>
2588 PR tree-optimization/27151
2589 * gcc.dg/vect/pr27151.c: New testcase.
2591 2006-05-06 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2594 * g++.dg/template/void1.C: New test.
2597 * g++.dg/other/void2.C: New test.
2600 * g++.dg/conversion/void1.C: New test.
2602 2006-05-03 Aldy Hernandez <aldyh@redhat.com>
2605 * g++.dg/other/unused1.C: New.
2607 2006-05-05 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2610 * objc.dg/member-1.m: New test.
2612 2006-05-05 Steve Ellcey <sje@cup.hp.com>
2614 * gfortran.dg/large_real_kind_form_io_2.f90: Use nearest.
2616 2006-05-05 Francois-Xavier Coudert <coudert@clipper.ens.fr>
2619 * gfortran.dg/matmul_2.f90: New test.
2621 2005-05-05 Laurent GUERBY <laurent@guerby.net>
2623 * ada/acats/run_all.sh: Use sync when main not found.
2625 2006-05-04 Kazu Hirata <kazu@codesourcery.com>
2628 * gcc.target/mips/pr26765.c: New.
2630 2005-05-04 Bernd Schmidt <bernd.schmidt@analog.com>
2632 * gcc.target/bfin: New directory.
2633 * gcc.target/bfin/bfin.exp: New file.
2634 * gcc.target/bfin/frmul.c: New file.
2635 * gcc.target/bfin/arith.c: New file.
2636 * gcc.target/bfin/mul-combine.c: New file.
2637 * gcc.target/bfin/shift.c: New file.
2639 2006-05-04 Richard Guenther <rguenther@suse.de>
2641 PR tree-optimization/14287
2642 PR tree-optimization/14844
2643 PR tree-optimization/19792
2644 PR tree-optimization/21608
2645 PR tree-optimization/27090
2646 * gcc.dg/tree-ssa/ssa-fre-1.c: New testcase.
2647 * gcc.dg/tree-ssa/ssa-fre-2.c: Likewise.
2648 * gcc.dg/tree-ssa/ssa-fre-3.c: Likewise.
2649 * gcc.dg/tree-ssa/ssa-fre-4.c: Likewise.
2650 * gcc.dg/tree-ssa/ssa-fre-5.c: Likewise.
2652 2006-05-04 Jakub Jelinek <jakub@redhat.com>
2654 PR tree-optimization/27285
2655 * gcc.c-torture/execute/pr27285.c: New test.
2658 * gcc.dg/gomp/pr27388-1.c: New test.
2659 * gcc.dg/gomp/pr27388-2.c: New test.
2660 * gcc.dg/gomp/pr27388-3.c: New test.
2663 * g++.dg/gomp/pr27359.C: New test.
2665 2006-05-02 Steven G. Kargl <kargls@comcast.net>
2668 * gfortran.dg/iargc.f90: New test.
2670 2006-05-02 Mark Mitchell <mark@codesourcery.com>
2673 * g++.dg/template/crash49.C: New test.
2675 2006-05-02 Steve Ellcey <sje@cup.hp.com>
2678 * gcc.c-torture/compile/pr23237.c: Move dg-do line.
2680 2006-05-02 Jeff Law <law@redhat.com>
2682 PR tree-optimization/27364
2683 * gcc.c-torture/execute/pr27364.c: New test.
2685 2006-05-02 Mark Mitchell <mark@codesourcery.com>
2688 * g++.dg/parser/ctor5.C: New test.
2690 2006-05-02 Kazu Hirata <kazu@codesourcery.com>
2693 * gcc.target/arm/arm.exp: New.
2694 * gcc.target/arm/pr27387.C: Likewise.
2696 2006-05-02 Paul Thomas <pault@gcc.gnu.org>
2700 * gfortran.dg/module_equivalence_2.f90: New test.
2702 2006-05-02 Jakub Jelinek <jakub@redhat.com>
2705 * g++.dg/gomp/pr27337-1.C: New test.
2706 * g++.dg/gomp/pr27337-2.C: New test.
2709 * gcc.dg/gomp/pr27328.c: New test.
2712 * g++.dg/gomp/pr27325.C: New test.
2715 * g++.dg/gomp/pr27310.C: New test.
2717 2006-05-01 Zdenek Dvorak <dvorakz@suse.cz>
2719 PR tree-optimization/27291
2720 * g++.dg/tree-ssa/pr27291.C: New test.
2722 2006-05-01 Zdenek Dvorak <dvorakz@suse.cz>
2724 PR tree-optimization/27283
2725 * g++.dg/tree-ssa/pr27283.C: New test.
2727 2006-05-01 Zdenek Dvorak <dvorakz@suse.cz>
2729 * gcc.dg/tree-ssa/loop-16.c: New test.
2731 2006-05-01 Roger Sayle <roger@eyesopen.com>
2732 Joseph S. Myers <joseph@codesourcery.com>
2734 * gcc.dg/Wconversion-3.c: New test case.
2735 * gcc.dg/Wconversion-4.c: Likewise.
2737 2006-05-01 Richard Guenther <rguenther@suse.de>
2739 PR tree-optimization/26726
2740 * g++.dg/tree-ssa/ivopts-1.C: New testcase.
2742 2006-04-30 Roger Sayle <roger@eyesopen.com>
2744 * gcc.dg/Woverflow-1.c: New test case.
2745 * gcc.dg/Woverflow-2.c: Likewise.
2746 * gcc.dg/Woverflow-3.c: Likewise.
2748 2006-04-30 Mark Mitchell <mark@codesourcery.com>
2751 * g++.dg/template/defarg8.C: New test.
2753 2006-04-30 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2756 * g++.dg/parse/operator7.C: New test.
2758 2006-04-29 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2762 * g++.dg/template/crash48.C: New test.
2765 * g++.dg/parse/ctor4.C: New test.
2767 2006-04-29 Francois-Xavier Coudert <coudert@clipper.ens.fr>
2770 * gfortran.df/char_type_len.f90: New test.
2772 2006-04-28 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2774 PR libgfortran/27304
2775 * gfortran.dg/fmt_exhaust.f90: New test.
2777 2006-04-28 Roger Sayle <roger@eyesopen.com>
2780 * gcc.dg/large-size-array-2.c: New test case.
2782 2006-04-28 Richard Guenther <rguenther@suse.de>
2785 * gcc.target/i386/pr26826.c: New testcase.
2787 2006-04-28 Jakub Jelinek <jakub@redhat.com>
2790 * gcc.c-torture/execute/pr27260.c: New.
2792 2006-04-28 Alan Modra <amodra@bigpond.net.au>
2795 * gcc.dg/pr27095.c: New.
2797 2006-04-27 Mark Mitchell <mark@codesourcery.com>
2800 * g++.dg/conversion/bitfield4.C: New test.
2802 2006-04-27 Eric Christopher <echristo@apple.com>
2804 * gcc.dg/pragma-ms_struct.c: New.
2806 2006-04-27 Mark Mitchell <mark@codesourcery.com>
2809 * g++.dg/template/crash47.C: New test.
2811 2006-04-27 Dirk Mueller <dmueller@suse.de>
2813 * gcc.target/i386/sse-7.c: build with -msse.
2815 2006-04-26 H.J. Lu <hongjiu.lu@intel.com>
2818 * gcc.target/i386/sse-9.c: Include "../../gcc.dg/i386-cpuid.h".
2819 (main): Exit if processor doesn't support SSE.
2821 2006-04-26 David Edelsohn <edelsohn@gnu.org>
2824 * gcc.c-torture/compile/pr27282.c: New test.
2826 2006-04-26 Jakub Jelinek <jakub@redhat.com>
2829 * g++.dg/gomp/pr26913.C: New test.
2832 * gcc.dg/gomp/pr25996.c: New test.
2833 * g++.dg/gomp/pr25996.C: New test.
2835 2006-04-25 Richard Sandiford <richard@codesourcery.com>
2837 PR rtl-optimization/26725
2838 * gcc.c-torture/compile/pr26725.c: New test.
2840 2006-04-25 Richard Guenther <rguenther@suse.de>
2842 * gcc.dg/tree-prof/val-prof-2.c: Check for n + ffff rather
2845 2006-04-25 Andreas Krebbel <krebbel1@de.ibm.com>
2847 * gcc.dg/20060425-1.c: New testcase.
2849 2006-04-25 Jakub Jelinek <jakub@redhat.com>
2851 PR tree-optimization/26865
2852 * gcc.dg/pr26865.c: New test.
2854 2006-04-24 Mark Mitchell <mark@codesourcery.com>
2857 * g++.dg/conversion/bitfield1.C: New test.
2858 * g++.dg/conversion/bitfield2.C: Likewise.
2859 * g++.dg/conversion/bitfield3.C: Likewise.
2861 2006-04-24 Andrew Pinski <pinskia@gcc.gnu.org>
2862 Richard Guenther <rguenther@suse.de>
2864 PR tree-optimization/27236
2865 * gcc.dg/tree-ssa/pr27236.c: New testcase.
2867 2006-04-24 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2870 * g++.dg/other/incomplete2.C: New test.
2872 2006-04-24 Richard Guenther <rguenther@suse.de>
2875 * gcc.dg/torture/pr26869.c: New testcase.
2877 2006-04-24 Andrew Pinski <pinskia@gcc.gnu.org>
2878 Richard Guenther <rguenther@suse.de>
2880 PR tree-optimization/27218
2881 * g++.dg/tree-ssa/pr27218.C: New testcase.
2883 2006-04-23 Mark Mitchell <mark@codesourcery.com>
2886 * g++.dg/template/friend41.C: New test.
2888 2006-04-23 David Edelsohn <edelsohn@gnu.org>
2890 * g++.dg/opt/pr15551.C: Include cstdio.
2891 (main): Use remove instead of unlink.
2893 2006-04-23 Eric Botcazou <ebotcazou@adacore.com>
2895 * gcc.dg/sibcall-7.c: New test.
2896 * gcc.dg/tree-ssa/tailrecursion-1.c: Pass -foptimize-sibling-calls.
2897 * gcc.dg/tree-ssa/tailrecursion-2.c: Likewise.
2898 * gcc.dg/tree-ssa/tailrecursion-3.c: Likewise.
2899 * gcc.dg/tree-ssa/tailrecursion-4.c: Likewise.
2900 * gcc.dg/tree-ssa/tailrecursion-5.c: Likewise.
2902 2006-04-23 Mark Mitchell <mark@codesourcery.com>
2905 * g++.dg/opt/bitfield1.C: New test.
2906 * g++.dg/compat/abi/bitfield1_main.C: Add -w.
2907 * g++.dg/compat/abi/bitfield1_x.C: Likewise.
2908 * g++.dg/compat/abi/bitfield1_y.C: Likewise.
2909 * g++.dg/compat/abi/bitfield2_main.C: Likewise.
2910 * g++.dg/compat/abi/bitfield2_x.C: Likewise.
2911 * g++.dg/compat/abi/bitfield2_y.C: Likewise.
2912 * g++.dg/abi/bitfield1.C: Add dg-warning markers.
2913 * g++.dg/abi/bitfield2.C: Likewise.
2914 * g++.dg/init/bitfield1.C: Likewise.
2916 2006-04-23 Paul Thomas <pault@gcc.gnu.org>
2919 * gfortran.dg/elemental_subroutine_4.f90: New test.
2920 * gfortran.dg/assumed_size_refs_1.f90: Add error to non-conforming
2923 2006-04-22 Joseph S. Myers <joseph@codesourcery.com>
2925 * gcc.c-torture/compile/20060421-1.c: New testcase.
2927 2006-04-21 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2930 * gcc.dg/init-bad-4.c: New test.
2932 2006-04-21 Paul Brook <paul@codesourcery.com>
2934 * gcc.dg/arm-vfp1.c: Skip on iWMMXt cpus.
2936 2006-04-21 Paul Thomas <pault@gcc.gnu.org>
2939 * gfortran.dg/defined_operators_1.f90: New test.
2940 * gfortran.dg/assumed_charlen_function_1.f90: Add new error and
2941 remove old ones associated, incorrectly, with Note 5.46.
2944 * gfortran.dg/character_array_constructor_1.f90: New test.
2946 2006-04-20 Jakub Jelinek <jakub@redhat.com>
2948 * gcc.dg/20060419-1.c: New test.
2950 2006-04-19 Carlos O'Donell <carlos@codesourcery.com>
2953 * gcc.dg/struct-parse-1.c: New test case.
2955 2006-04-19 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2958 * g++.dg/parse/template19.C: New test.
2961 * g++.old-deja/g++.pt/friend36.C: Adjust error markers.
2964 * g++.dg/expr/call3.C: New test.
2967 * g++.dg/conversion/dynamic1.C: New test.
2969 2006-04-19 Mark Mitchell <mark@codesourcery.com>
2972 * g++.dg/template/crash35.C: Tweak error markers.
2973 * g++.dg/template/crash46.C: New test.
2974 * g++.old-deja/g++.brendan/friend4.C: Tweak error markers.
2975 * g++.old-deja/g++.pt/incomplete1.C: Likewise.
2977 2006-04-19 Andreas Krebbel <krebbel1@de.ibm.com>
2979 PR rtl-optimization/14261
2980 * gcc.c-torture/compile/20060419-1.c: Added.
2982 2006-04-18 Bernhard Fischer <aldot@gcc.gnu.org>
2984 * gfortran.dg/label_1.f90: Adjust dg-error.
2986 2006-04-16 Roger Sayle <roger@eyesopen.com>
2989 * gcc.dg/fold-cond-1.c: New test case.
2990 * gcc.dg/pr26961-1.c: Likewise.
2992 2006-04-16 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2994 PR libgfortran/27138
2995 * gfortran.dg/read_bad_advance.f90: New test.
2997 2006-04-16 Roger Sayle <roger@eyesopen.com>
2998 Dale Johannesen <dalej@apple.com>
3001 * gcc.target/i386/vecinit-3.c: New testcase.
3002 * gcc.target/i386/vecinit-4.c: Likewise.
3003 * gcc.target/i386/sse-18.c: Likewise.
3004 * gcc.target/i386/sse-19.c: Likewise.
3006 2006-04-16 Thomas Koenig <Thomas.Koenig@online.de>
3008 * gfortran.dg/allocate_zerosize_1.f90: New test.
3010 2006-04-16 Mark Mitchell <mark@codesourcery.com>
3013 * g++.dg/template/crash45.C: New test.
3015 2006-04-16 Paul Thomas <pault@gcc.gnu.org>
3018 * gfortran.dg/proc_assign_1.f90: New test.
3019 * gfortran.dg/procedure_lvalue.f90: Change message.
3020 * gfortran.dg/namelist_4.f90: Add new error.
3024 * gfortran.dg/auto_pointer_array_result_1.f90
3027 * gfortran.dg/specification_type_resolution_1.f90
3032 * gfortran.dg/bounds_temporaries_1.f90: New test.
3035 * gfortran.dg/array_return_value_1.f90: New test.
3037 2006-04-15 Jerry DeLisle <jvdelisle@gcc.gnu.org>
3040 * gfortran/dg/g77/20030115-1.f: Delete duplicate test.
3042 2006-04-15 Jakub Jelinek <jakub@redhat.com>
3045 * g++.dg/gomp/pr26823-1.C: New test.
3046 * g++.dg/gomp/pr26823-2.C: New test.
3048 2006-04-13 Uros Bizjak <uros@kss-loka.si>
3051 * gcc.dg/pr27314.c: New test.
3053 2006-04-13 Richard Henderson <rth@redhat.com>
3055 * g++.dg/gomp/block-0.C: Update expected matches.
3057 2006-04-13 DJ Delorie <dj@redhat.com>
3059 * lib/target-supports.exp (check_effective_target_int32plus): New.
3060 (check_effective_target_ptr32plus): New.
3061 (check_effective_target_size32plus): New.
3062 (check_effective_target_int16): New.
3063 (check_profiling_available): Add m32c to the list of unsupported targets.
3065 * gcc.c-torture/compile/20000804-1.c: Skip m32c also.
3066 * gcc.c-torture/compile/20001226-1.c: Skip m32c due to small
3068 * gcc.c-torture/compile/20010327-1.c: Skip m32c due to non-SI
3070 * gcc.c-torture/compile/20020604-1.c: Skip m32c due to small
3072 * gcc.c-torture/compile/20050303-1.c: Require >=32 bit integers
3074 * gcc.c-torture/compile/980506-1.c: Require >=32 bit size_t.
3075 * gcc.c-torture/execute/20020404-1.x: Check for any 16 bit target,
3076 not just xstormy16. Skip m32c due to weird pointer size.
3077 * gcc.c-torture/execute/20021024-1.x: Check for any 16 bit target,
3079 * gcc.c-torture/execute/shiftdi.x: Check for any 16 bit target,
3081 * gcc.dg/20020312-2.c: Add m32c support.
3082 * gcc.dg/20040622-2.c: Require >=32 bit pointers.
3083 * gcc.dg/20050321-1.c: XFail m32c due to incorrect malloc prototype
3085 * gcc.dg/20050321-2.c: Require >=32 bit integers.
3086 * gcc.dg/asm-1.c: Skip if int and short are the same size.
3087 * gcc.dg/fold-mod-1.c: Require >=32 bit integers.
3088 * gcc.dg/fold-overflow-1.c: Skip m32c due to small const types in asm.
3089 * gcc.dg/format/bitfld-1.c: Require >=32 bit integers due to printf formats
3090 * gcc.dg/init-string-2.c: Require >=32 bit integers.
3091 * gcc.dg/max-1.c: Skip m32c in r8c or m16c mode due to small pointers.
3092 * gcc.dg/noncompile/920923-1.c: Skip small-int message for int16 hosts.
3093 * gcc.dg/pch/struct-1.c: Require >= 32 bit integers.
3094 * gcc.dg/pr14796-2.c: Require >=32 bit integers.
3095 * gcc.dg/pr17112-1.c: Require >=32 bit integers.
3096 * gcc.dg/pr18241-1.c: XFail m32c due to incorrect memset prototype
3098 * gcc.dg/pr18241-2.c: XFail m32c due to incorrect memset prototype
3100 * gcc.dg/pr19340.c: Skip m32c due to lack of scheduling.
3101 * gcc.dg/pr23049.c: Require >=32 bit integers.
3102 * gcc.dg/torture/pr26565.c: Skip m32c as everything is already packed.
3103 * gcc.dg/torture/pr26587.c: Require >=32 bit integers.
3104 * gcc.dg/torture/pr26630.c: Require >=32 bit integers.
3105 * gcc.dg/tree-ssa/loop-10.c: Require >=32 bit integers.
3106 * gcc.dg/tree-ssa/loop-2.c: Require >=32 bit size_t.
3107 * gcc.dg/tree-ssa/loop-4.c: Require >=32 bit size_t.
3108 * gcc.dg/tree-ssa/ltrans-1.c: Require >=32 bit size_t.
3109 * gcc.dg/tree-ssa/ltrans-2.c: Require >=32 bit size_t.
3110 * gcc.dg/tree-ssa/ltrans-3.c: Require >=32 bit size_t.
3111 * gcc.dg/tree-ssa/ltrans-4.c: Require >=32 bit size_t.
3112 * gcc.dg/tree-ssa/pr14341.c: Require >=32 bit integers.
3113 * gcc.dg/tree-ssa/pr23382.c: XFail m32c due to incorrect malloc
3115 * gcc.dg/tree-ssa/pr24627.c: Require >=32 bit integers.
3116 * gcc.dg/tree-ssa/pr26180.c: Require >=32 bit integers.
3117 * gcc.dg/tree-ssa/vrp14.c: Require >=32 bit integers.
3118 * gcc.dg/tree-ssa/vrp21.c: Require >=32 bit integers.
3119 * gcc.dg/tree-ssa/vrp22.c: Require >=32 bit integers.
3121 * gcc.c-torture/execute/20040629-1.x: New. Require >16 bit integers.
3122 * gcc.c-torture/execute/20040703-1.x: Likewise.
3123 * gcc.c-torture/execute/20040705-1.x: Likewise.
3124 * gcc.c-torture/execute/20040705-2.x: Likewise.
3125 * gcc.c-torture/execute/20040709-1.x: Likewise.
3126 * gcc.c-torture/execute/20040709-2.x: Likewise.
3127 * gcc.c-torture/execute/20040811-1.x: Likewise.
3128 * gcc.c-torture/execute/20050316-1.x: Likewise.
3129 * gcc.c-torture/execute/bitfld-4.x: Likewise.
3130 * gcc.c-torture/execute/pr19689.x: Likewise.
3131 * gcc.c-torture/execute/pr7284-1.x: Likewise.
3132 * gcc.c-torture/execute/usmul.x: Likewise.
3133 * gcc.c-torture/execute/vrp-5.x: Likewise.
3134 * gcc.c-torture/execute/vrp-6.x: Likewise.
3135 * gcc.dg/debug/20041023-1.s: Likewise.
3137 2006-04-13 Roger Sayle <roger@eyesopen.com>
3139 * gcc.target/i386/20050113-1.c: Tweak testcase to reflect that casts
3140 of integers to a vector types are now constant expressions in C.
3141 * gcc.dg/vect/vect-fold-1.c: New test case.
3143 2006-04-13 Paolo Bonzini <bonzini@gnu.org>
3144 Ulrich Weigand <uweigand@de.ibm.com>
3147 * gcc.dg/vmx/pr27006.c: New testcase.
3149 2006-04-12 Jerry DeLisle <jvdelisle@gcc.gnu.org>
3151 PR libgfortran/26766
3152 * gfortran.dg/write_recursive.f90: New test.
3154 2006-04-11 Mark Mitchell <mark@codesourcery.com>
3156 * g++.dg/parse/dtor7.C: New test.
3157 * g++.dg/parse/new1.C: Add error marker.
3158 * g++.dg/template/new3.C: New test.
3161 * g++.dg/template/pure1.C: New test.
3164 * g++.dg/parse/ptrmem4.C: New test.
3166 2006-04-10 Jeff Law <law@redhat.com>
3169 * gcc.c-torture/compile/pr27087.c: New test.
3171 2006-04-10 Aldy Hernandez <aldyh@redhat.com>
3174 * gcc.dg/20060410.c: New.
3176 2006-04-10 Matthias Klose <doko@debian.org>
3178 * testsuite/lib/gcc-defs.exp (gcc-set-multilib-library-path):
3179 Recognize multilib directory names containing underscores.
3181 2006-04-10 Roger Sayle <roger@eyesopen.com>
3183 * gcc.target/i386/vecinit-1.c: New test case.
3184 * gcc.target/i386/vecinit-2.c: Likewise.
3186 2006-04-10 Jakub Jelinek <jakub@redhat.com>
3189 * g++.dg/debug/dwarf2-2.C: New test.
3191 2006-04-09 Richard Sandiford <richard@codesourcery.com>
3193 PR rtl-optimization/27073
3194 * gcc.c-torture/execute/pr27073.c: New test.
3196 2006-04-08 Mike Stump <mrs@apple.com>
3198 * gcc.dg/pragma-darwin.c: Improve for ppc64.
3200 2006-04-07 Richard Guenther <rguenther@suse.de>
3202 PR tree-optimization/26135
3203 * gcc.dg/tree-ssa/ssa-copyprop-1.c: New testcase.
3205 2006-04-06 Jan Hubicka <jh@suse.cz>
3208 * g++.dg/bprob/g++-bprob-2.C: New testcase.
3210 2006-04-06 Roger Sayle <roger@eyesopen.com>
3212 * g++.dg/conversion/nullptr1.C: New test case.
3213 * g++.dg/conversion/nullptr2.C: Likewise.
3215 2006-04-05 Roger Sayle <roger@eyesopen.com>
3217 * gfortran.dg/dependency_18.f90: New test case.
3219 2006-04-05 Richard Guenther <rguenther@suse.de>
3221 PR tree-optimization/26919
3222 * gcc.dg/ipa/ipa-1.c: Use -fno-early-inlining.
3223 * gcc.dg/ipa/ipa-2.c: Likewise.
3224 * gcc.dg/ipa/ipa-3.c: Likewise.
3225 * gcc.dg/ipa/ipa-5.c: Likewise.
3227 2006-04-05 Richard Guenther <rguenther@suse.de>
3229 PR tree-optimization/26763
3230 * gcc.dg/torture/pr26763-1.c: New testcase.
3231 * gcc.dg/torture/pr26763-2.c: Likewise.
3233 2006-04-04 Paul Thomas <pault@gcc.gnu.org>
3237 * gfortran.dg/actual_array_constructor_1.f90: New testcase.
3239 2006-04-04 Eric Christopher <echristo@apple.com>
3241 * gcc.target/i386/387-1.c: Allow regexp to match darwin
3243 * gcc.target/i386/387-5.c: Ditto.
3245 2006-04-04 Carlos O'Donell <carlos@codesourcery.com>
3247 * gcc.target/sparc/struct-ret-check.c: New test.
3249 2006-04-03 Jerry DeLisle <jvdelisle@gcc.gnu.org>
3251 * gfortran.dg/fmt_zero_digits.f90: New test for no error when
3252 zero decimal digits specified in format.
3254 2006-04-03 Paul Thomas <pault@gcc.gnu.org>
3257 * gfortran.dg/missing_optional_dummy_1.f90: New test.
3260 * gfortran.dg/compliant_elemental_intrinsics_1.f90: New test.
3261 * gfortran.dg/initialization_1.f90: Make assignment compliant.
3262 * gfortran.dg/transfer_array_intrinsic_1.f90: Simplify.
3263 * gfortran.dg/transfer_array_intrinsic_2.f90: Make assignments compliant and detect
3266 2006-04-02 Erik Edelmann <eedelman@gcc.gnu.org>
3268 * gfortran.dg/allocatable_dummy_1.f90: Also check that allocatable
3269 dummy arguments work when the actual argument is itself a dummy
3270 argument of the caller.
3272 2006-04-01 Eric Botcazou <ebotcazou@libertysurf.fr>
3275 * gfortran.dg/large_real_kind_form_io_2.f90: XFAIL on SPARC/Solaris.
3277 2006-04-01 Roger Sayle <roger@eyesopen.com>
3279 * gfortran.dg/dependencency_17.f90: New test case.
3281 2006-04-01 Roger Sayle <roger@eyesopen.com>
3283 * gfortran.dg/dependency_14.f90: New test case.
3284 * gfortran.dg/dependency_15.f90: Likewise.
3285 * gfortran.dg/dependency_16.f90: Likewise.
3287 2006-03-31 Asher Langton <langton2@llnl.gov>
3290 gfortran.dg/cray_pointers_6.f90: New test.
3292 2006-03-30 Jerry DeLisle <jvdelisle@gcc.gnu.org>
3294 PR libgfortran/26890
3295 * gfortran.dg/read_size_noadvance.f90: New test.
3297 2006-03-30 Thomas Koenig <Thomas.Koenig@online.de>
3300 * gfortran.dg/multiple_allocation_1.f90: Check that the
3301 size has changed after a re-allocation with stat.
3303 2006-03-30 Richard Guenther <rguenther@suse.de>
3305 * gcc.target/i386/sselibm-1.c: Adjust for libgcc-math partial
3307 * gcc.target/i386/sselibm-2.c: Likewise.
3308 * gcc.target/i386/sselibm-3.c: Likewise.
3309 * gcc.target/i386/sselibm-4.c: Likewise.
3310 * gcc.target/i386/sselibm-5.c: Likewise.
3312 2006-03-28 Roger Sayle <roger@eyesopen.com>
3314 * gcc.dg/fold-andxor-1.c: New test case.
3315 * gcc.dg/fold-xorand-1.c: Likewise.
3317 2006-03-28 Roger Sayle <roger@eyesopen.com>
3319 * gcc.dg/fold-convnotconv-1.c: New test case.
3321 2006-03-28 Paul Thomas <pault@gcc.gnu.org>
3324 * gfortran.dg/private_type_5.f90: New test.
3326 2006-03-27 David Edelsohn <edelsohn@gnu.org>
3328 * objc.dg/objc-nofilename-1.m: Limit to Darwin.
3330 2006-03-27 Jakub Jelinek <jakub@redhat.com>
3332 * gfortran.dg/advance_2.f90: New test.
3333 * gfortran.dg/advance_3.f90: New test.
3335 * gfortran.fortran-torture/execute/equiv_5.f: New test.
3337 2006-03-26 Jerry DeLisle <jvdelisle@gcc.gnu.org>
3339 PR libgfortran/26661
3340 PR libgfortran/26880
3341 * gfortran.dg/read_x_past.f: New test.
3343 2006-03-26 Geoffrey Keating <geoffk@apple.com>
3345 * gcc.dg/darwin-20040809-2.c: Don't expect default debugging
3348 2006-03-26 David Edelsohn <edelsohn@gnu.org>
3350 * objc.dg/dwarf-1.m: Skip on AIX.
3351 * objc.dg/dwarf-2.m: Skip on AIX.
3353 2006-03-25 Steven G. Kargl <kargls@comcast.net>
3356 * gfortran.dg/float_1.f90: New test.
3358 2006-03-25 Steven G. Kargl <kargsl@comcast.net>
3360 * gfortran.dg/transfer_array_intrinsic_1.f90: Restrict to i?86 and
3362 * gfortran.dg/transfer_array_intrinsic_2.f90: Ditto.
3364 2006-03-25 Thomas Koenig <Thomas.Koenig@online.de>
3367 * gfortran.dg/convert_implied_open.f90: New test case.
3369 2006-03-25 Thomas Koenig <Thomas.Koenig@online.de>
3372 * gfortran.dg/transpose_reshape_r10.f90: New test case.
3374 2006-03-25 Uros Bizjak <uros@kss-loka.si>
3377 * gcc.dg/pr26717.c: New test.
3379 2006-03-25 Roger Sayle <roger@eyesopen.com>
3381 * gfortran.dg/dependency_12.f90: New test case.
3383 2006-03-24 Roger Sayle <roger@eyesopen.com>
3385 * gfortran.dg/dependency_9.f90: New (resurected) test case.
3387 2006-03-24 Jeff Law <law@redhat.com>
3389 * gcc.c-torture/pr26840.c: New test.
3391 2006-03-24 Geoffrey Keating <geoffk@apple.com>
3393 * objc.dg/dwarf-2.m: New.
3394 * obj-c++.dg/dwarf-2.mm: New.
3396 * g++.old-deja/g++.other/init19.C: New.
3398 2006-03-24 David Edelsohn <edelsohn@gnu.org>
3400 * g++.dg/eh/spbp.C: Skip on AIX.
3402 2006-03-24 Jakub Jelinek <jakub@redhat.com>
3405 * g++.dg/gomp/pr26611-1.C: New test.
3406 * g++.dg/gomp/pr26611-2.C: New test.
3408 2006-03-24 Jeff Law <law@redhat.com>
3410 * gcc.c-torture/compile/pr26833.c: New test.
3411 * gfortran.fortran-torture/compile/pr26806.f90: New test.
3413 2006-03-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3415 * gfortran.dg/endfile_2.f90: Delete temp file.
3417 2006-03-22 Thomas Koenig <Thomas.Koenig@online.de>
3420 * gfortran.dg/record_marker_1.f90: New test case.
3421 * gfortran.dg/record_marker_2.f: New test case.
3422 * gfortran.dg/record_marker_3.f90: New test case.
3424 2006-03-22 Paul Thomas <pault@gcc.gnu.org>
3427 * gfortran.dg/transfer_array_intrinsic_1.f90: New test.
3428 * gfortran.dg/transfer_array_intrinsic_2.f90: New test.
3430 2006-03-21 Janis Johnson <janis187@us.ibm.com>
3432 * lib/gcc-dg.exp (cleanup-modules): New proc.
3433 * gfortran.dg/allocatable_function_1.f90,
3434 gfortran.dg/allocate_char_star_scalar_1.f90,
3435 gfortran.dg/assumed_charlen_function_1.f90,
3436 gfortran.dg/assumed_dummy_1.f90,
3437 gfortran.dg/assumed_shape_ranks_1.f90,
3438 gfortran.dg/assumed_shape_ranks_2.f90,
3439 gfortran.dg/assumed_size_dt_dummy.f90,
3440 gfortran.dg/auto_char_dummy_array_1.f90,
3441 gfortran.dg/auto_char_len_3.f90,
3442 gfortran.dg/automatic_module_variable.f90,
3443 gfortran.dg/bad_automatic_objects_1.f90,
3444 gfortran.dg/char_array_constructor.f90,
3445 gfortran.dg/char_array_structure_constructor.f90,
3446 gfortran.dg/char_result_11.f90, gfortran.dg/char_result_9.f90,
3447 gfortran.dg/contained_1.f90, gfortran.dg/convert_1.f90,
3448 gfortran.dg/cray_pointers_5.f90, gfortran.dg/data_constraints_1.f90,
3449 gfortran.dg/default_initialization.f90, gfortran.dg/der_charlen_1.f90,
3450 gfortran.dg/der_io_2.f90, gfortran.dg/der_io_3.f90,
3451 gfortran.dg/derived_pointer_recursion.f90,
3452 gfortran.dg/derived_recursion.f90, gfortran.dg/der_pointer_1.f90,
3453 gfortran.dg/der_pointer_3.f90, gfortran.dg/der_pointer_4.f90,
3454 gfortran.dg/dummy_functions_1.f90,
3455 gfortran.dg/elemental_initializer_1.f90,
3456 gfortran.dg/elemental_non_intrinsic_dummy_1.f90,
3457 gfortran.dg/elemental_pointer_1.f90,
3458 gfortran.dg/elemental_subroutine_1.f90,
3459 gfortran.dg/elemental_subroutine_2.f90, gfortran.dg/entry_1.f90,
3460 gfortran.dg/entry_3.f90, gfortran.dg/enum_10.f90,
3461 gfortran.dg/equiv_constraint_3.f90, gfortran.dg/func_derived_1.f90,
3462 gfortran.dg/func_derived_2.f90, gfortran.dg/func_derived_3.f90,
3463 gfortran.dg/generic_1.f90, gfortran.dg/generic_2.f90,
3464 gfortran.dg/generic_3.f90, gfortran.dg/generic_4.f90,
3465 gfortran.dg/global_references_1.f90,
3466 gfortran.dg/host_used_types_1.f90, gfortran.dg/implicit_1.f90,
3467 gfortran.dg/implicit_2.f90, gfortran.dg/implicit_actual.f90,
3468 gfortran.dg/initialization_1.f90, gfortran.dg/int_1.f90,
3469 gfortran.dg/intent_used_1.f90, gfortran.dg/interface_1.f90,
3470 gfortran.dg/interface_2.f90, gfortran.dg/internal_references_2.f90,
3471 gfortran.dg/io_constraints_1.f90, gfortran.dg/io_constraints_2.f90,
3472 gfortran.dg/large_integer_kind_1.f90,
3473 gfortran.dg/large_real_kind_1.f90,
3474 gfortran.dg/module_blank_common.f90, gfortran.dg/module_commons_1.f90,
3475 gfortran.dg/module_double_reuse.f90,
3476 gfortran.dg/module_equivalence_1.f90,
3477 gfortran.dg/module_interface_1.f90,
3478 gfortran.dg/module_parameter_array_refs_1.f90,
3479 gfortran.dg/named_interface.f90, gfortran.dg/namelist_14.f90,
3480 gfortran.dg/namelist_15.f90, gfortran.dg/namelist_1.f90,
3481 gfortran.dg/namelist_4.f90, gfortran.dg/namelist_use.f90,
3482 gfortran.dg/namelist_use_only.f90, gfortran.dg/nested_modules_1.f90,
3483 gfortran.dg/nested_modules_2.f90, gfortran.dg/nested_modules_3.f90,
3484 gfortran.dg/nested_modules_4.f90, gfortran.dg/nested_modules_5.f90,
3485 gfortran.dg/parens_5.f90, gfortran.dg/parent_result_ref_4.f90,
3486 gfortran.dg/pr15164.f90, gfortran.dg/pr16861.f90,
3487 gfortran.dg/pr17615.f90, gfortran.dg/pr19926.f90,
3488 gfortran.dg/pr21177.f90, gfortran.dg/pr26246_1.f90,
3489 gfortran.dg/private_type_1.f90, gfortran.dg/private_type_2.f90,
3490 gfortran.dg/private_type_3.f90, gfortran.dg/private_type_4.f90,
3491 gfortran.dg/procedure_lvalue.f90, gfortran.dg/pure_byref_3.f90,
3492 gfortran.dg/same_name_1.f90,
3493 gfortran.dg/sibling_dummy_procedure_1.f90,
3494 gfortran.dg/sibling_dummy_procedure_2.f90,
3495 gfortran.dg/sibling_dummy_procedure_3.f90,
3496 gfortran.dg/substr_1.f90, gfortran.dg/substring_equivalence.f90,
3497 gfortran.dg/use_allocated_1.f90, gfortran.dg/used_dummy_types_1.f90,
3498 gfortran.dg/used_dummy_types_2.f90,
3499 gfortran.dg/used_dummy_types_3.f90,
3500 gfortran.dg/used_dummy_types_4.f90,
3501 gfortran.dg/used_dummy_types_5.f90,
3502 gfortran.dg/used_interface_ref.f90, gfortran.dg/used_types_1.f90,
3503 gfortran.dg/userdef_operator_1.f90: Use it.
3505 2006-03-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3507 * gfortran.dg/advance.f90, gfortran.dg/backspace_2.f,
3508 gfortran.dg/comma.f, gfortran.dg/direct_io_2.f90,
3509 gfortran.dg/tl_editing.f90, gfortran.dg/unf_io_convert_1.f90,
3510 gfortran.dg/write_back.f,
3511 gfortran.fortran-torture/execute/inquire_1.f90,
3512 gfortran.fortran-torture/execute/inquire_3.f90: Delete temp file.
3514 2006-03-21 Jeff Law <law@redhat.com>
3516 * gcc.dg/tree-ssa/vrp28.c: New test.
3518 2006-03-21 Eric Botcazou <ebotcazou@libertysurf.fr>
3520 * gcc.dg/builtins-config.h (Solaris case): Define HAVE_C99_RUNTIME
3521 if _STDC_C99 is defined.
3522 * gcc.dg/builtins-18.c: Pass -std=c99 on Solaris.
3523 * gcc.dg/builtins-20.c: Likewise.
3524 * gcc.dg/builtins-53.c: Likewise.
3525 * gcc.dg/single-precision-constant.c: Likewise. Also pass
3526 -mmacosx-version-min=10.3 on PowerPC/Darwin.
3528 2006-03-21 Andrew Pinski <pinskia@physics.uc.edu>
3531 * gcc.c-torture/compile/pr26781-1.c: New test.
3532 * gcc.c-torture/compile/pr26781-2.c: New test.
3534 2006-03-21 Jakub Jelinek <jakub@redhat.com>
3537 * g++.dg/gomp/pr26690-1.C: New test.
3538 * g++.dg/gomp/pr26690-2.C: New test.
3540 2006-03-20 Jeff Law <law@redhat.com>
3542 * gcc.dg/tree-ssa/pr21829.c: New test.
3544 * gcc.dg/tree-ssa/20030807-2.c: Make sure to run VRP.
3546 2006-03-20 Richard Sandiford <richard@codesourcery.com>
3548 * lib/target-supports.exp (check_no_compiler_messages): New procedure.
3549 (check_visibility_available): Use it.
3550 (check_effective_target_default_packed): Likewise.
3551 (check_effective_target_pcc_bitfield_type_matters): Likewise.
3552 (check_effective_target_fopenmp): Likewise.
3553 (check_effective_target_freorder): Likewise.
3554 (check_effective_target_fpic): Likewise.
3555 (check_named_sections_available): Likewise.
3556 (check_effective_target_ilp32): Likewise.
3557 (check_effective_target_lp64): Likewise.
3559 2006-03-20 Thomas Koenig <Thomas.Koenig@online.de>
3562 * gfortran.dg/scalar_mask_2.f90: New test case.
3564 2006-03-20 Andrew Pinski <pinskia@physics.uc.edu>
3567 * gcc.dg/tree-ssa/loadpre12.c: New test.
3568 * gcc.dg/tree-ssa/loadpre13.c: New test.
3569 * gcc.dg/tree-ssa/loadpre14.c: New test.
3570 * gcc.dg/tree-ssa/loadpre15.c: New test.
3571 * gcc.dg/tree-ssa/loadpre16.c: New test.
3572 * gcc.dg/tree-ssa/loadpre17.c: New test.
3573 * gcc.dg/tree-ssa/loadpre18.c: New test.
3574 * gcc.dg/tree-ssa/loadpre19.c: New test.
3575 * gcc.dg/tree-ssa/loadpre20.c: New test.
3576 * gcc.dg/tree-ssa/loadpre21.c: New test.
3577 * gcc.dg/tree-ssa/loadpre22.c: New test.
3579 2006-03-19 Paul Thomas <pault@gcc.gnu.org>
3582 * gfortran.dg/elemental_initializer_1.f90: New test.
3585 * gfortran.dg/assumed_shape_ranks_2: New test.
3587 2006-03-18 Joseph S. Myers <joseph@codesourcery.com>
3589 * gcc.dg/980523-1.c, gcc.dg/980526-1.c, gcc.dg/switch-1.c: Use
3592 2006-03-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3594 * gfortran.dg/direct_io_1.f90, gfortran.dg/iostat_2.f90,
3595 gfortran.dg/open_new.f90, gfortran.dg/open_readonly_1.f90,
3596 gfortran.dg/pr16935.f90, gfortran.dg/pr20954.f,
3597 gfortran.dg/read_many_1.f, gfortran.dg/unf_io_convert_2.f90,
3598 gfortran.fortran-torture/execute/direct_io.f90,
3599 gfortran.fortran-torture/execute/inquire_2.f90,
3600 gfortran.fortran-torture/execute/inquire_4.f90,
3601 gfortran.fortran-torture/execute/list_read_1.f90,
3602 gfortran.fortran-torture/execute/open_replace.f90,
3603 gfortran.fortran-torture/execute/slash_edit.f90,
3604 gfortran.fortran-torture/execute/unopened_unit_1.f90: Delete
3605 temporary files from testcases.
3607 2006-03-17 Jerry DeLisle <jvdelisle@gcc.gnu.org>
3609 PR libgfortran/26509
3610 gfortran.dg/write_direct_eor.f90: New test.
3612 2006-03-17 David Edelsohn <edelsohn@gnu.org>