Re: [PATCH][pushed] Remove dead code.

2022-05-04 Thread Martin Liška
On 5/4/22 15:20, Andreas Schwab wrote: > On Mai 04 2022, Martin Liška wrote: > >> diff --git a/gcc/gengtype-state.cc b/gcc/gengtype-state.cc >> index ea566af3249..dfd9ea52785 100644 >> --- a/gcc/gengtype-state.cc >> +++ b/gcc/gengtype-state.cc >> @@ -473,43 +473,43 @@ read_a_state_token (void) >>

Re: [PATCH][pushed] Remove dead code.

2022-05-04 Thread Andreas Schwab
On Mai 04 2022, Martin Liška wrote: > diff --git a/gcc/gengtype-state.cc b/gcc/gengtype-state.cc > index ea566af3249..dfd9ea52785 100644 > --- a/gcc/gengtype-state.cc > +++ b/gcc/gengtype-state.cc > @@ -473,43 +473,43 @@ read_a_state_token (void) > { > case 'a': >

[PATCH][pushed] Remove dead code.

2022-05-04 Thread Martin Liška
gcc/ChangeLog: * gengtype-state.cc (read_a_state_token): Remove dead code. * ipa-profile.cc (ipa_profile_read_summary_section): Likewise. --- gcc/gengtype-state.cc | 22 +++--- gcc/ipa-profile.cc| 1 - 2 files changed, 11 insertions(+), 12 deletions(-) diff