From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 09B1E3895FD7; Thu, 8 Dec 2022 08:50:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 09B1E3895FD7 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1670489442; bh=V3wyT4piWoC6/SZsMEYF0aCdYPDYg69H2Na1HQj1F0A=; h=From:To:Subject:Date:In-Reply-To:References:From; b=MV1+Tyep7w3nZvO95pUWrkU8/ZnLYRFw24lmIINywtxL+R7pGRFP9dtdfKL+t7SBn I2KiohZz5QZS+PkUqtBQ3dVdSwIPPlJEgyIEgaSggkJbK1sfnmAM2tk5m8PxEaGOr9 SGruEin1Ww9tcW7gTgPIQSQ33AkWliotFDzLBHGI= From: "zhangyuan21 at xiaomi dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/108019] [ARM] D16 float register was used but not saved in integer-dominated code Date: Thu, 08 Dec 2022 08:50:40 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 11.3.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: zhangyuan21 at xiaomi 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: Message-ID: In-Reply-To: References: 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D108019 --- Comment #4 from zyfeier --- Compile Information: CC: timers/arch_alarm.c arm-none-eabi-gcc -c -Wstrict-prototypes -nostdlib -pipe "-O3" -fno-strict-aliasing -fno-omit-frame-pointer -fno-optimize-sibling-calls -fstack-protector-all -fsanitize=3Dkernel-address -fno-common -Wall -Wshadow -Wundef -ffunction-sections -fdata-sections -g -mcpu=3Dcortex-a7 -mfloat-ab= i=3Dhard -mfpu=3Dneon-vfpv4 -mlittle-endian -I. -isystem /home/code/k03_dev/nuttx/include -D__NuttX__ -D__KERNEL__ -Wno-cpp -I /home/code/k03_dev/nuttx/drivers/bch -I /home/code/k03_dev/nuttx/drivers/cr= ypto -I /home/code/nuttx/drivers/motor -I /home/code/nuttx/drivers/i2c -I /home/code/nuttx/drivers/input -I /home/code/nuttx/drivers/ioexpander -I /home/code/nuttx/drivers/lcd -I /home/code/nuttx/drivers/loop -I /home/code/nuttx/drivers/mmcsd -I /home/code/nuttx/drivers/rptun -I /home/code/nuttx/openamp/open-amp/lib -I /home/code/nuttx/drivers/sensors -I /home/code/nuttx/drivers/usbhost -I /home/code/nuttx/drivers/video=20=20 timers/arch_alarm.c -o arch_alarm.o=