diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2019-11-19 09:12:09 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2019-11-19 09:12:09 +0000 |
commit | 655b60f966e83d82c8ae4c50648e1489cf0ce4d2 (patch) | |
tree | 74dcfc36882c0e653fed4c75c007d71d8070b8e5 /gcc | |
parent | 863bbe2b5fa075ef661be94845035644905d8237 (diff) | |
download | gcc-655b60f966e83d82c8ae4c50648e1489cf0ce4d2.zip gcc-655b60f966e83d82c8ae4c50648e1489cf0ce4d2.tar.gz gcc-655b60f966e83d82c8ae4c50648e1489cf0ce4d2.tar.bz2 |
* doc/invoke.texi (-gno-internal-reset-location-views): Fix typo.
From-SVN: r278434
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3b9e7a8..030d71b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2019-11-19 Eric Botcazou <ebotcazou@adacore.com> + + * doc/invoke.texi (-gno-internal-reset-location-views): Fix typo. + 2019-11-19 Jakub Jelinek <jakub@redhat.com> PR tree-optimization/92557 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 7f19d67..2897982 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -8175,7 +8175,7 @@ consumers are not expected to support this extended format, and they would be rendered unable to decode location lists using it. @item -ginternal-reset-location-views -@itemx -gnointernal-reset-location-views +@itemx -gno-internal-reset-location-views @opindex ginternal-reset-location-views @opindex gno-internal-reset-location-views Attempt to determine location views that can be omitted from location |