https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101928
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- >LLDB rejected this debug info: That was a lldb bug and has been fixed in the mean time. But we still produce the bad debug info it seems: (lldb) p varargs (void (*)(int, int, int, int, ...)) 0x0000000000401130 (a.out`varargs at t.c:6:3) (gdb) ptype varargs type = void (int, int, int, int, ...)
