https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85704
Haruue Icymoon <haruue at caoyue dot com.cn> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |haruue at caoyue dot com.cn --- Comment #2 from Haruue Icymoon <haruue at caoyue dot com.cn> --- Created attachment 44090 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44090&action=edit The preprocessed source, compressed with gzip With -save-temps, It generated preprocessed source normally, no diff with the output of -E. But the assembler source and elfs can't be generated normally. The size of preprocessed source is larger than 1000KB so I gzip it.