From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DB9663858C33; Thu, 20 Jul 2023 02:11:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DB9663858C33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689819065; bh=pyX6JPne3HwB+klXvmRhpg2Dj0KMiuGtzlsH5GDO1lI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=TyeNgGH2j/mUfvMlToVo6FSjUj5+1oiZ1z++FLCXCxsf/RJILHU3t926aflftFRlG dS6fLg6If3z3vatuinxr7BugAxPvC+VheEW3W9NiBK1OUFgN8o+QUidbNRgrvu0b3i yIJZggHi+7PoENw+xAwYj60NHqhkviHYbt+7zGh8= From: "pan2.li at intel dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/110744] [14 regression] cc.dg/tree-ssa/pr84512.c fails after r14-2267-gb8806f6ffbe72 Date: Thu, 20 Jul 2023 02:11:03 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pan2.li at intel 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=3D110744 --- Comment #2 from Li Pan --- Hi there, Just try to reproduce this bug with powerPC cross compiler (sorry we don't = have a real powerPC) with the below options. Unfortunately, I failed to reproduce this bug as above mentioned. Could you please help to take a look if there is something missing or incorrect? 1. Build cross compiler ../configure \ --target=3Dpowerpc-unknown-elf \ --prefix=3D${INSTALL_DIR} \ --disable-shared \ --enable-threads \ --enable-tls \ --enable-languages=3Dc,c++ \ --with-system-zlib \ --with-newlib \ --disable-libmudflap \ --disable-libssp \ --disable-libquadmath \ --disable-libgomp \ --enable-nls \ --disable-tm-clone-registry \ --enable-multilib \ --src=3D`pwd`/../ \ --enable-werror \ make -j $(nproc) all-gcc && make install-gcc 2. Compile the source file. >> ./bin/powerpc-unknown-elf-gcc -mcpu=3Dpower10 -O3 -fdump-tree-optimized = -c -S ../gcc/gcc/testsuite/gcc.dg/tree-ssa/pr84512.c -o - .file "pr84512.c" .machine power10 .section ".text" .align 2 .align 4 .globl foo .type foo, @function foo: .LFB0: li 3,285 blr .LFE0: .size foo, .-foo .section .eh_frame,"aw",@progbits .Lframe1: .4byte .LECIE1-.LSCIE1 .LSCIE1: .4byte 0 .byte 0x3 .string "" .byte 0x1 .byte 0x7c .byte 0x41 .byte 0xc .byte 0x1 .byte 0 .align 2 .LECIE1: .LSFDE1: .4byte .LEFDE1-.LASFDE1 .LASFDE1: .4byte .LASFDE1-.Lframe1 .4byte .LFB0 .4byte .LFE0-.LFB0 .align 2 .LEFDE1: .ident "GCC: (GNU) 14.0.0 20230720 (experimental)" >> cat pr84512.c.257t.optimized ;; Function foo (foo, funcdef_no=3D0, decl_uid=3D3445, cgraph_uid=3D1, symbol_order=3D0) int foo () { [local count: 97603129]: return 285; }=