https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65424
Pavel I. Kryukov <pavel.kryukov at phystech dot edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pavel.kryukov at phystech dot
edu
--- Comment #5 from Pavel I. Kryukov <pavel.kryukov at phystech dot edu> ---
Could you please tell if there is any progress?
I use C++ templates to do low-level byte operations for BE CPU simulator hosted
on LE machine. The example is here: https://godbolt.org/z/ff-NAF (I replaced
template type with a define, but it does not change output a lot).