[Bug ada/40986] [4.6 regression] Assert_Failure sinfo.adb:360, error detected at a-unccon.ads:23:27

markus.schoepflin at comsoft dot de gcc-bugzilla@gcc.gnu.org
Tue Apr 16 13:38:00 GMT 2013


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40986

--- Comment #13 from Markus Schöpflin <markus.schoepflin at comsoft dot de> 2013-04-16 13:38:21 UTC ---
I get a different result for the 4.7 branch (built from gcc.git with configure
--disable-bootstrap --disable-nls --enable-languages=ada):

-> PATH="/var/tmp/build/gcc:$PATH" ADA_INCLUDE_PATH=/var/tmp/build/gcc/ada/rts
xgcc -v -c -I/var/tmp/test -gnato -gnatwl -gnatwauJF -gnatef -g
-fno-strict-aliasing -gnatwA -I- /var/tmp/test/test.adb
Using built-in specs.
COLLECT_GCC=xgcc
Target: i686-pc-linux-gnu
Configured with: /var/tmp/gcc.git/configure --disable-bootstrap --disable-nls
--enable-languages=ada
Thread model: posix
gcc version 4.7.4 20130415 (prerelease) (GCC) 
COLLECT_GCC_OPTIONS='-v' '-c' '-I' '/var/tmp/test' '-gnato' '-gnatwl'
'-gnatwauJF' '-gnatef' '-g' '-fno-strict-aliasing' '-gnatwA' '-I' '-'
'-mtune=generic' '-march=pentiumpro'
 gnat1 -I /var/tmp/test -I - -quiet -dumpbase test.adb -auxbase test
-fno-strict-aliasing -gnato -gnatwl -gnatwauJF -gnatef -g -gnatwA
-mtune=generic -march=pentiumpro /var/tmp/test/test.adb -o /tmp/cckbceia.s
+===========================GNAT BUG DETECTED==============================+
| 4.7.4 20130415 (prerelease) (i686-pc-linux-gnu) Assert_Failure sinfo.adb:388|
| Error detected at a-unccon.ads:23:27                                     |
| Please submit a bug report; see http://gcc.gnu.org/bugs.html.            |
| 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 gcc or gnatmake command that you entered.              |
| Also include sources listed below in gnatchop format                     |
| (concatenated together with no headers between files).                   |
+==========================================================================+

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).

/var/tmp/build/gcc/ada/rts/system.ads
/var/tmp/test/test.adb
/var/tmp/test/language.ads
/var/tmp/build/gcc/ada/rts/s-auxdec.ads
/var/tmp/build/gcc/ada/rts/ada.ads
/var/tmp/build/gcc/ada/rts/a-unccon.ads

compilation abandoned


More information about the Gcc-bugs mailing list