public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/14624] New: Ada Compile crashes
@ 2004-03-17 23:45 ehicks at binarymagi dot com
  2004-03-18  8:51 ` [Bug ada/14624] Ada bootstrap aborts ebotcazou at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ehicks at binarymagi dot com @ 2004-03-17 23:45 UTC (permalink / raw)
  To: gcc-bugs

20040317 rev.  System is an Ultrasparc e250 running Solaris 9 0403.  The 
compiler is a 32bit-only instance of version 3.3.3 with C, C++, and Ada 
compilers enabled.  Binutils is 2.14 as the Sun versions in /usr/ccs/bin don't 
seem to work at all.  I resolved the problem (I think) by copying the version 
of treeprs.ad? from 3.3.3.  Thought you'd want to know, though.

gcc -c -g       -gnatpg -gnata -I- -I. -Iada -
I../../gcc/ada ../../gcc/ada/tree_io.adb -o ada/tree_io.o
gcc -c -g       -gnatpg -gnata -I- -I. -Iada -
I../../gcc/ada ../../gcc/ada/treepr.adb -o ada/treepr.o
treeprs.ads:1:01: compilation unit expected
make[2]: *** [ada/treepr.o] Error 1
make[2]: Leaving directory `/root/build/gcc-3.4-20040317/gcc-build/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/root/build/gcc-3.4-20040317/gcc-build/gcc'
make: *** [bootstrap] Error 2
[root@lurch gcc-build]#

-- 
           Summary: Ada Compile crashes
           Product: gcc
           Version: 3.4.0
            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=14624


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

* [Bug ada/14624] Ada bootstrap aborts
  2004-03-17 23:45 [Bug ada/14624] New: Ada Compile crashes ehicks at binarymagi dot com
@ 2004-03-18  8:51 ` ebotcazou at gcc dot gnu dot org
  2004-03-18  9:45 ` ebotcazou at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2004-03-18  8:51 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ebotcazou at gcc dot gnu dot
                   |                            |org
  GCC build triplet|                            |sparc-sun-solaris2.9
   GCC host triplet|                            |sparc-sun-solaris2.9
 GCC target triplet|                            |sparc-sun-solaris2.9
            Summary|Ada Compile crashes         |Ada bootstrap aborts


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


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

* [Bug ada/14624] Ada bootstrap aborts
  2004-03-17 23:45 [Bug ada/14624] New: Ada Compile crashes ehicks at binarymagi dot com
  2004-03-18  8:51 ` [Bug ada/14624] Ada bootstrap aborts ebotcazou at gcc dot gnu dot org
@ 2004-03-18  9:45 ` ebotcazou at gcc dot gnu dot org
  2004-03-19  9:27 ` charlet at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2004-03-18  9:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2004-03-18 09:45 -------
I can't reproduce with the same set of course (3.4 branch 20040317) but with GCC
3.3.2 as the bootstrap compiler.

Did you take a look at this treeprs.ads file?


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug ada/14624] Ada bootstrap aborts
  2004-03-17 23:45 [Bug ada/14624] New: Ada Compile crashes ehicks at binarymagi dot com
  2004-03-18  8:51 ` [Bug ada/14624] Ada bootstrap aborts ebotcazou at gcc dot gnu dot org
  2004-03-18  9:45 ` ebotcazou at gcc dot gnu dot org
@ 2004-03-19  9:27 ` charlet at gcc dot gnu dot org
  2004-03-19 18:44 ` ehicks at binarymagi dot com
  2004-03-19 21:50 ` charlet at act-europe dot fr
  4 siblings, 0 replies; 6+ messages in thread
From: charlet at gcc dot gnu dot org @ 2004-03-19  9:27 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From charlet at gcc dot gnu dot org  2004-03-19 09:27 -------
Sounds like a set up issue.
We would need more details in any case in order to help (in particular the
contents of treeprs.ads, and the complete output of the configure/make
steps)

Assuming this is not a set up issue, you probably have a broken bootstrap
compiler to start with, and in this case, I'd suggest you start with another
version (e.g. gnat 3.15p).

Arno

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |WONTFIX


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


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

* [Bug ada/14624] Ada bootstrap aborts
  2004-03-17 23:45 [Bug ada/14624] New: Ada Compile crashes ehicks at binarymagi dot com
                   ` (2 preceding siblings ...)
  2004-03-19  9:27 ` charlet at gcc dot gnu dot org
@ 2004-03-19 18:44 ` ehicks at binarymagi dot com
  2004-03-19 21:50 ` charlet at act-europe dot fr
  4 siblings, 0 replies; 6+ messages in thread
From: ehicks at binarymagi dot com @ 2004-03-19 18:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ehicks at binarymagi dot com  2004-03-19 18:44 -------
Well, I wouldn't know how it could be a setup issue when simply replacing the 
treeprs.ad[bs] files with the ones from 3.3.3 fixes the problem.  The Ada 
compiler had no trouble compiling them afterward and had no trouble with any 
of the other files.  I've decided to stick with 3.3.3 for now, though, so if 
no one else is having the problem then I won't pursue it further.

-- 


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


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

* [Bug ada/14624] Ada bootstrap aborts
  2004-03-17 23:45 [Bug ada/14624] New: Ada Compile crashes ehicks at binarymagi dot com
                   ` (3 preceding siblings ...)
  2004-03-19 18:44 ` ehicks at binarymagi dot com
@ 2004-03-19 21:50 ` charlet at act-europe dot fr
  4 siblings, 0 replies; 6+ messages in thread
From: charlet at act-europe dot fr @ 2004-03-19 21:50 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From charlet at act-europe dot fr  2004-03-19 21:50 -------
Subject: Re:  Ada bootstrap aborts

> Well, I wouldn't know how it could be a setup issue when simply replacing the 
> treeprs.ad[bs] files with the ones from 3.3.3 fixes the problem.  The Ada 

It's a set up issue if the file has not been generated properly because
of a set up issue.

Arno


-- 


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


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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-17 23:45 [Bug ada/14624] New: Ada Compile crashes ehicks at binarymagi dot com
2004-03-18  8:51 ` [Bug ada/14624] Ada bootstrap aborts ebotcazou at gcc dot gnu dot org
2004-03-18  9:45 ` ebotcazou at gcc dot gnu dot org
2004-03-19  9:27 ` charlet at gcc dot gnu dot org
2004-03-19 18:44 ` ehicks at binarymagi dot com
2004-03-19 21:50 ` charlet at act-europe dot fr

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