This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug testsuite/31883] New: [testsuite, gfortran] typos in the dg directives of the gfortran testsuite


In http://gcc.gnu.org/ml/fortran/2007-03/msg00577.html I have reported a few
typos in the dg directives of the gfortran testsuite and I have proposed a
patch in
http://gcc.gnu.org/ml/gcc-patches/2007-04/msg00064.html

Since then I have found some more:

[karma] dominiq/test% grep -r do-run gcc/testsuite/gfortran.dg/*
gcc-4.3-20070505/gcc/testsuite/gfortran.dg/assumed_dummy_1.f90:! { dg do-run}
gcc-4.3-20070505/gcc/testsuite/gfortran.dg/char_initialiser_actual.f90:! { dg
do-run }
gcc-4.3-20070505/gcc/testsuite/gfortran.dg/nested_modules_2.f90:! { dg do-run }
gcc-4.3-20070505/gcc/testsuite/gfortran.dg/shift-alloc.f90:! { dg do-run }
gcc-4.3-20070505/gcc/testsuite/gfortran.dg/zero_array_components_1.f90:! { dg
do-run }
[karma] dominiq/test% grep -r run} gcc/testsuite/gfortran.dg/*
gcc-4.3-20070505/gcc/testsuite/gfortran.dg/alloc_comp_basics_1.f90:! { dg-do
run}
gcc-4.3-20070505/gcc/testsuite/gfortran.dg/altreturn_3.f90:! { dg-do run}
gcc-4.3-20070505/gcc/testsuite/gfortran.dg/assumed_dummy_1.f90:! { dg do-run}
gcc-4.3-20070505/gcc/testsuite/gfortran.dg/parameter_array_dummy.f90:! { dg-do
run}
gcc-4.3-20070505/gcc/testsuite/gfortran.dg/unf_io_convert_3.f90:! { dg-do run}
[karma] dominiq/test% grep -r compile} gcc/testsuite/gfortran.dg/*
gcc-4.3-20070505/gcc/testsuite/gfortran.dg/default_numeric_type_1.f90:! { dg-do
compile}
gcc-4.3-20070505/gcc/testsuite/gfortran.dg/inquire_iolength.f90:! { dg-do
compile}
gcc-4.3-20070505/gcc/testsuite/gfortran.dg/oldstyle_2.f90:! { dg-do compile}
gcc-4.3-20070505/gcc/testsuite/gfortran.dg/parameter_array_element_1.f90:! {
dg-do compile}

While fixing it in parameter_array_dummy.f90, I also found some errors in the
dg-output in
fmt_zero_precision.f90
parameter_array_dummy.f90
real_const_3.f90

In addition I have fixed some leftover cleanup.

I attach a diff between the orginal files and the fixed ones.

I have done all the regtesting on powerpc-apple-darwin7.9.0 with gfortran 
version 4.3.0 20070503.


-- 
           Summary: [testsuite, gfortran] typos in the dg directives of the
                    gfortran testsuite
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dominiq at lps dot ens dot fr


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31883


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]