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/16208] New: gfortran internal error (assertion failed)


Compiling the attached sample program prime.f90 that is distributed
with the F compiler leads to the following result:

% gfortran -c ~/f90/prime.f90 
f951: ../../gcc/gcc/fortran/trans-array.c:3025: gfc_trans_dummy_array_bias:
Assertion `(__extension__ ({ const tree __t = (type); if (tree_code_type[(int)
(((enum tree_code) (__t)->common.code))] != ('t')) tree_class_check_failed (__t,
('t'), "../../gcc/gcc/fortran/trans-array.c", 3025, __FUNCTION__); __t;
})->type.lang_flag_2)' failed.
/home/anlauf/f90/prime.f90: In function `compute_primes':
/home/anlauf/f90/prime.f90:4: internal compiler error: Aborted
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: gfortran internal error (assertion failed)
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: anlauf at hep dot tu-darmstadt dot de
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-linux-gnu


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


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