[PATCH] AIX Build failure with default -std=gnu23.

2024-11-27 Thread Sangamesh Mallayya
libiberty/getopt.c file is defining _NO_PROTO which causes conflicting declarations for the functions in AIX header files like stdio.h & stdlib.h. These declarations are being considered as errors in C23 which wasn't the case with C17. Here is the error we get. /gcc_build/./prev-gcc/xgcc -B/g

[PATCH] For broken exception handling in GDB on AIX platform

2017-04-25 Thread Sangamesh Mallayya
Hi, I work with nitish. Just wanted to check on this patch contribution if anyone has comments yet or changes are fine. As of now all the comments are answered. Here is link https://gcc.gnu.org/ml/gcc-patches/2017-04/msg00121.html Thanks, -Sangamesh