https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121943
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed| |2025-09-14
Ever confirmed|0 |1
Status|UNCONFIRMED |WAITING
--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
I can't find the escape sequence `ESC[6n` in any of the following sources, GCC,
dejagnu nor expect.
So you need to debug this why this is happening here.
`ESC[6n` is to querry where the curser is located too. But since this running
under expect there is nothing going to respond either since expect does not
emulate a full terminal.