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/67073] short program produces ICE


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67073

Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-08-08
                 CC|                            |burnus at gcc dot gnu.org,
                   |                            |fxcoudert at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #1 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> ---
Confirmed. Occurs with both version 5.1 and trunk.

Reduced testcase:

program test
  use, intrinsic :: iso_fortran_env
  type(lock_type) :: lock2[*]
contains
  subroutine joe
    lock (lock2)
  end subroutine
end

(compile with "gfortran -fcoarray=lib")


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