[Bug ada/66384] New: Compiler fails with message "compilation abandoned"

andrewborrill at hotmail dot co.uk gcc-bugzilla@gcc.gnu.org
Tue Jun 2 19:18:00 GMT 2015


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

            Bug ID: 66384
           Summary: Compiler fails with message "compilation abandoned"
           Product: gcc
           Version: 4.4.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ada
          Assignee: unassigned at gcc dot gnu.org
          Reporter: andrewborrill at hotmail dot co.uk
  Target Milestone: ---

Created attachment 35684
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35684&action=edit
All ada specs & bodies which have been gnat chopped and concatinated into the
bigfile

This is the error in more detail:

Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu
4.4.3-4ubuntu5.1' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared
--enable-multiarch --enable-linker-build-id --with-system-zlib
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
--with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls
--enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc
--enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic
--enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu
--target=i486-linux-gnu
Thread model: posix
gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5.1) 
COLLECT_GCC_OPTIONS='-v' '-save-temps' '-c' '-mtune=generic' '-march=i486'
 /usr/lib/gcc/i486-linux-gnu/4.4.3/gnat1 -quiet -dumpbase controller.adb
-mtune=generic -march=i486 controller.adb -o controller.s
+===========================GNAT BUG DETECTED==============================+
| 4.4.3 (i486-pc-linux-gnu) Assert_Failure sinfo.adb:880                   |
| Error detected at controller.adb:337:37                                  |
| 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-4.4 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.

controller.adb
util.ads
util-streams.ads
util-streams-pipes.ads
util-processes.ads
util-streams-buffered.ads
util-streams-texts.ads
util-texts.ads
util-texts-transforms.ads
debug_exceptions.ads
list may be incomplete
controller.adb:337:64: missing ")"
compilation abandoned



More information about the Gcc-bugs mailing list