This is the mail archive of the gcc-patches@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]

Re: [patch] What? Another operand patch?


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


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