This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [C PATCH] Use RECORD_OR_UNION_TYPE_P macro


On 11/13/2015 07:09 PM, Marek Polacek wrote:
As promised & discussed in the thread here:
<https://gcc.gnu.org/ml/gcc-patches/2015-11/msg01723.html>.

diffstat shows:
  c/c-decl.c   |   38 +++++++++------------------
  c/c-typeck.c |   81 +++++++++++++++++++----------------------------------------
  2 files changed, 40 insertions(+), 79 deletions(-)
so this patch simplifies the code quite a bit.

I suppose I could commit this right away, but maybe someone will be kind
enough to glance over this.

Bootstrapped/regtested on x86_64-linux, ok for trunk?

Looks good.


Bernd


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]