aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>2014-12-29 02:09:31 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2014-12-28 21:09:31 -0500
commit8cd2f58d8422616e32e236f1eb4301ccfbea69c0 (patch)
tree10989b2b10784ae6b3acb790a561c26d2f985cc7 /libstdc++-v3/ChangeLog
parent04037457c1d3ef2b22cce8cd2cd4dcdd94352fe1 (diff)
downloadgcc-8cd2f58d8422616e32e236f1eb4301ccfbea69c0.zip
gcc-8cd2f58d8422616e32e236f1eb4301ccfbea69c0.tar.gz
gcc-8cd2f58d8422616e32e236f1eb4301ccfbea69c0.tar.bz2
c99_classification_macros_c.cc: Add *-*-aix* to dg-xfail-if, dg-excess-errors.
* testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc: Add *-*-aix* to dg-xfail-if, dg-excess-errors. From-SVN: r219097
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 883ee43..5974731 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2014-12-28 David Edelsohn <dje.gcc@gmail.com>
+
+ * testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc:
+ Add *-*-aix* to dg-xfail-if, dg-excess-errors.
+
2014-12-23 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/64389