Changes between Initial Version and Version 1 of Ticket #13416, comment 5


Ignore:
Timestamp:
Apr 14, 2022, 8:59:26 PM (3 years ago)
Author:
marcvinyals

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13416, comment 5

    initial v1  
    1 You were spot on in suggesting that optimizations may have something to do with the bug. If I compile with CPPFLAGS="-O1" everything works flawlessly, but CPPFLAGS="-O2" causes the bug to appear.
     1You were spot on in suggesting that optimizations may have something to do with the bug. If I compile with CPPFLAGS="-O1" everything works flawlessly, but CPPFLAGS="-O2" causes the bug to appear. My GCC version is 11.2, by the way.