This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/33733] ICEs in simplify_transfer
- From: "pault at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Oct 2007 04:49:38 -0000
- Subject: [Bug fortran/33733] ICEs in simplify_transfer
- References: <bug-33733-10374@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #7 from pault at gcc dot gnu dot org 2007-10-12 04:49 -------
(In reply to comment #6)
Better still is
if (source->expr_type == EXPR_FUNCTION)
return NULL;
since source is already tested to be a constant expression.
Paul
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33733