v.builder: always apply -fno-strict-aliasing too, on -cc gcc -prod to avoid the need for the -cflags -fno-inline-small-functions workaround with gcc > 12.0 (fix #26512)#26552
Conversation
…to avoid the need for the `-cflags -fno-inline-small-functions` workaround with gcc > 12.0 (fix vlang#26512)
|
I have access to Debian 13.3, I took the effort to show the current situation with the tests.
|
|
I am not sure I understand the purpose of those comparisons. What is the additional Are you doing the tests on master, or on this branch? |
|
@spytheman |
|
@tankf33der ok, do you think this will be an improvement over the current state? The other failing tests are now just 4, and potentially could be caused by another reason, or we may need to change them/tag stuff manually with |
|
I don't want to double the bugs and evil, I always have doubts, but when I saw this feature in the |
…to avoid the need for the `-cflags -fno-inline-small-functions` workaround with gcc > 12.0 (fix vlang#26512) (vlang#26552)
Fix #26512.
Thank you @tankf33der for investigating it more completely.