This is the mail archive of the gcc-bugs@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: egcs-980115: Linux core dump on simple exception code


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


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