From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 123DA3858CDB; Wed, 13 Sep 2023 00:13:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 123DA3858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1694564028; bh=NiXg9/4FQiEvFa2jB0ge6sIOtZhon6vf/T58tys9ohs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Dpai9ZcwZ0WGuBKbYjhmItPn5jxMRcffskRb475K1m2+53bguoNSzQxlhVJJ5iyOc ERr2jjnZO9XrkW+2Nhn9Oii4Ms3mGSBVpJ6Hea1T3F4E6f2tHWMkErosEkkKGEZJ5U U8ca6LGu0vFdwiZaWJy456OsdcdbSqTQ/U4AR03k= From: "egallager at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/111390] 'make check-compile' target is not useful Date: Wed, 13 Sep 2023 00:13:47 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: egallager at gcc dot gnu.org 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=3D111390 --- Comment #3 from Eric Gallager --- (In reply to Jonathan Wakely from comment #2) > The fact nobody has tried to use it in 10+ years makes me think it's not = all > that useful. Only reason I haven't tried to use it is because I didn't know it existed; = if it were also available from the top-level Makefile, it would be more discoverable, and more likely to be used.=