]> gcc.gnu.org Git - gcc.git/commit
AArch64: Make every option in options.def one line (GCC-8).
authorTamar Christina <tamar.christina@arm.com>
Fri, 1 Mar 2019 14:07:38 +0000 (14:07 +0000)
committerTamar Christina <tnfchris@gcc.gnu.org>
Fri, 1 Mar 2019 14:07:38 +0000 (14:07 +0000)
commit4ec47cc71b008f2dff63cc67d82fa7ca97037d34
tree966dc5b26c72159f97f832a22089367ec5be8715
parent7bd8b41c7009d281a2fd935de857c8a90fd876a2
AArch64: Make every option in options.def one line (GCC-8).

Due to config.gcc all the options need to be on one line because of the grep
lines which would select only the first line of the option.

This causes it not to select the right bits on options that are spread over
multiple lines when the --with-arch configure option is used.  The issue happens
silently and you just get a compiler with an incorrect set of default flags.

This solution just collapses everything back to one line as they were in GCC7.
Unfortunately this does make some lines quite long.

gcc/ChangeLog:

PR target/89517
* config/aarch64/aarch64-option-extensions.def (fp, simd, crypto,
fp16): Collapse line.

From-SVN: r269313
gcc/ChangeLog
gcc/config/aarch64/aarch64-option-extensions.def
This page took 0.059425 seconds and 5 git commands to generate.