OSDN Git Service

2007-07-04 Daniel Berlin <dberlin@dberlin.org>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index 93bc110..fe15120 100644 (file)
@@ -1,3 +1,405 @@
+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.
        PR fortran/32298
        * gfortran.dg/minmaxloc_2.f90: New test.
 
-2007-06-23  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-06-23  Richard Guenther  <rguenther@suse.de>
 
        PR tree-optimization/16876