public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/14998] New: Ada compiler error during ncurses build
@ 2004-04-17 21:16 ehicks at binarymagi dot com
  2004-04-17 21:17 ` [Bug ada/14998] " ehicks at binarymagi dot com
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: ehicks at binarymagi dot com @ 2004-04-17 21:16 UTC (permalink / raw)
  To: gcc-bugs

During a build of ncurses 5.4 with Ada support I get:

<blah blah blah>

make[2]: Entering directory `/root/build/ncurses-5.4/Ada95/src'
gnatmake -O3 -gnatpn  -I. -I. -c -o terminal_interface-curses-
menus.o ./terminal_interface-curses-menus.adb
gcc -c -I./ -O3 -gnatpn -I. -I. -I- ./terminal_interface-curses-menus.adb
+===========================GNAT BUG DETECTED==============================+
| 3.3.3 (sparcv9-sun-solaris2) in expand_expr, at expr.c:7512              |
| Error detected at /usr/local/lib/gcc-lib/sparcv9-sun-
solaris2/3.3.3/adainclude/i-c.ads:42:33|
| 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

./terminal_interface-curses-menus.adb
./terminal_interface-curses-menus.ads
./terminal_interface-curses.ads
./terminal_interface.ads
./terminal_interface-curses-aux.ads

compilation abandoned
gnatmake: "./terminal_interface-curses-menus.adb" compilation error
make[2]: *** [terminal_interface-curses-menus.o] Error 4
make[2]: Leaving directory `/root/build/ncurses-5.4/Ada95/src'
make[2]: Entering directory `/root/build/ncurses-5.4/Ada95/samples'
gnatmake -a -A. -A../src -A./../src tour -cargs -O3 -gnatpn  -I. -largs -
L../../lib -L../lib -lform -lmenu -lpanel -lncurses     -R /root/build/ncurses-
5.4/lib:/usr/local/lib  -lAdaCurses 
gnatmake -a -A. -A../src -A./../src rain -cargs -O3 -gnatpn  -I. -largs -
L../../lib -L../lib -lform -lmenu -lpanel -lncurses     -R /root/build/ncurses-
5.4/lib:/usr/local/lib  -lAdaCurses 
gcc -c -I. -I../src -I./../src -O3 -gnatpn -I. rain.adb
status.ads:55:56: "SIGINT" not declared in "Names"
gnatmake: "rain.adb" compilation error
make[2]: *** [rain] Error 4
make[2]: Leaving directory `/root/build/ncurses-5.4/Ada95/samples'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/root/build/ncurses-5.4/Ada95'
make: *** [all] Error 2
[root@lurch ncurses-5.4]# gcc -v
Reading specs from /usr/local/lib/gcc-lib/sparcv9-sun-solaris2/3.3.3/specs
Configured with: ../configure --enable-languages=all --disable-nls --with-
ld=/usr/ccs/bin/ld --with-as=/usr/ccs/bin/as sparcv9-sun-solaris2
Thread model: posix
gcc version 3.3.3

Configure was just ./configure --enable-shared; make

As per bug #14997 I tried removing the -O3 from the compile line and just got 
the same thing.

-- 
           Summary: Ada compiler error during ncurses build
           Product: gcc
           Version: 3.3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ehicks at binarymagi dot com
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug ada/14998] Ada compiler error during ncurses build
  2004-04-17 21:16 [Bug ada/14998] New: Ada compiler error during ncurses build ehicks at binarymagi dot com
@ 2004-04-17 21:17 ` ehicks at binarymagi dot com
  2004-04-17 21:19 ` ehicks at binarymagi dot com
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ehicks at binarymagi dot com @ 2004-04-17 21:17 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ehicks at binarymagi dot com  2004-04-17 21:15 -------
Created an attachment (id=6104)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6104&action=view)
1/5


-- 


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


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

* [Bug ada/14998] Ada compiler error during ncurses build
  2004-04-17 21:16 [Bug ada/14998] New: Ada compiler error during ncurses build ehicks at binarymagi dot com
  2004-04-17 21:17 ` [Bug ada/14998] " ehicks at binarymagi dot com
@ 2004-04-17 21:19 ` ehicks at binarymagi dot com
  2004-04-17 21:19 ` ehicks at binarymagi dot com
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ehicks at binarymagi dot com @ 2004-04-17 21:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ehicks at binarymagi dot com  2004-04-17 21:16 -------
Created an attachment (id=6105)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6105&action=view)
2/5


-- 


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


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

* [Bug ada/14998] Ada compiler error during ncurses build
  2004-04-17 21:16 [Bug ada/14998] New: Ada compiler error during ncurses build ehicks at binarymagi dot com
  2004-04-17 21:17 ` [Bug ada/14998] " ehicks at binarymagi dot com
  2004-04-17 21:19 ` ehicks at binarymagi dot com
@ 2004-04-17 21:19 ` ehicks at binarymagi dot com
  2004-04-17 21:20 ` ehicks at binarymagi dot com
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ehicks at binarymagi dot com @ 2004-04-17 21:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ehicks at binarymagi dot com  2004-04-17 21:16 -------
Created an attachment (id=6106)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6106&action=view)
3/5


-- 


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


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

* [Bug ada/14998] Ada compiler error during ncurses build
  2004-04-17 21:16 [Bug ada/14998] New: Ada compiler error during ncurses build ehicks at binarymagi dot com
                   ` (2 preceding siblings ...)
  2004-04-17 21:19 ` ehicks at binarymagi dot com
@ 2004-04-17 21:20 ` ehicks at binarymagi dot com
  2004-04-17 21:38 ` ehicks at binarymagi dot com
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ehicks at binarymagi dot com @ 2004-04-17 21:20 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ehicks at binarymagi dot com  2004-04-17 21:16 -------
Created an attachment (id=6107)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6107&action=view)
4/5


-- 


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


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

* [Bug ada/14998] Ada compiler error during ncurses build
  2004-04-17 21:16 [Bug ada/14998] New: Ada compiler error during ncurses build ehicks at binarymagi dot com
                   ` (3 preceding siblings ...)
  2004-04-17 21:20 ` ehicks at binarymagi dot com
@ 2004-04-17 21:38 ` ehicks at binarymagi dot com
  2004-04-17 22:11 ` pinskia at gcc dot gnu dot org
  2004-04-18  2:18 ` ehicks at binarymagi dot com
  6 siblings, 0 replies; 8+ messages in thread
From: ehicks at binarymagi dot com @ 2004-04-17 21:38 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ehicks at binarymagi dot com  2004-04-17 21:17 -------
Created an attachment (id=6108)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6108&action=view)
5/5


-- 


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


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

* [Bug ada/14998] Ada compiler error during ncurses build
  2004-04-17 21:16 [Bug ada/14998] New: Ada compiler error during ncurses build ehicks at binarymagi dot com
                   ` (4 preceding siblings ...)
  2004-04-17 21:38 ` ehicks at binarymagi dot com
@ 2004-04-17 22:11 ` pinskia at gcc dot gnu dot org
  2004-04-18  2:18 ` ehicks at binarymagi dot com
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-17 22:11 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-17 21:19 -------
This is a dup of bug 14997 which looks like Ada front-end bug.

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

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


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


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

* [Bug ada/14998] Ada compiler error during ncurses build
  2004-04-17 21:16 [Bug ada/14998] New: Ada compiler error during ncurses build ehicks at binarymagi dot com
                   ` (5 preceding siblings ...)
  2004-04-17 22:11 ` pinskia at gcc dot gnu dot org
@ 2004-04-18  2:18 ` ehicks at binarymagi dot com
  6 siblings, 0 replies; 8+ messages in thread
From: ehicks at binarymagi dot com @ 2004-04-18  2:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ehicks at binarymagi dot com  2004-04-17 21:20 -------
Well, like I said at the bottom, removing the optimizer flag didn't fix this 
one so I figured it might be something different

-- 


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


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

end of thread, other threads:[~2004-04-17 21:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-17 21:16 [Bug ada/14998] New: Ada compiler error during ncurses build ehicks at binarymagi dot com
2004-04-17 21:17 ` [Bug ada/14998] " ehicks at binarymagi dot com
2004-04-17 21:19 ` ehicks at binarymagi dot com
2004-04-17 21:19 ` ehicks at binarymagi dot com
2004-04-17 21:20 ` ehicks at binarymagi dot com
2004-04-17 21:38 ` ehicks at binarymagi dot com
2004-04-17 22:11 ` pinskia at gcc dot gnu dot org
2004-04-18  2:18 ` ehicks at binarymagi dot com

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).