From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 406173852A52; Thu, 8 Dec 2022 08:53:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 406173852A52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1670489632; bh=j8T/F4i8+JAtASAmbJ6zsI+fv2ohCB6LCfjHPM7xPnE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=m798Fdhn82PBD9T9rIlY8mJW2aYc91i8QOBwabOJ1B6QmXknVEIF8GsoHwNVmICIy g9UuhiwhmCOA0xlZxysaMjUNqNeqvLA3hGW/AlBwGi/fnFQzmrUzvFE4bcxroMTTe9 8ecYNa2w6CQd347zecxjJb4R7P30iAn39kAO8zlY= 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:53:52 +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 #5 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/nuttx/include -D__NuttX__ -D__KERNEL__ -Wno-cpp -I /home/code/nuttx/drivers/bch -I /home/code/nuttx/drivers/crypto -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 timers/arch_alarm.c -o arch_alarm.o=