diff options
author | dnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-03-02 21:30:11 +0000 |
---|---|---|
committer | dnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-03-02 21:30:11 +0000 |
commit | bf5fc6624b56d72a2b59413b0e212e69deaa1832 (patch) | |
tree | 03bca9ce647fc47a8afc95bd4c3eed6f84e892ec /contrib | |
parent | 428d0ab74d2375a86115b45442fb09fdb4167a30 (diff) | |
download | gcc-bf5fc6624b56d72a2b59413b0e212e69deaa1832.tar.gz |
Add ChangeLog entry for recent change.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184830 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 50948870945..aac4f9ba7b9 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,9 @@ +2012-03-02 Diego Novillo <dnovillo@google.com> + + * testsuite-management/validate_failures.py (class TestResult): Fix + match pattern for the summary line. If there is a parsing failure, + show the line we failed to parse. + 2012-02-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> PR libstdc++/52188 |