On 03/27/2012 01:37 PM, bearophile wrote:
See: http://gcc.gnu.org/onlinedocs/gcc-3.2/gcc/Labels-as-Values.html (I'd like to know why GCC uses&&Label instead of&Label).
Because labels reside in their own namespace.
On 03/27/2012 01:37 PM, bearophile wrote:
See: http://gcc.gnu.org/onlinedocs/gcc-3.2/gcc/Labels-as-Values.html (I'd like to know why GCC uses&&Label instead of&Label).
Because labels reside in their own namespace.