public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/37601]  New: gcc-4.4-20080919 ada build failure
@ 2008-09-20 18:58 gcc at spatium dot org
  2008-09-20 18:59 ` [Bug ada/37601] " gcc at spatium dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: gcc at spatium dot org @ 2008-09-20 18:58 UTC (permalink / raw)
  To: gcc-bugs

$ ../gcc-4.4-20080919/configure --prefix=/usr --enable-threads --enable-shared
--enable-languages=c,c++,ada --host=x86_64-unknown-linux-gnu --with-system-zlib
--with-x --enable-java-awt=gtk --enable-targets=x86_64-unknown-linux-gnu
--with-arch=athlon64 --with-tune=athlon64 --with-cpu=athlon64
--disable-multilib --enable-__cxa_atexit --enable-libada --enable-gtk-cairo
--enable-libgcj-multifile --with-long-double-128 --disable-nls
$ make profiledbootstrap
[...]
make[3]: Entering directory `/src/a/gcc/o-4.4/gcc'
/src/a/gcc/o-4.4/./prev-gcc/xgcc -B/src/a/gcc/o-4.4/./prev-gcc/
-B/usr/x86_64-unknown-linux-gnu/bin/ -c -g -O2 -fprofile-generate  -gnatpg
-gnata -nostdinc -I- -I. -Iada -I../../gcc-4.4-20080919/gcc/ada
-I../../gcc-4.4-20080919/gcc/ada/gcc-interface
../../gcc-4.4-20080919/gcc/ada/checks.adb -o ada/checks.o

raised STORAGE_ERROR : stack overflow (or erroneous memory access)
make[3]: *** [ada/checks.o] Error 1
$ ulimit -s
1000000000


-- 
           Summary: gcc-4.4-20080919 ada build failure
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: blocker
          Priority: P3
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gcc at spatium dot org
 GCC build triplet: x86_64-unknown-linux-gnu
  GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu


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


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

* [Bug ada/37601] gcc-4.4-20080919 ada build failure
  2008-09-20 18:58 [Bug ada/37601] New: gcc-4.4-20080919 ada build failure gcc at spatium dot org
@ 2008-09-20 18:59 ` gcc at spatium dot org
  2008-09-22 19:59 ` [Bug middle-end/37601] [4.4 Regression] " pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: gcc at spatium dot org @ 2008-09-20 18:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from gcc at spatium dot org  2008-09-20 18:57 -------
(In reply to comment #0)
current gcc ver.: 4.3.1


-- 

gcc at spatium dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|gcc-4.4-20080919 ada build  |gcc-4.4-20080919 ada build
                   |failure                     |failure


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


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

* [Bug middle-end/37601] [4.4 Regression] gcc-4.4-20080919 ada build failure
  2008-09-20 18:58 [Bug ada/37601] New: gcc-4.4-20080919 ada build failure gcc at spatium dot org
  2008-09-20 18:59 ` [Bug ada/37601] " gcc at spatium dot org
@ 2008-09-22 19:59 ` pinskia at gcc dot gnu dot org
  2008-09-24  9:38 ` gcc at spatium dot org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-09-22 19:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2008-09-22 19:57 -------
Can you try this again?


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|blocker                     |normal
          Component|ada                         |middle-end
            Summary|gcc-4.4-20080919 ada build  |[4.4 Regression] gcc-4.4-
                   |failure                     |20080919 ada build failure
   Target Milestone|---                         |4.4.0


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


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

* [Bug middle-end/37601] [4.4 Regression] gcc-4.4-20080919 ada build failure
  2008-09-20 18:58 [Bug ada/37601] New: gcc-4.4-20080919 ada build failure gcc at spatium dot org
  2008-09-20 18:59 ` [Bug ada/37601] " gcc at spatium dot org
  2008-09-22 19:59 ` [Bug middle-end/37601] [4.4 Regression] " pinskia at gcc dot gnu dot org
@ 2008-09-24  9:38 ` gcc at spatium dot org
  2008-09-24 20:37 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: gcc at spatium dot org @ 2008-09-24  9:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from gcc at spatium dot org  2008-09-24 09:37 -------
Subject: Re:  [4.4 Regression] gcc-4.4-20080919 ada build failure

pinskia at gcc dot gnu dot org wrote 767 bytes:
> Can you try this again?

same thing with latest trunk.


-- 


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


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

* [Bug middle-end/37601] [4.4 Regression] gcc-4.4-20080919 ada build failure
  2008-09-20 18:58 [Bug ada/37601] New: gcc-4.4-20080919 ada build failure gcc at spatium dot org
                   ` (2 preceding siblings ...)
  2008-09-24  9:38 ` gcc at spatium dot org
@ 2008-09-24 20:37 ` pinskia at gcc dot gnu dot org
  2008-09-28 17:28 ` gcc at spatium dot org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-09-24 20:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pinskia at gcc dot gnu dot org  2008-09-24 20:36 -------
What happens if you don't use profiledbootstrap but instead bootstrap?


-- 


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


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

* [Bug middle-end/37601] [4.4 Regression] gcc-4.4-20080919 ada build failure
  2008-09-20 18:58 [Bug ada/37601] New: gcc-4.4-20080919 ada build failure gcc at spatium dot org
                   ` (3 preceding siblings ...)
  2008-09-24 20:37 ` pinskia at gcc dot gnu dot org
@ 2008-09-28 17:28 ` gcc at spatium dot org
  2008-10-13 17:19 ` jakub at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: gcc at spatium dot org @ 2008-09-28 17:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from gcc at spatium dot org  2008-09-28 17:27 -------
Subject: Re:  [4.4 Regression] gcc-4.4-20080919 ada build failure

> What happens if you don't use profiledbootstrap but instead bootstrap?

I did make bootstrap in the very same directory and it built everything
okay. However, note that I'd like very much to be able to profiledboot,
especially since another profiledbootstrap bug was fixed only recently.


-- 


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


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

* [Bug middle-end/37601] [4.4 Regression] gcc-4.4-20080919 ada build failure
  2008-09-20 18:58 [Bug ada/37601] New: gcc-4.4-20080919 ada build failure gcc at spatium dot org
                   ` (4 preceding siblings ...)
  2008-09-28 17:28 ` gcc at spatium dot org
@ 2008-10-13 17:19 ` jakub at gcc dot gnu dot org
  2008-10-13 19:13 ` jakub at gcc dot gnu dot org
  2008-10-13 19:26 ` jakub at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: jakub at gcc dot gnu dot org @ 2008-10-13 17:19 UTC (permalink / raw)
  To: gcc-bugs



-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jakub at gcc dot gnu dot org
                   |dot org                     |
                URL|                            |http://gcc.gnu.org/ml/gcc-
                   |                            |patches/2008-
                   |                            |10/msg00562.html
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-10-13 17:17:51
               date|                            |


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


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

* [Bug middle-end/37601] [4.4 Regression] gcc-4.4-20080919 ada build failure
  2008-09-20 18:58 [Bug ada/37601] New: gcc-4.4-20080919 ada build failure gcc at spatium dot org
                   ` (5 preceding siblings ...)
  2008-10-13 17:19 ` jakub at gcc dot gnu dot org
@ 2008-10-13 19:13 ` jakub at gcc dot gnu dot org
  2008-10-13 19:26 ` jakub at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: jakub at gcc dot gnu dot org @ 2008-10-13 19:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from jakub at gcc dot gnu dot org  2008-10-13 19:11 -------
Subject: Bug 37601

Author: jakub
Date: Mon Oct 13 19:10:32 2008
New Revision: 141092

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141092
Log:
        PR middle-end/37601
        * gcc-interface/utils.c (gnat_types_compatible_p): Handle
        NULL TYPE_DOMAIN.

Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/gcc-interface/utils.c


-- 


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


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

* [Bug middle-end/37601] [4.4 Regression] gcc-4.4-20080919 ada build failure
  2008-09-20 18:58 [Bug ada/37601] New: gcc-4.4-20080919 ada build failure gcc at spatium dot org
                   ` (6 preceding siblings ...)
  2008-10-13 19:13 ` jakub at gcc dot gnu dot org
@ 2008-10-13 19:26 ` jakub at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: jakub at gcc dot gnu dot org @ 2008-10-13 19:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from jakub at gcc dot gnu dot org  2008-10-13 19:25 -------
Fixed.


-- 

jakub at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2008-10-13 19:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-20 18:58 [Bug ada/37601] New: gcc-4.4-20080919 ada build failure gcc at spatium dot org
2008-09-20 18:59 ` [Bug ada/37601] " gcc at spatium dot org
2008-09-22 19:59 ` [Bug middle-end/37601] [4.4 Regression] " pinskia at gcc dot gnu dot org
2008-09-24  9:38 ` gcc at spatium dot org
2008-09-24 20:37 ` pinskia at gcc dot gnu dot org
2008-09-28 17:28 ` gcc at spatium dot org
2008-10-13 17:19 ` jakub at gcc dot gnu dot org
2008-10-13 19:13 ` jakub at gcc dot gnu dot org
2008-10-13 19:26 ` jakub 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).