Landing: 80e6aae1d508

Project / Subsystem

gcc / testsuite

Date

2026-07-15

Author

Rainer Orth

Commit

80e6aae1d5088f75def9ea0963a068dfbe0a833e

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
testsuite
patch_id
commit_hash
80e6aae1d5088f75def9ea0963a068dfbe0a833e
source_type
github
headline
Fix test case for 32-bit Solaris on x86
tldr
Corrects a test suite failure on 32-bit Solaris/x86 by adding a specific compiler flag.
author
Rainer Orth
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • testsuite
  • x86
  • solaris
discussion_id_link
bugzilla_pr
date
2026-07-15T00:00:00.000Z

A test case, gcc.target/i386/pr64731.c, was failing on 32-bit Solaris/x86 systems. The failure was related to assembler output for movaps/movaps instructions. This commit resolves the issue by adding the ‘-mno-stackrealign’ option to the test’s dg-options, ensuring the test passes on the affected platform.