call.c (build_conv): Typo in comment.
authorNathan Sidwell <nathan@codesourcery.com>
Tue, 23 Jan 2001 10:36:26 +0000 (10:36 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Tue, 23 Jan 2001 10:36:26 +0000 (10:36 +0000)
commit4cff6abe405f4e4d660ab6f6cf8b29ba9d49d4fd
tree633beaf84c5f866061ba3e83160fdcc3d1166a9d
parent20b11783a374a792e0737b9495bdae63269b5883
call.c (build_conv): Typo in comment.

cp:
* call.c (build_conv): Typo in comment.
(add_builtin_candidate): Add more explanation.
Remove extra test for ENUMERAL_TYPE in {PRE,POST}INCREMENT_EXPR.
Allow ENUMERAL_TYPEs for relops and eqops. Add both candidates
when we have enumeral types.
(add_builtin_candidates): Add more explanation. Add ENUMERAL_TYPE
candidates for relops and eqops.
(joust): Simplify control flow. Allow a non-template user
function to hide a builtin.
testsuite:
* g++.old-deja/g++.pt/overload14.C: New test.

From-SVN: r39197
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.pt/overload14.C [new file with mode: 0644]