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/26105] New: FAIL: gfortran.dg/auto_char_dummy_array_1.f90 and others


Executing on host: /test/gnu/gcc-4.1/objdir/gcc/testsuite/../gfortran
-B/test/gn
u/gcc-4.1/objdir/gcc/testsuite/../
/test/gnu/gcc-4.1/gcc/gcc/testsuite/gfortran.
dg/auto_char_dummy_array_1.f90   -O0   -pedantic-errors 
-L/test/gnu/gcc-4.1/obj
dir/hppa64-hp-hpux11.11/./libgfortran/.libs
-L/test/gnu/gcc-4.1/objdir/hppa64-hp
-hpux11.11/./libgfortran/.libs
-L/test/gnu/gcc-4.1/objdir/hppa64-hp-hpux11.11/./
libiberty  -lm   -o ./auto_char_dummy_array_1.exe    (timeout = 300)
 In file
/test/gnu/gcc-4.1/gcc/gcc/testsuite/gfortran.dg/auto_char_dummy_array_1
.f90:8

  character(12), dimension(2), target :: t
                                         1
Error: Object 't' at (1) must have the SAVE attribute for default
initialization
 of a component
 In file
/test/gnu/gcc-4.1/gcc/gcc/testsuite/gfortran.dg/auto_char_dummy_array_1
.f90:33

    use global
             1
Fatal Error: Can't open module file 'global.mod' for reading at (1): No such
fil
e or directory
compiler exited with status 1
output is:
 In file
/test/gnu/gcc-4.1/gcc/gcc/testsuite/gfortran.dg/auto_char_dummy_array_1
.f90:8

  character(12), dimension(2), target :: t
                                         1
Error: Object 't' at (1) must have the SAVE attribute for default
initialization
 of a component
 In file
/test/gnu/gcc-4.1/gcc/gcc/testsuite/gfortran.dg/auto_char_dummy_array_1
.f90:33

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

FAIL: gfortran.dg/auto_char_dummy_array_1.f90  -O0  (test for excess errors)
Excess errors:
/test/gnu/gcc-4.1/gcc/gcc/testsuite/gfortran.dg/auto_char_dummy_array_1.f90:8:
E
rror: Object 't' at (1) must have the SAVE attribute for default initialization
of a component
/test/gnu/gcc-4.1/gcc/gcc/testsuite/gfortran.dg/auto_char_dummy_array_1.f90:33:
Fatal Error: Can't open module file 'global.mod' for reading at (1): No such
fil
e or directory


-- 
           Summary: FAIL: gfortran.dg/auto_char_dummy_array_1.f90 and others
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
 GCC build triplet: hppa64-hp-hpux11.11
  GCC host triplet: hppa64-hp-hpux11.11
GCC target triplet: hppa64-hp-hpux11.11


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


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