This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: ICE on mainline with m68k-uclinux (verify_stmts failed)
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: Bernardo Innocenti <bernie at develer dot com>
- Cc: Peter Barada <peter at baradas dot org>, GCC Mailing List <gcc at gcc dot gnu dot org>, Andrew Pinski <pinskia at physics dot uc dot edu>
- Date: Sun, 30 May 2004 15:45:49 -0400
- Subject: Re: ICE on mainline with m68k-uclinux (verify_stmts failed)
- References: <40BA386A.7000603@develer.com>
On May 30, 2004, at 15:39, Bernardo Innocenti wrote:
Hello,
the following ice-on-valid-code appeared on mainline
between 2004-05-25 and 2004-05-29.
This is PR 15731. The problem was caused by:
2004-05-21 Richard Henderson <rth@redhat.com>
* gimplify.c (mostly_copy_tree_r): Don't attempt to copy decls.
(copy_if_shared_r): Don't copy decls, types, constants, BINDs.
Don't mark VA_ARG_EXPRs volatile here.
(gimplify_modify_expr): Unshare TYPE_SIZE_UNIT.
Thanks,
Andrew Pinski