Landing: 699ff0761c51

Project / Subsystem

gcc / gcc

Date

2026-07-25

Author

H.J. Lu

Commit

699ff0761c510d447beafa6ceb85e0aed8338f59

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
gcc
patch_id
commit_hash
699ff0761c510d447beafa6ceb85e0aed8338f59
source_type
github
headline
gcc.target/i386/pr[27827|50038].c: Compile with -mno-sse
tldr
Two i386 test cases are compiled with -mno-sse to avoid spurious failures after a recent vectorization change.
author
H.J. Lu
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • i386
  • testing
  • sse
  • vectorization
discussion_id_link
bugzilla_pr
date
2026-07-25T00:00:00.000Z

Two specific test cases for the i386 target, pr27827.c and pr50038.c, are now compiled with the -mno-sse flag. This change prevents test failures related to SSE instructions that arose after a recent commit allowed for two-lane vector reductions without explicit target support. These tests did not originally rely on SSE instructions.