From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 67A073846416; Thu, 13 Aug 2020 08:25:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 67A073846416 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1597307111; bh=S4MpCTbKyI90ni0HdPuc+1VaPz8C5WtEFfwQlW9GDsw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=sxB7b4bmyuVsdOeIiDb9zISr+6NRgS7F2b65AW9R9UJjORg4LCrNcLeUcxMlpa2yV CenGX3jP9xXBq0gaSxusQuAmATjrIDijN3vsYEWqMPHrgFtq5rJ4c7aOAmEctouGu1 MjMy3yUXtQDQk6WsMPPRKfIDQi2FU7qZwnvvR7XY= From: "dcb314 at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/96597] valgrind error in do_hoist_insertion during O3 build Date: Thu, 13 Aug 2020 08:25:11 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed 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: 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: attachments.created 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: Thu, 13 Aug 2020 08:25:11 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96597 --- Comment #2 from David Binderman --- Created attachment 49055 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D49055&action=3Dedit gzipped C source code This attached file is preprocessed from libgcc/libgcov-driver.c. This line is required to compile it: /home/dcb/gcc/working/./gcc/xgcc -B/home/dcb/gcc/working/./gcc/ -B/home/dcb/gcc/results.20200812.valgrind/x86_64-pc-linux-gnu/bin/ -B/home/dcb/gcc/results.20200812.valgrind/x86_64-pc-linux-gnu/lib/ -isystem /home/dcb/gcc/results.20200812.valgrind/x86_64-pc-linux-gnu/include -isystem /home/dcb/gcc/results.20200812.valgrind/x86_64-pc-linux-gnu/sys-include = -g -O3 -O2 -g -O3 -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-= qual -Wno-error=3Dformat-diag -Wstrict-prototypes -Wmissing-prototypes -Wno-error=3Dformat-diag -Wold-style-definition -isystem ./include -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection -mshstk -I. -I. -I../.././gcc -I../../../trunk.git/libgcc -I../../../trunk.git/libgcc/. -I../../../trunk.git/libgcc/../gcc -I../../../trunk.git/libgcc/../include -I../../../trunk.git/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS -DUSE_TLS -MT _gcov.o -MD -MP -MF _gcov.dep -DL_gcov -c=