mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 13:41:20 +02:00
12 lines
200 B
Diff
12 lines
200 B
Diff
--- a/gcc/config/i386/i386.c
|
|
+++ b/gcc/config/i386/i386.c
|
|
@@ -8686,7 +8686,7 @@
|
|
HOST_WIDE_INT words)
|
|
{
|
|
int res = 0;
|
|
- bool error_p = NULL;
|
|
+ bool error_p = 0;
|
|
|
|
if (TARGET_IAMCU)
|
|
{
|