Landing: b6b9318ac9e7

Project / Subsystem

gcc / gcc/sh

Date

2026-07-05

Author

Oleg Endo

Commit

b6b9318ac9e72d6e3c9c400a98ce446846ed79d6

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
gcc/sh
patch_id
commit_hash
b6b9318ac9e72d6e3c9c400a98ce446846ed79d6
source_type
github
headline
SH: Fix PR 67643
tldr
SH target fixes a bug in fpscr register handling by specifying a post-increment memory operand.
author
Oleg Endo
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • gcc
  • sh
  • target
  • bugfix
discussion_id_link
github:gcc-mirror/gcc#67643
bugzilla_pr
date
2026-07-05T00:00:00.000Z

This commit addresses PR 67643 for the SH target architecture by correcting how the floating-point status and control register (fpscr) is handled. It ensures proper memory operand specification for the lds_fpscr instruction after register allocation, preventing alignment issues.