Re: [committed] Fix compilation error in 2 1_neg.cc tests

2024-08-01 Thread Jonathan Wakely
On Thu, 1 Aug 2024 at 17:57, François Dumont wrote: > > libstdc++: Make dg-error pattern more accurate > > Remove useless test variable and use a more accurate dg-error > pattern so > that only the ill-formed expression compilation error is considered. > > libstdc++-v3/ChangeLo

Re: [committed] Fix compilation error in 2 1_neg.cc tests

2024-08-01 Thread François Dumont
    libstdc++: Make dg-error pattern more accurate     Remove useless test variable and use a more accurate dg-error pattern so     that only the ill-formed expression compilation error is considered.     libstdc++-v3/ChangeLog:     * testsuite/23_containers/map/operators/1_neg.cc (te

Re: [committed] Fix compilation error in 2 1_neg.cc tests

2024-08-01 Thread Jonathan Wakely
On Thu, 1 Aug 2024 at 06:09, François Dumont wrote: > > Do you want me to take care of those 2 tests ? Yes please. > > You seem to have started something on the review of dg-error patterns in > use. > > Here I kept the test variable because I fear to potentially have a > diagnostic about unused

Re: [committed] Fix compilation error in 2 1_neg.cc tests

2024-07-31 Thread François Dumont
Do you want me to take care of those 2 tests ? You seem to have started something on the review of dg-error patterns in use. Here I kept the test variable because I fear to potentially have a diagnostic about unused returned value. François On 31/07/2024 23:12, Jonathan Wakely wrote: On W

Re: [committed] Fix compilation error in 2 1_neg.cc tests

2024-07-31 Thread Jonathan Wakely
On Wed, 31 Jul 2024 at 21:59, Jonathan Wakely wrote: > > On Wed, 31 Jul 2024 at 21:44, François Dumont wrote: > > > > Committed as trivial. > > > > Fix a compilation error that is not expected by the tests preserving > > the expected ones. > > > > The 'test' variable declaration is missing since

Re: [committed] Fix compilation error in 2 1_neg.cc tests

2024-07-31 Thread Jonathan Wakely
On Wed, 31 Jul 2024 at 21:44, François Dumont wrote: > > Committed as trivial. > > Fix a compilation error that is not expected by the tests preserving > the expected ones. > > The 'test' variable declaration is missing since commit > a9260b7eb688df43a724e25421ba40f35a89fee9 that removed the test