OSDN Git Service

2005-11-11 Andreas Tobler <a.tobler@schweiz.ch>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
index 43444c8..59e5d45 100644 (file)
@@ -1,3 +1,76 @@
+2005-11-11  Andreas Tobler  <a.tobler@schweiz.ch>
+
+       * lib/target-libpath.exp (get_shlib_extension): New proc.
+       * lib/g++.exp (g++_link_flags): Add flags in case of shared only build.
+       * lib/gfortran.exp (gfortran_link_flags): Likewise.
+       * lib/objc.exp (objc_target_compile): Likewise.
+       * lib/obj-c++.exp (obj-c++_link_flags): Likewise. Fix multilib libgcc
+       detection.
+
+2005-11-11  Andreas Tobler  <a.tobler@schweiz.ch>
+
+       * gfortran.dg/static_linking_1.f: Fix static_libgfortran processing.
+
+       * lib/target-supports.exp (check_effective_target_static_libgfortran):
+       Add -static to additional_flags and pass it to target_compile.
+
+2005-11-11  Jerry DeLisle <jvdelisle@gcc.gnu.org>
+
+       PR libgfortran/24719
+       gfortran.dg/read_noadvance.f90: New test.
+       
+       PR libgfortran/24699
+       gfortran.dg/fmt_t_2.f90: New test.
+       
+       PR libgfortran/24785
+       gfortran.dg/read_x_eor.f90: New test.
+       
+       PR libgfortran/24584
+       gfortran.dg/namelist_empty.f90: Rename test.
+
+       PR libgfortran/24489
+       gfortran/read_eor.f90: Rename test.
+
+2005-11-10  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/15976
+       * gfortran.dg/automatic_module_variable.f90: New test.
+
+2005-11-11  Kaz Kojima  <kkojima@gcc.gnu.org>
+
+       PR target/24445
+       * gcc.dg/pr24445.c: New test.
+
+2005-11-10  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/24655
+       PR fortran/24755
+       * gfortran.dg/recursive_statement_functions.f90: Add statement 
+       functions using inline intrinsic functions and parameters to test
+       that they no longer seg-fault.
+
+       PR fortran/24409
+       gfortran.dg/nested_modules_4.f90: New test.
+       gfortran.dg/nested_modules_5.f90: New test.
+
+2005-11-10  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
+
+       PR fortran/24643
+       * gfortran.dg/implicit_6.f90, gfortran.dg/implicit_7.f90: New.
+
+2005-11-10  Alexandre Oliva  <aoliva@redhat.com>
+
+       * gcc.dg/attr-weakref-1.c: Add exit (0) to avoid spurious
+       failures.
+
+2005-11-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       * gcc.dg/sparc-getcontext-1.c: New test.
+
+2005-11-09  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc.dg/ifcvt-fabs-1.c: New test.
+
 2005-11-09  Alexandre Oliva  <aoliva@redhat.com>
 
        PR other/4372