diff options
author | Martin Sebor <msebor@redhat.com> | 2020-02-14 17:13:29 -0700 |
---|---|---|
committer | Martin Sebor <msebor@redhat.com> | 2020-02-14 17:13:29 -0700 |
commit | d6ee2e7c5a6be075bfb98fd8ff1e456ae280cebe (patch) | |
tree | ceab0011980223751322b2c29b1d5ab960ef2761 /ChangeLog | |
parent | 1d757b0950831ee9e223b3159e9d44461b6dbdd2 (diff) | |
download | gcc-d6ee2e7c5a6be075bfb98fd8ff1e456ae280cebe.zip gcc-d6ee2e7c5a6be075bfb98fd8ff1e456ae280cebe.tar.gz gcc-d6ee2e7c5a6be075bfb98fd8ff1e456ae280cebe.tar.bz2 |
Document compatibility of aliases and their targets, correct weakref example.
gcc/ChangeLog:
* doc/extend.texi (attribute alias): Mention type requirement.
(attribute weak): Same.
(attribute weakref): Correct invalid example.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2020-02-14 Martin Sebor <msebor@redhat.com> + + * doc/extend.texi (attribute alias): Mention type requirement. + (attribute weak): Same. + (attribute weakref): Correct invalid example. + 2020-02-03 Segher Boessenkool <segher@kernel.crashing.org> * doc/md.texi (PowerPC and IBM RS6000): Improve documentation. |