This is the mail archive of the gcc@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: What does "internal error #20000524"?


On Tue, Jan 22, 2002 at 08:08:05PM -0500, Craig Rodrigues wrote:
> 
> What do we gain by using the my_friendly_abort() macro vs. doing
> just a plain abort() and getting the same "Internal compiler error"
> messages in the C part of gcc?

In my opinion, not much, and new code should use plain abort().

However, the existing ones aren't doing any harm; I don't see a great
deal of point to taking them all out.

zw


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