This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch]: Fix a windres (rcparse.y) parsing bug for controls without text fields


Danny Smith <danny_r_smith_2001@yahoo.co.nz> writes:

> On further testing with MS rc.exe I am finding that, in some cases, the
> leading text field in control definition statements is not optional with
> MS rc.exe but obligatory. That is, gnu windres (before or after my proposed
> patch) accepts syntax for which rc.exe reports syntax errors. Should I
> incorporate these additional changes (to make make windres fail or warn) now
> or do that separately since those changes are orthogonal to what *this patch
> does? 

Those should be separate.  In fact, I'm not sure how much we need
them.  It's obviously important that windres accept anything which rc
will accept--as you've discovered, this is not precisely what is
documented.  However, it is not at all important that windres reject
anything which rc would reject.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]