When, compiling this using gcc 13.1.0 (Downloaded via Homebrew) I get the following error:
/var/folders/v7/yk8tz4j54cl2lhp1f80nyz700000gn/T//cc2HpyzP.s:371:29: error: unexpected token in '.section' directive
.section .data.rel.ro.local
This code was working fine for previous versions but, it is causing troubles now. Reducing the size of the vector is working but this code is not compiling.
Code:
When, compiling this using gcc 13.1.0 (Downloaded via Homebrew) I get the following error:
This code was working fine for previous versions but, it is causing troubles now. Reducing the size of the vector is working but this code is not compiling.
More info here: https://codeforces.com/blog/entry/116459, https://stackoverflow.com/questions/76287256/declaring-array-of-large-size-of-vectorint-using-gcc-causes-error-changing-to