https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123604
--- Comment #3 from Kuratius <kuratius at googlemail dot com> --- Created attachment 63360 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=63360&action=edit Test code for reproducing the unoptimized assembly. This falls under the cases where you explicitly state you don't need preprocessed sources, so this is a bit redundant. Quote: (ii) if you've reduced the testcase to a small file that doesn't include any other file Even if you're on x86 should be able to see assembly output with arm-none-eabi-gcc -O2 -marm -mcpu=arm946e-s -O2 -marm -mcpu=arm946e-s test.c -S cat test.S
