This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/30406] ICE in LOGICAL(8) functions
- From: "dominiq at lps dot ens dot fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Jan 2007 20:49:36 -0000
- Subject: [Bug fortran/30406] ICE in LOGICAL(8) functions
- References: <bug-30406-12313@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #8 from dominiq at lps dot ens dot fr 2007-01-08 20:49 -------
Subject: Re: ICE in LOGICAL(8) functions
> Can you verify that OSX on PPC has logical(8)?
I have tested:
logical(8) :: l1, l2
l1 = .true.
l2 = .false.
print *, l1.neqv.l2, kind(l1.neqv.l2)
end
it returns
T 8
as it should.
I have also tested logical(n), with n = 1, 2, 4 without ICE
for the function test.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30406