]> git.ipfire.org Git - thirdparty/gcc.git/commit
c++: Rename -fmodules-ts to -fmodules in diagnostics
authorNathaniel Shead <nathanieloshead@gmail.com>
Tue, 1 Apr 2025 11:36:28 +0000 (22:36 +1100)
committerNathaniel Shead <nathanieloshead@gmail.com>
Tue, 1 Apr 2025 20:20:35 +0000 (07:20 +1100)
commit9aa78d771222cd9aec463ee28f9039d306ab5834
tree547d13730250db40a1bea2af22b20fd55ae222f3
parent844eed3364309bd20cbb7d6793a16b7c6b889ba4
c++: Rename -fmodules-ts to -fmodules in diagnostics

This replaces some usages of the old -fmodules-ts flag with the new
-fmodules flag made in r15-5112-gd9c3c3c85665b2.

gcc/cp/ChangeLog:

* parser.cc (cp_parser_diagnose_invalid_type_name): Replace
fmodules-ts with fmodules.
(cp_parser_template_declaration): Likewise.

Signed-off-by: Nathaniel Shead <nathanieloshead@gmail.com>
gcc/cp/parser.cc