GNAT will produce the "Storage Error" below when trying to compile any Ada source files.
The system is running an up-to-date (as of Thursday 14 July 2005 AEST) Fedora Core 3 distribution with: gcc-3.4.3-22.fc3 gcc-gnat-3.4.3-22.fc3 libgnat-3.4.3-22.fc3 glibc-2.3.5-0.fc3.1 glibc-common-2.3.5-0.fc3.1 I have included the output of trying to compile GtkAda 2.4.0 from source. --------------BEGIN ./configure --prefix=/opt/GtkAda ---------------------- checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for merge... /usr/bin/merge checking whether merge works correctly...... yes checking for diff... /usr/bin/diff checking for the correct diff option... -u checking for patch... /usr/bin/patch checking for the correct patch option... -f checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gnatmake... /usr/bin/gnatmake checking that your gnat compiler works with a simple example... gcc -c conftest.adb +===========================GNAT BUG DETECTED==============================+ | 3.4.3 20050227 (Red Hat 3.4.3-22.fc3) (i386-redhat-linux-gnu) | | Storage_Error stack overflow (or erroneous memory access) | | Error detected at a-textio.ads:53:9 | | Please submit a bug report; see http://gcc.gnu.org/bugs.html. | | 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. conftest.adb compilation abandoned gnatmake: "conftest.adb" compilation error no configure: error: /usr/bin/gnatmake test failed at compile time! Check your configuration. --------------END ./configure --prefix=/opt/GtkAda ---------------------- -- Summary: GNAT does not compile any Ada files Product: gcc Version: 3.4.3 Status: UNCONFIRMED Severity: critical Priority: P2 Component: ada AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: info at softimp dot com dot au CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22477