diff options
author | Martin Sebor <msebor@redhat.com> | 2016-09-21 16:13:12 +0000 |
---|---|---|
committer | Martin Sebor <msebor@gcc.gnu.org> | 2016-09-21 10:13:12 -0600 |
commit | d43b4ccc3737d468df2006814abe47824129e054 (patch) | |
tree | d425466103974290d97e6af59a8e950037c6ef07 /gcc/c-family/c.opt | |
parent | fe01a41a4df56773ecea2236f71fcd0d16b8ab54 (diff) | |
download | gcc-d43b4ccc3737d468df2006814abe47824129e054.zip gcc-d43b4ccc3737d468df2006814abe47824129e054.tar.gz gcc-d43b4ccc3737d468df2006814abe47824129e054.tar.bz2 |
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
Diffstat (limited to 'gcc/c-family/c.opt')
-rw-r--r-- | gcc/c-family/c.opt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-family/c.opt b/gcc/c-family/c.opt index 3a02dbb..a04618d 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 |