This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH, rs6000] Fix flag interaction of new Power8 flags


The following patch fixes a testsuite failure due to the fact that -mcpu=power8 was turning on the new flags such as power8-vector, which would then result in the VSX flag being turned back on after it was previously turned off due to a conflicting option such as -msoft-float.

Bootstrap/regtest with no new regressions, ok for trunk?

-Pat


2013-07-18  Pat Haugen <pthaugen@us.ibm.com>

* config/rs6000/rs6000.c (rs6000_option_override_internal): Adjust flag
        interaction for new Power8 flags and VSX.

Attachment: flags.diff
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]