[Bug target/94770] class with empty base passed incorrectly with -std=c++17 on mingw

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Apr 27 10:49:57 GMT 2020


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94770

--- Comment #8 from Jonathan Wakely <redi at gcc dot gnu.org> ---
The third __builtin_abort() is called:

  if (__builtin_va_arg (ap, long long) != 2LL)
    __builtin_abort ();


More information about the Gcc-bugs mailing list