public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/13016] New: [Ada] GNAT bug box: in expand_call, at calls.c:3098
@ 2003-11-12  1:50 ayurchen at pochta dot ru
  2003-11-12  1:55 ` [Bug ada/13016] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: ayurchen at pochta dot ru @ 2003-11-12  1:50 UTC (permalink / raw)
  To: gcc-bugs

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=13016


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug ada/13016] [Ada] GNAT bug box: in expand_call, at calls.c:3098
  2003-11-12  1:50 [Bug ada/13016] New: [Ada] GNAT bug box: in expand_call, at calls.c:3098 ayurchen at pochta dot ru
@ 2003-11-12  1:55 ` pinskia at gcc dot gnu dot org
  2003-11-12  2:01 ` ayurchen at pochta dot ru
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-12  1:55 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-12 01:55 -------
Related to bug 13002.

-- 


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug ada/13016] [Ada] GNAT bug box: in expand_call, at calls.c:3098
  2003-11-12  1:50 [Bug ada/13016] New: [Ada] GNAT bug box: in expand_call, at calls.c:3098 ayurchen at pochta dot ru
  2003-11-12  1:55 ` [Bug ada/13016] " pinskia at gcc dot gnu dot org
@ 2003-11-12  2:01 ` ayurchen at pochta dot ru
  2003-11-12  2:38 ` ayurchen at pochta dot ru
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ayurchen at pochta dot ru @ 2003-11-12  2:01 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ayurchen at pochta dot ru  2003-11-12 02:01 -------
Created an attachment (id=5117)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5117&action=view)
source files requested by gnat bug box for the bug report


-- 


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug ada/13016] [Ada] GNAT bug box: in expand_call, at calls.c:3098
  2003-11-12  1:50 [Bug ada/13016] New: [Ada] GNAT bug box: in expand_call, at calls.c:3098 ayurchen at pochta dot ru
  2003-11-12  1:55 ` [Bug ada/13016] " pinskia at gcc dot gnu dot org
  2003-11-12  2:01 ` ayurchen at pochta dot ru
@ 2003-11-12  2:38 ` ayurchen at pochta dot ru
  2003-11-12  9:40 ` charlet at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ayurchen at pochta dot ru @ 2003-11-12  2:38 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ayurchen at pochta dot ru  2003-11-12 02:38 -------
*** Bug 13017 has been marked as a duplicate of this bug. ***

-- 


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug ada/13016] [Ada] GNAT bug box: in expand_call, at calls.c:3098
  2003-11-12  1:50 [Bug ada/13016] New: [Ada] GNAT bug box: in expand_call, at calls.c:3098 ayurchen at pochta dot ru
                   ` (2 preceding siblings ...)
  2003-11-12  2:38 ` ayurchen at pochta dot ru
@ 2003-11-12  9:40 ` charlet at gcc dot gnu dot org
  2004-01-30 19:32 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: charlet at gcc dot gnu dot org @ 2003-11-12  9:40 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From charlet at gcc dot gnu dot org  2003-11-12 09:40 -------
Works fine on the mainline.

Arno

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.4


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug ada/13016] [Ada] GNAT bug box: in expand_call, at calls.c:3098
  2003-11-12  1:50 [Bug ada/13016] New: [Ada] GNAT bug box: in expand_call, at calls.c:3098 ayurchen at pochta dot ru
                   ` (3 preceding siblings ...)
  2003-11-12  9:40 ` charlet at gcc dot gnu dot org
@ 2004-01-30 19:32 ` pinskia at gcc dot gnu dot org
  2004-05-25  6:05 ` pinskia at gcc dot gnu dot org
  2004-10-19 21:41 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-30 19:32 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-30 19:32 -------
*** Bug 13936 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |philippecmartin at sbcglobal
                   |                            |dot net


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug ada/13016] [Ada] GNAT bug box: in expand_call, at calls.c:3098
  2003-11-12  1:50 [Bug ada/13016] New: [Ada] GNAT bug box: in expand_call, at calls.c:3098 ayurchen at pochta dot ru
                   ` (4 preceding siblings ...)
  2004-01-30 19:32 ` pinskia at gcc dot gnu dot org
@ 2004-05-25  6:05 ` pinskia at gcc dot gnu dot org
  2004-10-19 21:41 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-25  6:05 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-24 11:08 -------
*** Bug 15630 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |m dot colinet at 9online dot
                   |                            |fr


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug ada/13016] [Ada] GNAT bug box: in expand_call, at calls.c:3098
  2003-11-12  1:50 [Bug ada/13016] New: [Ada] GNAT bug box: in expand_call, at calls.c:3098 ayurchen at pochta dot ru
                   ` (5 preceding siblings ...)
  2004-05-25  6:05 ` pinskia at gcc dot gnu dot org
@ 2004-10-19 21:41 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-19 21:41 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-19 21:41 -------
*** Bug 18066 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |timothy dot a dot runkle at
                   |                            |nasa dot gov


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2004-10-19 21:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-12  1:50 [Bug ada/13016] New: [Ada] GNAT bug box: in expand_call, at calls.c:3098 ayurchen at pochta dot ru
2003-11-12  1:55 ` [Bug ada/13016] " pinskia at gcc dot gnu dot org
2003-11-12  2:01 ` ayurchen at pochta dot ru
2003-11-12  2:38 ` ayurchen at pochta dot ru
2003-11-12  9:40 ` charlet at gcc dot gnu dot org
2004-01-30 19:32 ` pinskia at gcc dot gnu dot org
2004-05-25  6:05 ` pinskia at gcc dot gnu dot org
2004-10-19 21:41 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).