aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2003-07-06 03:41:29 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2003-07-06 03:41:29 +0000
commit13c25d25f0f6a224b49a9eac6c43513e194bc1ea (patch)
tree5f2eee1c388974f18e3949d9be091ef02cb7ee00 /gcc/cp/ChangeLog
parent7b236e6be051b83ec9b359ca96d4f4c25194a87b (diff)
re PR c++/11431 (static_cast behavior with subclasses when default constructor available)
PR c++/11431 * typeck.c (build_static_cast): Check for reference conversions earlier. PR c++/11431 * g++.dg/expr/static_cast3.C: New test. From-SVN: r68991
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 91cd3f3d7ba..b3b9b89be9c 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,9 @@
+2003-07-05 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/11431
+ * typeck.c (build_static_cast): Check for reference conversions
+ earlier.
+
2003-07-01 Mark Mitchell <mark@codesourcery.com>
PR c++/6949