r238789 - in /branches/gcc-5-branch/gcc: Change...
segher@gcc.gnu.org
segher@gcc.gnu.org
Wed Jul 27 16:14:00 GMT 2016
Author: segher
Date: Wed Jul 27 16:14:12 2016
New Revision: 238789
URL: https://gcc.gnu.org/viewcvs?rev=238789&root=gcc&view=rev
Log:
rs6000: Fix logic for when to emit .machine (PR71216)
The current logic determining whether to use .machine in the generated
asm code puts it there if the compiler is not configured with a default
target cpu, _or_ no -mcpu= was given on the command line. It should
be "and" instead.
PR target/71216
* config/rs6000/rs6000.c (rs6000_file_start): Fix condition for
when to emit a ".machine" pseudo-op.
Modified:
branches/gcc-5-branch/gcc/ChangeLog
branches/gcc-5-branch/gcc/config/rs6000/rs6000.c
More information about the Gcc-cvs
mailing list