diff options
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r-- | gcc/cp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 2d73639..202e416 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,8 @@ +2004-12-09 Volker Reichelt <reichelt@igpm.rwth-aachen.de> + + PR c++/18073 + * typeck.c (build_reinterpret_cast_1): Allow cast from vector type. + 2004-12-09 Nathan Sidwell <nathan@codesourcery.com> PR c++/16681 |