From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2969 invoked by alias); 22 Aug 2014 08:48:38 -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 2957 invoked by uid 89); 22 Aug 2014 08:48:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 X-HELO: mailout1.w1.samsung.com Received: from mailout1.w1.samsung.com (HELO mailout1.w1.samsung.com) (210.118.77.11) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (DES-CBC3-SHA encrypted) ESMTPS; Fri, 22 Aug 2014 08:48:36 +0000 Received: from eucpsbgm1.samsung.com (unknown [203.254.199.244]) by mailout1.w1.samsung.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTP id <0NAP002X19XRKW80@mailout1.w1.samsung.com> for gcc-patches@gcc.gnu.org; Fri, 22 Aug 2014 09:51:27 +0100 (BST) Received: from eusync3.samsung.com ( [203.254.199.213]) by eucpsbgm1.samsung.com (EUCPMTA) with SMTP id EC.97.25543.FD307F35; Fri, 22 Aug 2014 09:48:31 +0100 (BST) Received: from [106.109.9.145] by eusync3.samsung.com (Oracle Communications Messaging Server 7u4-23.01(7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTPA id <0NAP00ACL9SUVI70@eusync3.samsung.com>; Fri, 22 Aug 2014 09:48:31 +0100 (BST) Message-id: <53F703E5.6010901@samsung.com> Date: Fri, 22 Aug 2014 08:48:00 -0000 From: Yury Gribov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-version: 1.0 To: GCC Patches Cc: Jakub Jelinek , Marek Polacek , trt@alumni.duke.edu, sabrinadfs@gmail.com Subject: Re: [PATCH] Fix Asan ICEs on unexpected types (PR62140, PR61897) References: <53F7038C.1070502@samsung.com> In-reply-to: <53F7038C.1070502@samsung.com> Content-type: text/plain; charset=utf-8; format=flowed Content-transfer-encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-08/txt/msg02170.txt.bz2 On 08/22/2014 12:47 PM, Yury Gribov wrote: > Attached patch fixes this. As usual I forgot to mention tests: this was bootstrapped on x64 and regtested for x64 and i686 and also Asan-bootstrapped for x64. -Y