From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 156673858D28; Sat, 11 Mar 2023 06:21:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 156673858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678515708; bh=CItmldx13gTtZwNxnfS39gpoG6vdqeTPEOYEJD03s1o=; h=From:To:Subject:Date:From; b=UB3tTg/m2f/kumT5H5nUtg2Npr/Qx51E9DQCKVKcyKTKTxZYqdrfXByzTFbZSB/Sx REK7ZrFA+Wnzg7H9FT/ChZLqyBAmHUKT6tFssH01S5K9qCO4KlL4KUXYR0IcPeHVnI 3QvJt48Z6/VFM8e7cNMqWUFID/lZDBBZj2nlXnnw= From: "roland.illig at gmx dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/109103] New: Missing function internal_error_at Date: Sat, 11 Mar 2023 06:21:47 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Version: 13.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 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=3D109103 Bug ID: 109103 Summary: Missing function internal_error_at Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: roland.illig at gmx dot de Target Milestone: --- m2expr.c says: > error_at ( > location, > "internal error: not expecting operand1 to be a constant set"); This should rather be a call to internal_error_at, but that function does n= ot exist yet. For symmetry with the other error reporting functions, it should= be added.=