From a7f8aa3ee7ed60fdf37d3e2557389504f5a8a5f0 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Wed, 10 Apr 2019 15:55:01 +0100 Subject: [PATCH] Change wording of -fipa-icf documentation * doc/invoke.texi (Optimize Options): Change "Nevertheless" to "Although" in -fipa-icf documentation. From-SVN: r270260 --- gcc/ChangeLog | 3 +++ gcc/doc/invoke.texi | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6249828a73a..0219ddb8b02 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,8 @@ 2019-04-10 Jonathan Wakely + * doc/invoke.texi (Optimize Options): Change "Nevertheless" to + "Although" in -fipa-icf documentation. + * doc/invoke.texi (Debugging Options): Explicitly state the semantics of using multiple -g options. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 73a7789d879..755b9f754a1 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -9359,7 +9359,7 @@ The optimization reduces code size and may disturb unwind stacks by replacing a function by equivalent one with a different name. The optimization works more effectively with link-time optimization enabled. -Nevertheless the behavior is similar to Gold Linker ICF optimization, GCC ICF +Although the behavior is similar to the Gold Linker's ICF optimization, GCC ICF works on different levels and thus the optimizations are not same - there are equivalences that are found only by GCC and equivalences found only by Gold. -- 2.30.2