https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91647
Iain Sandoe <iains at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target| |*-*-apple-darwin* Status|UNCONFIRMED |NEW Keywords| |diagnostic Last reconfirmed| |2019-09-03 CC| |msebor at gcc dot gnu.org Host| |*-*-apple-darwin* Ever confirmed|0 |1 Target Milestone|--- |10.0 Build| |*-*-apple-darwin* --- Comment #1 from Iain Sandoe <iains at gcc dot gnu.org> --- this is independent of arch, OS version or m64/m32 note that Darwin is fPIC by default. it's reproducible on a stage1, so should be possible on a cross (w/out needing 'binptils') it looks like the Warray-bounds-8 is always producing: "is above array bounds of" and Wstringop-overflow-3.C is producing: "writing 1 byte into a region of size 0"