This is the mail archive of the gcc-bugs@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]

[Bug ada/13017] New: [Ada] GNAT bug box: in expand_call, at calls.c:3098


System: Slackware 9.1, libc-2.3.2, gcc-3.3.2 downloaded from
ftp://ftp.slackware.com/pub/slackware/slackware-current/testing/packages/gcc-3.3.2

Tried to compile GtkAda-2.2.0 distribution
(http://libre.act-europe.fr/GtkAda/GtkAda-2.2.0.tgz) with the following command:
./configure --with-GL=GL --with-GL-prefix=/usr/X11R6 && make

With gcc-3.2.3 this worked fine (except trigonometric functions gave me
CONSTRAINT_ERROR, while 1000000*1000000 did not, but that's another story).

With gcc-3.3.2 it gives me the following:
gnatprep -DGETTEXT_INTL=False \
  -DHAVE_GETTEXT=True gtkada-intl.gpb gtkada-intl.adb
gcc -c -I../ -O2 -gnatn -gnatws -fPIC -I- ../make_gtk.adb
gcc -c -I../ -O2 -gnatn -gnatws -fPIC -I- ../gdk.ads
gcc -c -I../ -O2 -gnatn -gnatws -fPIC -I- ../gdk-bitmap.adb
...
Many lines skipped
...
gcc -c -I../ -O2 -gnatn -gnatws -fPIC -I- ../gtk-tree_view.adb
gcc -c -I../ -O2 -gnatn -gnatws -fPIC -I- ../gtk-tree_view_column.adb
gcc -c -I../ -O2 -gnatn -gnatws -fPIC -I- ../gtk-type_conversion.adb
gcc -c -I../ -O2 -gnatn -gnatws -fPIC -I- ../gtk-vbutton_box.adb
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.2 (i486-slackware-linux-gnu) in expand_call, at calls.c:3098         |
| Error detected at ../gtkada-canvas.adb:1177: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
../glib.ads
../gdk-event.ads
../glib-generic_properties.ads
../glib-object.ads
../gtkada-types.ads
../glib-values.ads
../gdk-rectangle.ads
../gdk-types.ads
../gdk-gc.ads
../gdk-color.ads
../gdk-visual.ads
../glib-glist.ads
../gdk-font.ads
../pango.ads
../pango-font.ads
../pango-enums.ads
../gdk-region.ads
../gdk-pixbuf.ads
../glib-error.ads
../gdk-bitmap.ads
../gdk-window.ads
../gdk-cursor.ads
../gdk-drawable.ads
../pango-layout.ads
../pango-attributes.ads
../pango-context.ads
../gdk-pixmap.ads
../gdk-rgb.ads
../glib-graphs.ads
../gtk.ads
../gtk-drawing_area.ads
../gtk-widget.ads
../glib-properties.ads
../glib-gslist.ads
../gtk-accel_group.ads
../gtk-object.ads
../gtk-adjustment.ads
../gtk-enums.ads
../gtk-style.ads
../gtk-main.ads
../gdk-types-keysyms.ads
../gtk-arguments.ads
../gtk-handlers.ads
../gtk-marshallers.ads
../gtk-notebook.ads
../gtk-container.ads
../gtkada-handlers.ads
../glib-glist.adb
../glib-generic_properties.adb
../glib-gslist.adb
../gtk-handlers.adb
../gtk-main.adb
../glib-object.adb
../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 `/usr/home/ayurchen/downloads/GtkAda-2.2.0/src'
make: *** [all] Error 2

How can I include those source files? I don't see any field for file submission.

Regards,
Alex

-- 
           Summary: [Ada] GNAT bug box: in expand_call, at calls.c:3098
           Product: gcc
           Version: 3.3.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P1
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ayurchen at pochta dot ru
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i486-slackware-linux-gnu
  GCC host triplet: i486-slackware-linux-gnu - is that the "triplet"?
GCC target triplet: i486-slackware-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13017


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