Re: [PATCH] Update C Extensions docs for support in latest C++

2018-09-04 Thread Joseph Myers
On Tue, 4 Sep 2018, Jonathan Wakely wrote: > The docs on 'long long' and hexadecimal floating-point literals are > outdated w.r.t what C++ supports. > > OK for trunk? OK. -- Joseph S. Myers jos...@codesourcery.com

[PATCH] Update C Extensions docs for support in latest C++

2018-09-04 Thread Jonathan Wakely
The docs on 'long long' and hexadecimal floating-point literals are outdated w.r.t what C++ supports. OK for trunk? diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 981e7063f97..8e31ec6b610 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2018-09-04 Jonathan Wakely + + * doc/e