[Bug libstdc++/89464] shared_ptr_base.h: error: '__tag' was not declared in this scope (gcc-8.3.0 regression?)
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Feb 23 08:12:00 GMT 2019
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89464
--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
The problem is in https://github.com/Silicondust/libhdhomerun:
hdhomerun_os_posix.h
Which does:
#if !defined(alignas)
#define alignas(n) __attribute__((aligned(n)))
#endif
That is wrong.
More information about the Gcc-bugs
mailing list