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