Landing: 1731ba6e70ff

Project / Subsystem

gcc / gcc/testsuite

Date

2026-07-16

Author

Rainer Orth

Commit

1731ba6e70ff806c209ab4d73c402257afd41768

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
gcc/testsuite
patch_id
commit_hash
1731ba6e70ff806c209ab4d73c402257afd41768
source_type
github
headline
Add _BitInt support requirement to torture test case
tldr
New torture test case now correctly requires _BitInt support, fixing Solaris/SPARC failures.
author
Rainer Orth
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • testsuite
  • solaris
  • sparc
  • bitint
discussion_id_link
bugzilla_pr
date
2026-07-16T00:00:00.000Z

A new torture test case, bitint-101.c, failed on Solaris/SPARC due to lack of _BitInt(2) support. This commit modifies the test to explicitly require bitint support, ensuring it only runs on the intended architectures and passes.