]> git.ipfire.org Git - thirdparty/gcc.git/commit
Restore original format of -fstack-usage and add new second field
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 25 May 2026 07:42:04 +0000 (09:42 +0200)
committerEric Botcazou <ebotcazou@adacore.com>
Mon, 25 May 2026 07:42:04 +0000 (09:42 +0200)
commitdbb7b2af2333b69707ffbea6a2a98830c37a0485
treeae75f9b2b431da2fea636ad779aadc652033135f
parenta171c89fbf6720bf8562b2e0121e582fbadd5e50
Restore original format of -fstack-usage and add new second field

This should minimize the backward compatibility breakage.

gcc/
* doc/invoke.texi (fstack-usage): Document new second field.
* toplev.cc (output_stack_usage_1): Revert latest changes and add
the mangled name as the second field.

gcc/testsuite/
* gcc.dg/stack-usage-1.c: Adjust.
gcc/doc/invoke.texi
gcc/testsuite/gcc.dg/stack-usage-1.c
gcc/toplev.cc