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

            Bug ID: 105411
           Summary: gm2 testsuite should use TEST_ALWAYS_FLAGS
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: modula2
          Assignee: gaius at gcc dot gnu.org
          Reporter: ro at gcc dot gnu.org
  Target Milestone: ---

gm2.log is currently cluttered with escape sequences like

^[[01m^[[K/var/gcc/gcc-12.0.1-20220424/11.4-gm2-64-g3/gcc/testsuite/gm2/m.x0-m_m2.cpp:111:1:^[[m^[[K
^[[01;31m^[[Kinternal compiler error: ^[[m^[[Kin simplify_subreg, at
simplify-rtx.cc:7351
  111 | ^[[01;31m^[[K}^[[m^[[K
      | ^[[01;31m^[[K^^[[m^[[K

which carries through to mail-report.log, like

FAIL: gm2/calling-c/datatypes/unbounded/run/pass/m.mod compilation,  -O 
(internal compiler error: ^[[m^[[Kin simplify_subreg, at simplify-rtx.cc:7351)

This should be handled by using TEST_ALWAYS_FLAGS like other testsuites do.

Reply via email to