Comment C-- has automatic garbage collection (Score 1) 205
Maybe interesting in this context, a language called 'C--' was developed last year to serve as a portable assembly language with garbage collection. It was intended mostly for compilers of functional programming languages (many fp compilers generate regular C code). Here's a link (yes, at microsoft!)