https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122595

--- Comment #2 from Kishan Parmar <kishan at gcc dot gnu.org> ---
./gcc/xgcc -v  
Using built-in specs.
COLLECT_GCC=./gcc/xgcc
Target: powerpc64le-unknown-linux-gnu
Configured with: ../Default-gcc/configure --enable-languages=c,c++
--with-cpu=power9 --enable-secureplt
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 16.0.0 20251101 (experimental) (GCC) 


/home/kishan/CI/Default-build/gcc/xgcc -B/home/kishan/CI/Default-build/gcc/
/home/kishan/CI/Default-gcc/gcc/testsuite/gcc.dg/pr97986-1.c
-fdiagnostics-plain-output -std=gnu23 -lm -o ./pr
97986-1.exe
In file included from
/home/kishan/CI/Default-gcc/gcc/testsuite/gcc.dg/pr97986-1.c:4:
/home/kishan/CI/Default-gcc/gcc/testsuite/gcc.dg/pr97986-1.c: In function ‘f’:
/home/kishan/CI/Default-gcc/gcc/testsuite/gcc.dg/pr97986-1.c:11:47: warning:
second argument to ‘va_arg’ is an array type ‘char[5]’
/home/kishan/CI/Default-gcc/gcc/testsuite/gcc.dg/pr97986-1.c:13:36: warning:
second argument to ‘va_arg’ is an array type ‘int[n]’
/home/kishan/CI/Default-gcc/gcc/testsuite/gcc.dg/pr97986-1.c:16:27: warning:
second argument to ‘va_arg’ is an array type ‘int[*]’

./pr97986-1.exe                                                
[1]    4002457 segmentation fault  ./pr97986-1.exe

Reply via email to