Compiling a simple ada "hello world" results in error... +========================GNAT BUG DETECTED========================+ | 3.2.3 20030502 (3.2.3-13) (x86_64-redhat-linux-gnu) GCC error: | | internal error: Segmentation fault | | No source file position information available | | 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 hello.adb compilation abandoned ----------------------------- I removed and recompiled gcc-gnat and the error remains. The hello.adb file looks like.... with Ada.Text_IO; use Ada.Text_IO; procedure Hello is begin Put_Line ("Hello WORLD!"); end Hello; and this was compiled using gcc -c hello.adb thanks -- Summary: x86_64 RHE3 internal error: segmentation fault Product: gcc Version: 3.2.3 Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: ada AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pogue dot iii at raytheon dot com CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19632