* typeck.c: Fix a comment typo.

From-SVN: r89373
This commit is contained in:
Kazu Hirata 2004-10-21 12:59:00 +00:00 committed by Kazu Hirata
parent aaf1c72d52
commit c2fb2abee1
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-10-21 Kazu Hirata <kazu@cs.umass.edu>
* typeck.c: Fix a comment typo.
2004-10-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net> 2004-10-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
PR c++/13495 PR c++/13495

View File

@ -4931,7 +4931,7 @@ build_reinterpret_cast_1 (tree type, tree expr, bool c_cast_p,
pointer-to-void regardless, so that one may convert pointer-to-void regardless, so that one may convert
back again without warning. Such conversions are not back again without warning. Such conversions are not
permitted when we are recursively called to deal with permitted when we are recursively called to deal with
reinterpretting reference casts. */ reinterpreting reference casts. */
if (!for_reinterpret_ref_p && VOID_TYPE_P (TREE_TYPE (type))) if (!for_reinterpret_ref_p && VOID_TYPE_P (TREE_TYPE (type)))
{ {
if (TYPE_PRECISION (type) < TYPE_PRECISION (intype)) if (TYPE_PRECISION (type) < TYPE_PRECISION (intype))