Martin Liška <mli...@suse.cz> wrote:
On 11/16/20 10:00 AM, Iain Sandoe wrote:
../../gcc/c-family/stub-objc.c:30: note: an enum with different value
name is defined in another translation unit
30 | enum rid { DUMMY };
I’m not disagreeing, of course (and will sort it out)..
.. but I don’t see this warning in my builds on either Linux or Darwin -
what are the build conditions you use to get it?
You can see it with: ./configure --with-build-config=bootstrap-lto &&
make ..
thanks, should be fixed by:
https://gcc.gnu.org/pipermail/gcc-patches/2020-November/559278.html
thanks
Iain