From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2B2F63858C32; Sun, 7 Apr 2024 15:38:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2B2F63858C32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712504327; bh=37KkRpoz3SLrshexYV3LyDKvHBxx2v3Npk/AlC9ugn0=; h=From:To:Subject:Date:From; b=LG9TyAj/OpsHX1GQHaNenpl9Ppwn2Q2g4apZIvXTGhYdMsLjzIRG3hg/K6cL5kkZc 2dd3Rn8dYAIBMv+sKd73127awTsErL7FHUAUfWKKuuWKDa4B6pNS15S7P5hnsd8m7y WZEc0Ik0UFmIK5ieuancxBGiZWHaGj1Y1RtknfYs= From: "roland.illig at gmx dot de" To: gcc-rust@gcc.gnu.org Subject: [Bug rust/114629] New: rust-ast-resolve-expr contains bloated code for funny_error Date: Sun, 07 Apr 2024 15:38:46 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rust X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: roland.illig at gmx dot de 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: 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=3D114629 Bug ID: 114629 Summary: rust-ast-resolve-expr contains bloated code for funny_error Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rust Assignee: unassigned at gcc dot gnu.org Reporter: roland.illig at gmx dot de CC: dkm at gcc dot gnu.org, gcc-rust at gcc dot gnu.org Target Milestone: --- The file contains funny_error, which unnecessarily bloats the executable in= all installations. That's a waste of resources. The identifier funny_error should be removed, including everything that dep= ends on it. (Background: As the German translator of GCC, I strictly oppose against insulting the GCC users, therefore I have translated that message free of a= ny humor. There's enough code bloat already, I consider this one unnecessary.) --=20 You are receiving this mail because: You are on the CC list for the bug.=