From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4ADC13842404; Thu, 9 Jul 2020 18:09:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4ADC13842404 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1594318167; bh=YeqjLmBP9fJ7xbNSZyCU/4PtHUccEmFPnpUZlvnVrdw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=nP0OHmc/mGWtGnmAfg43RVOOkB6vpzyJkKbBMSid/no1zD8f214//yhlqCSpjJMLN OPjfPSRQl1IidaPL8wBgoX12GUgunFZbyTa2LlV7ej5JN06NQpUNXFVKIqeynDg1XV JpmeTpNmHfjF1qXZSMXEWd1cn2TSMYZFeYWmfd2M= From: "haoxintu at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/96137] [11 Regression] GCC hang on in invalid function definition Date: Thu, 09 Jul 2020 18:09:27 +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: 11.0 X-Bugzilla-Keywords: compile-time-hog X-Bugzilla-Severity: normal X-Bugzilla-Who: haoxintu at gmail dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: mpolacek at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.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: Thu, 09 Jul 2020 18:09:27 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96137 --- Comment #3 from Haoxin Tu --- (In reply to Marek Polacek from comment #2) > I would treat them just like ICEs. They are useful if the testcase isn't > complete garbage. This one is sort of useful because it shows that my > change above has a corner case that I didn't consider. Ok, I got it. Thank you, Marek.=