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

--- Comment #5 from Paul Menzel <pmenzel+gcc at molgen dot mpg.de> ---
Created attachment 52498
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52498&action=edit
Preprocessed file `build/bootblock/cpu/x86/lapic/lapic.i` with `-save-temps`

Sorry for not sharing the file in the first place. First for the coreboot case:

    $ x86_64-linux-gnu-gcc-12 -save-temps -MMD -Isrc -Isrc/include
-Isrc/commonlib/include -Isrc/commonlib/bsd/include -Ibuild
-I3rdparty/vboot/firmware/include -include src/include/kconfig.h -include
src/include/rules.h -include src/commonlib/bsd/include/commonlib/bsd/compiler.h
-I3rdparty -D__BUILD_DIR__=\"build\" -Isrc/arch/x86/include -D__ARCH_x86_32__
-pipe -g -nostdinc -std=gnu11 -nostdlib -Wall -Wundef -Wstrict-prototypes
-Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wno-trigraphs
-Wimplicit-fallthrough -Wshadow -Wdate-time -Wtype-limits -Wvla -Wdangling-else
-fno-common -ffreestanding -fno-builtin -fomit-frame-pointer -fstrict-aliasing
-ffunction-sections -fdata-sections -fno-pie -Wno-packed-not-aligned
-fconserve-stack -Wnull-dereference -Wreturn-type -Wlogical-op
-Wduplicated-cond -Wno-unused-but-set-variable -Werror -Os
-Wno-address-of-packed-member -m32 -Wl,-b,elf32-i386 -Wl,-melf_i386 -m32 
-fuse-ld=bfd -fno-stack-protector -Wl,--build-id=none
-fno-delete-null-pointer-checks -Wlogical-op -march=i686 -mno-mmx -MT
build/bootblock/cpu/x86/lapic/lapic.o -D__BOOTBLOCK__ -c -o
build/bootblock/cpu/x86/lapic/lapic.o src/cpu/x86/lapic/lapic.c

Reply via email to