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

            Bug ID: 97557
           Summary: [11 regression] several ada test case failures
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ada
          Assignee: unassigned at gcc dot gnu.org
          Reporter: seurer at gcc dot gnu.org
  Target Milestone: ---

FAIL: gnat.dg/derived_type3.adb (test for excess errors)
FAIL: gnat.dg/invalid1.adb (test for excess errors)
FAIL: gnat.dg/sso16.adb (test for excess errors)
FAIL: gnat.dg/validity_check.adb (test for excess errors)

I am not sure when these started failing because of the issue building ada
recently.

Executing on host: /home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/gnatmake
--GCC=/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/xgcc
--GNATBIND=/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/gnatbind
--GNATLINK=/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/gnatlink -cargs
-B/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc -largs
--GCC=/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/xgcc\
-B/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc\  -margs
--RTS=/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/powerpc64le-unknown-linux-gnu/./libada
-q -f
/home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/testsuite/gnat.dg/derived_type3.adb
  -fdiagnostics-plain-output     -lm  -o ./derived_type3.exe    (timeout = 300)
spawn -ignore SIGHUP
/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/gnatmake
--GCC=/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/xgcc
--GNATBIND=/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/gnatbind
--GNATLINK=/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/gnatlink -cargs
-B/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc -largs
--GCC=/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/xgcc
-B/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc  -margs
--RTS=/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/powerpc64le-unknown-linux-gnu/./libada
-q -f
/home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/testsuite/gnat.dg/derived_type3.adb
-fdiagnostics-plain-output -lm -o ./derived_type3.exe^M
error: "s-imgllli.ali" not found, "s-imgllli.ads" must be compiled^M
gnatmake: *** bind failed.^M
compiler exited with status 1
Executing on host:
/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/gnatclean -c -q -n
./derived_type3   (timeout = 300)
spawn -ignore SIGHUP
/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/gnatclean -c -q -n
./derived_type3^M
./derived_type3.ali^M
./derived_type3.o^M
./derived_type3_pkg.ali^M
./derived_type3_pkg.o^M
FAIL: gnat.dg/derived_type3.adb (test for excess errors)
Excess errors:
error: "s-imgllli.ali" not found, "s-imgllli.ads" must be compiled


Executing on host: /home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/gnatmake
--GCC=/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/xgcc
--GNATBIND=/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/gnatbind
--GNATLINK=/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/gnatlink -cargs
-B/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc -largs
--GCC=/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/xgcc\
-B/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc\  -margs
--RTS=/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/powerpc64le-unknown-linux-gnu/./libada
-q -f
/home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/testsuite/gnat.dg/invalid1.adb  
-fdiagnostics-plain-output   -gnatws -gnatVa  -lm  -o ./invalid1.exe   
(timeout = 300)
spawn -ignore SIGHUP
/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/gnatmake
--GCC=/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/xgcc
--GNATBIND=/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/gnatbind
--GNATLINK=/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/gnatlink -cargs
-B/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc -largs
--GCC=/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/xgcc
-B/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc  -margs
--RTS=/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/powerpc64le-unknown-linux-gnu/./libada
-q -f
/home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/testsuite/gnat.dg/invalid1.adb
-fdiagnostics-plain-output -gnatws -gnatVa -lm -o ./invalid1.exe^M
invalid1.adb:8:03: run-time configuration error^M
invalid1.adb:8:03: entity "System.Scalar_Values.Is_Is16" not defined^M
gnatmake:
"/home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/testsuite/gnat.dg/invalid1.adb"
compilation error^M
compiler exited with status 1
Executing on host:
/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/gnatclean -c -q -n
./invalid1   (timeout = 300)
spawn -ignore SIGHUP
/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/gnatclean -c -q -n
./invalid1^M
FAIL: gnat.dg/invalid1.adb (test for excess errors)
Excess errors:
invalid1.adb:8:03: run-time configuration error
invalid1.adb:8:03: entity "System.Scalar_Values.Is_Is16" not defined

Executing on host: /home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/gnatmake
--GCC=/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/xgcc
--GNATBIND=/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/gnatbind
--GNATLINK=/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/gnatlink -cargs
-B/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc -largs
--GCC=/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/xgcc\
-B/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc\  -margs
--RTS=/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/powerpc64le-unknown-linux-gnu/./libada
-q -f /home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/testsuite/gnat.dg/sso16.adb 
 -fdiagnostics-plain-output     -lm  -o ./sso16.exe    (timeout = 300)
spawn -ignore SIGHUP
/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/gnatmake
--GCC=/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/xgcc
--GNATBIND=/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/gnatbind
--GNATLINK=/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/gnatlink -cargs
-B/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc -largs
--GCC=/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/xgcc
-B/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc  -margs
--RTS=/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/powerpc64le-unknown-linux-gnu/./libada
-q -f /home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/testsuite/gnat.dg/sso16.adb
-fdiagnostics-plain-output -lm -o ./sso16.exe^M
error: "s-imgllli.ali" not found, "s-imgllli.ads" must be compiled^M
gnatmake: *** bind failed.^M
compiler exited with status 1
Executing on host:
/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/gnatclean -c -q -n ./sso16 
 (timeout = 300)
spawn -ignore SIGHUP
/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/gnatclean -c -q -n
./sso16^M
./sso16.ali^M
./sso16.o^M
FAIL: gnat.dg/sso16.adb (test for excess errors)
Excess errors:
error: "s-imgllli.ali" not found, "s-imgllli.ads" must be compiled

Executing on host: /home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/gnatmake
--GCC=/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/xgcc
--GNATBIND=/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/gnatbind
--GNATLINK=/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/gnatlink -cargs
-B/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc -largs
--GCC=/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/xgcc\
-B/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc\  -margs
--RTS=/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/powerpc64le-unknown-linux-gnu/./libada
-q -f
/home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/testsuite/gnat.dg/validity_check.adb
  -fdiagnostics-plain-output   -O -gnatn -gnatVa -gnatws  -lm  -o
./validity_check.exe    (timeout = 300)
spawn -ignore SIGHUP
/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/gnatmake
--GCC=/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/xgcc
--GNATBIND=/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/gnatbind
--GNATLINK=/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/gnatlink -cargs
-B/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc -largs
--GCC=/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/xgcc
-B/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc  -margs
--RTS=/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/powerpc64le-unknown-linux-gnu/./libada
-q -f
/home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/testsuite/gnat.dg/validity_check.adb
-fdiagnostics-plain-output -O -gnatn -gnatVa -gnatws -lm -o
./validity_check.exe^M
validity_check.adb:13:04: run-time configuration error^M
validity_check.adb:13:04: entity "System.Scalar_Values.Is_Is16" not defined^M
gnatmake:
"/home/seurer/gcc/git/gcc-trunk-bootstrap/gcc/testsuite/gnat.dg/validity_check.adb"
compilation error^M
compiler exited with status 1
Executing on host:
/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/gnatclean -c -q -n
./validity_check   (timeout = 300)
spawn -ignore SIGHUP
/home3/seurer/gcc/git/build/gcc-trunk-bootstrap/gcc/gnatclean -c -q -n
./validity_check^M
FAIL: gnat.dg/validity_check.adb (test for excess errors)
Excess errors:
validity_check.adb:13:04: run-time configuration error
validity_check.adb:13:04: entity "System.Scalar_Values.Is_Is16" not defined

Reply via email to