[Bug target/83743] -mcpu=native causes gcc to exit in error if cpu is not recognized

2018-02-05 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83743 Peter Bergner changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment #9 from Peter Bergner

[Bug target/83743] -mcpu=native causes gcc to exit in error if cpu is not recognized

2018-02-05 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83743 --- Comment #8 from Peter Bergner --- Author: bergner Date: Mon Feb 5 19:17:37 2018 New Revision: 257392 URL: https://gcc.gnu.org/viewcvs?rev=257392&root=gcc&view=rev Log: Back port from mainline 2018-02-01 Peter Bergner

[Bug target/83743] -mcpu=native causes gcc to exit in error if cpu is not recognized

2018-02-01 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83743 Peter Bergner changed: What|Removed |Added Status|ASSIGNED|RESOLVED URL|https://gcc.

[Bug target/83743] -mcpu=native causes gcc to exit in error if cpu is not recognized

2018-02-01 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83743 --- Comment #6 from Peter Bergner --- Author: bergner Date: Thu Feb 1 18:26:51 2018 New Revision: 257305 URL: https://gcc.gnu.org/viewcvs?rev=257305&root=gcc&view=rev Log: PR target/56010 PR target/83743 * config/rs6000/

[Bug target/83743] -mcpu=native causes gcc to exit in error if cpu is not recognized

2018-01-24 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83743 Peter Bergner changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED URL|

[Bug target/83743] -mcpu=native causes gcc to exit in error if cpu is not recognized

2018-01-09 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83743 --- Comment #4 from Segher Boessenkool --- Which is perfectly fine, except the error message is a bit confusing if you don't know what's going on.

[Bug target/83743] -mcpu=native causes gcc to exit in error if cpu is not recognized

2018-01-09 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83743 --- Comment #3 from Peter Bergner --- (In reply to Segher Boessenkool from comment #2) > The driver asks the kernel, and the kernel knows. It's just a string. Correct, the kernel passes a string to the driver and the driver blindly uses it as i

[Bug target/83743] -mcpu=native causes gcc to exit in error if cpu is not recognized

2018-01-09 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83743 Segher Boessenkool changed: What|Removed |Added CC||segher at gcc dot gnu.org --- Comme

[Bug target/83743] -mcpu=native causes gcc to exit in error if cpu is not recognized

2018-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83743 --- Comment #1 from Richard Biener --- How does the "old" driver know power9? I think mixing driver and compiler versions isn't supported.