This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch,fortran,arm] Use flag_short_enums (PR 36031)


Hi all,

The attached patch makes the Fortran front-end use the common flag_short_enums, instead of its own in gfc_options. This is necessary because flag_short_enums can potentially be used in back-end code, as was revealed on arm (see PR).

Bootstrapped and regtested on x86_64-linux; I'd be glad to have a confirmation from someone that it fixes the ARM issue.

OK to commit? (on the basis that, even if not confirmed to fix the ARM issue, it does The Right Thing)

FX


Attachment: short_enums.ChangeLog
Description: Binary data

Attachment: short_enums.diff
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]