https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111329
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org Status|UNCONFIRMED |ASSIGNED Last reconfirmed| |2023-09-08 Ever confirmed|0 |1 --- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Created attachment 55854 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55854&action=edit gcc14-pr111329.patch So far only very lightly tested patch (tested that the test FAILs in bootstrapped build, applied patch, make -j32 in the stage3 directory, make check for the test again, which now PASSes). Had to put the out of line function into wide-int-print.cc rather than pretty-print.cc, because otherwise e.g. modula2 doesn't link.