https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104028
Bug ID: 104028 Summary: M68k: Error: value -16034 out of range Product: gcc Version: 10.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: giulio.benetti at benettiengineering dot com Target Milestone: --- When building package sg3_utils on buildroot we get this error: ``` /home/peko/autobuild/instance-0/output-1/host/bin/m68k-linux-gcc -DHAVE_CONFIG_H -I. -I.. -iquote ../include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g2 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -static -c -o sg_dd.o sg_dd.c /tmp/cccfKmZB.s: Assembler messages: /tmp/cccfKmZB.s:17093: Error: value -16034 out of range /tmp/cccfKmZB.s:17093: Error: value of -16034 too large for field of 1 byte at 23149 make[3]: *** [Makefile:1176: sg_vpd.o] Error 1 ``` To reproduce it: ``` # git clone git://git.busybox.net/buildroot # cd buildroot # git checkout feb9185fc185c1f76e3789b0dc521e3cf98c1ebb # wget -O .config http://autobuild.buildroot.net/results/c49300d12a209b18f41d389f092324592b881277/config # make olddefconfig && make ``` I'm going to add the preprocessed files.