On Mon, Dec 02, 2013 at 04:57:49PM +0100, Marek Polacek wrote: > This patch puts every VLA test into its separate function to make it > less like fail due to stack overflow. > > Ran ubsan testsuite, ok for trunk?
Ok, thanks. > 2013-12-02 Marek Polacek <pola...@redhat.com> > > testsuite/ > * c-c++-common/ubsan/vla-1.c: Split the tests into individual > functions. Jakub