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/20151] internal compiler error: Bus error


------- Additional Comments From tobi at gcc dot gnu dot org  2005-02-27 21:03 -------
Reduced testcase:
    module token_module2
      COMMON /MPIPRIV/ MPI_BOTTOM
      integer i
    end module token_module2
    use token_module2, only: mpi_bottom
    use token_module2, only: i
  end
Removing either of the use lines makes the failure disappear.  Note that the
failure happens also without using the ONLY clauses, but I'm not sure if the
code would be illegal then (and wrongly accepted).

-- 


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


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