This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Error on GtkAda


Hi!

I'm using

adi@drcomp:~$ gcc --version	[0]
gcc (GCC) 3.1 20020209 (experimental)

mainly for testing the GNAT. I already did this in December and figured out 
that it is impossible to compile GtkAda (1.2.12). The actual test failed.

I know gnat-3.13p works, but didn't try to use 3.14p (because it's
for testing gcc-3.1, not gnat-3.14p :)

Here is the output:

make -C src
make[1]: Entering directory `/bigspace/build/GtkAda-1.2.12/src'
mkdir -p lib-obj
chmod +x gate gtkada-config
make -C gtkextra
make[2]: Entering directory `/bigspace/build/GtkAda-1.2.12/src/gtkextra'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/bigspace/build/GtkAda-1.2.12/src/gtkextra'
gcc -c -I../ -O2 -gnatn -gnatwuwl -fPIC -I- ../gtk-extra-plot_data.adb
+===========================GNAT BUG DETECTED==============================+
| 5.00w (20010924) (i586-pc-linux-gnu) GCC error:                          |
| Internal compiler error in assign_stack_temp_for_type, at                |
|    function.c:651                                                        |
| Error detected at /usr/local/lib/gcc-lib/i586-pc-linux-gnu/3.1/adainclude/s-secsta.ads:66:14|
| Please submit bug report by email to report@gnat.com.                    |
| Use a subject line meaningful to you and us to track the bug.            |
| (include your customer number #nnn in the subject line).                 |
| 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).                   |
| (use plain ASCII or MIME attachment, or FTP to your customer directory). |
| See README.GNATPRO for full info on procedure for submitting bugs.       |
+==========================================================================+

Please include these source files with error report

../gtk-extra-plot_data.adb
../gtk-extra-plot_data.ads
../gtk-extra.ads
../gtk.ads
../glib.ads
../gdk.ads
../gtk-widget.ads
../gdk-color.ads
../gdk-visual.ads
../glib-glist.ads
../gdk-types.ads
../gdk-event.ads
../gdk-rectangle.ads
../gdk-window.ads
../gdk-cursor.ads
../gdk-window_attr.ads
../gdk-bitmap.ads
../gtk-accel_group.ads
../gtk-object.ads
../gtkada.ads
../gtkada-types.ads
../gtk-adjustment.ads
../gtk-data.ads
../gtk-enums.ads
../gtk-style.ads
../gdk-gc.ads
../gdk-font.ads
../gdk-region.ads
../gdk-pixmap.ads
../glib-gslist.ads
../glib-glist.adb
../glib-gslist.adb

compilation abandoned
gnatmake: "../gtk-extra-plot_data.adb" compilation error
make[1]: *** [lib-obj/make.o] Error 4
make[1]: Leaving directory `/bigspace/build/GtkAda-1.2.12/src'
make: *** [all] Error 2


Footnotes:
[0]: did cvs up on the same day

-- 
mail: adi@thur.de  	http://adi.thur.de	PGP: v2-key via keyserver

Ich bin auch nicht mehr das, was ich mal werden wollte.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]