public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/33857]  New: Cannot bootstrap Ada with host gnatmake-4.2
@ 2007-10-22  9:29 rguenth at gcc dot gnu dot org
  2008-02-25  4:03 ` [Bug ada/33857] " danglin at gcc dot gnu dot org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2007-10-22  9:29 UTC (permalink / raw)
  To: gcc-bugs

Trying to bootstrap Ada with a 4.2-suffixed host compiler install yields

+ CC=gcc-4.2
+ GNATBIND=gnatbind-4.2
+ GNATMAKE=gnatmake-4.2
+ ../configure --enable-threads=posix --prefix=/usr
--with-local-prefix=/usr/local --infodir=/usr/share/info
--mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib
--enable-languages=c,c++,objc,fortran,obj-c++,java,ada
--enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.3.0
--enable-ssp --disable-libssp --with-bugurl=http://bugs.opensuse.org/
'--with-pkgversion=SUSE Linux' --disable-libgcj --with-slibdir=/lib
--with-system-zlib --enable-shared --enable-__cxa_atexit
--enable-libstdcxx-allocator=new --disable-libstdcxx-pch --program-suffix=-4.3
--enable-version-specific-runtime-libs --without-system-libunwind
--with-cpu=generic --build=i586-suse-linux
...
checking for gnatbind... gnatbind-4.2
checking for gnatmake... gnatmake-4.2
checking whether compiler driver understands Ada... yes
...
(cd ada/bldtools/nmake_b; gnatmake-4.2 -q xnmake ; ./xnmake -b ../../nmake.adb
)
gnatmake-4: error, unable to locate gnatmake-gcc
/bin/sh: ./xnmake: No such file or directory
make[3]: *** [ada/nmake.adb] Error 127

apperantly gnatmake is totally confused about its own name.


-- 
           Summary: Cannot bootstrap Ada with host gnatmake-4.2
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: build
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rguenth at gcc dot gnu dot org


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


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

* [Bug ada/33857] Cannot bootstrap Ada with host gnatmake-4.2
  2007-10-22  9:29 [Bug bootstrap/33857] New: Cannot bootstrap Ada with host gnatmake-4.2 rguenth at gcc dot gnu dot org
@ 2008-02-25  4:03 ` danglin at gcc dot gnu dot org
  2008-02-27 16:33 ` charles dot w dot lambert at gmail dot com
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: danglin at gcc dot gnu dot org @ 2008-02-25  4:03 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from danglin at gcc dot gnu dot org  2008-02-25 04:02 -------
I'm seeing essentially the same thing on i686-apple-darwin9:

# gnattools2
make -C ../gcc/ada/tools -f ../Makefile \
          "CC=../../xgcc -B../../" "CFLAGS=-O2 -g -g -O2  " "ADAFLAGS=-gnatpg
-g
nata" "INCLUDES=-I. -I.. -I../.. -I/Users/dave/gnu/gcc/gcc/gcc/ada
-I/Users/dave
/gnu/gcc/gcc/gcc/ada/../config -I/Users/dave/gnu/gcc/gcc/gcc/ada/../../include
-
I/Users/dave/gnu/gcc/gcc/gcc/ada/.." "ADA_INCLUDES=-I../rts -I.
-I/Users/dave/gn
u/gcc/gcc/gcc/ada" "exeext=" "fsrcdir=/Users/dave/gnu/gcc/gcc/gcc/ada"
"srcdir=/
Users/dave/gnu/gcc/gcc/gcc/ada" "GNATMAKE=../../gnatmake"
"GNATLINK=../../gnatli
nk" "GNATBIND=../../gnatbind" "TOOLSCASE=native" \
          ../../gnatchop ../../gnat ../../gnatkr ../../gnatls ../../gnatprep
../
../gnatxref ../../gnatfind ../../gnatname ../../gnatclean
../../gnatmake -c -I../rts -I. -I/Users/dave/gnu/gcc/gcc/gcc/ada gnatchop
--GCC=
"../../xgcc -B../../ -O2 -g -g -O2        -gnatpg -gnata"
../../xgcc -c -I./ -I../rts -I. -I/Users/dave/gnu/gcc/gcc/gcc/ada -B../../ -O2
-
g -g -O2 -gnatpg -gnata -I- /Users/dave/gnu/gcc/gcc-4.3/gcc/ada/gnatchop.adb
gnatmake: error, unable to locate ../../xgcc
make[3]: *** [../../gnatchop] Error 4
make[2]: *** [gnattools-native] Error 2
make[1]: *** [all-gnattools] Error 2
make: *** [bootstrap] Error 2
Sun 24 Feb 2008 22:42:12 EST

In this case, the bootstrap compiler was gcc version 4.3.0 20070903.


-- 

danglin at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |danglin at gcc dot gnu dot
                   |                            |org


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


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

* [Bug ada/33857] Cannot bootstrap Ada with host gnatmake-4.2
  2007-10-22  9:29 [Bug bootstrap/33857] New: Cannot bootstrap Ada with host gnatmake-4.2 rguenth at gcc dot gnu dot org
  2008-02-25  4:03 ` [Bug ada/33857] " danglin at gcc dot gnu dot org
@ 2008-02-27 16:33 ` charles dot w dot lambert at gmail dot com
  2008-02-27 17:49 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: charles dot w dot lambert at gmail dot com @ 2008-02-27 16:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from charles dot w dot lambert at gmail dot com  2008-02-27 16:32 -------
I can confirm this bug against gcc 4.2.3 and gcc 4.3.0 on os x (10.5.2).
Apparently apple has changed the way that putenv is handled. From the `man 3 
getenv` page i quote:
"COMPATIBILITY
     putenv() no longer copies its input buffer.  This often appears in crash
logs as a
     crash in getenv().  Avoid passing local buffers or freeing the memory that
is passed
     to putenv().  Use setenv(), which still makes an internal copy of its
buffers."

I have examined the source code and found the error to be in the file
<base_path>/gcc/ada/env.c near line 179 in __gnat_setenv() with the following
code:
179:  putenv (expression);
180: #if (defined (__FreeBSD__) && (__FreeBSD__ < 7)) \
181:   || defined (__APPLE__) || defined (__MINGW32__) \
182:   ||(defined (__vxworks) && ! defined (__RTP__))
183:  /* On some systems like FreeBSD 6.x and earlier, MacOS X and Windows,
184:     putenv is making a copy of the expression string so we can free
185:     it after the call to putenv */
186:  free (expression);
187:#endif

On current versions of OS X (10.5 on my system). This call to free on line 186
is causing all calls to getenv() after calling __gnat_setenv() to return NULL

This happens when calling gnatmake during the Initialize procedure in make.adb
near line
6645 with the following code:
6645:               declare
6646:                  PATH : constant String :=
6647:                           Prefix & Directory_Separator & "bin" &
6648:                           Path_Separator &
6649:                           Getenv ("PATH").all;
6650:               begin
6651:                  Setenv ("PATH", PATH);
6652:               end;

Setenv here is located in <base_path>/gcc/ada/s-os_lib.adb near line 2285
Setenv imports __gnat_setenv

I can confirm that removing the call to free fixes the problem in this bug
report. However i do not know  what proper preprocessor flags to use.


-- 

charles dot w dot lambert at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |charles dot w dot lambert at
                   |                            |gmail dot com


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


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

* [Bug ada/33857] Cannot bootstrap Ada with host gnatmake-4.2
  2007-10-22  9:29 [Bug bootstrap/33857] New: Cannot bootstrap Ada with host gnatmake-4.2 rguenth at gcc dot gnu dot org
  2008-02-25  4:03 ` [Bug ada/33857] " danglin at gcc dot gnu dot org
  2008-02-27 16:33 ` charles dot w dot lambert at gmail dot com
@ 2008-02-27 17:49 ` dave at hiauly1 dot hia dot nrc dot ca
  2008-02-27 18:16 ` charles dot w dot lambert at gmail dot com
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2008-02-27 17:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from dave at hiauly1 dot hia dot nrc dot ca  2008-02-27 17:49 -------
Subject: Re:  Cannot bootstrap Ada with host gnatmake-4.2

> ------- Comment #2 from charles dot w dot lambert at gmail dot com  2008-02-27 16:32 -------
> I can confirm this bug against gcc 4.2.3 and gcc 4.3.0 on os x (10.5.2).
> Apparently apple has changed the way that putenv is handled. From the `man 3 
> getenv` page i quote:
> "COMPATIBILITY
>      putenv() no longer copies its input buffer.  This often appears in crash
> logs as a
>      crash in getenv().  Avoid passing local buffers or freeing the memory that
> is passed
>      to putenv().  Use setenv(), which still makes an internal copy of its
> buffers."
> 
> I have examined the source code and found the error to be in the file
> <base_path>/gcc/ada/env.c near line 179 in __gnat_setenv() with the following
> code:
> 179:  putenv (expression);
> 180: #if (defined (__FreeBSD__) && (__FreeBSD__ < 7)) \
> 181:   || defined (__APPLE__) || defined (__MINGW32__) \
> 182:   ||(defined (__vxworks) && ! defined (__RTP__))
> 183:  /* On some systems like FreeBSD 6.x and earlier, MacOS X and Windows,
> 184:     putenv is making a copy of the expression string so we can free
> 185:     it after the call to putenv */
> 186:  free (expression);
> 187:#endif

It looks like setenv should be used, as in previous hunk for vxworks:

#elif defined (__vxworks) && defined (__RTP__)
  setenv (name, value, 1);

Dave


-- 


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


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

* [Bug ada/33857] Cannot bootstrap Ada with host gnatmake-4.2
  2007-10-22  9:29 [Bug bootstrap/33857] New: Cannot bootstrap Ada with host gnatmake-4.2 rguenth at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2008-02-27 17:49 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2008-02-27 18:16 ` charles dot w dot lambert at gmail dot com
  2008-02-27 18:21 ` charles dot w dot lambert at gmail dot com
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: charles dot w dot lambert at gmail dot com @ 2008-02-27 18:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from charles dot w dot lambert at gmail dot com  2008-02-27 18:16 -------
I agree, what flags can be used to determine when to use it?
I used
...
#elif (defined (__vxworks) && defined (__RTP__)) \
   || (defined (__i386__) && (__APPLE__))
  setenv (name, value, 1);

#else
...
but i know that is most likely not the correct fix. If someone could verify
that setenv copies the input buffer on all versions of OS X then it could
simply be changed to
...
#elif (defined (__vxworks) && defined (__RTP__)) \
   || defined (__APPLE__)
  setenv (name, value, 1);

#else
...


-- 


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


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

* [Bug ada/33857] Cannot bootstrap Ada with host gnatmake-4.2
  2007-10-22  9:29 [Bug bootstrap/33857] New: Cannot bootstrap Ada with host gnatmake-4.2 rguenth at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2008-02-27 18:16 ` charles dot w dot lambert at gmail dot com
@ 2008-02-27 18:21 ` charles dot w dot lambert at gmail dot com
  2008-02-28  1:42 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: charles dot w dot lambert at gmail dot com @ 2008-02-27 18:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from charles dot w dot lambert at gmail dot com  2008-02-27 18:20 -------
I also forgot to add that changing to
...
#elif (defined (__vxworks) && defined (__RTP__)) \
   || defined (__APPLE__)
  setenv (name, value, 1);

#else
...
would involve changing
...
  putenv (expression);
#if (defined (__FreeBSD__) && (__FreeBSD__ < 7)) \
   || defined (__APPLE__) || defined (__MINGW32__) \
   ||(defined (__vxworks) && ! defined (__RTP__))
  /* On some systems like FreeBSD 6.x and earlier, MacOS X and Windows,
     putenv is making a copy of the expression string so we can free
     it after the call to putenv */
  free (expression);
#endif
...
to
...
  putenv (expression);
#if (defined (__FreeBSD__) && (__FreeBSD__ < 7)) \
   defined (__MINGW32__) \
   ||(defined (__vxworks) && ! defined (__RTP__))
  /* On some systems like FreeBSD 6.x and earlier, and Windows,
     putenv is making a copy of the expression string so we can free
     it after the call to putenv */
  free (expression);
#endif
...


-- 


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


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

* [Bug ada/33857] Cannot bootstrap Ada with host gnatmake-4.2
  2007-10-22  9:29 [Bug bootstrap/33857] New: Cannot bootstrap Ada with host gnatmake-4.2 rguenth at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2008-02-27 18:21 ` charles dot w dot lambert at gmail dot com
@ 2008-02-28  1:42 ` dave at hiauly1 dot hia dot nrc dot ca
  2008-02-29  4:48 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2008-02-28  1:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from dave at hiauly1 dot hia dot nrc dot ca  2008-02-28 01:41 -------
Subject: Re:  Cannot bootstrap Ada with host gnatmake-4.2

> but i know that is most likely not the correct fix. If someone could verify
> that setenv copies the input buffer on all versions of OS X then it could
> simply be changed to

It does on 10.3.9.  Doubt that we need to be overly concerned about
earlier OS X versions.

I tried the setenv change with 4.2.3.  Had to apply the "-larg -lgcc_eh"
hack to Make-lang.in to do an initial bootstrap.  After installing this
build, the hack isn't needed.  I'll post testresults for 4.2.3 on 10.5.2
soon.

Dave


-- 


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


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

* [Bug ada/33857] Cannot bootstrap Ada with host gnatmake-4.2
  2007-10-22  9:29 [Bug bootstrap/33857] New: Cannot bootstrap Ada with host gnatmake-4.2 rguenth at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2008-02-28  1:42 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2008-02-29  4:48 ` dave at hiauly1 dot hia dot nrc dot ca
  2008-03-13 16:40 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2008-02-29  4:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from dave at hiauly1 dot hia dot nrc dot ca  2008-02-29 04:47 -------
Subject: Re:  Cannot bootstrap Ada with host gnatmake-4.2

> I tried the setenv change with 4.2.3.  Had to apply the "-larg -lgcc_eh"
> hack to Make-lang.in to do an initial bootstrap.  After installing this
> build, the hack isn't needed.  I'll post testresults for 4.2.3 on 10.5.2
> soon.

Couldn't post 4.2.3 results.  Gcc and acats are ok, but g++ and libstdc++
are a disaster.  ld segfaults in many tests.  Some 4.3.0 results are
here: http://gcc.gnu.org/ml/gcc-testresults/2008-02/msg01915.html
As can be seen, ada is in excellent shape on this target.

Dave


-- 


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


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

* [Bug ada/33857] Cannot bootstrap Ada with host gnatmake-4.2
  2007-10-22  9:29 [Bug bootstrap/33857] New: Cannot bootstrap Ada with host gnatmake-4.2 rguenth at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2008-02-29  4:48 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2008-03-13 16:40 ` pinskia at gcc dot gnu dot org
  2008-04-01 22:24 ` danglin at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-03-13 16:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from pinskia at gcc dot gnu dot org  2008-03-13 16:39 -------
*** Bug 35572 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bechir dot zalila at gmail
                   |                            |dot com


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


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

* [Bug ada/33857] Cannot bootstrap Ada with host gnatmake-4.2
  2007-10-22  9:29 [Bug bootstrap/33857] New: Cannot bootstrap Ada with host gnatmake-4.2 rguenth at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2008-03-13 16:40 ` pinskia at gcc dot gnu dot org
@ 2008-04-01 22:24 ` danglin at gcc dot gnu dot org
  2008-04-01 22:26 ` danglin at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: danglin at gcc dot gnu dot org @ 2008-04-01 22:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from danglin at gcc dot gnu dot org  2008-04-01 22:23 -------
Subject: Bug 33857

Author: danglin
Date: Tue Apr  1 22:23:04 2008
New Revision: 133806

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133806
Log:
        PR ada/33857
        * env.c: Always include crt_externs.h if __APPLE__ is defined.
        (__gnat_setenv): Use setenv instead of putenv if __APPLE__ is defined.


Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/env.c


-- 


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


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

* [Bug ada/33857] Cannot bootstrap Ada with host gnatmake-4.2
  2007-10-22  9:29 [Bug bootstrap/33857] New: Cannot bootstrap Ada with host gnatmake-4.2 rguenth at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2008-04-01 22:24 ` danglin at gcc dot gnu dot org
@ 2008-04-01 22:26 ` danglin at gcc dot gnu dot org
  2008-04-01 22:28 ` danglin at gcc dot gnu dot org
  2008-05-29  9:05 ` charlet at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: danglin at gcc dot gnu dot org @ 2008-04-01 22:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from danglin at gcc dot gnu dot org  2008-04-01 22:25 -------
Subject: Bug 33857

Author: danglin
Date: Tue Apr  1 22:25:02 2008
New Revision: 133807

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133807
Log:
        PR ada/33857
        * env.c: Always include crt_externs.h if __APPLE__ is defined.
        (__gnat_setenv): Use setenv instead of putenv if __APPLE__ is defined.


Modified:
    branches/gcc-4_3-branch/gcc/ada/ChangeLog
    branches/gcc-4_3-branch/gcc/ada/env.c


-- 


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


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

* [Bug ada/33857] Cannot bootstrap Ada with host gnatmake-4.2
  2007-10-22  9:29 [Bug bootstrap/33857] New: Cannot bootstrap Ada with host gnatmake-4.2 rguenth at gcc dot gnu dot org
                   ` (9 preceding siblings ...)
  2008-04-01 22:26 ` danglin at gcc dot gnu dot org
@ 2008-04-01 22:28 ` danglin at gcc dot gnu dot org
  2008-05-29  9:05 ` charlet at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: danglin at gcc dot gnu dot org @ 2008-04-01 22:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from danglin at gcc dot gnu dot org  2008-04-01 22:27 -------
This bug is fixed on darwin.


-- 


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


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

* [Bug ada/33857] Cannot bootstrap Ada with host gnatmake-4.2
  2007-10-22  9:29 [Bug bootstrap/33857] New: Cannot bootstrap Ada with host gnatmake-4.2 rguenth at gcc dot gnu dot org
                   ` (10 preceding siblings ...)
  2008-04-01 22:28 ` danglin at gcc dot gnu dot org
@ 2008-05-29  9:05 ` charlet at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: charlet at gcc dot gnu dot org @ 2008-05-29  9:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from charlet at gcc dot gnu dot org  2008-05-29 09:04 -------
Also a duplicate of PR864, which is now fixed.

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


-- 

charlet at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2008-05-29  9:05 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-22  9:29 [Bug bootstrap/33857] New: Cannot bootstrap Ada with host gnatmake-4.2 rguenth at gcc dot gnu dot org
2008-02-25  4:03 ` [Bug ada/33857] " danglin at gcc dot gnu dot org
2008-02-27 16:33 ` charles dot w dot lambert at gmail dot com
2008-02-27 17:49 ` dave at hiauly1 dot hia dot nrc dot ca
2008-02-27 18:16 ` charles dot w dot lambert at gmail dot com
2008-02-27 18:21 ` charles dot w dot lambert at gmail dot com
2008-02-28  1:42 ` dave at hiauly1 dot hia dot nrc dot ca
2008-02-29  4:48 ` dave at hiauly1 dot hia dot nrc dot ca
2008-03-13 16:40 ` pinskia at gcc dot gnu dot org
2008-04-01 22:24 ` danglin at gcc dot gnu dot org
2008-04-01 22:26 ` danglin at gcc dot gnu dot org
2008-04-01 22:28 ` danglin at gcc dot gnu dot org
2008-05-29  9:05 ` charlet 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).