From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 839783858C35; Sun, 3 Dec 2023 04:09:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 839783858C35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701576575; bh=nL2LU3WhNIox1xFwx7RZj1JhqdXMRuLKB8Gq7tWPNRI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=A+BtR5SExjqsz89lhzRAEQGb+6wl/dyZVGQxfDN1KxWd1TshrPc8teLSx0oVUkjaD qidBzWuLYcCjrtO1y/WehasB4h60FS3nRcCo9U2pxSehKszaB5xsdCHIdbLSAfkNKO omgcoaOpIX4tPQ8fF/kwzxQFBzWYVtiAbCNpv6Zk= From: "jdx at o2 dot pl" To: gcc-bugs@gcc.gnu.org Subject: [Bug libgcc/109289] Conflicting types for built-in functions in libgcc/emutls.c Date: Sun, 03 Dec 2023 04:09:35 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libgcc X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: jdx at o2 dot pl X-Bugzilla-Status: NEW 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=3D109289 --- Comment #6 from Jan Dubiec --- (In reply to Florian Weimer from comment #3) > Jan, do you actually experience a build failure? The part you quoted only > shows warnings. Florian, it used to be just the warnings, but now (commit 1461b431) I am not even able to reach emutls.c: [...] rm -rf libcommon.a ar rc libcommon.a diagnostic-spec.o diagnostic.o diagnostic-color.o diagnostic-format-json.o diagnostic-format-sarif.o diagnostic-show-locus.o edit-context.o pretty-print.o intl.o json.o sbitmap.o vec.o input.o hash-table.o ggc-none.o memory-block.o selftest.o selftest-diagnostic.o sor= t.o text-art/box-drawing.o text-art/canvas.o text-art/ruler.o text-art/selftest= s.o text-art/style.o text-art/styled-string.o text-art/table.o text-art/theme.o text-art/widget.o ranlib libcommon.a make[2]: *** No rule to make target '../libiberty/pic/libiberty.a', needed = by 'cc1-checksum.cc'. Stop. make[2]: Leaving directory '/d/works/xcomp/gcc-build/gcc' make[1]: *** [Makefile:4645: all-gcc] Error 2 make[1]: Leaving directory '/d/works/xcomp/gcc-build' make: *** [Makefile:1048: all] Error 2 Host: Windows/MSYS2, targets: ARM and H8=