public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Maxim Kuvyrkov <maxim@codesourcery.com>
To: "Gábor Lóki" <loki@inf.u-szeged.hu>
Cc: GCC Patches <gcc-patches@gcc.gnu.org>
Subject: Re: [PATCH] Fix PR33642, unrecognizable insn for -frtl-abstract-sequences
Date: Thu, 17 Apr 2008 16:22:00 -0000	[thread overview]
Message-ID: <48077005.9050206@codesourcery.com> (raw)
In-Reply-To: <47D96EBD.6020002@inf.u-szeged.hu>

GĂĄbor LĂłki wrote:
> Hi,
> 
> This patch fixes the PR33642 for rtl-factoring.c.
> 
> It contains the following modifications:
> 
> - Redesign the cost computation (based on 'get_attr_length'),
> because the previous one fails on many targets.

And this one fails on targets that don't define length attribute.  You 
should condition use of get_attr_length with 'ifdef HAVE_attr_length'.

--
Maxim

      parent reply	other threads:[~2008-04-17 15:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-13 18:10 Gábor Lóki
2008-04-07 23:42 ` Jim Wilson
2008-04-08 10:06   ` Gabor Loki
2008-04-08 10:18     ` Andrew Pinski
2008-04-12 17:28     ` Jim Wilson
2008-04-17 16:22 ` Maxim Kuvyrkov [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=48077005.9050206@codesourcery.com \
    --to=maxim@codesourcery.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=loki@inf.u-szeged.hu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).