This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PING][PATCH][PR33133]: Fix bug in ia64 speculation support
- From: "Richard Guenther" <richard dot guenther at gmail dot com>
- To: "Maxim Kuvyrkov" <maxim at codesourcery dot com>
- Cc: "Andreas Schwab" <schwab at suse dot de>, "Vladimir Makarov" <vmakarov at redhat dot com>, "Martin Michlmayr" <tbm at cyrius dot com>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 15 Oct 2007 11:05:07 +0200
- Subject: Re: [PING][PATCH][PR33133]: Fix bug in ia64 speculation support
- References: <46F7813B.2020306@codesourcery.com> <jesl545s3h.fsf@sykes.suse.de> <47121166.2070500@codesourcery.com>
On 10/14/07, Maxim Kuvyrkov <maxim@codesourcery.com> 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 <maxim@codesourcery.com>
>
> 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 <maxim@codesourcery.com>
>
> PR target/33133
>
> * gcc.c-torture/compile/pr33133.c: New test.