gcc 6.5.0: fix build error for x32 target

This commit is contained in:
rofl0r 2024-07-19 14:07:24 +00:00
parent fd6be58297
commit 57d937bb43
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- gcc-6.5.0.orig/gcc/config/i386/i386.c
+++ gcc-6.5.0/gcc/config/i386/i386.c
@@ -8747,7 +8747,7 @@
HOST_WIDE_INT words)
{
int res = 0;
- bool error_p = NULL;
+ bool error_p = 0;
if (TARGET_IAMCU)
{