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

--- Comment #2 from Barry Revzin <barry.revzin at gmail dot com> ---
I think something to this effect maybe?

<source>:9:7: error: attempting to declare constructor for unrelated class 'A';
did you mean to use 'B'?
    9 |     A(int i);
      |     ^~
      |     B

Reply via email to