mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 08:10:26 +08:00
* cvt.c (convert_to_void): Use void_zero_node after overload failure.
From-SVN: r73427
This commit is contained in:
parent
9472b498dd
commit
394b9d9962
@ -1,3 +1,7 @@
|
||||
2003-11-10 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* cvt.c (convert_to_void): Use void_zero_node after overload failure.
|
||||
|
||||
2003-11-10 Gabriel Dos Reis <gdr@integrable-solutions.net>
|
||||
|
||||
PR c++/12832
|
||||
|
@ -883,6 +883,7 @@ convert_to_void (tree expr, const char *implicit)
|
||||
of an overloaded function, and this is not one of them. */
|
||||
pedwarn ("%s cannot resolve address of overloaded function",
|
||||
implicit ? implicit : "void cast");
|
||||
expr = void_zero_node;
|
||||
}
|
||||
else if (implicit && probe == expr && is_overloaded_fn (probe))
|
||||
/* Only warn when there is no &. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user