[Bug libgcc/60939] AIX: exceptions not caught when calling function via pointer

2023-06-13 Thread adam.swartz--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60939 --- Comment #13 from Adam Swartz --- Created attachment 55319 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55319=edit InheritanceCase The shell script will compile things. OpenSource team said they had to change the -ggdb3 option. The

[Bug libgcc/60939] AIX: exceptions not caught when calling function via pointer

2023-06-13 Thread adam.swartz--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60939 --- Comment #12 from Adam Swartz --- Thanks David. I think I got it working through the makefile with patterns, variables and some conditional logic. It didn't complain about command size, but having that as a backup is good to know. I would

[Bug libgcc/60939] AIX: exceptions not caught when calling function via pointer

2023-06-12 Thread adam.swartz--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60939 --- Comment #10 from Adam Swartz --- I have a program with 130+ .o files that would need the keepfile option. Is there a way to pass all of the object files to the linker with a single keepfile option? I cannot find any doc on the keepfile