From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 13FF8389365E; Wed, 29 Apr 2020 15:19:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 13FF8389365E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1588173556; bh=pxUOkiFm8VtnMfyhgiTj6yjXELQEoUbtlw56KyY4Qrc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=lkW1vy0K3EpMyGZ2uXTV7zi96N1FBldYniIFTlh7nnN/76i81CdhGbtIneeEoSODs SQ1tdp+UCCn7Beh84IYGHFWc4UrBkJiaiUx2W+jzJ7iJZojx00CVu5CoF7i1UhyXjm dHFW5VAyy5bywF/cBFv0TjolIt0TRlgeZ8VhP/70= From: "casner at acm dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/94835] ICE in vague_linkage_p, at cp/decl2.c:2041 Date: Wed, 29 Apr 2020 15:19:15 +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: 10.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: casner at acm dot 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 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, 29 Apr 2020 15:19:16 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94835 --- Comment #3 from Stephen Casner --- I'm working with unmodified gcc sources, but if no other targets are seeing this problem then it may be caused by pdp11-specific code somewhere else. I guess that g++ and libstdc++v3 have never been successfully built for pdp11. Any suggestions for debugging this? Perhaps backing off on some compiler feature that might be tickling the bug?=