https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119454
--- Comment #3 from Simon Sobisch <simonsobisch at gnu dot org> --- The "how to create a bug report" is identical for all GCC frontends (so far). It is documented at https://gcc.gnu.org/bugs/#detailed > In general, all the information we need can be obtained by collecting the > command line below, as well as its output and the preprocessed file it > generates. > > gcc -v -save-temps all-your-options source-file Using it leads to the expected output to stdout, but there are no intermediate files created. Compare that to plain "gcc" on a C file which creates source.i source.s source.o