From cc29fd59a59a47397706b22ef5655c0950fe631c Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Thu, 23 Dec 2004 16:31:16 +0000 Subject: * cvt.c (convert_to_void): Fix typo in comment. From-SVN: r92556 --- gcc/cp/ChangeLog | 4 ++++ gcc/cp/cvt.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index c8e448f..ce53aed 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2004-12-23 Mark Mitchell + + * cvt.c (convert_to_void): Fix typo in comment. + 2004-12-23 Alexandre Oliva PR c++/18962 diff --git a/gcc/cp/cvt.c b/gcc/cp/cvt.c index 64db100..b68cf0f 100644 --- a/gcc/cp/cvt.c +++ b/gcc/cp/cvt.c @@ -925,7 +925,7 @@ convert_to_void (tree expr, const char *implicit) /* We might like to warn about (say) "(int) f()", as the cast has no effect, but the compiler itself will generate implicit conversions under some - circmstances. (For example a block copy will be + circumstances. (For example a block copy will be turned into a call to "__builtin_memcpy", with a conversion of the return value to an appropriate type.) So, to avoid false positives, we strip -- cgit v1.1