[net.lang.c++] Cornell Bug Report #2 of 3

gdykes@batcomputer.TN.CORNELL.EDU (Gene Dykes) (06/19/86)

The "duplicate line" problem...

void function (int arg1)
{
int	var1 ;		// eliminate this line and the next one...
var1 = arg1 ;		// and the bug goes away.
			// otherwise...
int var2 = arg1 + 10 ;	// cfront tags both this line and the next as line 6
int var3 = arg1 - 10 ;  // this is quite annoying when using "dbx"
}
-- 
Gene Dykes, 120 Rand Hall, Cornell U., Ithaca, NY 14853 (607)255-6713
{ihnp4,decvax,allegra,vax135}!cornell!batcomputer!gdykes