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/30406] ICE in LOGICAL(8) functions



------- 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


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