Re: [PATCH 4/6] Convert to md_asm_adjust

2015-05-08 Thread Jeff Law
On 05/07/2015 03:38 PM, Richard Henderson wrote: Using proper vectors instead of lists of trees. --- gcc/cfgexpand.c | 614 --- gcc/config/cris/cris.c | 88 +++ gcc/config/i386/i386.c | 24 +-

Re: [PATCH 4/6] Convert to md_asm_adjust

2015-05-08 Thread Richard Henderson
On 05/08/2015 12:41 PM, Jeff Law wrote: I'm going to assume the include header order juggling/additions were all necessary. Correct -- target.h now uses vec, which means that vec.h must be included first. In the olden days I'd have just put the vec.h include at the top of target.h. ;-)

[PATCH 4/6] Convert to md_asm_adjust

2015-05-07 Thread Richard Henderson
Using proper vectors instead of lists of trees. --- gcc/cfgexpand.c | 614 --- gcc/config/cris/cris.c | 88 +++ gcc/config/i386/i386.c | 24 +- gcc/config/mn10300/mn10300.c | 20 +- gcc/config/rs6000/rs6000.c | 17 +-