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

--- Comment #15 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Created attachment 64046
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=64046&action=edit
gcc16-pr124641-wip.patch

Plus this WIP gets rid of at least some of the errors.
Unresolved further problems:
gcc/testsuite/obj-c++.dg/encode-2.mm
has
/* { dg-final { scan-file "encode-2.o"
"{?={Vec<double>=ddi}{Vec<float>=ffi}fd{Vec<signed char>=cci}i}" } } */
so it attempts to scan a binary object file for a string, ugh.  Dunno how to
force reading that binary.
And more importantly, there are lots of errors of the kind
ERROR: tcl error sourcing
/home/jakub/src/gcc/gcc/testsuite/gfortran.dg/guality/guality.exp.ERROR: tcl
error code NONEERROR: torture-init: torture_without_loops is not empty as
expected = "{ -O0 } { -O1 } { -O2 } { -O3 -g } { -Os }"    while
executing"error "torture-init: torture_without_loops is not empty as expected =
\"${torture_without_loops}\"""    invoked from within"if [info exists
torture_without_loops] {        error "torture-init: torture_without_loops is
not empty as expected = \"${torture_without_loops}\""    }"    (procedure
"torture-init" line 4)    invoked from within"torture-init"    (file
"/home/jakub/src/gcc/gcc/testsuite/gfortran.dg/guality/guality.exp" line 25)   
invoked from within"source
/home/jakub/src/gcc/gcc/testsuite/gfortran.dg/guality/guality.exp"   
("uplevel" body line 1)    invoked from within"uplevel #0 source
/home/jakub/src/gcc/gcc/testsuite/gfortran.dg/guality/guality.exp"    invoked
from within"catch "uplevel #0 source $test_file_name" msg"
No idea what has changed and what to do about that.

Reply via email to