Re: [PATCH] RL78 UNUSED note setting bug fix in rl78_note_reg_set

2018-01-19 Thread DJ Delorie
Sebastian Perta writes: > * config/rl78/rl78.c (rl78_note_reg_set): fixed dead reg check > for non-QImode registers This is OK. Thanks! Note: in the future; ChangeLog entries should be provided separate from the patch; they rarely apply cleanly anyway. > Index: config/rl78/rl78.c > ==

RE: [PATCH] RL78 UNUSED note setting bug fix in rl78_note_reg_set

2018-01-19 Thread Sebastian Perta
12 January 2018 18:42 > To: 'DJ Delorie' > Cc: gcc-patches@gcc.gnu.org > Subject: RE: [PATCH] RL78 UNUSED note setting bug fix in rl78_note_reg_set > > Hi DJ, > > >>Do you have checkin privs yet? > I have filled out the form. "Thanks for your

RE: [PATCH] RL78 UNUSED note setting bug fix in rl78_note_reg_set

2018-01-12 Thread Sebastian Perta
c: gcc-patches@gcc.gnu.org > Subject: Re: [PATCH] RL78 UNUSED note setting bug fix in rl78_note_reg_set > > > "Sebastian Perta" writes: > > Please let me know if this is OK. Thank you! > > Do you have checkin privs yet? > > This is ok aside from.. > >

Re: [PATCH] RL78 UNUSED note setting bug fix in rl78_note_reg_set

2018-01-12 Thread DJ Delorie
"Sebastian Perta" writes: > Please let me know if this is OK. Thank you! Do you have checkin privs yet? This is ok aside from.. > + /* 'dead' keeps track of the QImode registers if r is of different size > + we need to check the other subparts as well */ Missing period at the end of a sent

[PATCH] RL78 UNUSED note setting bug fix in rl78_note_reg_set

2018-01-12 Thread Sebastian Perta
Hello, The below patch fixes 31 regression failures (28 for C and 3 for C++, see below) plus the problem discovered here https://gcc.gnu.org/ml/gcc-patches/2018-01/msg00688.html by DJ. Tested with the following command: make -k check-gcc RUNTESTFLAGS=--target_board=rl78-sim List of previous fails