This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] What? Another operand patch?
- From: "Giovanni Bajo" <giovannibajo at libero dot it>
- To: "Andrew MacLeod" <amacleod at redhat dot com>
- Cc: <gcc-patches at gcc dot gnu dot org>
- Date: Sat, 30 Apr 2005 03:36:50 +0200
- Subject: Re: [patch] What? Another operand patch?
- References: <1114800916.10172.5049.camel@pain>
Andrew MacLeod <amacleod@redhat.com> wrote:
> Anyway, attached is a patch which applies to mainline as of this
> morning.
I see at least one call to abort() in the code. We are trying to move away from
abort() and use gcc_assert()/gcc_unreachable() instead. Could you audit your
patch for this? Thanks.
Giovanni Bajo