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
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
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
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
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
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