blob: 992eb7b8a04e2801819b899094d64d945ec0e3a8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- gcc/config/i386/i386.c.orig 2020-08-28 09:37:26.849947000 -0700
+++ gcc/config/i386/i386.c 2020-08-28 09:37:51.260814000 -0700
@@ -8747,7 +8747,7 @@ function_arg_advance_32 (CUMULATIVE_ARGS *cum, machine
HOST_WIDE_INT words)
{
int res = 0;
- bool error_p = NULL;
+ bool error_p = false;
if (TARGET_IAMCU)
{
|