From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28114 invoked by alias); 26 Sep 2014 08:04:53 -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 28102 invoked by uid 89); 26 Sep 2014 08:04:52 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 X-HELO: mailout2.w1.samsung.com Received: from mailout2.w1.samsung.com (HELO mailout2.w1.samsung.com) (210.118.77.12) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (DES-CBC3-SHA encrypted) ESMTPS; Fri, 26 Sep 2014 08:04:51 +0000 Received: from eucpsbgm1.samsung.com (unknown [203.254.199.244]) by mailout2.w1.samsung.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTP id <0NCI00I2918PXP90@mailout2.w1.samsung.com> for gcc-patches@gcc.gnu.org; Fri, 26 Sep 2014 09:07:37 +0100 (BST) Received: from eusync2.samsung.com ( [203.254.199.212]) by eucpsbgm1.samsung.com (EUCPMTA) with SMTP id 30.FF.25543.E1E15245; Fri, 26 Sep 2014 09:04:46 +0100 (BST) Received: from [106.109.130.31] by eusync2.samsung.com (Oracle Communications Messaging Server 7u4-23.01(7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTPA id <0NCI007RT13XYY80@eusync2.samsung.com>; Fri, 26 Sep 2014 09:04:46 +0100 (BST) Message-id: <54251E1D.9050609@partner.samsung.com> Date: Fri, 26 Sep 2014 08:04:00 -0000 From: Maxim Ostapenko User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-version: 1.0 To: Jeff Law , "Joseph S. Myers" Cc: Jakub Jelinek , GCC Patches , Yury Gribov , Slava Garbuzov , Maxim Ostapenko , ian@airs.com, dj@redhat.com, Yuri Gribov Subject: Re: [PATCH 2/2] Add patch for debugging compiler ICEs. References: <53F357DF.6010103@partner.samsung.com> <53FEDAC2.9050306@partner.samsung.com> <20140910045724.GB17454@tucnak.redhat.com> <5411CBC7.10706@partner.samsung.com> <54211DF0.5010104@partner.samsung.com> <5424675C.9020701@redhat.com> In-reply-to: <5424675C.9020701@redhat.com> Content-type: text/plain; charset=windows-1252; format=flowed Content-transfer-encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-09/txt/msg02351.txt.bz2 Thank you all for your help! Done in r215633. -Maxim On 09/25/2014 11:05 PM, Jeff Law wrote: > On 09/23/14 01:14, Maxim Ostapenko wrote: >> >> >> 2014-09-04 Jakub Jelinek >> Max Ostapenko >> >> * common.opt: New option. >> * doc/invoke.texi: Describe new option. >> * gcc.c (execute): Don't free first string early, but at the end >> of the function. Call retry_ice if compiler exited with >> ICE_EXIT_CODE. >> (main): Factor out common code. >> (print_configuration): New function. >> (files_equal_p): Likewise. >> (check_repro): Likewise. >> (run_attempt): Likewise. >> (do_report_bug): Likewise. >> (append_text): Likewise. >> (try_generate_repro): Likewise > Approved. Please install. > > Thanks for your patience, > Jeff > >