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

            Bug ID: 116208
           Summary: "inlined from" diagnostic note has whitespace after
                    function name
           Product: gcc
           Version: 15.0
            Status: UNCONFIRMED
          Keywords: diagnostic
          Severity: normal
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: sjames at gcc dot gnu.org
  Target Milestone: ---

The 'inlined from' name has whitespace at the end of it.

```
In member function ‘set’,
    inlined from ‘__ct_base ’ at
/var/tmp/portage/sys-devel/gcc-15.0.9999/work/gcc-15.0.9999/gcc/range-op.cc:111:7:
/var/tmp/portage/sys-devel/gcc-15.0.9999/work/gcc-15.0.9999/gcc/range-op.h:404:7:
warning: ‘*this_2(D).m_range_tree[92]’ may be used uninitialized
[-Wmaybe-uninitialized]
  404 |       gcc_checking_assert (m_range_tree[code] == NULL);
      |       ^
```

Reply via email to