From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B4D1E38654AD; Fri, 18 Aug 2023 20:23:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B4D1E38654AD DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1692390183; bh=d8JKzqA8SS8jcX8bG1aMqj8DhbHadQ3oY6f2S7ecww8=; h=From:To:Subject:Date:From; b=ZTQR9hlnr0oG/dbbq9c88eVHTTBfqV9kxy0PJKt6jruidJKI9gWCr42Pq63Yb8QoO V3kr0+mucmyMLUtRYH+S8D+xNEQ3GQQqKCncqhdW4OaCEQ6ztKN00i9d/I97dJ5YG9 n/26xO2mhiQnOscwd1GgodJXmd+W35Ztv02z5N1Y= From: "dcb314 at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/111070] New: ./gcc.target/tic6x/abi-align-1.c on x86_64 with -O1 Date: Fri, 18 Aug 2023 20:23:03 +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: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dcb314 at hotmail 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D111070 Bug ID: 111070 Summary: ./gcc.target/tic6x/abi-align-1.c on x86_64 with -O1 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: dcb314 at hotmail dot com Target Milestone: --- $ ~/gcc/results/bin/gcc -c -w -O1 ./gcc.target/tic6x/abi-align-1.c during GIMPLE pass: ifcombine ./gcc.target/tic6x/abi-align-1.c: In function =E2=80=98main=E2=80=99: ./gcc.target/tic6x/abi-align-1.c:12:5: internal compiler error: tree check: expected ssa_name, have addr_expr in ifcombine_ifandif, at tree-ssa-ifcombine.cc:492 12 | int main () | ^~~~ 0x117a512 tree_check_failed(tree_node const*, char const*, int, char const*, ...) ../../trunk.year/gcc/tree.cc:8899 0xfbfefd ifcombine_ifandif(basic_block_def*, bool, basic_block_def*, bool, bool) ../../trunk.year/gcc/tree-ssa-ifcombine.cc:0 $ ~/gcc/results/bin/gcc -v Using built-in specs. COLLECT_GCC=3D/home/dcb38/gcc/results/bin/gcc COLLECT_LTO_WRAPPER=3D/home/dcb38/gcc/results.20230818.asan.ubsan/libexec/g= cc/x86_64-pc-linux-gnu/14.0.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: ../trunk.year/configure --prefix=3D/home/dcb38/gcc/results.20230818.asan.ubsan --disable-multilib --disable-bootstrap --with-build-config=3Dbootstrap-asan --with-build-config=3Dbootstrap-ubsan --with-pkgversion=3D68f7cb6cf9e8b9f2 --enable-checking=3Ddf,extra,fold,rtl,yes --enable-languages=3Dc,c++,fortran Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 14.0.0 20230818 (experimental) (68f7cb6cf9e8b9f2)=20 testsuite $=