Re: [C--] Cannot compute string literal length correctly

Norman Ramsey <[email protected]> Mon, 06 Apr 2009 21:22:06 -0400
Newsgroups gmane.comp.lang.c--
Message-ID <[email protected]>
 > It seems qc-- don't complain about this  assignment "bits160[_fr] = 
 > bits160[_fa]".  
 > In general, can I say an assignment of the form "bitsN[a] = bitsN[b]", 
 > where N is a constant dividable by memsize 8,  is legal in C--.

Yes; this assignment is implemented by block copy if the machine has
an instruction and by a two register load-load-store-store loop
otherwise.


Norman
_______________________________________________
Cminusminus mailing list
[email protected]
https://www.eecs.harvard.edu/mailman/listinfo/cminusminus