Landing: 43eaca46f968

Project / Subsystem

gcc / testsuite

Date

2026-05-19

Author

Kito Cheng

Commit

43eaca46f9687032afab852a13cc51db1e9d2cb9

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
testsuite
patch_id
commit_hash
43eaca46f9687032afab852a13cc51db1e9d2cb9
source_type
github
headline
Testsuite: Update CRC dump scan regex for reversed crc table
tldr
Updates testsuite regexes to match the new "emitting reversed crc table" message in CRC table dumps.
author
Kito Cheng
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • testsuite
  • crc
  • regex
  • optimization
discussion_id_link
bugzilla_pr
date
2026-05-19T00:00:00.000Z

The middle-end optimization that builds reversed CRC tables directly changed the dump message. This commit updates the testsuite regexes to match the new message, preventing test failures on targets without a crc_rev optab (e.g., x86 without SSE4.2). This ensures that the testsuite continues to function correctly after the CRC table optimization.