Commit d43b4ccc by Martin Sebor Committed by Martin Sebor

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
parent fe01a41a
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment