* doc/invoke.texi (Optimize Options): Change "Nevertheless" to "Although" in -fipa-icf documentation.
THe old wording doesn't make sense, so committed to trunk as obvious.
commit a2a452bc8191a7ec0ec910a44484c1aab89154d6 Author: Jonathan Wakely <jwak...@redhat.com> Date: Wed Apr 10 15:49:50 2019 +0100 Change wording of -fipa-icf documentation * doc/invoke.texi (Optimize Options): Change "Nevertheless" to "Although" in -fipa-icf documentation. 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.