Hyman Rosen wrote:
>
> Compiling the following program *without* optimization dumps core in Linux:
>
> class e { };
> void f() { throw e(); }
> int main()
> {
> try { f(); }
> catch (e) { return 1; }
> }
Hi,
For me it dumps with gcc 2.8.0 and egcs 1.0.1., but not with the latest
snapshot.
regards,
Thomas Kunert