This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Patch to make trunk compile on m68k-next-nextstep3 with 3 = 3.2
- To: Toon Moene <toon at moene dot indiv dot nluug dot nl>
- Subject: Re: Patch to make trunk compile on m68k-next-nextstep3 with 3 = 3.2
- From: "Melissa O'Neill" <oneill at cs dot sfu dot ca>
- Date: Thu, 1 Oct 1998 20:41:28 -0700
- cc: Jeff Law <law at cygnus dot com>, EGCS-Patches <egcs-patches at cygnus dot com>
- References: <5073.907214245@hurl.cygnus.com><199810010700.AAA10506@aldrington.ppp.cs.sfu.ca><9810011854.AA12356@moene.indiv.nluug.nl>
Toon wrote:
> My take on this problem is to skip the convoluted configure stuff and
> simply add an item to the FAQ
Fine with me.
> Of course, to completely pin this down, I do need a test case to check
> that, now that I can build recent snapshots on my NEXTSTEP 3.2 system,
> it really works as intended. Melissa, do you have a simple example
> for an exception-impaired developer ;-)
Sure. I've enclosed the test case I've used to check exception handling...
(if you compile it with -DCHECK_CONSTRUCTORS, it checks constructors
too). If it crashes out (typically with ``IOT trap'' indicating a call
to abort(), exceptions are broken. If it exits normally, everything
appears to be fine.
Melissa.
Enc.
exntest.cc