Re: [PATCH] {ylwrap-refactor} Fix bug with non-suffix rules for C++ yacc

2011-06-28 Thread Stefano Lattarini
On Tuesday 28 June 2011, Stefano Lattarini wrote: > Non-suffix rules aren't allowed to use the %EXT% substitution, > but the yacc rules were doing so; for implementation reasons, > this problems only manifested itself when Yacc was used with C++ > and with different extensions (e.g., `y++' and `yxx

[PATCH] {ylwrap-refactor} Fix bug with non-suffix rules for C++ yacc

2011-06-28 Thread Stefano Lattarini
Non-suffix rules aren't allowed to use the %EXT% substitution, but the yacc rules were doing so; for implementation reasons, this problems only manifested itself when Yacc was used with C++ and with different extensions (e.g., `y++' and `yxx') in the same Makefile.am. Bug introduced in commit v1.1

Re: [FYI] New public temporary branch, about documentation for custom test drivers

2011-06-28 Thread Stefano Lattarini
On Monday 27 June 2011, Ralf Wildenhues wrote: > * Stefano Lattarini wrote on Mon, Jun 27, 2011 at 01:11:51PM CEST: > > On Monday 27 June 2011, Ralf Wildenhues wrote: > > > * Stefano Lattarini wrote on Sun, Jun 26, 2011 at 02:20:48PM CEST: > > > > +The @code{AM_TESTS_ENVIRONMENT} and @code{TESTS_EN

Re: [PATCH] docs: avoid a footnote, some related rewordings and improvements (was: Re: [Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.11-393-gc1040a7)

2011-06-28 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Tue, Jun 28, 2011 at 08:24:13AM CEST: > On Monday 27 June 2011, Ralf Wildenhues wrote: > > Sure. Well, do they use some format already? > > > Well, there are only two of them, and both follows this format: > > @c The test case for the setup described here is > @c

[FYI] {yacc-work} yacc tests: fix bug in 'yacc-cxx.test'

2011-06-28 Thread Stefano Lattarini
* tests/yacc-cxx.test: Enable `errexit' shell flag (the lack of which was masking the bug). (bar.cxx): Rename to ... (bar2.cxx): ... this, otherwise automake will (correctly) complain that object `bar.o' is created by both `bar.cxx' and `bar.c++'. (Makefile.am): Adjust. --- ChangeLog |

[FYI] {yacc-work} lex tests: fix spurious link errors on Solaris

2011-06-28 Thread Stefano Lattarini
On Solaris 10, linking of lex-generated programs was failing in a couple of lex tests with errors like this: g++ -g -O2 -o joe joe.o -ll Undefined symbol first referenced in file yywrap() joe.o ld: fatal: Symbol referencing errors. No output written to joe collect2: ld ret

Re: [PATCH] {master} tests: extend tests on dependency tracking with VPATH

2011-06-28 Thread Stefano Lattarini
Reference: On Wednesday 04 May 2011, Stefano Lattarini wrote: > References: > >