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