From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9FA4E3858434; Wed, 19 Apr 2023 15:15:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9FA4E3858434 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1681917302; bh=zIal1wJn6SHOQkY1V8ysL/AT6mxjbB4kOyEiJLJKru4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=gsnbgKC3O1VAkwE+o/xOSrI9rxEJjiG9GnaBs9Cd2RtQg4OEv72X4HBbl/M79cYHv MmgC9L86e6cZoT6XexiUN7QzPoXbAIrw21Ppu9WA8l2NEQ16y+UWKTZH4CNPsfc+iV VvgHSFba0b/k48xPMrtL0P9m4bqYBwoxZsQJMLDw= From: "schwab@linux-m68k.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/109554] Compiler generates incorrect code when the function declared with returned parameterm but no 'return' in its body Date: Wed, 19 Apr 2023 15:15:02 +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: schwab@linux-m68k.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: INVALID 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: resolution 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=3D109554 Andreas Schwab changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|WONTFIX |INVALID=