From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9032 invoked by alias); 15 Oct 2007 09:05:14 -0000 Received: (qmail 9023 invoked by uid 22791); 15 Oct 2007 09:05:14 -0000 X-Spam-Check-By: sourceware.org Received: from py-out-1112.google.com (HELO py-out-1112.google.com) (64.233.166.181) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 15 Oct 2007 09:05:10 +0000 Received: by py-out-1112.google.com with SMTP id a29so3554042pyi for ; Mon, 15 Oct 2007 02:05:08 -0700 (PDT) Received: by 10.65.254.5 with SMTP id g5mr12090547qbs.1192439107512; Mon, 15 Oct 2007 02:05:07 -0700 (PDT) Received: by 10.65.203.7 with HTTP; Mon, 15 Oct 2007 02:05:07 -0700 (PDT) Message-ID: <84fc9c000710150205j49b03589uf6825549d57d4d9d@mail.gmail.com> Date: Mon, 15 Oct 2007 09:12:00 -0000 From: "Richard Guenther" To: "Maxim Kuvyrkov" Subject: Re: [PING][PATCH][PR33133]: Fix bug in ia64 speculation support Cc: "Andreas Schwab" , "Vladimir Makarov" , "Martin Michlmayr" , gcc-patches In-Reply-To: <47121166.2070500@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46F7813B.2020306@codesourcery.com> <47121166.2070500@codesourcery.com> X-IsSubscribed: yes 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 X-SW-Source: 2007-10/txt/msg00872.txt.bz2 On 10/14/07, Maxim Kuvyrkov wrote: > Andreas Schwab wrote: > >> +newpassencrypt (char *old, char *new, char *out) > >> +{ > > > > This definition is lacking a return type. This may result in a compile > > time error in future versions of gcc. > > Hello, > > I want to ping this patch fixing PR33133. > Attached is an updated version with fixed testcase. This is ok. Thanks, Richard. > > 2007-09-21 Maxim Kuvyrkov > > PR target/33133 > > * haifa-sched.c (process_insn_forw_deps_be_in_spec): Check if > speculation type of insn can be changed before trying to do that. > > 2007-09-21 Maxim Kuvyrkov > > PR target/33133 > > * gcc.c-torture/compile/pr33133.c: New test.