[Bug c++/56665] -O2 with -fno-strict-aliasing makes boost::spirit::classic::assign_a not working
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56665 --- Comment #9 from Bogdan Slusarczyk --- Gushhh my fault, VALUE not VARIABLE :) all it is clear, sorry.
[Bug c++/56665] -O2 with -fno-strict-aliasing makes boost::spirit::classic::assign_a not working
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56665 --- Comment #8 from Bogdan Slusarczyk --- (In reply to Nikita Kniazev from comment #6) > This is not a GCC bug. The examples above have use after scope bug. > Look at `assign_a` documentation > https://www.boost.org/doc/libs/1_69_0/libs/spirit/cl