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]

Exceptions broken in egcs-2.93.03 ?



On my alphaev56-dec-osf4.0d and egcs-2.93.03 exceptions seems to not
get caught:

main() {
  try {
    throw;
  } catch(...) {
    return 0;
  }
}

> c++ -o bar bar.cpp
> ./bar
Abort
>

Regards.
/Oskar

*/              Oskar Enoksson, Linkoping, Sweden                  /*



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