]> git.ipfire.org Git - thirdparty/gcc.git/commit
cobol: Bring the code base into compliance with C++14
authorBob Dubner <rdubner@symas.com>
Tue, 18 Mar 2025 11:47:39 +0000 (07:47 -0400)
committerRobert Dubner <rdubner@symas.com>
Tue, 18 Mar 2025 16:19:15 +0000 (12:19 -0400)
commitc49382fd221fd40bce35a954d64bbda0fd14edef
tree868361212a68821bfe4e0d3660149304b2197cf5
parent563e6d926d9826d76895086d0c40a29dc90d66e5
cobol: Bring the code base into compliance with C++14

gcc/cobol

* cdf.y: Make compatible with C++14.
* copybook.h: Likewise.
* dts.h: Likewise.
* except.cc: Likewise.
* genapi.cc: Likewise.
* genutil.cc: Likewise.
* genutil.h: Likewise.
* lexio.cc: Likewise.
* parse.y: Likewise.
* parse_ante.h: Likewise.
* show_parse.h: Likewise.
* symbols.cc: Likewise.
* symbols.h: Likewise.
* util.cc: Likewise.
14 files changed:
gcc/cobol/cdf.y
gcc/cobol/copybook.h
gcc/cobol/dts.h
gcc/cobol/except.cc
gcc/cobol/genapi.cc
gcc/cobol/genutil.cc
gcc/cobol/genutil.h
gcc/cobol/lexio.cc
gcc/cobol/parse.y
gcc/cobol/parse_ante.h
gcc/cobol/show_parse.h
gcc/cobol/symbols.cc
gcc/cobol/symbols.h
gcc/cobol/util.cc