https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117381
Bug ID: 117381 Summary: -fmax-identifier-length= is completely ignored Product: gcc Version: 14.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: 8e3g6jay6 at mozmail dot com Target Milestone: --- Hello, I am trying to make gfortran bindings to Vulkan. I am unable to proceed due to ``-fmax-identifier-length=75``, being completely ignored. For example: I have variable names like so: VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ACCELERATION_STRUCTURE_PROPERTIES_KHR Without being able to increase this limit I simply have 2 options: 1.) Give up. 2.) Modify the variable names and create a custom version of Vulkan.