Landing: 90b1d10ad1b2

Project / Subsystem

gcc / gcc

Date

2025-04-18

Author

Thomas Schwinge

Commit

90b1d10ad1b2908c40af9cb53007f69d4435b220

Source

github

Impact

4/10

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
gcc
patch_id
commit_hash
90b1d10ad1b2908c40af9cb53007f69d4435b220
source_type
github
headline
Fix time zone for 'cobol.dg/group2/FUNCTION_DATE___TIME_OMNIBUS.cob'
tldr
Re-applies a fix for the time zone in a COBOL test case.
why_it_matters
Ensures accurate date and time handling in COBOL programs, especially in different time zones.
author
Thomas Schwinge
impact_score
4
impact_rationale
Fixes a regression in a test case, low impact.
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • cobol
  • time zone
  • testsuite
discussion_id_link
bugzilla_pr
date
2025-04-18T00:00:00.000Z

This commit re-applies a patch that sets the time zone to UTC0 for the ‘cobol.dg/group2/FUNCTION_DATE___TIME_OMNIBUS.cob’ test case, addressing a regression introduced in a recent commit. The patch ensures the test case passes consistently across different configurations.