-
Notifications
You must be signed in to change notification settings - Fork 1
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
Platform-dependent subt
/tsub
bug when compiling with -flto
#111
Comments
-flto
subt
bug when compiling with -flto
subt
bug when compiling with -flto
subt
/tsub
bug when compiling with -flto
Possibly other incorrectness, this is with |
confirm bug goes away at least in Mac when excluding |
For now I will compile without |
Even with lowest optimization levels and no vectorization, bug appears with LTO |
* [GTPSA] bump patch I get a very strange bug on windows and mac when compiling with BinaryBuilder, but compiling on my own mac does not show the bug. This appeared with using CMAKE_C_FLAGS (probably something related to O3 or some optimization) so for now because no time I am just going back to the original CMakeLists.txt which has worked so far * Remove lto flag which is causing some problems See bmad-sim/GTPSA.jl#111
* [GTPSA] bump patch I get a very strange bug on windows and mac when compiling with BinaryBuilder, but compiling on my own mac does not show the bug. This appeared with using CMAKE_C_FLAGS (probably something related to O3 or some optimization) so for now because no time I am just going back to the original CMakeLists.txt which has worked so far * Remove lto flag which is causing some problems See bmad-sim/GTPSA.jl#111
Nasty bug, only seen when specifically using the Mac and Windows platforms in Docker within BinaryBuilder (cannot reproduce when compiling on my Mac), but the binaries are made within the Docker so this is a real problem
The text was updated successfully, but these errors were encountered: