https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118803
--- Comment #3 from Lorinczy Zsigmond <lzsiga at freemail dot c3.hu> --- > On elf targets including Linux, collect2 does not produce any `*cdtor.c` > files. Instead there is an elf section which gets used. Well `strace(1)` shows the creation of the *cdtor.c file, but it is true that I haven't described yet the platform: it is amd64/Centos7.9, gcc-14.2 compiled from source. Using gcc option `-save-temps` or `--save-temps` has no effect on `collect2`.