This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PING][PATCH][PR33133]: Fix bug in ia64 speculation support


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]