harm in ARM

2025-06-17 Thread James K. Lowden
The COBOL FE emits code for a recent ARM VM that is definitely not what the user or, ahem, the FE author intended. The observed behavior is that the program enters an infinite loop calling the main entry point, eventually exhausting the stack. The observed assembler code does or does not refer to

ambiguity in format string syntax

2025-06-17 Thread Bruno Haible via Gcc
Hi, Following the discussions in [1], I am updating the GNU gettext support for 'gcc-internal-format' strings to the current state, with the goal of having it completed and released in time for GCC 16. There's a problem, though: The directive %C is defined in an incompatible way in the C++ front-