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: Give a better error for PCH with exec-shield-randomize


Ian Lance Taylor <ian@wasabisystems.com> writes:

> In the current sources, using PCH on a system using Linux style
> exec-shield-randomize will generally crash the compiler in some
> horrible manner.

I can't really evaluate this patch, but ...

> I also added an abort() after the call to sorry().  There is no chance
> of success at this point, and a good chance of a horrible crash.  I
> don't see any reason for the compiler to continue.

may I suggest a single call to fatal() here instead?

zw


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