Bug#1041040: [Aspectc-developers] Fwd: Bug#1041040: aspectc++ autopkg tests fail with GCC 13

2023-07-25 Thread Olaf Spinczyk
Hi! Okay, another try: olaf@x1:/store/olaf/workspace2/AspectC++$ svn commit -m "A third try to fix the problems on systems with g++ 13. Now the types _Float are defined as destinct type s so that template specialization should work without conflicts. Furthermore, all types are now defined on

Bug#1041040: [Aspectc-developers] Fwd: Bug#1041040: aspectc++ autopkg tests fail with GCC 13

2023-07-25 Thread Olaf Spinczyk
Right. /usr/include/math.h does not include a template specialization of struct __iseqsig_type for _Float on my Ubuntu 22.04/AMD64 machine. Therefore, my local test had passed. However, my workaround, which tries to satisfy the internal clang parser with typedefs, doesn't work in