From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 85735 invoked by alias); 29 Jan 2018 16:08:40 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 85706 invoked by uid 89); 29 Jan 2018 16:08:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-12.0 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,GIT_PATCH_3,KAM_ASCII_DIVIDERS,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=H*Ad:D*us.ibm.com, Love, Carl, carl X-HELO: mx0a-001b2d01.pphosted.com Received: from mx0b-001b2d01.pphosted.com (HELO mx0a-001b2d01.pphosted.com) (148.163.158.5) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 29 Jan 2018 16:08:38 +0000 Received: from pps.filterd (m0098421.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w0TG7J5l066992 for ; Mon, 29 Jan 2018 11:08:36 -0500 Received: from e12.ny.us.ibm.com (e12.ny.us.ibm.com [129.33.205.202]) by mx0a-001b2d01.pphosted.com with ESMTP id 2ft56hd6fu-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Mon, 29 Jan 2018 11:08:34 -0500 Received: from localhost by e12.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 29 Jan 2018 11:08:33 -0500 Received: from b01cxnp22036.gho.pok.ibm.com (9.57.198.26) by e12.ny.us.ibm.com (146.89.104.199) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Mon, 29 Jan 2018 11:08:32 -0500 Received: from b01ledav005.gho.pok.ibm.com (b01ledav005.gho.pok.ibm.com [9.57.199.110]) by b01cxnp22036.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id w0TG8Vcv48889914; Mon, 29 Jan 2018 16:08:31 GMT Received: from b01ledav005.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 2E873AE03B; Mon, 29 Jan 2018 11:09:48 -0500 (EST) Received: from oc3304648336.ibm.com (unknown [9.70.82.121]) by b01ledav005.gho.pok.ibm.com (Postfix) with ESMTP id 9C942AE04B; Mon, 29 Jan 2018 11:09:47 -0500 (EST) Subject: [PATCH, rs6000] Fix typo in documentation file. From: Carl Love To: gcc-patches@gcc.gnu.org, David Edelsohn , Segher Boessenkool Cc: Bill Schmidt , cel@us.ibm.com Date: Mon, 29 Jan 2018 18:14:00 -0000 Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-TM-AS-GCONF: 00 x-cbid: 18012916-0048-0000-0000-0000022DAC92 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00008450; HX=3.00000241; KW=3.00000007; PH=3.00000004; SC=3.00000248; SDB=6.00978112; UDB=6.00495877; IPR=6.00757813; BA=6.00005786; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00019270; XFM=3.00000015; UTC=2018-01-29 16:08:33 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 18012916-0049-0000-0000-000043F28CD9 Message-Id: <1517242110.3596.1.camel@us.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2018-01-29_08:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1709140000 definitions=main-1801290211 X-IsSubscribed: yes X-SW-Source: 2018-01/txt/msg02264.txt.bz2 GCC maintainers: The following patch contains fixes for the GCC documentation file. There is a missing space between vector and the type __int128_t in the second argument of the documented function. The patch makes no functional changes to GCC, just fixes a trivial typo. No regression testing done. Please let me know if the patch is acceptable to apply to mainline. Carl Love ___________________________________________________________________ Index: gcc/doc/extend.texi =================================================================== --- gcc/doc/extend.texi (revision 257154) +++ gcc/doc/extend.texi (working copy) @@ -18970,16 +18970,16 @@ __int128_t vec_vsubuqm (__int128_t, __int128_t); __uint128_t vec_vsubuqm (__uint128_t, __uint128_t); -vector __int128_t __builtin_bcdadd (vector __int128_t, vector__int128_t); -int __builtin_bcdadd_lt (vector __int128_t, vector__int128_t); -int __builtin_bcdadd_eq (vector __int128_t, vector__int128_t); -int __builtin_bcdadd_gt (vector __int128_t, vector__int128_t); -int __builtin_bcdadd_ov (vector __int128_t, vector__int128_t); -vector __int128_t bcdsub (vector __int128_t, vector__int128_t); -int __builtin_bcdsub_lt (vector __int128_t, vector__int128_t); -int __builtin_bcdsub_eq (vector __int128_t, vector__int128_t); -int __builtin_bcdsub_gt (vector __int128_t, vector__int128_t); -int __builtin_bcdsub_ov (vector __int128_t, vector__int128_t); +vector __int128_t __builtin_bcdadd (vector __int128_t, vector __int128_t); +int __builtin_bcdadd_lt (vector __int128_t, vector __int128_t); +int __builtin_bcdadd_eq (vector __int128_t, vector __int128_t); +int __builtin_bcdadd_gt (vector __int128_t, vector __int128_t); +int __builtin_bcdadd_ov (vector __int128_t, vector __int128_t); +vector __int128_t bcdsub (vector __int128_t, vector __int128_t); +int __builtin_bcdsub_lt (vector __int128_t, vector __int128_t); +int __builtin_bcdsub_eq (vector __int128_t, vector __int128_t); +int __builtin_bcdsub_gt (vector __int128_t, vector __int128_t); +int __builtin_bcdsub_ov (vector __int128_t, vector __int128_t); @end smallexample If the ISA 3.0 instruction set additions (@option{-mcpu=power9})