public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/18066] New: GCC error: in expand_call, at calls.c
@ 2004-10-19 21:35 timothy dot a dot runkle at nasa dot gov
  2004-10-19 21:41 ` [Bug ada/18066] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: timothy dot a dot runkle at nasa dot gov @ 2004-10-19 21:35 UTC (permalink / raw)
  To: gcc-bugs

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


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

* [Bug ada/18066] GCC error: in expand_call, at calls.c
  2004-10-19 21:35 [Bug ada/18066] New: GCC error: in expand_call, at calls.c timothy dot a dot runkle at nasa dot gov
@ 2004-10-19 21:41 ` pinskia at gcc dot gnu dot org
  2004-10-20 13:40 ` , RUNKLE, TIMOTHY A dot  <timothy dot a dot runkle at nasa dot gov>
  2004-10-20 13:46 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ 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 -------


*** This bug has been marked as a duplicate of 13016 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


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

* [Bug ada/18066] GCC error: in expand_call, at calls.c
  2004-10-19 21:35 [Bug ada/18066] New: GCC error: in expand_call, at calls.c timothy dot a dot runkle at nasa dot gov
  2004-10-19 21:41 ` [Bug ada/18066] " pinskia at gcc dot gnu dot org
@ 2004-10-20 13:40 ` , RUNKLE, TIMOTHY A dot  <timothy dot a dot runkle at nasa dot gov>
  2004-10-20 13:46 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: , RUNKLE, TIMOTHY A dot  <timothy dot a dot runkle at nasa dot gov> @ 2004-10-20 13:40 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From "RUNKLE, TIMOTHY A dot  (TIM) (JSC-EG) (NASA)"
	 <timothy dot a dot runkle at nasa dot gov>  2004-10-20 13:40 -------
Subject: RE:  GCC error: in expand_call, at calls.c

Hello,
Thanks for looking at the bug. It does indeed look like the bug you
mentioned below. What is the fix? I extracted code from the GtkAda cvs
database yesterday and got this error.

Thanks for your help.
Tim.

-----Original Message-----
From: pinskia at gcc dot gnu dot org [mailto:gcc-bugzilla@gcc.gnu.org] 
Sent: Tuesday, October 19, 2004 4:42 PM
To: RUNKLE, TIMOTHY A. (TIM) (JSC-EG) (NASA)
Subject: [Bug ada/18066] GCC error: in expand_call, at calls.c



------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-19
21:41 -------


*** This bug has been marked as a duplicate of 13016 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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

------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.


-- 


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


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

* [Bug ada/18066] GCC error: in expand_call, at calls.c
  2004-10-19 21:35 [Bug ada/18066] New: GCC error: in expand_call, at calls.c timothy dot a dot runkle at nasa dot gov
  2004-10-19 21:41 ` [Bug ada/18066] " pinskia at gcc dot gnu dot org
  2004-10-20 13:40 ` , RUNKLE, TIMOTHY A dot  <timothy dot a dot runkle at nasa dot gov>
@ 2004-10-20 13:46 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-20 13:46 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-20 13:46 -------
Use 3.4.0 and above.

-- 


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


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

end of thread, other threads:[~2004-10-20 13:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-19 21:35 [Bug ada/18066] New: GCC error: in expand_call, at calls.c timothy dot a dot runkle at nasa dot gov
2004-10-19 21:41 ` [Bug ada/18066] " pinskia at gcc dot gnu dot org
2004-10-20 13:40 ` , RUNKLE, TIMOTHY A dot  <timothy dot a dot runkle at nasa dot gov>
2004-10-20 13:46 ` 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).