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/33500] New: ICE in copy_to_mode_reg with logical(kind=1) expression


mitchell@speedy> cat bug070919.f90
subroutine whatever()
logical(kind=1) :: l1, l2, l3
if ((l1 .and. l2) .neqv. l3) then
   l1 = .true.
endif
end

mitchell@speedy> gfortran -c bug070919.f90
bug070919.f90: In function ?whatever?:
bug070919.f90:1: internal compiler error: in copy_to_mode_reg, at explow.c:644
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

mitchell@speedy> gfortran --version
GNU Fortran (GCC) 4.3.0 20070918 (experimental) [trunk revision 128568]

mitchell@speedy> uname -a
Linux speedy 2.6.18-8.1.8.el5 #1 SMP Tue Jul 10 06:50:22 EDT 2007 i686 i686
i386 GNU/Linux

The Linux distribution is CentOS 5


-- 
           Summary: ICE in copy_to_mode_reg with logical(kind=1) expression
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: william dot mitchell at nist dot gov


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


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