NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: toolchain/43123 (milter-greylist not building on amd64-current)



The following reply was made to PR toolchain/43123; it has been noted by GNATS.

From: christos%zoulas.com@localhost (Christos Zoulas)
To: gnats-bugs%NetBSD.org@localhost, tron%NetBSD.org@localhost, 
netbsd-bugs%netbsd.org@localhost, 
        gnats-admin%netbsd.org@localhost, htodd%twofifty.com@localhost
Cc: 
Subject: Re: toolchain/43123 (milter-greylist not building on amd64-current)
Date: Tue, 6 Apr 2010 08:27:52 -0400

 On Apr 6,  6:19am, tron%NetBSD.org@localhost (tron%NetBSD.org@localhost) wrote:
 -- Subject: Re: toolchain/43123 (milter-greylist not building on amd64-curren
 
 | This is a bug in flex(1) in NetBSD-current. It generates the following code:
 
 What happens if you add %option reject?
 
 christos
 
 | #define REJECT \
 | { \
 | *yy_cp = (yy_hold_char); /* undo effects of setting up conf_text */ \
 | yy_cp = (yy_full_match); /* restore poss. backed-over text */ \
 | ++(yy_lp); \
 | goto find_rule; \
 | }
 | [...]
 | #ifdef YY_USES_REJECT
 | find_rule: /* we branch to this label when backing up */
 | #endif
 | [...]
 | 
 | It does however not define "YY_USES_REJECT" although it clearly
 | recognized the reject rule.
 | 
 | 
 -- End of excerpt from tron%NetBSD.org@localhost
 
 


Home | Main Index | Thread Index | Old Index