* typeck.c (convert_for_assignment): Fix handling of pmfs.
authorJason Merrill <jason@gcc.gnu.org>
Tue, 21 Apr 1998 18:05:35 +0000 (14:05 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 21 Apr 1998 18:05:35 +0000 (14:05 -0400)
From-SVN: r19361

gcc/cp/ChangeLog

index d8f4204cbe2ac85a9592191350d13a7e06f17915..d8f5b0c46d8679cecb5cdac14d6e8d6ab6037fa9 100644 (file)
@@ -31,6 +31,7 @@ Fri Apr 17 14:30:45 1998  Jason Merrill  <jason@yorick.cygnus.com>
        (comp_target_parms): Tweak pedantic case.  Clean up somewhat.
        Return -1 or 1 instead of 1 or 2.
        (compparms): Remove STRICT handling.
+       (convert_for_assignment): Fix handling of pmfs.
 
 Fri Apr 17 14:04:16 1998  Mark Mitchell  <mmitchell@usa.net>