Landing: 8d81ccde3188

Project / Subsystem

gcc / gcc

Date

2026-05-25

Author

H.J. Lu

Commit

8d81ccde31888032b031995ec2c20341eb7541ac

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
gcc
patch_id
commit_hash
8d81ccde31888032b031995ec2c20341eb7541ac
source_type
github
headline
Adjust stack-usage-realign.c for recent stack usage output format change.
tldr
Updates a test case to match the new format of the `-fstack-usage` output.
author
H.J. Lu
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • test
  • stack usage
discussion_id_link
bugzilla_pr
date
2026-05-25T00:00:00.000Z

A test case (stack-usage-realign.c) was adjusted to align with a recent change in the output format of the -fstack-usage compiler flag. The -fstack-usage flag emits stack usage information which now includes a second field. This change ensures the test case correctly parses the updated output.