From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 993B13858C30; Sat, 4 Feb 2023 01:35:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 993B13858C30 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675474559; bh=Ip49IXsi70CKHToXA34hI1s+wn6p07hRPjquaT8mSi0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=iklsuK3AFcpjKY35QGUQbiA9HxYjcJrKEoJRBvECZVxvNUGUhjto6VYHWDd4hxufy 7hpBY+pyWk5wA8i3/j2oXSPJaX8v/7GxZ73xTjUBoJmkN6siA9l0lP2HfMTcm2qYaI 5o2Ci+4rwLNvsdmorTeTHCsJta7xFD0uJAKFGRxI= From: "raj.khem at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/108647] [13 Regression] ICE in upper_bound, at value-range.h:950 with -O3 since r13-2974-g67166c9ec35d58ef Date: Sat, 04 Feb 2023 01:35:58 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: raj.khem at gmail dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D108647 Khem Raj changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |raj.khem at gmail dot com --- Comment #19 from Khem Raj --- This is now resulting in build error in harfbuzz on aarch64 which did not happen before, the testcase is here https://uclibc.org/~kraj/hb-aat-layout.cc.i Compile cmd used is /mnt/b/cross/aarch64-linux-musl/tools/bin/aarch64-linux-musl-g++ --sysroot=3D/mnt/b/yoe/master/build/tmp/work/cortexa72-yoe-linux/harfbuzz/6= .0.0-r0/recipe-sysroot -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=3D2 -Wformat -Wformat-securi= ty -Werror=3Dformat-security -Isrc/libharfbuzz.so.0.60600.0.p -Isrc -I../harfbuzz-6.0.0/src -I. -I../harfbuzz-6.0.0 -fdiagnostics-color=3Dalways -D_FILE_OFFSET_BITS=3D64 -Wall -Winvalid-pch -std=3Dc++11 -fno-rtti -fno-ex= ceptions -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -DHAVE_CONFIG= _H -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=3D/mnt/b/yoe/master/build/tmp/work/cortexa72-yoe-linux/h= arfbuzz/6.0.0-r0/harfbuzz-6.0.0=3D/usr/src/debug/harfbuzz/6.0.0-r0 -fdebug-prefix-map=3D/mnt/b/yoe/master/build/tmp/work/cortexa72-yoe-linux/h= arfbuzz/6.0.0-r0/harfbuzz-6.0.0=3D/usr/src/debug/harfbuzz/6.0.0-r0 -fmacro-prefix-map=3D/mnt/b/yoe/master/build/tmp/work/cortexa72-yoe-linux/h= arfbuzz/6.0.0-r0/build=3D/usr/src/debug/harfbuzz/6.0.0-r0 -fdebug-prefix-map=3D/mnt/b/yoe/master/build/tmp/work/cortexa72-yoe-linux/h= arfbuzz/6.0.0-r0/build=3D/usr/src/debug/harfbuzz/6.0.0-r0 -fdebug-prefix-map=3D/mnt/b/yoe/master/build/tmp/work/cortexa72-yoe-linux/h= arfbuzz/6.0.0-r0/recipe-sysroot=3D -fmacro-prefix-map=3D/mnt/b/yoe/master/build/tmp/work/cortexa72-yoe-linux/h= arfbuzz/6.0.0-r0/recipe-sysroot=3D -fdebug-prefix-map=3D/mnt/b/yoe/master/build/tmp/work/cortexa72-yoe-linux/h= arfbuzz/6.0.0-r0/recipe-sysroot-native=3D -fvisibility-inlines-hidden -fPIC -pthread -Wno-non-virtual-dtor -MD -MQ src/libharfbuzz.so.0.60600.0.p/hb-aat-layout.cc.o -MF src/libharfbuzz.so.0.60600.0.p/hb-aat-layout.cc.o.d -o src/libharfbuzz.so.0.60600.0.p/hb-aat-layout.cc.o -c ../harfbuzz-6.0.0/src/hb-aat-layout.cc=