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]

Re: Patch to make trunk compile on m68k-next-nextstep3 with 3 = 3.2


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







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