Re: [PATCH] convert h8300 to constraints.md

2011-04-01 Thread Richard Henderson
On 02/14/2011 04:19 PM, Nathan Froyd wrote: > +(define_constraint "WU" > + "@internal" > + (and (match_code "mem") > + (match_test "satisfies_constraint_U (op)"))) Based on -#define EXTRA_MEMORY_CONSTRAINT(C, STR) \ - ((C) == 'W') This one should be define_memory_constraint. Otherwise

[PING] [PATCH] convert h8300 to constraints.md

2011-04-01 Thread Anatoly Sokolov
Hi. - Original Message - From: "Nathan Froyd" Sent: Tuesday, February 15, 2011 4:19 AM Subject: [PATCH] convert h8300 to constraints.md Tested with cross to h8300-elf (which doesn't totally build right now, but the patch doesn't make things any worse). O