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

--- Comment #14 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot 
Uni-Bielefeld.DE> ---
> --- Comment #13 from anlauf at gcc dot gnu.org ---
> This may lead to a total mess, and I am unable to test it, but can you try:

I just ran bootstraps on both sparc-sun-solaris2.11 and
i386-pc-solaris2.11.  x86 results are unchanged, but sparc is completely
miserable:

                === gfortran Summary for unix ===

# of expected passes            18878
# of unexpected failures        16537
# of expected failures          177
# of untested testcases         1752
# of unresolved testcases       14688
# of unsupported tests          706

likewise with -m64.

Most (all?) tests fail to link now, failing to find one or more of

cabsq
copysignq
fmodq
roundq
sqrtq
truncq

e.g.

FAIL: gfortran.dg/coarray/alloc_comp_1.f90 -fcoarray=single  -O2   (test for
excess errors)
Excess errors:
Undefined                       first referenced
 symbol                             in file
cabsq                              
/var/gcc/regression/master/11.4-gcc-gas/build/sparc-sun-solaris2.11/./libgfortran/.libs/libgfortran.so
fmodq                              
/var/gcc/regression/master/11.4-gcc-gas/build/sparc-sun-solaris2.11/./libgfortran/.libs/libgfortran.so
sqrtq                              
/var/gcc/regression/master/11.4-gcc-gas/build/sparc-sun-solaris2.11/./libgfortran/.libs/libgfortran.so
roundq                             
/var/gcc/regression/master/11.4-gcc-gas/build/sparc-sun-solaris2.11/./libgfortran/.libs/libgfortran.so
truncq                             
/var/gcc/regression/master/11.4-gcc-gas/build/sparc-sun-solaris2.11/./libgfortran/.libs/libgfortran.so
copysignq                          
/var/gcc/regression/master/11.4-gcc-gas/build/sparc-sun-solaris2.11/./libgfortran/.libs/libgfortran.so
ld: fatal: symbol referencing errors

Reply via email to