-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segmentation fault with CXXFLAGS="-O3" or CXXFLAGS="-O1 -ftree-loop-vectorize" #35
Comments
More precisely, segmentation fault occurs with |
Reported as GCC bug 99375. |
Problem was fixed in GCC 10 branch: (I will close this report in Marisa after release of GCC 10.3.0.) |
Segmentation fault in
marisa-test
occurs if Marisa is configured withCXXFLAGS="-O3"
.Problem does not occur for me with additional
-march=westmere
or-march=native
(e.g.CXXFLAGS="-O3 -march=westmere"
).I use GCC 10.2.0.
The text was updated successfully, but these errors were encountered: