From d7c0a731f5f0288977e69b72990e678a3a3fc552 Mon Sep 17 00:00:00 2001 From: kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Sun, 19 Dec 1999 02:01:51 +0000 Subject: [PATCH] Fix typo in last change git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31019 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/fold-const.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/fold-const.c b/gcc/fold-const.c index 335cb5cbc3e9..7d676a8f9114 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -1118,7 +1118,7 @@ real_hex_to_f (s, mode) abort (); shcount -= 4; - if (high == 0 && low == 0)) + if (high == 0 && low == 0) return dconst0; /* Normalize. */ -- GitLab