From d43b4ccc3737d468df2006814abe47824129e054 Mon Sep 17 00:00:00 2001 From: Martin Sebor Date: Wed, 21 Sep 2016 16:13:12 +0000 Subject: [PATCH] PR bootstrap/77676 - powerpc64 and powerpc64le stage2 bootstrap fail * c.opt (fprintf-return-value): Temporarily initialize to zero to unblock bootstrap failures. From-SVN: r240321 --- gcc/c-family/ChangeLog | 6 ++++++ gcc/c-family/c.opt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index e10245061aa..7795f9c8d39 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -1,3 +1,9 @@ +2016-09-21 Martin Sebor + + PR bootstrap/77676 + * c.opt (fprintf-return-value): Temporarily initialize to zero + to unblock bootstrap failures. + 2016-09-21 Jakub Jelinek PR c++/77651 diff --git a/gcc/c-family/c.opt b/gcc/c-family/c.opt index 3a02dbb4844..a04618d1063 100644 --- a/gcc/c-family/c.opt +++ b/gcc/c-family/c.opt @@ -1498,7 +1498,7 @@ C++ ObjC++ Var(flag_pretty_templates) Init(1) -fno-pretty-templates Do not pretty-print template specializations as the template signature followed by the arguments. fprintf-return-value -C ObjC C++ ObjC++ LTO Optimization Var(flag_printf_return_value) Init(1) +C ObjC C++ ObjC++ LTO Optimization Var(flag_printf_return_value) Init(0) Treat known sprintf return values as constants. freplace-objc-classes -- 2.30.2