public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/15212] [3.4 Regression] bootstrap fails on interix3
  2004-04-29 20:56 [Bug bootstrap/15212] New: [3.4 Regression] bootstrap fails on interix3 tfillmore at beatware dot com
@ 2004-04-29 20:56 ` pinskia at gcc dot gnu dot org
  2004-04-29 21:14 ` tfillmore at beatware dot com
                   ` (18 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-29 20:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-29 20:36 -------
Can you attach the config.log?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build
   Target Milestone|---                         |3.4.1


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


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

* [Bug bootstrap/15212] New: [3.4 Regression] bootstrap fails on interix3
@ 2004-04-29 20:56 tfillmore at beatware dot com
  2004-04-29 20:56 ` [Bug bootstrap/15212] " pinskia at gcc dot gnu dot org
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: tfillmore at beatware dot com @ 2004-04-29 20:56 UTC (permalink / raw)
  To: gcc-bugs

Build steps used:
-----------------
cd gcc-3.4.0/
mkdir obj-i586-pc-interix3
cd obj-i586-pc-interix3/
../configure --host=i586-pc-interix3
make bootstrap  (I am using GNU make)


Here's the last bit of the output:
----------------------------------
Bootstrapping the compiler
make[1]: Entering directory `/root/gcc-3.4.0/obj-i586-pc-interix3/gcc'
make CC="gcc" libdir=/usr/local/lib LANGUAGES="c " \
        CFLAGS="-g " MAKEINFO="/root/gcc-3.4.0/missing makeinfo
--split-size=5000000" \
        MAKEINFOFLAGS="--no-split" COVERAGE_FLAGS= \
        OBJS-onestep="alias.o bb-reorder.o bitmap.o builtins.o
caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o
cfglayout.o cfgloop.o cfgloopanal.o cfgloopmanip.o loop-init.o
loop-unswitch.o loop-unroll.o cfgrtl.o combine.o conflict.o convert.o
coverage.o cse.o cselib.o dbxout.o debug.o df.o diagnostic.o dojump.o
doloop.o dominance.o dwarf2asm.o dwarf2out.o emit-rtl.o except.o
explow.o expmed.o expr.o final.o flow.o fold-const.o function.o gcse.o
genrtl.o ggc-common.o global.o graph.o gtype-desc.o haifa-sched.o
hooks.o ifcvt.o insn-attrtab.o insn-emit.o insn-modes.o insn-extract.o
insn-opinit.o insn-output.o insn-peep.o insn-recog.o integrate.o intl.o
jump.o  langhooks.o lcm.o lists.o local-alloc.o loop.o optabs.o
options.o opts.o params.o postreload.o predict.o print-rtl.o
print-tree.o value-prof.o profile.o ra.o ra-build.o ra-colorize.o
ra-debug.o ra-rewrite.o real.o recog.o reg-stack.o regclass.o regmove.o
regrename.o reload.o reload1.o reorg.o resource.o rtl.o rtlanal.o
rtl-error.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o
sdbout.o sibcall.o simplify-rtx.o sreal.o stmt.o stor-layout.o
stringpool.o targhooks.o timevar.o toplev.o tracer.o tree.o tree-dump.o
unroll.o varasm.o varray.o version.o vmsdbgout.o xcoffout.o alloc-pool.o
et-forest.o cfghooks.o bt-load.o pretty-print.o ggc-page.o web.o i386.o
winnt.o host-default.o hashtable.o tree-inline.o tree-optimize.o
cgraph.o cgraphunit.o"make[2]: Entering directory
`/root/gcc-3.4.0/obj-i586-pc-interix3/gcc'
TARGET_CPU_DEFAULT="" \
HEADERS="auto-host.h ansidecl.h" DEFINES="" \
sh ../../gcc/mkconfig.sh config.h
TARGET_CPU_DEFAULT="" \
HEADERS="config/i386/i386.h config/i386/unix.h config/i386/bsd.h
config/i386/gas.h config/i386/i386-interix.h config/i386/i386-interix3.h
config/interix.h config/interix3.h defaults.h" DEFINES="" \
sh ../../gcc/mkconfig.sh tm.h
TARGET_CPU_DEFAULT="" \
HEADERS="auto-host.h ansidecl.h" DEFINES="" \
sh ../../gcc/mkconfig.sh bconfig.h
gcc -c -D__INTERIX -D_ALL_SOURCE  -g  -DIN_GCC   -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic
-Wno-long-long    -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I.
-I../../gcc -I../../gcc/. -I../../gcc/../include -I../intl
../../gcc/genmodes.c -o genmodes.o
In file included from ../../gcc/genmodes.c:23:
../../gcc/system.h:339: error: conflicting types for `strsignal'
/usr/include/string.h:100: error: previous declaration of `strsignal'
make[2]: *** [genmodes.o] Error 1
make[2]: Leaving directory `/root/gcc-3.4.0/obj-i586-pc-interix3/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/root/gcc-3.4.0/obj-i586-pc-interix3/gcc'
make: *** [bootstrap] Error 2

-- 
           Summary: [3.4 Regression] bootstrap fails on interix3
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tfillmore at beatware dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i586-pc-interix3
  GCC host triplet: i586-pc-interix3
GCC target triplet: i586-pc-interix3


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


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

* [Bug bootstrap/15212] [3.4 Regression] bootstrap fails on interix3
  2004-04-29 20:56 [Bug bootstrap/15212] New: [3.4 Regression] bootstrap fails on interix3 tfillmore at beatware dot com
  2004-04-29 20:56 ` [Bug bootstrap/15212] " pinskia at gcc dot gnu dot org
@ 2004-04-29 21:14 ` tfillmore at beatware dot com
  2004-04-29 21:57 ` pinskia at gcc dot gnu dot org
                   ` (17 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: tfillmore at beatware dot com @ 2004-04-29 21:14 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tfillmore at beatware dot com  2004-04-29 20:53 -------
Created an attachment (id=6190)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6190&action=view)
config.log from GCC 3.4.0 on interix3

OK, here is the config.log.

-- 


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


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

* [Bug bootstrap/15212] [3.4 Regression] bootstrap fails on interix3
  2004-04-29 20:56 [Bug bootstrap/15212] New: [3.4 Regression] bootstrap fails on interix3 tfillmore at beatware dot com
  2004-04-29 20:56 ` [Bug bootstrap/15212] " pinskia at gcc dot gnu dot org
  2004-04-29 21:14 ` tfillmore at beatware dot com
@ 2004-04-29 21:57 ` pinskia at gcc dot gnu dot org
  2004-04-29 22:05 ` tfillmore at beatware dot com
                   ` (16 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-29 21:57 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-29 20:56 -------
The one from gcc subdirectory would help more.

-- 


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


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

* [Bug bootstrap/15212] [3.4 Regression] bootstrap fails on interix3
  2004-04-29 20:56 [Bug bootstrap/15212] New: [3.4 Regression] bootstrap fails on interix3 tfillmore at beatware dot com
                   ` (2 preceding siblings ...)
  2004-04-29 21:57 ` pinskia at gcc dot gnu dot org
@ 2004-04-29 22:05 ` tfillmore at beatware dot com
  2004-04-29 22:16 ` tfillmore at beatware dot com
                   ` (15 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: tfillmore at beatware dot com @ 2004-04-29 22:05 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tfillmore at beatware dot com  2004-04-29 21:13 -------
Created an attachment (id=6191)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6191&action=view)
gcc/config.log from GCC 3.4.0 on interix3

No problem.  Here is the config.log from the gcc subfolder.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #6190 is|0                           |1
           obsolete|                            |


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


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

* [Bug bootstrap/15212] [3.4 Regression] bootstrap fails on interix3
  2004-04-29 20:56 [Bug bootstrap/15212] New: [3.4 Regression] bootstrap fails on interix3 tfillmore at beatware dot com
                   ` (3 preceding siblings ...)
  2004-04-29 22:05 ` tfillmore at beatware dot com
@ 2004-04-29 22:16 ` tfillmore at beatware dot com
  2004-04-29 22:16 ` pinskia at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: tfillmore at beatware dot com @ 2004-04-29 22:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tfillmore at beatware dot com  2004-04-29 21:57 -------
(In reply to comment #5)
> For some reason the configure test for checking if strsignal is declared at
all is failing.
> 
> configure:7790: gcc -c -g -O2 -I../../gcc -I../../gcc/../include  conftest.c >&5
> configure: In function `main':
> configure:7864: error: `strsignal' undeclared (first use in this function)
> configure:7864: error: (Each undeclared identifier is reported only once
> configure:7864: error: for each function it appears in.)

Similar lines appear in the gcc/config.log from a GCC 3.3.3 build:

configure:4461: checking whether strsignal is declared
configure:4480: gcc -c -g -O2 -I../../gcc -I../../gcc/../include  conftest.c 1>&5
configure: In function `main':
configure:4475: error: `strsignal' undeclared (first use in this function)
configure:4475: error: (Each undeclared identifier is reported only once
configure:4475: error: for each function it appears in.)

However, 3.3.3 will successfully bootstrap.

-- 


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


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

* [Bug bootstrap/15212] [3.4 Regression] bootstrap fails on interix3
  2004-04-29 20:56 [Bug bootstrap/15212] New: [3.4 Regression] bootstrap fails on interix3 tfillmore at beatware dot com
                   ` (4 preceding siblings ...)
  2004-04-29 22:16 ` tfillmore at beatware dot com
@ 2004-04-29 22:16 ` pinskia at gcc dot gnu dot org
  2004-04-30  9:17 ` wilson at specifixinc dot com
                   ` (13 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-29 22:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-29 21:27 -------
For some reason the configure test for checking if strsignal is declared at all is failing.

configure:7790: gcc -c -g -O2 -I../../gcc -I../../gcc/../include  conftest.c >&5
configure: In function `main':
configure:7864: error: `strsignal' undeclared (first use in this function)
configure:7864: error: (Each undeclared identifier is reported only once
configure:7864: error: for each function it appears in.)

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-04-29 21:27:43
               date|                            |


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


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

* [Bug bootstrap/15212] [3.4 Regression] bootstrap fails on interix3
  2004-04-29 20:56 [Bug bootstrap/15212] New: [3.4 Regression] bootstrap fails on interix3 tfillmore at beatware dot com
                   ` (5 preceding siblings ...)
  2004-04-29 22:16 ` pinskia at gcc dot gnu dot org
@ 2004-04-30  9:17 ` wilson at specifixinc dot com
  2004-04-30 22:27 ` tfillmore at beatware dot com
                   ` (12 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: wilson at specifixinc dot com @ 2004-04-30  9:17 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From wilson at specifixinc dot com  2004-04-30 04:31 -------
Subject: Re:  [3.4 Regression] bootstrap fails on interix3

pinskia at gcc dot gnu dot org wrote:
> ------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-29 21:27 -------
> For some reason the configure test for checking if strsignal is declared at all is failing.

It looks like the problem is that the configure and build are done with 
different compiler options.  The configure is done with "gcc".  The 
build is done with "gcc -D__INTERIX -D_ALL_SOURCE".  This is not wise, 
as it means the configure checks will not be correct for the build.  You 
must use the same compiler (and compiler options) for configure and build.

Probably strsignal is in /usr/include/string.h, but only declared if one 
of __INTERIX or _ALL_SOURCE is defined.  Thus the configure check did 
not see it, but the build did.

gcc-3.4 behaves differently than gcc-3.3 here because the 
HAVE_DECL_STRSIGNAL stuff in system.h is new.  This adds a declaration 
if strsignal is present in libc, but we found no declaration in the 
header files at configure time, which is the case here.

This is a bug with the gcc/config/x-interix file.  It sets X_CFLAGS, 
which won't work, because this modifies the compiler flags after we have 
already configured.

I have no good immediate suggestion on how to fix this.  Maybe it can be 
hacked around in an xm-interix.h file by defining HAVE_DECL_STRSIGNAL. 
That is an ugly solution though.


-- 


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


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

* [Bug bootstrap/15212] [3.4 Regression] bootstrap fails on interix3
  2004-04-29 20:56 [Bug bootstrap/15212] New: [3.4 Regression] bootstrap fails on interix3 tfillmore at beatware dot com
                   ` (6 preceding siblings ...)
  2004-04-30  9:17 ` wilson at specifixinc dot com
@ 2004-04-30 22:27 ` tfillmore at beatware dot com
  2004-05-01  4:02 ` wilson at specifixinc dot com
                   ` (11 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: tfillmore at beatware dot com @ 2004-04-30 22:27 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tfillmore at beatware dot com  2004-04-30 21:52 -------
OK, well I can just do a 'export CFLAGS="-D_ALL_SOURCE"' before bootstrapping
and it seems that will be OK as a workaround.  However, now I've bumped into the
problem  with test_real_width which was described on the GCC maillist here:
http://gcc.gnu.org/ml/gcc/2004-04/msg01110.html

So I guess the next question is, how do I go about petitioning those patches be
integrated into the GCC source tree?

-- 


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


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

* [Bug bootstrap/15212] [3.4 Regression] bootstrap fails on interix3
  2004-04-29 20:56 [Bug bootstrap/15212] New: [3.4 Regression] bootstrap fails on interix3 tfillmore at beatware dot com
                   ` (7 preceding siblings ...)
  2004-04-30 22:27 ` tfillmore at beatware dot com
@ 2004-05-01  4:02 ` wilson at specifixinc dot com
  2004-05-04 22:25 ` [Bug bootstrap/15212] [3.4/3.5 " tfillmore at beatware dot com
                   ` (10 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: wilson at specifixinc dot com @ 2004-05-01  4:02 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From wilson at specifixinc dot com  2004-05-01 04:02 -------
Subject: Re:  [3.4 Regression] bootstrap fails on interix3

tfillmore at beatware dot com wrote:
> So I guess the next question is, how do I go about petitioning those patches be
> integrated into the GCC source tree?

The patches have to be submitted to gcc-patches.  Also, we need 
copyright assignments from the author(s) if the patches are non-trivial. 
  I see no actual patches in the thread you referred to, it just 
mentioned that patches were available from Microsoft.


-- 


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


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

* [Bug bootstrap/15212] [3.4/3.5 Regression] bootstrap fails on interix3
  2004-04-29 20:56 [Bug bootstrap/15212] New: [3.4 Regression] bootstrap fails on interix3 tfillmore at beatware dot com
                   ` (8 preceding siblings ...)
  2004-05-01  4:02 ` wilson at specifixinc dot com
@ 2004-05-04 22:25 ` tfillmore at beatware dot com
  2004-06-12 22:01 ` mmitchel at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: tfillmore at beatware dot com @ 2004-05-04 22:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tfillmore at beatware dot com  2004-05-04 22:25 -------
I've uploaded the patches here:
http://www.beatware.com/~tristan/Interix/interix-patches.tar.gz

There were actually two directories of patches in the Microsoft-supplied
tarball; I wasn't sure of the differences so I included both.

>From the README file:
"all the code herein, and the sources that these apply
to, are subject to the GPL.  You should understand the obligations
it creates for you.  The patches herein have had the appropriate
releases signed and accepted by the FSF for them, and could be
included in the official gcc trees over time.  It is our hope that
that does happen.  Of course, consistent with the GPL, no warranty
of any form is expressed or implied.  Microsoft provides no support
for these instructions, the patches, or the binaries and is not
responsible for errors or omissions in them."

-- 


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


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

* [Bug bootstrap/15212] [3.4/3.5 Regression] bootstrap fails on interix3
  2004-04-29 20:56 [Bug bootstrap/15212] New: [3.4 Regression] bootstrap fails on interix3 tfillmore at beatware dot com
                   ` (9 preceding siblings ...)
  2004-05-04 22:25 ` [Bug bootstrap/15212] [3.4/3.5 " tfillmore at beatware dot com
@ 2004-06-12 22:01 ` mmitchel at gcc dot gnu dot org
  2004-08-29 18:59 ` mmitchel at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-06-12 22:01 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-06-12 22:01 -------
Postponed until 3.4.2; Interix is not a primary platform.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.1                       |3.4.2


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


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

* [Bug bootstrap/15212] [3.4/3.5 Regression] bootstrap fails on interix3
  2004-04-29 20:56 [Bug bootstrap/15212] New: [3.4 Regression] bootstrap fails on interix3 tfillmore at beatware dot com
                   ` (10 preceding siblings ...)
  2004-06-12 22:01 ` mmitchel at gcc dot gnu dot org
@ 2004-08-29 18:59 ` mmitchel at gcc dot gnu dot org
  2004-11-01  0:46 ` [Bug bootstrap/15212] [3.4/4.0 " mmitchel at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-08-29 18:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-08-29 18:59 -------
Postponed until GCC 3.4.3.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.2                       |3.4.3


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


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

* [Bug bootstrap/15212] [3.4/4.0 Regression] bootstrap fails on interix3
  2004-04-29 20:56 [Bug bootstrap/15212] New: [3.4 Regression] bootstrap fails on interix3 tfillmore at beatware dot com
                   ` (11 preceding siblings ...)
  2004-08-29 18:59 ` mmitchel at gcc dot gnu dot org
@ 2004-11-01  0:46 ` mmitchel at gcc dot gnu dot org
  2004-12-01 18:21 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-11-01  0:46 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-11-01 00:46 -------
Postponed until GCC 3.4.4.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.3                       |3.4.4


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


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

* [Bug bootstrap/15212] [3.4/4.0 Regression] bootstrap fails on interix3
  2004-04-29 20:56 [Bug bootstrap/15212] New: [3.4 Regression] bootstrap fails on interix3 tfillmore at beatware dot com
                   ` (12 preceding siblings ...)
  2004-11-01  0:46 ` [Bug bootstrap/15212] [3.4/4.0 " mmitchel at gcc dot gnu dot org
@ 2004-12-01 18:21 ` pinskia at gcc dot gnu dot org
  2004-12-02  3:10 ` neroden at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-01 18:21 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P3


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


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

* [Bug bootstrap/15212] [3.4/4.0 Regression] bootstrap fails on interix3
  2004-04-29 20:56 [Bug bootstrap/15212] New: [3.4 Regression] bootstrap fails on interix3 tfillmore at beatware dot com
                   ` (13 preceding siblings ...)
  2004-12-01 18:21 ` pinskia at gcc dot gnu dot org
@ 2004-12-02  3:10 ` neroden at gcc dot gnu dot org
  2004-12-07  0:29 ` tfillmore at beatware dot com
                   ` (4 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: neroden at gcc dot gnu dot org @ 2004-12-02  3:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From neroden at gcc dot gnu dot org  2004-12-02 03:10 -------
I'm taking a look at this.  Since I don't have interix, I need help from the 
bug reporter. 
 
Could you try the following?  Replace the gcc/config/x-interix file with an 
empty file (or a file just containing comments), and try bootstrapping.  
Attach the log. 
 
Please try on mainline CVS if possible.  Thanks. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


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


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

* [Bug bootstrap/15212] [3.4/4.0 Regression] bootstrap fails on interix3
  2004-04-29 20:56 [Bug bootstrap/15212] New: [3.4 Regression] bootstrap fails on interix3 tfillmore at beatware dot com
                   ` (14 preceding siblings ...)
  2004-12-02  3:10 ` neroden at gcc dot gnu dot org
@ 2004-12-07  0:29 ` tfillmore at beatware dot com
  2004-12-10 16:59 ` neroden at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: tfillmore at beatware dot com @ 2004-12-07  0:29 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tfillmore at beatware dot com  2004-12-07 00:29 -------
(In reply to comment #14)
> I'm taking a look at this.  Since I don't have interix, I need help from the 
> bug reporter. 

I've now set up an Interix system for the purpose of providing shell accounts. 
Anyone who would like access for testing/development of GCC should email me and
I'll create an account for them.

-- 


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


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

* [Bug bootstrap/15212] [3.4/4.0 Regression] bootstrap fails on interix3
  2004-04-29 20:56 [Bug bootstrap/15212] New: [3.4 Regression] bootstrap fails on interix3 tfillmore at beatware dot com
                   ` (15 preceding siblings ...)
  2004-12-07  0:29 ` tfillmore at beatware dot com
@ 2004-12-10 16:59 ` neroden at gcc dot gnu dot org
  2005-01-21 21:29 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: neroden at gcc dot gnu dot org @ 2004-12-10 16:59 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |ASSIGNED
   Last reconfirmed|2004-04-29 21:27:43         |2004-12-10 16:59:27
               date|                            |


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


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

* [Bug bootstrap/15212] [3.4/4.0 Regression] bootstrap fails on interix3
  2004-04-29 20:56 [Bug bootstrap/15212] New: [3.4 Regression] bootstrap fails on interix3 tfillmore at beatware dot com
                   ` (16 preceding siblings ...)
  2004-12-10 16:59 ` neroden at gcc dot gnu dot org
@ 2005-01-21 21:29 ` pinskia at gcc dot gnu dot org
  2005-03-05 19:47 ` [Bug bootstrap/15212] [3.4/4.0/4.1 " pinskia at gcc dot gnu dot org
  2005-08-22  1:40 ` mmitchel at gcc dot gnu dot org
  19 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-21 21:29 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-21 21:29 -------
Removing target milestone per: <http://gcc.gnu.org/ml/gcc/2005-01/msg01255.html>.  This does 
not effect any of the primary or secondary targets.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.4                       |---


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


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

* [Bug bootstrap/15212] [3.4/4.0/4.1 Regression] bootstrap fails on interix3
  2004-04-29 20:56 [Bug bootstrap/15212] New: [3.4 Regression] bootstrap fails on interix3 tfillmore at beatware dot com
                   ` (17 preceding siblings ...)
  2005-01-21 21:29 ` pinskia at gcc dot gnu dot org
@ 2005-03-05 19:47 ` pinskia at gcc dot gnu dot org
  2005-08-22  1:40 ` mmitchel at gcc dot gnu dot org
  19 siblings, 0 replies; 21+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-05 19:47 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.1.0


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


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

* [Bug bootstrap/15212] [3.4/4.0/4.1 Regression] bootstrap fails on interix3
  2004-04-29 20:56 [Bug bootstrap/15212] New: [3.4 Regression] bootstrap fails on interix3 tfillmore at beatware dot com
                   ` (18 preceding siblings ...)
  2005-03-05 19:47 ` [Bug bootstrap/15212] [3.4/4.0/4.1 " pinskia at gcc dot gnu dot org
@ 2005-08-22  1:40 ` mmitchel at gcc dot gnu dot org
  19 siblings, 0 replies; 21+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-08-22  1:40 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2005-08-22 01:35 -------
Interix is not a primary or secondary platform; removing target milestone.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.1.0                       |---


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


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

end of thread, other threads:[~2005-08-22  1:35 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-29 20:56 [Bug bootstrap/15212] New: [3.4 Regression] bootstrap fails on interix3 tfillmore at beatware dot com
2004-04-29 20:56 ` [Bug bootstrap/15212] " pinskia at gcc dot gnu dot org
2004-04-29 21:14 ` tfillmore at beatware dot com
2004-04-29 21:57 ` pinskia at gcc dot gnu dot org
2004-04-29 22:05 ` tfillmore at beatware dot com
2004-04-29 22:16 ` tfillmore at beatware dot com
2004-04-29 22:16 ` pinskia at gcc dot gnu dot org
2004-04-30  9:17 ` wilson at specifixinc dot com
2004-04-30 22:27 ` tfillmore at beatware dot com
2004-05-01  4:02 ` wilson at specifixinc dot com
2004-05-04 22:25 ` [Bug bootstrap/15212] [3.4/3.5 " tfillmore at beatware dot com
2004-06-12 22:01 ` mmitchel at gcc dot gnu dot org
2004-08-29 18:59 ` mmitchel at gcc dot gnu dot org
2004-11-01  0:46 ` [Bug bootstrap/15212] [3.4/4.0 " mmitchel at gcc dot gnu dot org
2004-12-01 18:21 ` pinskia at gcc dot gnu dot org
2004-12-02  3:10 ` neroden at gcc dot gnu dot org
2004-12-07  0:29 ` tfillmore at beatware dot com
2004-12-10 16:59 ` neroden at gcc dot gnu dot org
2005-01-21 21:29 ` pinskia at gcc dot gnu dot org
2005-03-05 19:47 ` [Bug bootstrap/15212] [3.4/4.0/4.1 " pinskia at gcc dot gnu dot org
2005-08-22  1:40 ` mmitchel 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).