https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119215
Robert Dubner <rdubner at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jklowden at gcc dot gnu.org
--- Comment #6 from Robert Dubner <rdubner at gcc dot gnu.org> ---
I applied the patch, and then reproduced the problem with
../configure --enable-languages=cobol,lto --with-build-config="bootstrap-lto"
--disable-multilib
I, however, have no knowledge of the mysteries of Bison, which seems to be the
source of YYLTYPE, which seems to be the upstream source of the problem. I
would have to start learning and reverse engineering.
I am including Jim Lowden on the CC list.