https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109103

            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 not
exist yet. For symmetry with the other error reporting functions, it should be
added.

Reply via email to