From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13077 invoked by alias); 8 Jan 2007 20:34:28 -0000 Received: (qmail 13020 invoked by alias); 8 Jan 2007 20:34:18 -0000 Date: Mon, 08 Jan 2007 20:34:00 -0000 Message-ID: <20070108203418.13019.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/30406] ICE in LOGICAL(8) functions In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "sgk at troutmask dot apl dot washington dot edu" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-01/txt/msg00536.txt.bz2 ------- 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