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

--- Comment #9 from Peter Damianov <peter0x44 at disroot dot org> ---
build this testcase with:
$ x86_64-w64-mingw32-g++ simplecpp.cpp clangimport.cpp -flto -Os
and observe an ICE

build with:
$ x86_64-w64-mingw32-g++ simplecpp.cpp clangimport.cpp -flto -Os
-fno-declone-ctor-dtor

and observe there is no ICE

Reply via email to