]> git.ipfire.org Git - thirdparty/gcc.git/commit
cobol: Set compile-time and run-time signable_e bits the same for RETURN-CODE.
authorBob Dubner <rdubner@symas.com>
Fri, 4 Apr 2025 22:33:42 +0000 (18:33 -0400)
committerRobert Dubner <rdubner@symas.com>
Fri, 4 Apr 2025 22:42:39 +0000 (18:42 -0400)
commit6602fc076a883cf0cd20a37655a6bd9c146a2770
tree6096143c84ccf6bbcef1801252fe31b8c4a42533
parentdb92d9e8249008f2fd928772ac27654ad5c0fbfe
cobol: Set compile-time and run-time signable_e bits the same for RETURN-CODE.

This fix reverts the recent cobol_langhook_post_options change setting
flag_strict_aliasing = 0.  It isn't necessary.

gcc/cobol

* cobol1.cc: Eliminate cobol_langhook_post_options.
* symbols.cc: Definition of RETURN-CODE special register sets
::attr member to signable_e.
gcc/cobol/cobol1.cc
gcc/cobol/symbols.cc