public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/21481] New: Bootstrap is broken of FreeBSD by changes to crtstuff.c
@ 2005-05-10  0:33 kargl at gcc dot gnu dot org
  2005-05-10  0:35 ` [Bug bootstrap/21481] " kargl at gcc dot gnu dot org
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: kargl at gcc dot gnu dot org @ 2005-05-10  0:33 UTC (permalink / raw)
  To: gcc-bugs

Last working build gives

troutmask:sgk[236] ~/work/41/bin/gcc --version
gcc (GCC) 4.1.0 20050425 (experimental)

./xgcc -B./ -B/usr/home/sgk/work/41/amd64-unknown-freebsd6.0/bin/ -isystem
/usr/home/sgk/work/41/amd64-unknown-freebsd6.0/include -isystem
/usr/home/sgk/work/41/amd64-unknown-freebsd6.0/sys-include
-L/usr/home/sgk/gcc/obj41/gcc/../ld -O2  -save-temps -DIN_GCC    -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
 -isystem ./include  -I. -I. -I../../gcc41/gcc -I../../gcc41/gcc/.
-I../../gcc41/gcc/../include -I./../intl -I../../gcc41/gcc/../libcpp/include
-I/usr/local/include   -g0 -finhibit-size-directive -fno-inline-functions
-fno-exceptions -fno-zero-initialized-in-bss -fno-unit-at-a-time  \
   -c ../../gcc41/gcc/crtstuff.c -DCRT_BEGIN \
  -o crtbegin.o
../../gcc41/gcc/crtstuff.c:332: internal compiler error: in named_section_real,
at varasm.c:425

Probable cause:

2005-05-08  Nathan Sidwell  <nathan@codesourcery.com>
            Paolo Bonzini  <bonzini@gnu.org>

        * Makefile.in (cs-tconfig.h): Pass USED_FOR_TARGET to mkconfig.sh
        * aclocal.m4 (GCC_TARGET_TEMPLATE, AH_TEMPLATE): New.
        * configure.ac (enable_checking): Fix typos in runtime_checking.
        (ENABLE_RUNTIME_CHECKING): Mark as target template.
        (xm_file): Prepend auto-host.h
        (HAVE_GAS_HIDDEN, HAVE_LD_EH_FRAME_HDR): Mark as target template.
        * mkconfig.sh: Do not automatically define USED_FOR_TARGET in
        tconfig.h.
        * crtstuff.c: Do not include auto-host.h.

-- 
           Summary: Bootstrap is broken of FreeBSD by changes to crtstuff.c
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: kargl at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug bootstrap/21481] Bootstrap is broken of FreeBSD by changes to crtstuff.c
  2005-05-10  0:33 [Bug bootstrap/21481] New: Bootstrap is broken of FreeBSD by changes to crtstuff.c kargl at gcc dot gnu dot org
@ 2005-05-10  0:35 ` kargl at gcc dot gnu dot org
  2005-05-10 17:29 ` [Bug bootstrap/21481] [4.1 Regression] " pinskia at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: kargl at gcc dot gnu dot org @ 2005-05-10  0:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From kargl at gcc dot gnu dot org  2005-05-10 00:35 -------
Created an attachment (id=8848)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8848&action=view)
preprocessed crtstuff.c

Preprocessed data.

-- 


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


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

* [Bug bootstrap/21481] [4.1 Regression] Bootstrap is broken of FreeBSD by changes to crtstuff.c
  2005-05-10  0:33 [Bug bootstrap/21481] New: Bootstrap is broken of FreeBSD by changes to crtstuff.c kargl at gcc dot gnu dot org
  2005-05-10  0:35 ` [Bug bootstrap/21481] " kargl at gcc dot gnu dot org
@ 2005-05-10 17:29 ` pinskia at gcc dot gnu dot org
  2005-05-10 17:45 ` sgk at troutmask dot apl dot washington dot edu
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-10 17:29 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-10 17:28 -------
Is this fixed now?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build, ice-on-valid-code
            Summary|Bootstrap is broken of      |[4.1 Regression] Bootstrap
                   |FreeBSD by changes to       |is broken of FreeBSD by
                   |crtstuff.c                  |changes to crtstuff.c
   Target Milestone|---                         |4.1.0


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


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

* [Bug bootstrap/21481] [4.1 Regression] Bootstrap is broken of FreeBSD by changes to crtstuff.c
  2005-05-10  0:33 [Bug bootstrap/21481] New: Bootstrap is broken of FreeBSD by changes to crtstuff.c kargl at gcc dot gnu dot org
  2005-05-10  0:35 ` [Bug bootstrap/21481] " kargl at gcc dot gnu dot org
  2005-05-10 17:29 ` [Bug bootstrap/21481] [4.1 Regression] " pinskia at gcc dot gnu dot org
@ 2005-05-10 17:45 ` sgk at troutmask dot apl dot washington dot edu
  2005-05-10 17:51 ` kargl at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: sgk at troutmask dot apl dot washington dot edu @ 2005-05-10 17:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From sgk at troutmask dot apl dot washington dot edu  2005-05-10 17:45 -------
Subject: Re:  [4.1 Regression] Bootstrap is broken of FreeBSD by changes to crtstuff.c

On Tue, May 10, 2005 at 05:28:57PM -0000, pinskia at gcc dot gnu dot org wrote:
> 
> ------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-10 17:28 -------
> Is this fixed now?
> 

No!  The correct fix is to revert Nathan's commit to crtstuff.c
In fact, my bootstrap with the following patch just completed.

Index: crtstuff.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/crtstuff.c,v
retrieving revision 1.74
diff -c -p -r1.74 crtstuff.c
*** crtstuff.c  10 May 2005 10:27:40 -0000      1.74
--- crtstuff.c  10 May 2005 17:44:06 -0000
*************** Software Foundation, 59 Temple Place - S
*** 54,59 ****
--- 54,60 ----
  /* Target machine header files require this define. */
  #define IN_LIBGCC2
  
+ #include "auto-host.h"
  #include "tconfig.h"
  #include "tsystem.h"
  #include "coretypes.h"



-- 


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


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

* [Bug bootstrap/21481] [4.1 Regression] Bootstrap is broken of FreeBSD by changes to crtstuff.c
  2005-05-10  0:33 [Bug bootstrap/21481] New: Bootstrap is broken of FreeBSD by changes to crtstuff.c kargl at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-05-10 17:45 ` sgk at troutmask dot apl dot washington dot edu
@ 2005-05-10 17:51 ` kargl at gcc dot gnu dot org
  2005-05-10 17:53 ` pinskia at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: kargl at gcc dot gnu dot org @ 2005-05-10 17:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From kargl at gcc dot gnu dot org  2005-05-10 17:51 -------
Created an attachment (id=8855)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8855&action=view)
something in auto-host.h is needed to compile crtstuff.c

Here is the auto-host.h file that GCC generates.  Something in this
file is needed to avoid the ICE

-- 


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


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

* [Bug bootstrap/21481] [4.1 Regression] Bootstrap is broken of FreeBSD by changes to crtstuff.c
  2005-05-10  0:33 [Bug bootstrap/21481] New: Bootstrap is broken of FreeBSD by changes to crtstuff.c kargl at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-05-10 17:51 ` kargl at gcc dot gnu dot org
@ 2005-05-10 17:53 ` pinskia at gcc dot gnu dot org
  2005-05-10 20:57 ` wanderer at rsu dot ru
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-10 17:53 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nathan at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-05-10 17:53:03
               date|                            |


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


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

* [Bug bootstrap/21481] [4.1 Regression] Bootstrap is broken of FreeBSD by changes to crtstuff.c
  2005-05-10  0:33 [Bug bootstrap/21481] New: Bootstrap is broken of FreeBSD by changes to crtstuff.c kargl at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2005-05-10 17:53 ` pinskia at gcc dot gnu dot org
@ 2005-05-10 20:57 ` wanderer at rsu dot ru
  2005-05-10 21:06 ` sgk at troutmask dot apl dot washington dot edu
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: wanderer at rsu dot ru @ 2005-05-10 20:57 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From wanderer at rsu dot ru  2005-05-10 20:57 -------
Hm...

I bootstrap GCC day ago (2005.05.09) using FreeBSD system compiler at FreeBSD 
5.3 withou problems. It installed and work (gcc version 4.1.0 20050509 
(experimental))

-- 


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


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

* [Bug bootstrap/21481] [4.1 Regression] Bootstrap is broken of FreeBSD by changes to crtstuff.c
  2005-05-10  0:33 [Bug bootstrap/21481] New: Bootstrap is broken of FreeBSD by changes to crtstuff.c kargl at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2005-05-10 20:57 ` wanderer at rsu dot ru
@ 2005-05-10 21:06 ` sgk at troutmask dot apl dot washington dot edu
  2005-05-10 21:10 ` wanderer at rsu dot ru
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: sgk at troutmask dot apl dot washington dot edu @ 2005-05-10 21:06 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From sgk at troutmask dot apl dot washington dot edu  2005-05-10 21:06 -------
Subject: Re:  [4.1 Regression] Bootstrap is broken of FreeBSD by changes to crtstuff.c

On Tue, May 10, 2005 at 08:57:12PM -0000, wanderer at rsu dot ru wrote:
> 
> ------- Additional Comments From wanderer at rsu dot ru  2005-05-10 20:57 -------
> Hm...
> 
> I bootstrap GCC day ago (2005.05.09) using FreeBSD system compiler at FreeBSD 
> 5.3 withou problems. It installed and work (gcc version 4.1.0 20050509 
> (experimental))
> 

i386 or amd64?  My failure is on amd64-*-freebsd6.0.



-- 


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


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

* [Bug bootstrap/21481] [4.1 Regression] Bootstrap is broken of FreeBSD by changes to crtstuff.c
  2005-05-10  0:33 [Bug bootstrap/21481] New: Bootstrap is broken of FreeBSD by changes to crtstuff.c kargl at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2005-05-10 21:06 ` sgk at troutmask dot apl dot washington dot edu
@ 2005-05-10 21:10 ` wanderer at rsu dot ru
  2005-05-10 23:19 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: wanderer at rsu dot ru @ 2005-05-10 21:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From wanderer at rsu dot ru  2005-05-10 21:10 -------
i386

-- 


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


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

* [Bug bootstrap/21481] [4.1 Regression] Bootstrap is broken of FreeBSD by changes to crtstuff.c
  2005-05-10  0:33 [Bug bootstrap/21481] New: Bootstrap is broken of FreeBSD by changes to crtstuff.c kargl at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2005-05-10 21:10 ` wanderer at rsu dot ru
@ 2005-05-10 23:19 ` pinskia at gcc dot gnu dot org
  2005-05-11  0:06 ` janis at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-10 23:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-10 23:19 -------
I hear from a person this patch also fixes powerp64-linux-gnu bootstrap too.

-- 


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


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

* [Bug bootstrap/21481] [4.1 Regression] Bootstrap is broken of FreeBSD by changes to crtstuff.c
  2005-05-10  0:33 [Bug bootstrap/21481] New: Bootstrap is broken of FreeBSD by changes to crtstuff.c kargl at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2005-05-10 23:19 ` pinskia at gcc dot gnu dot org
@ 2005-05-11  0:06 ` janis at gcc dot gnu dot org
  2005-05-11 10:55 ` nathan at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: janis at gcc dot gnu dot org @ 2005-05-11  0:06 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From janis at gcc dot gnu dot org  2005-05-11 00:05 -------
I can confirm that the patch in comment #3 fixes bootstrap on powerpc64-linux.

-- 


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


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

* [Bug bootstrap/21481] [4.1 Regression] Bootstrap is broken of FreeBSD by changes to crtstuff.c
  2005-05-10  0:33 [Bug bootstrap/21481] New: Bootstrap is broken of FreeBSD by changes to crtstuff.c kargl at gcc dot gnu dot org
                   ` (9 preceding siblings ...)
  2005-05-11  0:06 ` janis at gcc dot gnu dot org
@ 2005-05-11 10:55 ` nathan at gcc dot gnu dot org
  2005-05-11 13:42 ` cvs-commit at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: nathan at gcc dot gnu dot org @ 2005-05-11 10:55 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From nathan at gcc dot gnu dot org  2005-05-11 10:55 -------
Hm, this means there are more configure defines that need propagating to the
target side.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |nathan at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2005-05-10 17:53:03         |2005-05-11 10:55:16
               date|                            |


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


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

* [Bug bootstrap/21481] [4.1 Regression] Bootstrap is broken of FreeBSD by changes to crtstuff.c
  2005-05-10  0:33 [Bug bootstrap/21481] New: Bootstrap is broken of FreeBSD by changes to crtstuff.c kargl at gcc dot gnu dot org
                   ` (10 preceding siblings ...)
  2005-05-11 10:55 ` nathan at gcc dot gnu dot org
@ 2005-05-11 13:42 ` cvs-commit at gcc dot gnu dot org
  2005-05-11 14:07 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-05-11 13:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-05-11 13:41 -------
Subject: Bug 21481

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	nathan@gcc.gnu.org	2005-05-11 13:40:14

Modified files:
	gcc            : ChangeLog crtstuff.c 

Log message:
	PR bootstrap/21481
	* crtstuff.c: Include auto-host.h again, for now.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.8731&r2=2.8732
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/crtstuff.c.diff?cvsroot=gcc&r1=1.74&r2=1.75



-- 


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


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

* [Bug bootstrap/21481] [4.1 Regression] Bootstrap is broken of FreeBSD by changes to crtstuff.c
  2005-05-10  0:33 [Bug bootstrap/21481] New: Bootstrap is broken of FreeBSD by changes to crtstuff.c kargl at gcc dot gnu dot org
                   ` (11 preceding siblings ...)
  2005-05-11 13:42 ` cvs-commit at gcc dot gnu dot org
@ 2005-05-11 14:07 ` pinskia at gcc dot gnu dot org
  2005-05-11 14:19 ` nathan at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-11 14:07 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-11 14:07 -------
Fixed.

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


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


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

* [Bug bootstrap/21481] [4.1 Regression] Bootstrap is broken of FreeBSD by changes to crtstuff.c
  2005-05-10  0:33 [Bug bootstrap/21481] New: Bootstrap is broken of FreeBSD by changes to crtstuff.c kargl at gcc dot gnu dot org
                   ` (12 preceding siblings ...)
  2005-05-11 14:07 ` pinskia at gcc dot gnu dot org
@ 2005-05-11 14:19 ` nathan at gcc dot gnu dot org
  2005-05-14  7:13 ` pinskia at gcc dot gnu dot org
  2005-06-13  3:35 ` [Bug bootstrap/21481] crtstuff.c should not include auto-host.h pinskia at gcc dot gnu dot org
  15 siblings, 0 replies; 17+ messages in thread
From: nathan at gcc dot gnu dot org @ 2005-05-11 14:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From nathan at gcc dot gnu dot org  2005-05-11 14:19 -------
not fixed properly. just patched around

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


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


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

* [Bug bootstrap/21481] [4.1 Regression] Bootstrap is broken of FreeBSD by changes to crtstuff.c
  2005-05-10  0:33 [Bug bootstrap/21481] New: Bootstrap is broken of FreeBSD by changes to crtstuff.c kargl at gcc dot gnu dot org
                   ` (13 preceding siblings ...)
  2005-05-11 14:19 ` nathan at gcc dot gnu dot org
@ 2005-05-14  7:13 ` pinskia at gcc dot gnu dot org
  2005-06-13  3:35 ` [Bug bootstrap/21481] crtstuff.c should not include auto-host.h pinskia at gcc dot gnu dot org
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-14  7:13 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal


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


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

* [Bug bootstrap/21481] crtstuff.c should not include auto-host.h
  2005-05-10  0:33 [Bug bootstrap/21481] New: Bootstrap is broken of FreeBSD by changes to crtstuff.c kargl at gcc dot gnu dot org
                   ` (14 preceding siblings ...)
  2005-05-14  7:13 ` pinskia at gcc dot gnu dot org
@ 2005-06-13  3:35 ` pinskia at gcc dot gnu dot org
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-13  3:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-13 03:35 -------
Then lets remove the regression markers as it is no longer a regression and change the summary to 
refect reality.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |ASSIGNED
           Keywords|ice-on-valid-code           |
            Summary|[4.1 Regression] Bootstrap  |crtstuff.c should not
                   |is broken of FreeBSD by     |include auto-host.h
                   |changes to crtstuff.c       |
   Target Milestone|4.1.0                       |---


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


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

end of thread, other threads:[~2005-06-13  3:35 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-10  0:33 [Bug bootstrap/21481] New: Bootstrap is broken of FreeBSD by changes to crtstuff.c kargl at gcc dot gnu dot org
2005-05-10  0:35 ` [Bug bootstrap/21481] " kargl at gcc dot gnu dot org
2005-05-10 17:29 ` [Bug bootstrap/21481] [4.1 Regression] " pinskia at gcc dot gnu dot org
2005-05-10 17:45 ` sgk at troutmask dot apl dot washington dot edu
2005-05-10 17:51 ` kargl at gcc dot gnu dot org
2005-05-10 17:53 ` pinskia at gcc dot gnu dot org
2005-05-10 20:57 ` wanderer at rsu dot ru
2005-05-10 21:06 ` sgk at troutmask dot apl dot washington dot edu
2005-05-10 21:10 ` wanderer at rsu dot ru
2005-05-10 23:19 ` pinskia at gcc dot gnu dot org
2005-05-11  0:06 ` janis at gcc dot gnu dot org
2005-05-11 10:55 ` nathan at gcc dot gnu dot org
2005-05-11 13:42 ` cvs-commit at gcc dot gnu dot org
2005-05-11 14:07 ` pinskia at gcc dot gnu dot org
2005-05-11 14:19 ` nathan at gcc dot gnu dot org
2005-05-14  7:13 ` pinskia at gcc dot gnu dot org
2005-06-13  3:35 ` [Bug bootstrap/21481] crtstuff.c should not include auto-host.h pinskia 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).