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: define_constraints patch, re-revised


On 10/1/06, Rask Ingemann Lambertsen <rask@sygehus.dk> wrote:
On Sun, Oct 01, 2006 at 08:19:49AM -0700, Zack Weinberg wrote:
> I would like to see the relevant excerpt of tm-constrs.h, please.

static inline bool
satisfies_constraint_Ipu (rtx op)
{
  return
#line 95 "../../../cvssrc/gcc/gcc/config/ia16/constraints.md"
(TARGET_18x ? true : false);

#line 147 "/mnt/sysfs/rask/cvsbuild/gcc/gcc/tm-constrs.h"
}

Something is seriously, seriously broken in genpreds. It has lost both the boilerplate and the code for the match_code test.

The last substantive change to genpreds.c was back in June, which is
kinda worrisome.  Could you please try reverting the file to revision
112515 (just genpreds.c, not the rest of the tree) and see if the
problem goes away?

zw


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