https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87612

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Joel Hutton <jo...@gcc.gnu.org>:

https://gcc.gnu.org/g:349297b6e69c5af74ed26a333488b1bf994dbcce

commit r10-6918-g349297b6e69c5af74ed26a333488b1bf994dbcce
Author: Joel Hutton <joel.hut...@arm.com>
Date:   Fri Feb 28 14:46:26 2020 +0000

    Fix misleading aarch64 mcpu/march warning string

    The message for conflicting mcpu and march previously printed the
    architecture of the CPU instead of the CPU name, as well as omitting the
    extensions to the march string. This patch corrects both errors. This
    patch fixes PR target/87612.

    2020-02-27  Joel Hutton  <joel.hut...@arm.com>

            PR target/87612
            * config/aarch64/aarch64.c (aarch64_override_options): Fix
            misleading warning string.

Reply via email to