[EMAIL PROTECTED]> cat bug070919.f90 subroutine whatever() logical(kind=1) :: l1, l2, l3 if ((l1 .and. l2) .neqv. l3) then l1 = .true. endif end
[EMAIL PROTECTED]> 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. [EMAIL PROTECTED]> gfortran --version GNU Fortran (GCC) 4.3.0 20070918 (experimental) [trunk revision 128568] [EMAIL PROTECTED]> 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