This is the mail archive of the gcc-bugs@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]

[Bug driver/83193] Help for invalid -march= options from cc1 omits -march=native on x86-64, arm. aarch64, output also inconsistent


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

--- Comment #5 from Martin Liška <marxin at gcc dot gnu.org> ---
Author: marxin
Date: Tue Feb 20 12:18:07 2018
New Revision: 257844

URL: https://gcc.gnu.org/viewcvs?rev=257844&root=gcc&view=rev
Log:
Fix missing info for -march and -mtune wrong values on aarch64 (PR
driver/83193).

2018-02-20  Martin Liska  <mliska@suse.cz>

        PR driver/83193
        * config/aarch64/aarch64.c (aarch64_print_hint_for_core_or_arch): Print
        possible values if we don't have a hint.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/aarch64/aarch64.c

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