https://gcc.gnu.org/g:734757581803771c394431e7cd938d5358f7585f
commit r17-661-g734757581803771c394431e7cd938d5358f7585f Author: Pietro Monteiro <[email protected]> Date: Thu May 21 17:59:57 2026 -0400 libffi: Remove debugging output The warning is printed when running tests, making dejagnu mark them as failed when running 32-bit tests on x86_64. Forwarded upstream: https://github.com/libffi/libffi/pull/940 libffi/ChangeLog: PR libffi/117635 * src/x86/ffitarget.h (if defined (X86_64) && defined (__i386__)): Remove #warning. Signed-off-by: Pietro Monteiro <[email protected]> Diff: --- libffi/src/x86/ffitarget.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/libffi/src/x86/ffitarget.h b/libffi/src/x86/ffitarget.h index 5a3399d80982..2ea25d21653f 100644 --- a/libffi/src/x86/ffitarget.h +++ b/libffi/src/x86/ffitarget.h @@ -41,9 +41,6 @@ #if defined (X86_64) && defined (__i386__) #undef X86_64 -#warning ****************************************************** -#warning ********** X86 IS DEFINED **************************** -#warning ****************************************************** #define X86 #endif
