r262145 - in /branches/gcc-7-branch/gcc: Change...
rdapp@gcc.gnu.org
rdapp@gcc.gnu.org
Tue Jun 26 12:23:00 GMT 2018
Author: rdapp
Date: Tue Jun 26 12:23:02 2018
New Revision: 262145
URL: https://gcc.gnu.org/viewcvs?rev=262145&root=gcc&view=rev
Log:
S/390: Fix mtune default.
When building with --with-tune=zEC12 and calling the resulting gcc
with --march=z13 (no extra -mtune), the binary would unexpectedly be compiled
with -march=z13 -mtune=zEC12. This patch avoids using the default tune
parameter if -march is specified as argument but the user can still
explicitly state -march=z13 -mtune=zEC12.
gcc/ChangeLog:
2018-06-26 Robin Dapp <rdapp@linux.ibm.com>
* config/s390/s390.h (enum processor_flags): Do not use
default tune parameter when -march was specified.
Modified:
branches/gcc-7-branch/gcc/ChangeLog
branches/gcc-7-branch/gcc/config/s390/s390.h
More information about the Gcc-cvs
mailing list