diff options
author | Marek Polacek <polacek@redhat.com> | 2021-10-21 11:10:02 -0400 |
---|---|---|
committer | Marek Polacek <polacek@redhat.com> | 2021-10-26 11:34:53 -0400 |
commit | 5469d58d6620195c6275d11b474d686f5921c3ba (patch) | |
tree | c74e8137c6408bff107f4a2bfbfd89d5a9474855 /gcc/fortran/resolve.c | |
parent | 28006282028b548238cee4601117f21c498dc2b7 (diff) | |
download | gcc-5469d58d6620195c6275d11b474d686f5921c3ba.zip gcc-5469d58d6620195c6275d11b474d686f5921c3ba.tar.gz gcc-5469d58d6620195c6275d11b474d686f5921c3ba.tar.bz2 |
c++: P2360R0: Extend init-stmt to allow alias-decl [PR102617]
The following patch implements C++23 P2360R0. This proposal merely
extends init-statement to contain alias-declaration. init-statement
is used in if/for/switch. It also removes the unsightly duplication
of code by calling cp_parser_init_statement twice.
PR c++/102617
gcc/cp/ChangeLog:
* parser.c (cp_parser_for): Maybe call cp_parser_init_statement
twice. Warn about range-based for loops with initializer here.
(cp_parser_init_statement): Don't duplicate code. Allow
alias-declaration in init-statement.
gcc/testsuite/ChangeLog:
* g++.dg/cpp23/init-stmt1.C: New test.
* g++.dg/cpp23/init-stmt2.C: New test.
Diffstat (limited to 'gcc/fortran/resolve.c')
0 files changed, 0 insertions, 0 deletions