[Bug c++/94888] segment fault

2020-04-30 Thread chunqiu1234 at foxmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94888 --- Comment #3 from zhangzhanli --- So this is output from latest version of g++ ? With Apple Clang, there is no such problem (recursive and segmentation fault). MacOS Output: jaly@Jalys-MBP gcccompared % /Volumes/macos/Applications/Xcode.app

[Bug c++/94888] New: segment fault

2020-04-30 Thread chunqiu1234 at foxmail dot com
at gcc dot gnu.org Reporter: chunqiu1234 at foxmail dot com Target Milestone: --- There is some problems with my project use g++ in linuxOS. So I extract the main.cpp from my project. And when I run the program compiled with g++ , it always reports segment fault. the same program I