From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 40D65385DC02; Wed, 1 Apr 2020 17:25:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 40D65385DC02 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1585761932; bh=t+wgQB+JW9f49BKuhNs/tD6cHaGFGaEIGaudhJkHnZ8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=w3bkQzb3JHvRsijuCtYQr4/mtsBR338KdpySDGunfSt11v+84ynPhKsio+XgPOiFU 4SRDF3iz98UwJtnIglkRqnqqt0+NWLdpSPpoihsVQTXcI31f6Bg14wTCoumDeF/1BU PZSA7k1I9N2fobnDhrcOL+JOEq6EVt414YGcYsEQ= From: "raj.khem at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug lto/94249] [10 regression] Many -flto -fuse-linker-plugin tests FAIL: could not add symbols Date: Wed, 01 Apr 2020 17:25:32 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: lto X-Bugzilla-Version: 10.0 X-Bugzilla-Keywords: patch X-Bugzilla-Severity: normal X-Bugzilla-Who: raj.khem at gmail dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: marxin at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.0 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Apr 2020 17:25:32 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94249 --- Comment #20 from Khem Raj --- (In reply to CVS Commits from comment #18) > The master branch has been updated by Martin Liska : >=20 > https://gcc.gnu.org/g:142d68f50b48309f48e34fc1d9d6dbbeecfde684 >=20 > commit r10-7492-g142d68f50b48309f48e34fc1d9d6dbbeecfde684 > Author: Martin Liska > Date: Wed Apr 1 09:37:37 2020 +0200 >=20 > Fix typo in a macro usage. >=20=20=20=20=20 > PR lto/94249 > * plugin-api.h: Fix a typo. this patch seems to be causing gcc ICE on ARM when compiling lz4 sources in kernel, lz4, vlc almost identical ICE is seen attached is the test case please compile it with -O3 during GIMPLE pass: vect lz4.c: In function 'LZ4_compress_fast_extState': lz4.c:1180:5: internal compiler error: Segmentation fault 1180 | int LZ4_compress_fast_extState(void* state, const char* source, cha= r* dest, int inputSize, int maxOutputSize, int acceleration) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Please submit a full bug report,=