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

            Bug ID: 104796
           Summary: ABI change is not mentioned in HTML changelog
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Keywords: documentation
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: roland.illig at gmx dot de
  Target Milestone: ---

>From i386.c:
       const char *url
        = CHANGES_ROOT_URL "gcc-12/changes.html#zero_width_bitfields";

      inform (input_location,
              "the ABI of passing C structures with zero-width bit-fields"
              " has changed in GCC %{12.1%}", url);

As of 2022-03-04, https://gcc.gnu.org/gcc-12/changes.html doesn't contain the
anchor "zero_width_bitfields".

Reply via email to