[Bug c++/27775] incorrect "ambiguous" error message with multiple inheritance and nested class.

2025-05-07 Thread rnewman at compubrite dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=27775 Rich Newman changed: What|Removed |Added Keywords||diagnostic, false-positive --- Comment #7

[Bug c++/27775] incorrect "ambiguous" error message with multiple inheritance and nested class.

2025-05-06 Thread rnewman at compubrite dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=27775 Rich Newman changed: What|Removed |Added Known to fail||12.1.0 --- Comment #6 from Rich Newman --

[Bug c++/27775] incorrect "ambiguous" error message with multiple inheritance and nested class.

2021-07-26 Thread rnewman at compubrite dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=27775 --- Comment #5 from Rich Newman --- (In reply to Manuel López-Ibáñez from comment #4) > Clang 3.0 also reject this, so I am not sure whether is actually valid, but > the repeated messages are suspicious. > EDG accepts it, and I can see nothing