PR bootstrap/77676 - powerpc64 and powerpc64le stage2 bootstrap fail
authorMartin Sebor <msebor@redhat.com>
Wed, 21 Sep 2016 16:13:12 +0000 (16:13 +0000)
committerMartin Sebor <msebor@gcc.gnu.org>
Wed, 21 Sep 2016 16:13:12 +0000 (10:13 -0600)
* c.opt (fprintf-return-value): Temporarily initialize to zero
to unblock bootstrap failures.

From-SVN: r240321

gcc/c-family/ChangeLog
gcc/c-family/c.opt

index e102450..7795f9c 100644 (file)
@@ -1,3 +1,9 @@
+2016-09-21  Martin Sebor  <msebor@redhat.com>
+
+       PR bootstrap/77676
+       * c.opt (fprintf-return-value): Temporarily initialize to zero
+       to unblock bootstrap failures.
+
 2016-09-21  Jakub Jelinek  <jakub@redhat.com>
 
        PR c++/77651
index 3a02dbb..a04618d 100644 (file)
@@ -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