public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-7023] arm: Fix up help.exp regression
@ 2022-02-03 13:35 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2022-02-03 13:35 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:8439e866a38399f0d5e6aab16faaf10bdabc4b5f

commit r12-7023-g8439e866a38399f0d5e6aab16faaf10bdabc4b5f
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Thu Feb 3 14:34:21 2022 +0100

    arm: Fix up help.exp regression
    
    On Thu, Jan 20, 2022 at 11:27:20AM +0000, Richard Earnshaw via Gcc-patches wrote:
    > gcc/ChangeLog:
    >
    >       * config/arm/arm.opt (mfix-cortex-a57-aes-1742098): New command-line
    >       option.
    >       (mfix-cortex-a72-aes-1655431): New option alias.
    
    > --- a/gcc/config/arm/arm.opt
    > +++ b/gcc/config/arm/arm.opt
    > @@ -272,6 +272,16 @@ mfix-cmse-cve-2021-35465
    >  Target Var(fix_vlldm) Init(2)
    >  Mitigate issues with VLLDM on some M-profile devices (CVE-2021-35465).
    >
    > +mfix-cortex-a57-aes-1742098
    > +Target Var(fix_aes_erratum_1742098) Init(2) Save
    > +Mitigate issues with AES instructions on Cortex-A57 and Cortex-A72.
    > +Arm erratum #1742098
    > +
    > +mfix-cortex-a72-aes-1655431
    > +Target Alias(mfix-cortex-a57-aes-1742098)
    > +Mitigate issues with AES instructions on Cortex-A57 and Cortex-A72.
    > +Arm erratum #1655431
    > +
    >  munaligned-access
    >  Target Var(unaligned_access) Init(2) Save
    >  Enable unaligned word and halfword accesses to packed data.
    
    This breaks:
    Running /usr/src/gcc/gcc/testsuite/gcc.misc-tests/help.exp ...
    FAIL: compiler driver --help=target option(s): "^ +-.*[^:.]$" absent from output: "  -mfix-cortex-a57-aes-1742098 Mitigate issues with AES instructions on Cortex-A57 and Cortex-A72. Arm erratum #1742098"
    
    help.exp with help of lib/options.exp tests whether all non-empty descriptions of
    options are terminated with . or :.
    
    2022-02-03  Jakub Jelinek  <jakub@redhat.com>
    
            * config/arm/arm.opt (mfix-cortex-a57-aes-1742098,
            mfix-cortex-a72-aes-1655431): Ensure description ends with full stop.

Diff:
---
 gcc/config/arm/arm.opt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gcc/config/arm/arm.opt b/gcc/config/arm/arm.opt
index cc165346bb6..3209b6c623b 100644
--- a/gcc/config/arm/arm.opt
+++ b/gcc/config/arm/arm.opt
@@ -274,13 +274,13 @@ Mitigate issues with VLLDM on some M-profile devices (CVE-2021-35465).
 
 mfix-cortex-a57-aes-1742098
 Target Var(fix_aes_erratum_1742098) Init(2) Save
-Mitigate issues with AES instructions on Cortex-A57 and Cortex-A72.
-Arm erratum #1742098
+Mitigate issues with AES instructions on Cortex-A57 and Cortex-A72
+(Arm erratum #1742098).
 
 mfix-cortex-a72-aes-1655431
 Target Alias(mfix-cortex-a57-aes-1742098)
-Mitigate issues with AES instructions on Cortex-A57 and Cortex-A72.
-Arm erratum #1655431
+Mitigate issues with AES instructions on Cortex-A57 and Cortex-A72
+(Arm erratum #1655431).
 
 munaligned-access
 Target Var(unaligned_access) Init(2) Save


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-02-03 13:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-03 13:35 [gcc r12-7023] arm: Fix up help.exp regression Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).