From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8773D3858C2A; Mon, 25 Sep 2023 04:46:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8773D3858C2A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1695617198; bh=xFF0euG5ijdXgQdGqInvLfTezrmUtesJW2dwgHUG4wI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=XCY92gV1hnRKCBKa6mYO3mKxvGKYsf1ujt4HjPb8vaGYx/dE62CbVYbsWWKMvhWXc fhuKXt+HCGNDsOs1FytO5skczNZbEDHuKp588s43k5BlgVxFQPqXRBESfnkgZdythp zmjYFGJ9p2zp1y6qQYPzPOPPuxOnE8rEqavq4esQ= From: "cptarse-luke at yahoo dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/111500] [arm-none-eabi-gcc] / suboptimal optimization Date: Mon, 25 Sep 2023 04:46:37 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: unknown X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: cptarse-luke at yahoo dot com X-Bugzilla-Status: WAITING 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=3D111500 --- Comment #3 from Luke --- maybe i should also say the "-v" output? > arm-none-eabi-gcc -v Using built-in specs. COLLECT_GCC=3Darm-none-eabi-gcc COLLECT_LTO_WRAPPER=3D/usr/lib/gcc/arm-none-eabi/9.3.0/lto-wrapper Target: arm-none-eabi Configured with: ../configure --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libs= sp --disable-libstdcxx-pch --disable-libstdc__-v3 --disable-nls --disable-shar= ed --disable-threads --disable-tls --disable-werror --enable-__cxa_atexit --enable-c99 --enable-gnu-indirect-function --enable-interwork --enable-languages=3Dc,c++ --enable-long-long --enable-multilib --enable-pl= ugins --host=3D --libdir=3D/usr/lib --libexecdir=3D/usr/lib --prefix=3D/usr --target=3Darm-none-eabi --with-gmp --with-gnu-as --with-gnu-ld --with-headers=3D/usr/arm-none-eabi/include --with-host-libstdcxx=3D'-stati= c-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --with-isl --with-libelf --with-mpc --with-mpfr --with-multilib-list=3Drmprofile --with-native-system-header-dir=3D/include --with-newlib --with-python-dir=3Dshare/gcc-arm-none-eabi --with-sysroot=3D/usr/arm-none-= eabi --with-system-zlib Thread model: single gcc version 9.3.0 (GCC)=