Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!husc6!rutgers!lll-lcc!pyramid!batcomputer!gdykes From: gdykes@batcomputer.tn.cornell.edu (Gene Dykes) Newsgroups: comp.lang.c++ Subject: Cornell V1.2 Bug Report (5/5) Message-ID: <913@batcomputer.tn.cornell.edu> Date: Thu, 7-May-87 10:25:31 EDT Article-I.D.: batcompu.913 Posted: Thu May 7 10:25:31 1987 Date-Received: Sat, 9-May-87 09:38:13 EDT Reply-To: gdykes@tcgould.tn.cornell.edu.UUCP (Gene Dykes) Distribution: world Organization: Cornell Theory Center, Cornell University, Ithaca NY Lines: 17 // 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... // both of these lines are tagged as the same line by cfront with "#line" int var2 = arg1 + 10 ; int var3 = arg1 - 10 ; // this is quite annoying when using debuggers } -- Gene Dykes, 120 Rand Hall, Cornell U., Ithaca, NY 14853 (607)255-6713 UUCP: {uw-beaver,ihnp4,decvax,allegra,vax135}!cornell!batcomputer!gdykes ARPA: gdykes@tcgould.tn.cornell.edu BITNET: gdykes@CRNLTHRY