11 lines
253 B
Diff
11 lines
253 B
Diff
--- a/gcc/config/i386/i386.c 2023-04-03 00:23:52.367607124 +0200
|
|
+++ - 2023-04-03 00:30:12.723657534 +0200
|
|
@@ -8747,7 +8747,7 @@
|
|
HOST_WIDE_INT words)
|
|
{
|
|
int res = 0;
|
|
- bool error_p = NULL;
|
|
+ bool error_p = false;
|
|
|
|
if (TARGET_IAMCU)
|
|
{
|