This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/38612] Vague error diagnostics for pointer-to-member type incompatibility



------- Comment #3 from bruck dot michael at googlemail dot com  2008-12-24 00:52 -------
Created an attachment (id=16978)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16978&action=view)
proposed patch to gcc/cp/typeck2.c

- changes type in error message from type to ptrmem_type as was 
  probably intended originally
- adds distinct messages for the two cases where incomplete types
  were evaluated


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38612


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]