In file included from /nix/gcc/include/c++/13.2.0/algorithm:61,
from foo.cc:2:
In function ‘void std::__final_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Vec*; _Compare = __gnu_cxx::__ops::_Iter_less_iter]’,
inlined from ‘void std::__final_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Vec*; _Compare = __gnu_cxx::__ops::_Iter_less_iter]’ at /nix/gcc/include/c++/13.2.0/bits/stl_algo.h:1854:5,
inlined from ‘void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Vec*; _Compare = __gnu_cxx::__ops::_Iter_less_iter]’ at /nix/gcc/include/c++/13.2.0/bits/stl_algo.h:1950:31,
inlined from ‘void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = Vec*; _Compare = __gnu_cxx::__ops::_Iter_less_iter]’ at /nix/gcc/include/c++/13.2.0/bits/stl_algo.h:1942:5,
inlined from ‘void std::sort(_RAIter, _RAIter) [with _RAIter = Vec*]’ at /nix/gcc/include/c++/13.2.0/bits/stl_algo.h:4861:18,
inlined from ‘int main()’ at foo.cc:35:14:
/nix/gcc/include/c++/13.2.0/bits/stl_algo.h:1859:32: warning: array subscript 17 is outside array bounds of ‘Vec [12]’ [-Warray-bounds=]
1859 | std::__insertion_sort(__first, __first + int(_S_threshold), __comp);
| ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
foo.cc: In function ‘int main()’:
foo.cc:8:2: note: at offset 136 into object ‘P’ of size 96
8 | }P[12];
| ^