This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

Regression with abstract_type_6.f90


Notice the 'compiler exited with status 1' message below.

FAIL: gfortran.dg/abstract_type_6.f03  -O   (test for errors, line 43)

Executing on host: /usr/home/kargl/gcc/obj4x/gcc/testsuite/gfortran/../../gfortran -B/usr/home/kargl/gcc/obj4x/gcc/testsuite/gfortran/../../ /usr/home/kargl/gcc/gcc4x/gcc/testsuite/gfortran.dg/abstract_type_6.f03   -O   -pedantic-errors -S  -o abstract_type_6.s    (timeout = 300)
/usr/home/kargl/gcc/gcc4x/gcc/testsuite/gfortran.dg/abstract_type_6.f03:13.17:

   PROCEDURE(xxx), DEFERRED :: proc_a ! { dg-error "must be a module procedure"
                 1
Error: 'xxx' must be a module procedure or an external procedure with an explicit interface at (1)
/usr/home/kargl/gcc/gcc4x/gcc/testsuite/gfortran.dg/abstract_type_6.f03:15.12:

   PROCEDURE :: proc_c => top_c ! { dg-error "must be a module procedure" }
            1
Error: 'top_c' must be a module procedure or an external procedure with an explicit interface at (1)
/usr/home/kargl/gcc/gcc4x/gcc/testsuite/gfortran.dg/abstract_type_6.f03:22.12:

   PROCEDURE :: proc_a => dummy_middle_a ! { dg-error "must be a module procedu
            1
Error: 'dummy_middle_a' must be a module procedure or an external procedure with an explicit interface at (1)
/usr/home/kargl/gcc/gcc4x/gcc/testsuite/gfortran.dg/abstract_type_6.f03:24.12:

   PROCEDURE :: proc_b => middle_b ! { dg-error "must be a module procedure" }
            1
Error: 'middle_b' must be a module procedure or an external procedure with an explicit interface at (1)
compiler exited with status 1
output is:
/usr/home/kargl/gcc/gcc4x/gcc/testsuite/gfortran.dg/abstract_type_6.f03:13.17:

   PROCEDURE(xxx), DEFERRED :: proc_a ! { dg-error "must be a module procedure"
                 1
Error: 'xxx' must be a module procedure or an external procedure with an explicit interface at (1)
/usr/home/kargl/gcc/gcc4x/gcc/testsuite/gfortran.dg/abstract_type_6.f03:15.12:

   PROCEDURE :: proc_c => top_c ! { dg-error "must be a module procedure" }
            1
Error: 'top_c' must be a module procedure or an external procedure with an explicit interface at (1)
/usr/home/kargl/gcc/gcc4x/gcc/testsuite/gfortran.dg/abstract_type_6.f03:22.12:

   PROCEDURE :: proc_a => dummy_middle_a ! { dg-error "must be a module procedu
            1
Error: 'dummy_middle_a' must be a module procedure or an external procedure with an explicit interface at (1)
/usr/home/kargl/gcc/gcc4x/gcc/testsuite/gfortran.dg/abstract_type_6.f03:24.12:

   PROCEDURE :: proc_b => middle_b ! { dg-error "must be a module procedure" }
            1
Error: 'middle_b' must be a module procedure or an external procedure with an explicit interface at (1)


-- 
Steve


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