On Tue, Jan 10, 2023 at 9:51 AM Paul Koning via Gcc wrote:
> Building on Mac with Clang I get warnings like this:
>
> ../../../gcc/gcc/cgraph.h:2629:28: warning: struct 'cgraph_edge' was
> previously declared as a class; this is valid, but may result in linker
> errors under the Microsoft C++ ABI
Building on Mac with Clang I get warnings like this:
../../../gcc/gcc/cgraph.h:2629:28: warning: struct 'cgraph_edge' was previously
declared as a class; this is valid, but may result in linker errors under the
Microsoft C++ ABI [-Wmismatched-tags]
It seems to be talking about a MS bug (since C