This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] What? Another operand patch?
On Fri, 2005-04-29 at 21:36, Giovanni Bajo wrote:
> 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.
Oops, how'd that get in there? Yeah, its the only one, it should have
been gcc_unreachable().
thanks
Andrew