[Bug fortran/30406] ICE in LOGICAL(8) functions
dominiq at lps dot ens dot fr
gcc-bugzilla@gcc.gnu.org
Mon Jan 8 20:19:00 GMT 2007
------- 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
More information about the Gcc-bugs
mailing list