Re: C++ exception handling on PPC with gcc 6.4.0 doesn't work

2024-05-27 Thread Ken Cunningham
do exceptions work with the default gcc7 compiler? K

C++ exception handling on PPC with gcc 6.4.0 doesn't work

2024-05-19 Thread Andreas Falkenhahn
I'm using gcc-mp-6 (MacPorts gcc6 6.4.0_0) from 2017 on a PowerPC MacOS system 10.5. For some reason, using C++ exceptions doesn't seem to work with the compiler. Whenever my program tries to throw an exception, it just hangs and I need to use Ctrl-C to kill it. Are C++ exceptions generally