Re: Build issue since version 4.18 using gcc-4.9

2022-11-28 Thread Simon Josefsson via Discussion list for GNU Libtasn1
Thanks for confirming that this solved the problem! It seems explicit_bzero is patched in gnulib now, so this shouldn't be a problem going foward, so I'll think about adding a CI/CD build with -std=c99 to test regressions in this area. I wonder if -std=c89 works too... we have a CI/CD build

Re: Build issue since version 4.18 using gcc-4.9

2022-11-27 Thread Vincent Fortier
Thnx, the tip paid off, switching to -std=gnu99 solved the issue... Help much appreciated! Cheers! - vin Le dim. 27 nov. 2022, à 06 h 13, Simon Josefsson a écrit : > > Vincent Fortier writes: > > > While preparing a gnutls update I ended-up updating libtasn1 from > > 4.16. Going to 4.17

Re: Build issue since version 4.18 using gcc-4.9

2022-11-27 Thread Simon Josefsson via Discussion list for GNU Libtasn1
Vincent Fortier writes: > While preparing a gnutls update I ended-up updating libtasn1 from > 4.16. Going to 4.17 works but anything after that fails with: Thanks for the report! I can reproduce this using: ./configure ac_cv_func_explicit_bzero=no CPPFLAGS="-std=c99" In other words, the

Build issue since version 4.18 using gcc-4.9

2022-11-19 Thread Vincent Fortier
While preparing a gnutls update I ended-up updating libtasn1 from 4.16. Going to 4.17 works but anything after that fails with: CC explicit_bzero.lo explicit_bzero.c: In function 'explicit_bzero': explicit_bzero.c:60:3: error: 'asm' undeclared (first use in this function) asm volatile