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

--- Comment #10 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
And BTW in the future you can easily check all this yourself by building a 
stage1 cross-compiler:

 gcc_build_dir % ../gcc/configure --disable-bootstrap --enable-languages=c
--target=nios2-elf
 gcc_build_dir % make -j64
 gcc_build_dir % ./gcc/cc1 -fpreprocessed foo.i -quiet -dumpbase foo.i
-auxbase-strip - -O2 -version -o -

Reply via email to