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:19:10 -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 #6 from dominiq at lps dot ens dot fr 2007-01-08 20:19 -------
Subject: Re: ICE in LOGICAL(8) functions
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.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30406