diff options
author | Rainer Orth <ro@gcc.gnu.org> | 2019-05-26 09:23:52 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2019-05-26 09:23:52 +0000 |
commit | 6145df6232f10f1e5a328d5af7464933a68d2a89 (patch) | |
tree | 79d2c381d76340588765807c37c687d16b48a96a /gcc | |
parent | 11a04334157039895d2df8f5eb492064dc5d4608 (diff) | |
download | gcc-6145df6232f10f1e5a328d5af7464933a68d2a89.zip gcc-6145df6232f10f1e5a328d5af7464933a68d2a89.tar.gz gcc-6145df6232f10f1e5a328d5af7464933a68d2a89.tar.bz2 |
Added ChangeLog entry for last commit.
From-SVN: r271629
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 19c6095..bccecbb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2019-05-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + + * doc/invoke.texi (x86 Options, -mvect8-ret-in-mem): Remove + pre-Solaris 11 referene and most Studio compiler details. + 2019-05-24 John David Anglin <danglin@gcc.gnu.org> PR target/90530 |