Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!princeton!caip!ut-sally!seismo!rochester!bullwinkle!batcomputer!gdykes From: gdykes@batcomputer.TN.CORNELL.EDU (Gene Dykes) Newsgroups: net.lang.c++ Subject: Cornell Bug Report #2 of 3 Message-ID: <500@batcomputer.TN.CORNELL.EDU> Date: Thu, 19-Jun-86 10:45:39 EDT Article-I.D.: batcompu.500 Posted: Thu Jun 19 10:45:39 1986 Date-Received: Sun, 22-Jun-86 03:06:54 EDT Reply-To: gdykes@batcomputer.UUCP (Gene Dykes) Organization: Theory Center, Cornell University, Ithaca NY Lines: 13 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