Fix testsuite/g++.dg/cpp1y/constexpr-66093.C execution failure...

Mike Stump mikestump@comcast.net
Mon Jan 4 20:00:13 GMT 2021


On Jan 1, 2021, at 6:41 PM, Alexandre Oliva <oliva@adacore.com> wrote:
> 
> On Jan  1, 2021, Mike Stump <mikestump@comcast.net> wrote:
> 
>> On Jan 1, 2021, at 3:37 PM, Alexandre Oliva <oliva@adacore.com> wrote:
>>> 
>>> On Dec 29, 2020, Mike Stump <mikestump@comcast.net> wrote:
>>> 
>>>> a[i-1] = i;
>>> 
>>> 'fraid that won't pass:
>>> 
>>> for (int i = 0; i < n; i++) {
>>> assert (a[i] == i);
>>> }
> 
>> Ok, how about your version with the comment updated?
> 
> Err, are we talking about the same testcase?
> There aren't any comments in this one.

Oh, It's possible the comments were stripped from the bug report or initial email.  Never mind then about the comment part.


More information about the Gcc-patches mailing list