gcc-10-20220318 is now available

2022-03-18 Thread GCC Administrator via Gcc
Snapshot gcc-10-20220318 is now available on https://gcc.gnu.org/pub/gcc/snapshots/10-20220318/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 10 git branch with the following options: git://gcc.gnu.org/git/gcc.git branch

GSoC: cp demangle non recursive

2022-03-18 Thread Krishna Narayanan via Gcc
Hello, I have a doubt regarding the recursion part in demangle.c, what should be the expected report when the recursion limit has been reached,Secondly the verbose which has to be printed for the C linkage, what should be the info that has to be displayed. I have started working on the introduction