[Libre-soc-dev] daily kan-ban update 26jan2020

Jacob Lifshay programmerjake at gmail.com
Wed Jan 27 05:34:01 GMT 2021


today:
Working on simplev-cpp -- setvl, vector integer add, and vector
integer subtract work.
Discovered 2 probably related gcc bugs:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98846
gcc incorrectly reports that the register keyword is deprecated in
c++17 when the register keyword is required by clang (and probably gcc
itself) where I used it.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98847
Miscompilation:
gcc ignores the register assignment I specified in the source, and
instead picks whatever register it likes.

Jacob



More information about the Libre-soc-dev mailing list