aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2024-04-28 09:57:35 -0700
committerIan Lance Taylor <iant@golang.org>2024-04-29 10:59:28 -0700
commit678dc5e85053f1a1ca76997eec95ba8823bb6830 (patch)
tree609239618ed383eb8d177630b0aac557cb3166c9 /gcc/go
parent050a4f7fc5c9c0f4aae26a92281cdca2a3ded53c (diff)
downloadgcc-678dc5e85053f1a1ca76997eec95ba8823bb6830.zip
gcc-678dc5e85053f1a1ca76997eec95ba8823bb6830.tar.gz
gcc-678dc5e85053f1a1ca76997eec95ba8823bb6830.tar.bz2
runtime: use <stdbool.h>
<stdbool.h> has been available since C99. Use it rather than defining our own boolean type and values. Fixes https://gcc.gnu.org/PR114875 Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/582275
Diffstat (limited to 'gcc/go')
-rw-r--r--gcc/go/gofrontend/MERGE2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE
index 50d430d..8a2810d 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@
-98e92493db2ab7857a5934a950a830fc1f95a4e5
+1f0c8364cd35026a647aa4e66ee4d8563c8a5d27
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.