OSDN Git Service

* gcc.c-torture/execute/multi-ix.c (CHUNK): Be more conservative
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index 17bddb1..0789496 100644 (file)
-2007-06-24  Paul Thomas  <pault@gcc.gnu.org>
+2007-07-06  Nathan Froyd  <froydnj@codesourcery.com>
 
-       PR fortran/31726
-       * gfortran.dg/minmaxloc_1.f90: New test.
+       * gcc.c-torture/execute/multi-ix.c (CHUNK): Be more conservative
+       about the chunk size when STACK_SIZE is defined.
 
-       PR fortran/32298
-       * gfortran.dg/minmaxloc_2.f90: New test.
+2007-07-06  Josh Conner  <jconner@apple.com>
+
+       PR middle-end/32602
+       * gcc.dg/sibcall-8.c: New test.
+
+2007-07-06  Josh Conner  <jconner@apple.com>
+
+       PR middle-end/32603
+       * gcc.target/arm/sibcall-1.c: New test.
+
+2007-07-06  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gcc.dg/dfp/convert-dfp-round-thread.c: New test.
+
+2007-07-06  Daniel Franke  <franke.daniel@gmail.com>
+
+       * gfortran.dg/save_parameter.f90: New test.
+       * gfortran.dg/module_md5_1.f90: Updated MD5 sum.
+
+2007-07-06  Richard Guenther  <rguenther@suse.de>
+
+       * g++.dg/opt/pr30965.C: New testcase.
+
+2007-07-06  Richard Sandiford  <richard@codesourcery.com>
+
+       * gcc.target/mips/save-restore-5.c: New test.
+
+2007-07-06  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR rtl_optimization/32450
+       * gcc.dg/pr32450.c: New runtime test.
+
+2007-07-06  Uros Bizjak  <ubizjak@gmail.com>
 
-2007-06-23  Mark Mitchell  <mark@codesourcery.com>
+       * g++.dg/ext/visibility/ms-compat-1.C: Change double underscore to
+       single underscore in scan directives.
+
+2007-07-05  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/32245
+       * g++.dg/init/ptrmem4.C: New test.
+
+       PR c++/32251
+       * g++.dg/init/new21.C: Likewise.
+
+       PR c++/31992
+       * g++.dg/template/static30.C: Likewise.
+
+2007-07-05  Dorit Nuzman  <dorit@il.ibm.com>
+
+       * gcc.dg/vect/costmodel/ppc: New directory.
+       * gcc.dg/vect/costmodel/ppc/ppc-costmodel-vect.exp: New.
+       * gcc.dg/vect/costmodel/ppc/costmodel-fast-math-vect-pr29925.c:
+       New test.
+       * gcc.dg/vect/costmodel/ppc/costmodel-vect-31a.c: New test.
+       * gcc.dg/vect/costmodel/ppc/costmodel-vect-31b.c: New test.
+       * gcc.dg/vect/costmodel/ppc/costmodel-vect-31c.c: New test.
+       * gcc.dg/vect/costmodel/ppc/costmodel-vect-31d.c: New test.
+       * gcc.dg/vect/costmodel/ppc/costmodel-vect-33.c: New test.
+       * gcc.dg/vect/costmodel/ppc/costmodel-vect-76a.c: New test.
+       * gcc.dg/vect/costmodel/ppc/costmodel-vect-76b.c: New test.
+       * gcc.dg/vect/costmodel/ppc/costmodel-vect-76c.c: New test.
+       * gcc.dg/vect/costmodel/ppc/costmodel-vect-68a.c: New test.
+       * gcc.dg/vect/costmodel/ppc/costmodel-vect-68b.c: New test.
+       * gcc.dg/vect/costmodel/ppc/costmodel-vect-68c.c: New test.
+       * gcc.dg/vect/costmodel/ppc/costmodel-vect-68d.c: New test.
+       * gcc.dg/vect/costmodel/ppc/costmodel-vect-reduc-1char.c: New test.
+       * gcc.dg/vect/costmodel/i386/costmodel-vect-68.c: Now vectorized.
+
+2007-07-05  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/32359
+       * gfortran.dg/module_md5_1.f90: Update MD5 number.
+
+2007-07-05  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/32526
+       * gfortran.dg/interface_14.f90: New test.
+
+       PR fortran/32613
+       * gfortran.dg/do_iterator_2.f90: New test.
+
+2007-07-04  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gcc.dg/dfp/dfp-round.h (FE_DEC_TONEAREST): Redfined for BID.
+       (FE_DEC_DOWNWARD): Likewise.
+       (FE_DEC_UPWARD): Likewise.
+       (FE_DEC_TOWARDZERO): Likewise.
+       (FE_DEC_TONEARESTFROMZERO): Likewise.
+
+2007-07-04  Daniel Berlin  <dberlin@dberlin.org>
+
+       * gcc.c-torture/compile/pr32606.c: New.
+       * gfortran.fortran-torture/execute/pr32604.f90: New.
+
+2007-07-04  Mark Mitchell  <mark@codesourcery.com>
 
        * gcc.dg/visibility-12.c: New test.
        * gcc.dg/visibility-13.c: Likewise.
        * g++.dg/ext/visibility-9.C: Likewise.
        * g++.dg/ext/visibility-10.C: Likewise.
 
+2007-07-04  Richard Sandiford  <richard@codesourcery.com>
+
+       * gcc.dg/sh-relax.c: Skip for VxWorks if non-PIC.
+       * gcc.dg/sh-relax-vxworks.c: New test.
+
+2007-07-04  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/32500
+       * gcc.c-torture/execute/pr32500.c: New testcase.
+
+2007-07-04  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/32482
+       * gcc.c-torture/compile/pr32482.c: New testcase.
+
+2007-07-04  Richard Sandiford  <richard@codesourcery.com>
+
+       * gcc.c-torture/execute/ieee/compare-fp-4.x: Add an XFAIL for ARM
+       VxWorks kernels.
+       * gcc.c-torture/execute/ieee/fp-cmp-1.x: Likewise.
+       * gcc.c-torture/execute/ieee/fp-cmp-2.x: Likewise.
+       * gcc.c-torture/execute/ieee/fp-cmp-3.x: Likewise.
+       * gcc.c-torture/execute/ieee/fp-cmp-6.x: Likewise.
+
+2007-07-04  Richard Sandiford  <richard@codesourcery.com>
+
+       * gcc.dg/cpp/trad/include.c: Skip for VxWorks kernels.
+
+2007-07-04  Richard Sandiford  <richard@codesourcery.com>
+
+       * gcc.dg/sh4a-fprun.c: Skip for VxWorks kernels.
+
+2007-07-04  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       PR fortran/31198
+       * gfortran.dg/min_max_optional_1.f90: New test.
+       * gfortran.dg/min_max_optional_2.f90: New test.
+       * gfortran.dg/min_max_optional_3.f90: New test.
+
+2007-07-03  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR fortran/32545
+       * gfortran.dg/fmt_error.f90: New test.
+
+2007-07-03  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR fortran/32612
+       * gfortran.dg/interface_13.f90: New test.
+
+2007-07-03  Dave Brolley  <brolley@redhat.com>
+
+       PR c++/31743
+       * g++.dg/init/new20.C: New test.
+
+2007-07-03  Christopher D. Rickett  <crickett@lanl.gov>
+
+       PR fortran/32579
+       * gfortran.dg/iso_c_binding_only.f03: Updated test case.
+
+2007-07-03  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/25062
+       * common_7.f90: New.
+       * common_8.f90: New.
+       * common_9.f90: New.
+
+2007-07-03  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/30940
+       * gfortran.dg/argument_checking_1.f90: New.
+       * gfortran.dg/argument_checking_2.f90: New.
+       * gfortran.dg/argument_checking_3.f90: New.
+       * gfortran.dg/argument_checking_4.f90: New.
+       * gfortran.dg/argument_checking_5.f90: New.
+       * gfortran.fortran-torture/execute/st_function_1.f90: Add dg-warning.
+       * gfortran.fortran-torture/execute/st_function.f90: Add dg-warning.
+
+2007-07-03  Uros Bizjak  <ubizjak@gmail.com>
+
+       * gcc.dg/pr32176.c: Add -w to default dg-options.
+
+2007-07-02  Daniel Berlin  <dberlin@dberlin.org>
+
+       * gcc.c-torture/compile/ssa-pre-1.c: New test.
+
+2007-07-03  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/20888
+       * gfortran.dg/null_2.f90: New.
+
+2007-07-03  Uros Bizjak  <ubizjak@gmail.com>
+           Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
+
+       PR middle-end/32176
+       * gcc.dg/pr32176.c: New test.
+
+2007-07-03  Uros Bizjak  <ubizjak@gmail.com>
+
+       * gcc.dg/const-float80.c : New test.
+       * gcc.dg/const-float128.c : New test.
+       * gcc.dg/const-float80-ped.c : New test.
+       * gcc.dg/const-float128-ped.c : New test.
+
+2007-07-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * gcc.dg/c99-math.h: Fix typo.
+
+2007-07-02  Jakub Jelinek  <jakub@redhat.com>
+
+       PR libgomp/32468
+       * gcc.dg/gomp/pr32468-1.c: New test.
+
+2007-07-02  Richard Sandiford  <richard@codesourcery.com>
+
+       * gcc.target/mips/mips.exp (setup_mips_tests): Treat -mfp* as
+       an ABI option.
+
+2007-07-02  Daniel Berlin  <dberlin@dberlin.org>
+
+       * gfortran.fortran-torture/compile/pr32583.f: New.
+       * gcc.c-torture/compile/pr32584.c: New
+
+2007-07-02  Ollie Wild  <aaw@google.com>
+
+       * g++.dg/lookup/using16.C: Merge dg-errors with common line.
+       * g++.dg/lookup/using17.C: Merge dg-errors with common line.
+
+2007-07-02  Richard Sandiford  <richard@codesourcery.com>
+
+       * gcc.target/mips/save-restore-1.c: New test.
+       * gcc.target/mips/save-restore-2.c: Likewise.
+       * gcc.target/mips/save-restore-3.c: Likewise.
+       * gcc.target/mips/save-restore-4.c: Likewise.
+
+2007-07-02  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR tree-optimization/31966
+       PR tree-optimization/32533
+       * gcc.dg/tree-ssa/pr31966.c: New runtime test.
+       * gfortran.dg/pr32533.f90: Ditto.
+
+2007-07-02  Jakub Jelinek  <jakub@redhat.com>
+
+       * g++.dg/opt/nrv12.C: New test.
+       * gcc.target/i386/nrv1.c: New test.
+
+       PR c++/31748
+       * g++.dg/gomp/pr31748.C: New test.
+
+2007-07-02  Ira Rosen  <irar@il.ibm.com>
+       PR tree-optimization/32230
+       * gcc.dg/vect/pr32230.c: New test.
+
+2007-07-01  Christopher D. Rickett  <crickett@lanl.gov>
+
+       * bind_c_array_params.f03: New files for Fortran 2003 ISO C Binding.
+       * bind_c_coms.f90: Ditto.
+       * bind_c_coms_driver.c: Ditto.
+       * bind_c_dts.f90: Ditto.
+       * bind_c_dts_2.f03: Ditto.
+       * bind_c_dts_2_driver.c: Ditto.
+       * bind_c_dts_3.f03: Ditto.
+       * bind_c_dts_4.f03: Ditto.
+       * bind_c_dts_driver.c: Ditto.
+       * bind_c_implicit_vars.f03: Ditto.
+       * bind_c_procs.f03: Ditto.
+       * bind_c_usage_2.f03: Ditto.
+       * bind_c_usage_3.f03: Ditto.
+       * bind_c_usage_5.f03: Ditto.
+       * bind_c_usage_6.f03: Ditto.
+       * bind_c_usage_7.f03: Ditto.
+       * bind_c_vars.f90: Ditto.
+       * bind_c_vars_driver.c: Ditto.
+       * binding_c_table_15_1.f03: Ditto.
+       * binding_label_tests.f03: Ditto.
+       * binding_label_tests_10.f03: Ditto.
+       * binding_label_tests_10_main.f03: Ditto.
+       * binding_label_tests_11.f03: Ditto.
+       * binding_label_tests_11_main.f03: Ditto.
+       * binding_label_tests_12.f03: Ditto.
+       * binding_label_tests_13.f03: Ditto.
+       * binding_label_tests_13_main.f03: Ditto.
+       * binding_label_tests_14.f03: Ditto.
+       * binding_label_tests_2.f03: Ditto.
+       * binding_label_tests_3.f03: Ditto.
+       * binding_label_tests_4.f03: Ditto.
+       * binding_label_tests_5.f03: Ditto.
+       * binding_label_tests_6.f03: Ditto.
+       * binding_label_tests_7.f03: Ditto.
+       * binding_label_tests_8.f03: Ditto.
+       * binding_label_tests_9.f03: Ditto.
+       * c_assoc.f90: Ditto.
+       * c_assoc_2.f03: Ditto.
+       * c_f_pointer_shape_test.f90: Ditto.
+       * c_f_pointer_tests.f90: Ditto.
+       * c_f_tests_driver.c: Ditto.
+       * c_funloc_tests.f03: Ditto.
+       * c_funloc_tests_2.f03: Ditto.
+       * c_funloc_tests_3.f03: Ditto.
+       * c_funloc_tests_3_funcs.c: Ditto.
+       * c_kind_params.f90: Ditto.
+       * c_kind_tests_2.f03: Ditto.
+       * c_kinds.c: Ditto.
+       * c_loc_driver.c: Ditto.
+       * c_loc_test.f90: Ditto.
+       * c_loc_tests_2.f03: Ditto.
+       * c_loc_tests_2_funcs.c: Ditto.
+       * c_loc_tests_3.f03: Ditto.
+       * c_loc_tests_4.f03: Ditto.
+       * c_loc_tests_5.f03: Ditto.
+       * c_loc_tests_6.f03: Ditto.
+       * c_loc_tests_7.f03: Ditto.
+       * c_loc_tests_8.f03: Ditto.
+       * c_ptr_tests.f03: Ditto.
+       * c_ptr_tests_10.f03: Ditto.
+       * c_ptr_tests_5.f03: Ditto.
+       * c_ptr_tests_7.f03: Ditto.
+       * c_ptr_tests_7_driver.c: Ditto.
+       * c_ptr_tests_8.f03: Ditto.
+       * c_ptr_tests_8_funcs.c: Ditto.
+       * c_ptr_tests_9.f03: Ditto.
+       * c_ptr_tests_driver.c: Ditto.
+       * c_size_t_driver.c: Ditto.
+       * c_size_t_test.f03: Ditto.
+       * com_block_driver.f90: Ditto.
+       * global_vars_c_init.f90: Ditto.
+       * global_vars_c_init_driver.c: Ditto.
+       * global_vars_f90_init.f90: Ditto.
+       * global_vars_f90_init_driver.c: Ditto.
+       * interop_params.f03: Ditto.
+       * iso_c_binding_only.f03: Ditto.
+       * iso_c_binding_rename_1.f03: Ditto.
+       * iso_c_binding_rename_1_driver.c: Ditto.
+       * iso_c_binding_rename_2.f03: Ditto.
+       * iso_c_binding_rename_2_driver.c: Ditto.
+       * kind_tests_2.f03: Ditto.
+       * kind_tests_3.f03: Ditto.
+       * module_md5_1.f90: Ditto.
+       * only_clause_main.c: Ditto.
+       * print_c_kinds.f90: Ditto.
+       * test_bind_c_parens.f03: Ditto.
+       * test_c_assoc.c: Ditto.
+       * test_com_block.f90: Ditto.
+       * test_common_binding_labels.f03: Ditto.
+       * test_common_binding_labels_2.f03: Ditto.
+       * test_common_binding_labels_2_main.f03: Ditto.
+       * test_common_binding_labels_3.f03: Ditto.
+       * test_common_binding_labels_3_main.f03: Ditto.
+       * test_only_clause.f90: Ditto.
+       * use_iso_c_binding.f90: Ditto.
+       * value_5.f90: Ditto.
+       * value_test.f90: Ditto.
+       * value_tests_f03.f90: Ditto.
+
+2007-07-01  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gcc.dg/tls/opt-14.c: New.
+
+2007-07-01  Ollie Wild  <aaw@google.com>
+
+       * g++.dg/lookup/using16.C: New test.
+       * g++.dg/lookup/using17.C: New test.
+
+2007-07-01  Janne Blomqvist  <jb@gcc.gnu.org>
+
+       PR fortran/32239
+       * gfortran.fortran-torture/execute/intrinsic_fraction_exponent.f90
+       (test_4): Use proper test for floating point equality.
+       (test_8): Likewise.
+
+2007-06-29  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libgfortran/32554
+       * gfortran.dg/fmt_p_1.f90: New test.
+
+2007-07-01  Ira Rosen  <irar@il.ibm.com>
+
+       * gcc.dg/vect/vect-strided-store-u16-i4.c: Remove abort() from input
+       initialization and fix dg-final check - the initialization loop is
+       vectorizable.
+
+2007-07-01  Uros Bizjak  <ubizjak@gmail.com>
+           Volker Reichelt  <reichelt@netcologne.de>
+
+       PR middle-end/32559
+       * gcc.dg/pr32559.c: New test.
+
+2007-07-01  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR tree-optimization/25371
+       * gcc.dg/vect/pr25371.c: New test.
+
+2007-06-30  Nathan Froyd  <froydnj@codesourcery.com>
+
+       * gcc.c-torture/execute/20051113-1.c (main): Use the correct type
+       when allocating and initializing a flexible array.
+
+2007-06-30  Daniel Franke  <franke.daniel@gmail.com>
+
+       PR fortran/20373
+       * gfortran.dg/intrinsic.f90: New test.
+
+2007-06-30  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/32555
+       * gfortran.dg/fmt_zero_check.f90: New.
+
+2007-06-30  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/30284
+       * gfortran.dg/repeat_f90: New test.
+
+2007-06-30  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
+
+       PR testsuite/25241
+       * gcc.dg/cpp/20000625-1.c: Without dg-options the default is
+       -pedantic-errors, so we should match errors.
+       * gcc.dg/cpp/escape-1.c: Likewise.
+       * gcc.dg/cpp/charconst.c: Empty character constants are errors.
+       * gcc.dg/cpp/direct2.c: This is a mandatory error instead of a
+       warning.
+       * gcc.dg/cpp/endif-pedantic2.c: Use -pedantic-errors to obtain
+       errors instead of warnings.
+       * gcc.dg/cpp/extratokens.c: Use dg-warning instead of dg-error for
+       a pedantic warning.
+       * gcc.dg/cpp/arith-3.c: Likewise.
+
+2007-06-30  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
+
+       PR testsuite/25241
+       * gcc.dg/pch/valid-1.c: Match each diagnostic with its own directive.
+       * gcc.dg/pch/valid-2.c: Likewise.
+       * gcc.dg/pch/valid-3.c: Likewise.
+       * gcc.dg/pch/warn-1.c: Likewise.
+       * gcc.dg/pch/valid-4.c: Match a warning instead of an error.
+       
+2007-06-30  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
+
+       PR c/4076
+       * gcc.dg/Wunused-function.c: New.
+       
+2007-06-29  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       * gfortran.fortran-torture/compile/inline_1.f90: Fix test.
+
+2007-06-29  Douglas Gregor  <doug.gregor@gmail.com>
+
+       * g++.dg/other/canon-31724.C: New.
+       
+2007-06-29  Jan Hubicka  <jh@suse.cz>
+
+       PR middle-end/32372
+       * gcc.c-torture/compile/pr32372.c: new.
+
+2007-06-29  Daniel Franke  <franke.daniel@gmail.com>
+
+       * gfortran.dg/operator_3.f90: New test.
+
+2007-06-29  Daniel Franke  <franke.daniel@gmail.com>
+
+       * gfortran.dg/gomp/reduction1.f90: Adjust error message.
+       * gfortran.dg/gomp/allocatable_components_1.f90: Likewise.
+
+2007-06-29  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/32493
+       * gcc.dg/inline-23.c: New testcase.
+
+2007-06-29  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR tree-optimization/24659
+       * gcc.target/i386/vectorize2.c: New test.
+       * gcc.target/i386/sse2-lrint-vec.c: New runtime test.
+       * gcc.target/i386/sse2-lrintf-vec.c: Ditto.
+
+2007-06-29  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc.dg/pointer-arith-9.c: New test.
+
+2007-06-29  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/32483
+       * gfortran.dg/fmt_read_2.f90: New.
+
+2007-06-28  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       * gfortran.dg/open_errors.f90: Check for existance of temptestfile.
+       If it exists, don't try to create it.
+
+2007-06-28  Geoffrey Keating  <geoffk@apple.com>
+
+       * g++.dg/ext/visibility/ms-compat-1.C: New.
+
+2007-06-28  Andrew Pinski  <andrew_pinski@playstation.sony.com>
+
+       PR tree-opt/32417
+       * gfortran.fortran-torture/compile/pr32417.f90: New test.
+
+2007-06-28  Dorit Nuzman  <dorit@il.ibm.com>
+
+       * gcc.dg/vect/vect-iv-4.c: Test now passes on vect_pack_trunc
+       targets.
+
+2007-06-27  Daniel Franke  <franke.daniel@gmail.com>
+
+       PR fortran/32467
+       * gfortran.dg/gomp/allocatable_components_1.f90: New test.
+
+2007-06-27  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/32492
+       * gcc.dg/inline-22.c: New testcase.
+
+2007-06-26  Hui-May Chang <hm.chang@apple.com>
+
+       * gcc.target/i386/large-size-array-3.c: Remove the larger size of
+       the scan-assembler constant.
+
+2007-06-25  Geoffrey Keating  <geoffk@apple.com>
+
+       PR 20216
+       * gcc.dg/pr20216.c: New.
+
+2007-06-25  Andrew Pinski  <andrew_pinski@playstation.sony.com>
+
+       PR tree-opt/32421
+       * gcc.dg/vect/pr32421.c: New test.
+
+2006-06-26  Simon Martin  <simartin@users.sourceforge.net>
+
+       PR c++/32111
+       * g++.dg/other/friend5.C: New test.
+
+2007-06-25  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/32464
+       * gfortran.dg/host_assoc_function_2.f90: New test.
+
+       PR fortran/31494
+       * gfortran.dg/host_assoc_call_1.f90: New test.
+
+2007-06-24  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       * gfortran.dg/secnds-1.f: Revise test to reduce random errors.
+       
+2007-06-24  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR fortran/32456
+       * gfortran.dg/error_format.f90: New test.
+
+2007-06-24  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/32136
+       * gfortran.dg/pr32136.f90: New test.
+
+2007-06-24  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/31726
+       * gfortran.dg/minmaxloc_1.f90: New test.
+
+       PR fortran/32298
+       * gfortran.dg/minmaxloc_2.f90: New test.
+
 2007-06-23  Richard Guenther  <rguenther@suse.de>
 
        PR tree-optimization/16876