aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2016-04-12 20:55:05 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2016-04-12 20:55:05 +0000
commit5445cf2af128cdd1b8b85999b6ae6d41030d1fcb (patch)
tree36afea7cee6135ee6ed0048c1409f3b0318a41b9 /gcc/ChangeLog
parent08d6d8bb00d6feddc6916739276aeea4600cd188 (diff)
downloadgcc-5445cf2af128cdd1b8b85999b6ae6d41030d1fcb.zip
gcc-5445cf2af128cdd1b8b85999b6ae6d41030d1fcb.tar.gz
gcc-5445cf2af128cdd1b8b85999b6ae6d41030d1fcb.tar.bz2
re PR target/70630 (sparc bootstrap failure: sparc.c:4919:6: error: suggest explicit braces to avoid ambiguous 'else')
2016-04-12 Eric Botcazou <ebotcazou@adacore.com> PR target/70630 * config/sparc/sparc.c (sparc_compute_frame_size): Add parentheses. From-SVN: r234918
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 949ab9e..4ce05df 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2016-04-12 Eric Botcazou <ebotcazou@adacore.com>
+
+ PR target/70630
+ * config/sparc/sparc.c (sparc_compute_frame_size): Add parentheses.
+
2016-04-12 Jakub Jelinek <jakub@redhat.com>
* config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):