------- Comment #7 from sgk at troutmask dot apl dot washington dot edu 2007-01-08 20:34 ------- Subject: Re: ICE in LOGICAL(8) functions
On Mon, Jan 08, 2007 at 08:19:10PM -0000, dominiq at lps dot ens dot fr wrote: > > I got the same error with OSX 10.4, gcc version 4.2.0 20060617. > I was wrong in my previous mail, -fdump-tree-original gives: > > f (l) > { > logical8 __result_f; > > __result_f = *l == 0; > return __result_f; > } > > looks like yours. > Can you verify that OSX on PPC has logical(8)? If you have integer(8), you should logical(8). logical(8) x x = .true. print *, x end should be sufficient. Unfortunately, I don't have OSX or PPC hardware. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30406