From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 60437 invoked by alias); 11 Mar 2016 16:30:28 -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 60254 invoked by uid 89); 11 Mar 2016 16:30:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.0 required=5.0 tests=BAYES_40,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=borrowed, Hx-languages-length:549, pr45076, tree-prof.exp X-HELO: resqmta-ch2-08v.sys.comcast.net Received: from resqmta-ch2-08v.sys.comcast.net (HELO resqmta-ch2-08v.sys.comcast.net) (69.252.207.40) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 11 Mar 2016 16:30:26 +0000 Received: from resomta-ch2-02v.sys.comcast.net ([69.252.207.98]) by resqmta-ch2-08v.sys.comcast.net with comcast id UgWF1s00327uzMh01gWQ6K; Fri, 11 Mar 2016 16:30:24 +0000 Received: from [IPv6:2001:558:6045:a4:40c6:7199:cd03:b02d] ([IPv6:2001:558:6045:a4:40c6:7199:cd03:b02d]) by resomta-ch2-02v.sys.comcast.net with comcast id UgWN1s0082ztT3H01gWP5n; Fri, 11 Mar 2016 16:30:24 +0000 Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: RFA [Patch] PR 45076 - [OOP] gfortran.dg/dynamic_dispatch_6.f03 ICEs with -fprofile-use From: Mike Stump In-Reply-To: Date: Fri, 11 Mar 2016 16:30:00 -0000 Cc: fortran@gcc.gnu.org, gcc-patches Content-Transfer-Encoding: quoted-printable Message-Id: References: To: =?iso-8859-1?Q?Dominique_d=27Humi=E8res?= X-IsSubscribed: yes X-SW-Source: 2016-03/txt/msg00704.txt.bz2 On Mar 11, 2016, at 7:57 AM, Dominique d'Humi=E8res wr= ote: > AFAICT pr45076 is fixed on the gcc-4.9, gcc-5 branches, and trunk. I have= borrowed the machinery in g++.dg/tree-prof/tree-prof.exp for the attached = patch and tested it on the three branches. Is it OK as such or is there a b= etter way to do the testing? Ok. [ As always, anyone should feel free to chime in with suggestions, obj= ections and improvements, if they know of any. ]