Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com From: "denis DOT chabert AT aeo DOT mts"@snails.enet.dec.com Message-Id: <199903021222.NAA10181@vb2rmc.vbo.dec.com> Date: Tue, 2 Mar 99 13:22:40 MET To: cygwin AT sourceware DOT cygnus DOT com Cc: denis DOT chabert AT compaq DOT com;;;, jean-philippe DOT vigniel AT compaq DOT com Apparently-To: jean-philippe DOT vigniel AT compaq DOT com, denis DOT chabert AT compaq DOT com;, cygwin AT sourceware DOT cygnus DOT com Subject: B20.1: byacc bug (Windows NT 4.0 server) Problem description: After using the following byacc compilation command, the resulting file has wrong code inside : byacc -d file name Extract of resulting file (see >>>): =============================================================== ... #define RET_CLI_IVQUAL 5 #define RET_CLI_NOCOMD 6 >>>spec();} >>>break; case 66: #line 266 "s7mp_cli_yacc.y" {tree_insert_element_noupcase(S7MP_K_TRACE_FILE,yyvsp[0]);} break; case 67: ... =============================================================== Normally, the correct resulting code must be: =============================================================== ... #define RET_CLI_IVQUAL 5 #define RET_CLI_NOCOMD 6 #line 78 "y.tab.c" #define T_IDENT 257 #define T_FILE_SPEC 258 #define T_EQUAL_AND_VALUE 259 #define T_EOL 260 ... yym = yylen[yyn]; yyval = yyvsp[1-yym]; switch (yyn) { case 1: #line 155 "..\base\s7mpmisc\s7mp_cli_yacc.y" {first_error = 1;lex_init();begin_verb();current_state = STATE_VERB;} break; case 3: #line 163 "..\base\s7mpmisc\s7mp_cli_yacc.y" {return RET_CLI_NORMAL;} break; case 4: #line 166 "..\base\s7mpmisc\s7mp_cli_yacc.y" {return RET_CLI_NOCOMD;} break; case 5: #line 169 "..\base\s7mpmisc\s7mp_cli_yacc.y" {return RET_CLI_NOCOMD;} break; ... case 66: #line 266 "..\base\s7mpmisc\s7mp_cli_yacc.y" {tree_insert_element_noupcase(S7MP_K_TRACE_FILE,yyvsp[0]);} break; case 67: ... =============================================================== The same source file on Unix system produces a correct resulting file (y.tab.c) Thank for your help. We have re-installed the product and the same problem occurs. ================== RFC 822 Headers ================== Received: by snails.evt.DEC.COM (5.57/Ultrix-lsh) id AA28660 at Tue, 2 Mar 99 13:44:33 +0100 Received: from ANTERAK.pc.aeo.dec.com by asterix.aeo.dec.com (5.65v4.0/1.1.19.2/20May98-0532PM) id AA11946; Tue, 2 Mar 1999 13:51:02 +0100 Message-Id: <36DBDECF DOT A11 AT aeo DOT mts DOT dec DOT com> Date: Tue, 02 Mar 1999 13:51:27 +0100 Reply-To: denis DOT chabert AT aeo DOT mts Organization: Digital Annecy X-Mailer: Mozilla 3.01Gold (WinNT; I) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com