From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2002-03-06 07:54:26
On Tue, Mar 05, 2002 at 09:52:54AM -0600, Mike McCarty wrote: > Is this supposed to be a complete example? You have an incomplete type > struct s, which is never completed. The compiler is justified in > producing a diagnostic. It does not know how many bytes to move. The > diagnostics might perhaps be a little more indicative of the problem. I haven't looked at the second case, but the first case is indeed a compiler error. It does not accept two structs as assignment compatible that differ in constness. Regards Uz -- Ullrich von Bassewitz uz_at_musoftware.de ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo_at_musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.3 : 2002-03-06 07:54:27 CET