The attached patch fixes a test failure because of a missing full stop at the end of an S/390 option help text.
Ciao Dominik ^_^ ^_^ -- Dominik Vogt IBM Germany
gcc/ChangeLog * config/s390/s390.opt (mtune): Add full stop.
>From 6d4de7bb9ff9643b4cf3c967ea5ccfd1591d0799 Mon Sep 17 00:00:00 2001 From: Dominik Vogt <v...@linux.vnet.ibm.com> Date: Thu, 14 Jan 2016 12:39:21 +0100 Subject: [PATCH] S/390: Add missin full stop in option description. --- gcc/config/s390/s390.opt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/s390/s390.opt b/gcc/config/s390/s390.opt index 18304b3..1ae1396 100644 --- a/gcc/config/s390/s390.opt +++ b/gcc/config/s390/s390.opt @@ -176,7 +176,7 @@ Use the mvcle instruction for block moves. mzvector Target Report Mask(ZVECTOR) Save Enable the z vector language extension providing the context-sensitive -vector macro and enable the Altivec-style builtins in vecintrin.h +vector macro and enable the Altivec-style builtins in vecintrin.h. mwarn-dynamicstack Target Var(s390_warn_dynamicstack_p) Save -- 2.3.0