From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 123623 invoked by alias); 7 Feb 2018 00:08:08 -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 123614 invoked by uid 89); 7 Feb 2018 00:08:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,KAM_SHORT,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy= X-HELO: aserp2130.oracle.com Received: from aserp2130.oracle.com (HELO aserp2130.oracle.com) (141.146.126.79) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 07 Feb 2018 00:08:07 +0000 Received: from pps.filterd (aserp2130.oracle.com [127.0.0.1]) by aserp2130.oracle.com (8.16.0.22/8.16.0.22) with SMTP id w1707khx155566; Wed, 7 Feb 2018 00:08:05 GMT Received: from userv0021.oracle.com (userv0021.oracle.com [156.151.31.71]) by aserp2130.oracle.com with ESMTP id 2fypma804s-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 07 Feb 2018 00:08:05 +0000 Received: from aserv0122.oracle.com (aserv0122.oracle.com [141.146.126.236]) by userv0021.oracle.com (8.14.4/8.14.4) with ESMTP id w17082Xh022735 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 7 Feb 2018 00:08:02 GMT Received: from abhmp0017.oracle.com (abhmp0017.oracle.com [141.146.116.23]) by aserv0122.oracle.com (8.14.4/8.14.4) with ESMTP id w17081lX001183; Wed, 7 Feb 2018 00:08:02 GMT Received: from [192.168.1.4] (/79.52.198.133) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 06 Feb 2018 16:08:01 -0800 Subject: Re: PR 84154: Fix checking -mibt and -mshstk options for control flow protection To: "Tsimbalist, Igor V" , "gcc-patches@gcc.gnu.org" Cc: Nick Clifton , "hjl.tools@gmail.com" , Uros Bizjak References: <87k1vra2oh.fsf@redhat.com> <7def0fb4-1415-b277-278c-778fe12ea5dc@redhat.com> From: Paolo Carlini Message-ID: <45693068-81c4-f52d-bb0a-1abe7d3099a7@oracle.com> Date: Wed, 07 Feb 2018 00:08:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Proofpoint-Virus-Version: vendor=nai engine=5900 definitions=8797 signatures=668663 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 mlxscore=0 mlxlogscore=999 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1711220000 definitions=main-1802070000 X-IsSubscribed: yes X-SW-Source: 2018-02/txt/msg00291.txt.bz2 Hi, On 07/02/2018 01:02, Tsimbalist, Igor V wrote: > The issue is known and is covered by > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84248. The patch has been > posted > https://gcc.gnu.org/ml/gcc-patches/2018-02/msg00276.html Ok, thanks, I missed the above. Paolo.