Re: rx: remove some asserts

2015-08-07 Thread DJ Delorie
> Hi DJ, > > There is no need to assert these just to say "not supported" and gcc > may rarely generate addresses from valid code which trigger these > asserts. Ok? > > OK - please apply. Thanks, committed.

Re: rx: remove some asserts

2015-07-28 Thread Nicholas Clifton
Hi DJ, There is no need to assert these just to say "not supported" and gcc may rarely generate addresses from valid code which trigger these asserts. Ok? OK - please apply. Cheers Nick

rx: remove some asserts

2015-07-20 Thread DJ Delorie
Nick, There is no need to assert these just to say "not supported" and gcc may rarely generate addresses from valid code which trigger these asserts. Ok? Index: gcc/config/rx/rx.c === --- gcc/config/rx/rx.c (revision 225533) +++ g