https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109532
--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jonathan Wakely <r...@gcc.gnu.org>: https://gcc.gnu.org/g:d8a656d5b6246457e84934bc35115c134bc38def commit r14-932-gd8a656d5b6246457e84934bc35115c134bc38def Author: Jonathan Wakely <jwak...@redhat.com> Date: Thu Apr 27 12:02:38 2023 +0100 doc: Describe behaviour of enums with fixed underlying type [PR109532] gcc/ChangeLog: PR c++/109532 * doc/invoke.texi (Code Gen Options): Note that -fshort-enums is ignored for a fixed underlying type. (C++ Dialect Options): Likewise for -fstrict-enums. Reviewed-by: Marek Polacek <pola...@redhat.com>