Re: C PATCH to add C11 references

2017-03-17 Thread Joseph Myers
On Fri, 17 Mar 2017, Marek Polacek wrote: > This means precisely zilch, but hey, it's Friday. The references are mostly > the same as C99, but they differ for e.g. declarators. I wish C had what C++ > has, i.e. references like [stmt.switch]. > > Ok for trunk? OK. -- Joseph S. Myers jos...@co

C PATCH to add C11 references

2017-03-17 Thread Marek Polacek
This means precisely zilch, but hey, it's Friday. The references are mostly the same as C99, but they differ for e.g. declarators. I wish C had what C++ has, i.e. references like [stmt.switch]. Ok for trunk? 2017-03-17 Marek Polacek * c-parser.c: Add C11 references. diff --git gcc/