diff options
author | Diego Novillo <dnovillo@gcc.gnu.org> | 2012-03-02 16:30:11 -0500 |
---|---|---|
committer | Diego Novillo <dnovillo@gcc.gnu.org> | 2012-03-02 16:30:11 -0500 |
commit | acb3748dd19ed0bf1c0ac34e9922d475682afb7d (patch) | |
tree | 03bca9ce647fc47a8afc95bd4c3eed6f84e892ec | |
parent | 5e44ea892488d497b7dc310e0e691dc6c7503f00 (diff) | |
download | gcc-acb3748dd19ed0bf1c0ac34e9922d475682afb7d.zip gcc-acb3748dd19ed0bf1c0ac34e9922d475682afb7d.tar.gz gcc-acb3748dd19ed0bf1c0ac34e9922d475682afb7d.tar.bz2 |
Add ChangeLog entry for recent change.
From-SVN: r184830
-rw-r--r-- | contrib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 5094887..aac4f9b 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 |