[Bug c++/102006] A false warning "Array subscript -N is outside array bounds warning"

2021-08-21 Thread d-ef at yandex dot ru via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102006

--- Comment #4 from Dmitriano  ---
(In reply to Andrew Pinski from comment #1)
> Can you attach the prepcoessed source?

attached ListTest.cpp.i file that I generated with the command

make Tests/ListTest.cpp.i

[Bug c++/102006] A false warning "Array subscript -N is outside array bounds warning"

2021-08-21 Thread d-ef at yandex dot ru via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102006

--- Comment #3 from Dmitriano  ---
(In reply to Dmitriano from comment #2)
> Created attachment 51340 [details]
> preprocessed source file

attached ListTest.cpp.i file that I generated with the command

make Tests/ListTest.cpp.i

[Bug c++/102006] A false warning "Array subscript -N is outside array bounds warning"

2021-08-21 Thread d-ef at yandex dot ru via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102006

--- Comment #2 from Dmitriano  ---
Created attachment 51340
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51340&action=edit
preprocessed source file

[Bug c++/102006] A false warning "Array subscript -N is outside array bounds warning"

2021-08-21 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102006

--- Comment #1 from Andrew Pinski  ---
Can you attach the prepcoessed source?