public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/100488] New: [12 Regression] trunk 20210508 fails to build ada on x86_64-linux-gnux32
@ 2021-05-08 13:16 doko at debian dot org
  2021-05-08 14:31 ` [Bug ada/100488] " ebotcazou at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: doko at debian dot org @ 2021-05-08 13:16 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 100488
           Summary: [12 Regression] trunk 20210508 fails to build ada on
                    x86_64-linux-gnux32
           Product: gcc
           Version: 9.3.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ada
          Assignee: unassigned at gcc dot gnu.org
          Reporter: doko at debian dot org
  Target Milestone: ---

trunk 20210508 fails to build ada on x86_64-linux-gnux32:

mkdir -p ada/
/<<PKGBUILDDIR>>/build/./prev-gcc/xgcc -B/<<PKGBUILDDIR>>/build/./prev-gcc/
-B/usr/lib/gcc-snapshot/x86_64-linux-gnux32/bin/ -B/usr/lib/
gcc-snapshot/x86_64-linux-gnux32/bin/
-B/usr/lib/gcc-snapshot/x86_64-linux-gnux32/lib/ -isystem
/usr/lib/gcc-snapshot/x86_64-linux-gnux3
2/include -isystem /usr/lib/gcc-snapshot/x86_64-linux-gnux32/sys-include  
-fchecking=1 -c -g -O2 -fchecking=1  -gnatpg -gnata -W -Wall 
-nostdinc -I- -I. -Iada/generated -Iada -Iada/gcc-interface -I../../src/gcc/ada
-I../../src/gcc/ada/gcc-interface -Iada/libgnat -I../../
src/gcc/ada/libgnat ada/einfo-entities.adb -o ada/einfo-entities.o
+===========================GNAT BUG DETECTED==============================+
| 12.0.0 20210508 (experimental) [master revision
292da5c58da:d8763feb89a:62d87a321b29f9febdacc6220367021d98db3057]
(x86_64-linux-gnux32
) |
| Assert_Failure nlists.adb:385                                            |
| Error detected at einfo-entities.adb:49:4                                |
| Please submit a bug report; see https://gcc.gnu.org/bugs/ .              |
| Use a subject line meaningful to you and us to track the bug.            |
| Include the entire contents of this bug box in the report.               |
| Include the exact command that you entered.                              |
| Also include sources listed below.                                       |
+==========================================================================+

Please include these source files with error report
Note that list may not be accurate in some cases,
so please double check that the problem can still
be reproduced with the set of files listed.
Consider also -gnatd.n switch (see debug.adb).

../../src/gcc/ada/gcc-interface/system.ads
ada/einfo-entities.adb
ada/generated/einfo-entities.ads
../../src/gcc/ada/einfo.ads
../../src/gcc/ada/namet.ads
../../src/gcc/ada/alloc.ads
../../src/gcc/ada/hostparm.ads
../../src/gcc/ada/types.ads
../../src/gcc/ada/libgnat/unchconv.ads
../../src/gcc/ada/libgnat/unchdeal.ads
../../src/gcc/ada/table.ads
ada/snames.ads
../../src/gcc/ada/stand.ads
../../src/gcc/ada/uintp.ads
../../src/gcc/ada/urealp.ads
ada/generated/seinfo.ads
../../src/gcc/ada/output.ads
../../src/gcc/ada/libgnat/s-os_lib.ads
../../src/gcc/ada/libgnat/s-string.ads
../../src/gcc/ada/libgnat/ada.ads
../../src/gcc/ada/libgnat/a-uncdea.ads
../../src/gcc/ada/sinfo.ads
ada/generated/sinfo-nodes.ads
../../src/gcc/ada/atree.ads
../../src/gcc/ada/einfo-utils.ads
../../src/gcc/ada/libgnat/s-stalib.ads
../../src/gcc/ada/libgnat/a-unccon.ads
../../src/gcc/ada/libgnat/s-exctab.ads
../../src/gcc/ada/libgnat/s-unstyp.ads
../../src/gcc/ada/libgnat/s-conca2.ads
../../src/gcc/ada/libgnat/s-assert.ads
../../src/gcc/ada/gcc-interface/a-assert.ads

compilation abandoned
make[5]: *** [../../src/gcc/ada/gcc-interface/Make-lang.in:139:
ada/einfo-entities.o] Error 1
make[5]: *** Waiting for unfinished jobs....
make[5]: Leaving directory '/<<PKGBUILDDIR>>/build/gcc'
make[4]: *** [Makefile:4864: all-stage3-gcc] Error 2
make[4]: Leaving directory '/<<PKGBUILDDIR>>/build'
make[3]: *** [Makefile:27997: stage3-bubble] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build'
make[2]: *** [Makefile:28061: bootstrap] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/build'

Configured with: -v
         --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++
         --prefix=/usr/lib/gcc-snapshot
         --with-gcc-major-version-only
         --program-prefix=
         --enable-shared
         --enable-linker-build-id
         --disable-nls
         --enable-clocale=gnu
         --enable-libstdcxx-debug
         --enable-libstdcxx-time=yes
         --with-default-libstdcxx-abi=new
         --enable-gnu-unique-object
         --disable-vtable-verify
         --enable-plugin
         --with-system-zlib
         --enable-libphobos-checking=release
         --with-target-system-zlib=auto
         --enable-objc-gc=auto
         --enable-multiarch
         --disable-werror
         --enable-cet
         --with-abi=mx32
         --with-multilib-list=mx32,m64,m32
         --enable-multilib
         --enable-checking=yes
         --build=x86_64-linux-gnux32
         --host=x86_64-linux-gnux32
         --target=x86_64-linux-gnux32

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-01-20 21:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-08 13:16 [Bug ada/100488] New: [12 Regression] trunk 20210508 fails to build ada on x86_64-linux-gnux32 doko at debian dot org
2021-05-08 14:31 ` [Bug ada/100488] " ebotcazou at gcc dot gnu.org
2021-05-10  7:52 ` doko at debian dot org
2021-05-10  8:06 ` rguenth at gcc dot gnu.org
2021-06-29  9:18 ` ebotcazou at gcc dot gnu.org
2021-06-30 14:39 ` doko at debian dot org
2022-01-17 14:56 ` rguenth at gcc dot gnu.org
2022-01-20 21:00 ` doko at debian dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).