diff options
author | Daniel Santos <dansan@gcc.gnu.org> | 2017-08-22 18:54:49 +0000 |
---|---|---|
committer | Daniel Santos <dansan@gcc.gnu.org> | 2017-08-22 18:54:49 +0000 |
commit | a0cc292e3f195ceef15e0d49c0a68821f119e5b6 (patch) | |
tree | d17dd338e7433ff8a566479666aa41ebd820c345 /gcc | |
parent | d35bcdd42ccc6f18d9da132365061f05c57e8d93 (diff) | |
download | gcc-a0cc292e3f195ceef15e0d49c0a68821f119e5b6.zip gcc-a0cc292e3f195ceef15e0d49c0a68821f119e5b6.tar.gz gcc-a0cc292e3f195ceef15e0d49c0a68821f119e5b6.tar.bz2 |
Add missing ChangeLog entry for previous commit
From-SVN: r251290
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index fe39455..622b70a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2017-08-22 Daniel Santos <daniel.santos@pobox.com> + * doc/install.texi: Modify to add more details on running selected + tests. + +2017-08-22 Daniel Santos <daniel.santos@pobox.com> + * gcc.target/i386/pr71958.c: New test to verify error on -mx32 and -mabi=ms * gcc.target/i386/pr64409.c: Modify to only run on x32. |