> >> I tested this change like this on x86_64 Linux Ubuntu 12.04: > >> rm -rf */{*/,}libsanitizer && make -j 50 && make -C gcc > >> check-g{cc,++} RUNTESTFLAGS='--target_board=unix\{-m32,-m64\} > >> asan.exp' > >> > >> Since the change also pulls minor changes in ubsan, please suggest me > >> how to test that too.
We now have an ubsan testuite; I usually run just make check -C gcc RUNTESTFLAGS='--target_board=unix\{-m32,-m64\} ubsan.exp' Marek