30/04/2020 03:56, Honnappa Nagarahalli: > test_ring.c takes lot of time to compile with clang. It is > reproducable with compiler version 8.0 on Ubuntu 18.04. > Amount of testing is reduced, but attempt is made to keep > the same coverage. > > Reported-by: Aaron Conole <acon...@redhat.com> > Reported-by: Thomas Monjalon <tho...@monjalon.net> > Signed-off-by: Honnappa Nagarahalli <honnappa.nagaraha...@arm.com> > Reviewed-by: Ruifeng Wang <ruifeng.w...@arm.com> > --- > app/test/test_ring.c | 588 +++++++++++++++++++++---------------------- > 1 file changed, 283 insertions(+), 305 deletions(-)
That's a lot better! Please could you explain (in the commit log) what was taking so long to compile in the previous code? nit: reproducable -> reproducible