From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1D4FF385C419; Fri, 14 Jan 2022 10:22:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1D4FF385C419 From: "giulio.benetti at benettiengineering dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/104028] New: M68k: Error: value -16034 out of range Date: Fri, 14 Jan 2022 10:22:39 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 10.3.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: giulio.benetti at benettiengineering dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jan 2022 10:22:40 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D104028 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=3D64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=3D64 -Wall -W -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=3D64 -Os -g2 -fno-dwarf2-cfi-asm -Wl,-elf2flt=3D-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/c49300d12a209b18f41d389f092324592b88= 1277/config # make olddefconfig && make ``` I'm going to add the preprocessed files.=