tech-toolchain archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: why does "gcc -march=native" give a warning?



"Greg A. Woods" <woods%planix.ca@localhost> writes:

> So, is this warning a bug?  Has it been fixed in more recent releases?

Here's output from my laptop which just got a fresh install of current
after a recent failed disk:

shadow$ uname -v
NetBSD 9.99.49 (GENERIC) #0: Fri Mar 13 07:43:14 UTC 2020  mkrepro%mkrepro.NetBSD.org@localhost:/usr/src/sys/arch/amd64/compile/GENERIC
shadow$ cat test.c
int main(void) {}
shadow$ gcc -march=native -o test test.c
shadow$

Seems like it was resolved at some point?

-Zach


Home | Main Index | Thread Index | Old Index