Thanks! (I still need more suggestions/review :)
On Mon, Oct 14, 2013 at 3:48 PM, Marek Polacek <pola...@redhat.com> wrote: >> >> 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