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 fortran/23259] New: gfortran.dg/large_integer_kind_1.f90 FAIL with Error: Kind -1 not supported for type INTEGER at (1)


See, for example, 
http://gcc.gnu.org/ml/gcc-testresults/2005-08/msg00272.html

Executing on host: /usr/local/src/trunk/objdir/gcc/testsuite/../gfortran
-B/usr/local/src/trunk/objdir/gcc/testsuite/../
/usr/local/src/trunk/gcc/gcc/testsuite/gfortran.dg/large_integer_kind_1.f90  
-O0   -pedantic-errors 
-L/usr/local/src/trunk/objdir/sparc64-unknown-linux-gnu/./libgfortran/.libs
-L/usr/local/src/trunk/objdir/sparc64-unknown-linux-gnu/./libiberty  -lm   -o
./large_integer_kind_1.exe    (timeout = 600)
 In file
/usr/local/src/trunk/gcc/gcc/testsuite/gfortran.dg/large_integer_kind_1.f90:8



    integer(kind=k),intent(in) :: a

                 1

Error: Kind -1 not supported for type INTEGER at (1)

 In file
/usr/local/src/trunk/gcc/gcc/testsuite/gfortran.dg/large_integer_kind_1.f90:25



  use testmod

            1

Fatal Error: Can't open module file 'testmod.mod' for reading at (1): No such
file or directory

compiler exited with status 1
output is:
 In file
/usr/local/src/trunk/gcc/gcc/testsuite/gfortran.dg/large_integer_kind_1.f90:8



    integer(kind=k),intent(in) :: a

                 1

Error: Kind -1 not supported for type INTEGER at (1)

 In file
/usr/local/src/trunk/gcc/gcc/testsuite/gfortran.dg/large_integer_kind_1.f90:25



  use testmod

            1

Fatal Error: Can't open module file 'testmod.mod' for reading at (1): No such
file or directory


FAIL: gfortran.dg/large_integer_kind_1.f90  -O0  (test for excess errors)
Excess errors:
/usr/local/src/trunk/gcc/gcc/testsuite/gfortran.dg/large_integer_kind_1.f90:8:
Error: Kind -1 not supported for type INTEGER at (1)
/usr/local/src/trunk/gcc/gcc/testsuite/gfortran.dg/large_integer_kind_1.f90:25:
Fatal Error: Can't open module file 'testmod.mod' for reading at (1): No such
file or directory

WARNING: gfortran.dg/large_integer_kind_1.f90  -O0  compilation failed to
produce executable

-- 
           Summary: gfortran.dg/large_integer_kind_1.f90 FAIL with Error:
                    Kind -1 not supported for type INTEGER at (1)
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: christian dot joensson at gmail dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: sparc64-unknown-linux-gnu
  GCC host triplet: sparc64-unknown-linux-gnu
GCC target triplet: sparc64-unknown-linux-gnu


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


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