Hello, I recently installed Fedora Core 2 (everything), downloaded and attempted to build GtkAda-2.2.1. The build fails during compilation of one of the ada files. Here's the snippet of text from near the occurrence of error:
<snip> gcc -c -I../ -O2 -gnatn -gnatws -fPIC -I- ../gtk-viewport.adb gcc -c -I../ -O2 -gnatn -gnatws -fPIC -I- ../gtk-widget.adb gcc -c -I../ -O2 -gnatn -gnatws -fPIC -I- ../gtk-window.adb gcc -c -I../ -O2 -gnatn -gnatws -fPIC -I- ../gtkada.ads gcc -c -I../ -O2 -gnatn -gnatws -fPIC -I- ../gtkada-canvas.adb +===========================GNAT BUG DETECTED==============================+ | 3.3.3 20040412 (Red Hat Linux 3.3.3-7) (i386-redhat-linux-gnu) GCC error:| | in expand_call, at calls.c:3112 | | Error detected at ../gtkada-canvas.adb:1205:13 | | 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 ../gtkada-canvas.adb ../gtkada-canvas.ads ../gtkada.ads ../gdk.ads - lots of files - ../glib-type_conversion_hooks.ads ../gtk-object.adb compilation abandoned gnatmake: "../gtkada-canvas.adb" compilation error make[1]: *** [lib-obj/make_gtk.o] Error 4 make[1]: Leaving directory `/home/trunkle/GtkAda/GtkAda/src' make: *** [install] Error 2 </snip> And the compiler version I'm using. % gcc -v Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/specs Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --disable-libunwind-exceptions --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux Thread model: posix gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7) I found a similar bug in the frequent bug list. However not exactly my problem. Please let me know if you need files/additional data. I'm pretty new to building compilers. If there's something additional I need to do please advise. -- Summary: GCC error: in expand_call, at calls.c Product: gcc Version: 3.3.3 Status: UNCONFIRMED Severity: normal Priority: P2 Component: ada AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: timothy dot a dot runkle at nasa dot gov CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: 3.3.3 GCC host triplet: 3.3.3 GCC target triplet: 3.3.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18066