c++: Missed c++2a->20 change
authorNathan Sidwell <nathan@acm.org>
Thu, 14 May 2020 15:04:59 +0000 (08:04 -0700)
committerNathan Sidwell <nathan@acm.org>
Thu, 14 May 2020 15:06:35 +0000 (08:06 -0700)
commit68f1d74ff92c0579981b615335456e0578af6e32
treeb11d1d6a9c45ccf69f24e01a2f9621cbbb5d99c0
parentf497e36ae56f0f22b1d60171509c75f7b11f8663
c++: Missed c++2a->20 change

Jason missed a c++2a mention.  I couldn't resist changing the loop
following to place the initializers inside the fors.

* parser.c (cp_parser_diagnose_invalid_typename): Mention
std=c++20 not 2a, reformat dependent binfo inform loops.
gcc/cp/ChangeLog
gcc/cp/parser.c