public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/43885]  New: [4.6 Regression] Ada bootstrap fails with STORAGE_ERROR
@ 2010-04-25 11:07 tkoenig at gcc dot gnu dot org
  2010-04-25 11:16 ` [Bug bootstrap/43885] " tkoenig at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: tkoenig at gcc dot gnu dot org @ 2010-04-25 11:07 UTC (permalink / raw)
  To: gcc-bugs

raised STORAGE_ERROR : stack overflow (or erroneous memory access)
make[3]: *** [ada/treeprs.ads] Fehler 1
make[3]: *** Warte auf noch nicht beendete Prozesse...
make[3]: Leaving directory `/home/ig25/Gcc/trunk-bin/gcc'
make[2]: *** [all-stage1-gcc] Fehler 2
make[2]: Leaving directory `/home/ig25/Gcc/trunk-bin'
make[1]: *** [stage1-bubble] Fehler 2
make[1]: Leaving directory `/home/ig25/Gcc/trunk-bin'
make: *** [all] Fehler 2

The bootstrapping compiler is

ig25@linux-fd1f:~/Gcc/trunk-bin> gcc -v
Es werden eingebaute Spezifikationen verwendet.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/home/ig25/libexec/gcc/x86_64-unknown-linux-gnu/4.6.0/lto-wrapper
Ziel: x86_64-unknown-linux-gnu
Konfiguriert mit: ../trunk/configure --prefix=/home/ig25
--enable-languages=all,ada --with-mpc=/usr/local
Thread-Modell: posix
gcc-Version 4.6.0 20100412 (experimental) (GCC)


-- 
           Summary: [4.6 Regression] Ada bootstrap fails with STORAGE_ERROR
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Keywords: build
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tkoenig at gcc dot gnu dot org


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


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

* [Bug bootstrap/43885] [4.6 Regression] Ada bootstrap fails with STORAGE_ERROR
  2010-04-25 11:07 [Bug bootstrap/43885] New: [4.6 Regression] Ada bootstrap fails with STORAGE_ERROR tkoenig at gcc dot gnu dot org
@ 2010-04-25 11:16 ` tkoenig at gcc dot gnu dot org
  2010-04-25 12:51 ` tkoenig at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: tkoenig at gcc dot gnu dot org @ 2010-04-25 11:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from tkoenig at gcc dot gnu dot org  2010-04-25 11:16 -------
Created an attachment (id=20481)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20481&action=view)
Build log (with script)


-- 


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


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

* [Bug bootstrap/43885] [4.6 Regression] Ada bootstrap fails with STORAGE_ERROR
  2010-04-25 11:07 [Bug bootstrap/43885] New: [4.6 Regression] Ada bootstrap fails with STORAGE_ERROR tkoenig at gcc dot gnu dot org
  2010-04-25 11:16 ` [Bug bootstrap/43885] " tkoenig at gcc dot gnu dot org
@ 2010-04-25 12:51 ` tkoenig at gcc dot gnu dot org
  2010-04-25 14:07 ` [Bug ada/43885] [4.6 Regression] build failure using self ebotcazou at gcc dot gnu dot org
  2010-05-13  9:58 ` tkoenig at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: tkoenig at gcc dot gnu dot org @ 2010-04-25 12:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from tkoenig at gcc dot gnu dot org  2010-04-25 12:51 -------
Bootstrap succeeds when the first-stage compiler is
4.4.0.


-- 

tkoenig at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.6.0


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


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

* [Bug ada/43885] [4.6 Regression] build failure using self
  2010-04-25 11:07 [Bug bootstrap/43885] New: [4.6 Regression] Ada bootstrap fails with STORAGE_ERROR tkoenig at gcc dot gnu dot org
  2010-04-25 11:16 ` [Bug bootstrap/43885] " tkoenig at gcc dot gnu dot org
  2010-04-25 12:51 ` tkoenig at gcc dot gnu dot org
@ 2010-04-25 14:07 ` ebotcazou at gcc dot gnu dot org
  2010-05-13  9:58 ` tkoenig at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2010-04-25 14:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from ebotcazou at gcc dot gnu dot org  2010-04-25 14:07 -------
Please try with a more recent version (or avoid bootstrapping with mainline at
all, it's in constant flux).


-- 

ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ebotcazou at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |WAITING
          Component|bootstrap                   |ada
            Summary|[4.6 Regression] Ada        |[4.6 Regression] build
                   |bootstrap fails with        |failure using self
                   |STORAGE_ERROR               |


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


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

* [Bug ada/43885] [4.6 Regression] build failure using self
  2010-04-25 11:07 [Bug bootstrap/43885] New: [4.6 Regression] Ada bootstrap fails with STORAGE_ERROR tkoenig at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2010-04-25 14:07 ` [Bug ada/43885] [4.6 Regression] build failure using self ebotcazou at gcc dot gnu dot org
@ 2010-05-13  9:58 ` tkoenig at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: tkoenig at gcc dot gnu dot org @ 2010-05-13  9:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from tkoenig at gcc dot gnu dot org  2010-05-13 09:58 -------
This works now.

Closing.


-- 

tkoenig at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2010-05-13  9:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-25 11:07 [Bug bootstrap/43885] New: [4.6 Regression] Ada bootstrap fails with STORAGE_ERROR tkoenig at gcc dot gnu dot org
2010-04-25 11:16 ` [Bug bootstrap/43885] " tkoenig at gcc dot gnu dot org
2010-04-25 12:51 ` tkoenig at gcc dot gnu dot org
2010-04-25 14:07 ` [Bug ada/43885] [4.6 Regression] build failure using self ebotcazou at gcc dot gnu dot org
2010-05-13  9:58 ` tkoenig 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).