public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: "denis.chabert@aeo.mts"@snails.enet.dec.com
To: cygwin@sourceware.cygnus.com
Cc: denis.chabert@compaq.com;;;, jean-philippe.vigniel@compaq.com
Subject: B20.1: byacc bug (Windows NT 4.0 server)
Date: Wed, 31 Mar 1999 19:45:00 -0000	[thread overview]
Message-ID: <199903021222.NAA10181@vb2rmc.vbo.dec.com> (raw)
Message-ID: <19990331194500.-UJQSiluT376abPSXtz9KGV8QJ8aWqMw6PSmS-NHk0c@z> (raw)

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.A11@aeo.mts.dec.com>
Date: Tue, 02 Mar 1999 13:51:27 +0100
Reply-To: denis.chabert@aeo.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@sourceware.cygnus.com


             reply	other threads:[~1999-03-31 19:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-03-02  4:52 denis.chabert@aeo.mts [this message]
1999-03-31 19:45 ` denis.chabert@aeo.mts

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199903021222.NAA10181@vb2rmc.vbo.dec.com \
    --to="denis.chabert@aeo.mts"@snails.enet.dec.com \
    --cc=cygwin@sourceware.cygnus.com \
    --cc=denis.chabert@compaq.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).