Landing: 734757581803

Project / Subsystem

gcc / libffi

Date

2026-05-21

Author

Pietro Monteiro

Commit

734757581803771c394431e7cd938d5358f7585f

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
libffi
patch_id
commit_hash
734757581803771c394431e7cd938d5358f7585f
source_type
github
headline
Libffi: Remove debugging output
tldr
A debugging warning in libffi that caused test failures has been removed.
author
Pietro Monteiro
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • libffi
  • debugging
  • testsuite
discussion_id_link
bugzilla_pr
date
2026-05-21T00:00:00.000Z

A #warning directive in libffi’s ffitarget.h was causing tests to be marked as failed when running 32-bit tests on x86_64 systems. This commit removes the warning, resolving the test failures. The change has been forwarded upstream to the libffi project.