This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/30406] ICE in LOGICAL(8) functions



------- Comment #3 from kargl at gcc dot gnu dot org  2007-01-08 17:38 -------
Dominique, can you post the output file created with -fdump-tree-originial.
Like Tobias, I can compile this without a problem.  Here's my dump

f (l)
{
  logical8 __result_f;

  __result_f = *l == 0;
  return __result_f;
}

If yours is the same, we have a target specific problem.


-- 

kargl at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kargl at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30406


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]