[Bug bootstrap/37702] Stage 2- C compiler cannot create executables-recent svn

2008-10-03 Thread James dot W dot Mckelvey at jpl dot nasa dot gov


--- Comment #8 from James dot W dot Mckelvey at jpl dot nasa dot gov  
2008-10-03 14:16 ---
Last night I tried to bootstrap with Windows in safe mode. It got past the
cannot create executables and went on to fail with a different error.


-- 


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



[Bug bootstrap/37702] Stage 2- C compiler cannot create executables-recent svn

2008-10-02 Thread James dot W dot Mckelvey at jpl dot nasa dot gov


--- Comment #7 from James dot W dot Mckelvey at jpl dot nasa dot gov  
2008-10-02 14:36 ---
(In reply to comment #5)
 Subject: Re:  Stage 2- C compiler cannot create 
  executables-recent svn
 
 What does stat
 /cygdrive/c/jimdata/home/cvsroot/gcc-obj/./prev-gcc/cc1.exe report?
 

$ stat /cygdrive/c/jimdata/home/cvsroot/gcc-obj/./prev-gcc/cc1.exe
  File: `/cygdrive/c/jimdata/home/cvsroot/gcc-obj/./prev-gcc/cc1.exe'
  Size: 25105955Blocks: 24576  IO Block: 65536  regular file
Device: 46a50dc2h/1185222082d   Inode: 3659174697419415  Links: 1
Access: (0755/-rwxr-xr-x)  Uid: (15495/mckelvey)   Gid: (10545/mkgroup-l-d)
Access: 2008-10-02 07:33:27.812551500 -0700
Modify: 2008-10-01 08:52:33.045021800 -0700
Change: 2008-10-01 08:52:33.045021800 -0700

I can even run it:


$ /cygdrive/c/jimdata/home/cvsroot/gcc-obj/./prev-gcc/cc1.exe /dev/null

Analyzing compilation unit
Performing interprocedural optimizations
 visibility early_local_cleanups summary generate inlineAssembling
functions:

Execution times (seconds)
 callgraph construction:   0.00 ( 0%) usr   0.00 ( 0%) sys   0.02 ( 3%) wall   
   0 kB ( 0%) ggc
 callgraph optimization:   0.00 ( 0%) usr   0.00 ( 0%) sys   0.02 ( 3%) wall   
   0 kB ( 0%) ggc
 symout:   0.00 ( 0%) usr   0.00 ( 0%) sys   0.02 ( 3%) wall   
   0 kB ( 0%) ggc
 TOTAL :   0.00 0.00 0.49  
 612 kB
Extra diagnostic checks enabled; compiler may run slowly.
Configure with --enable-checking=release to disable checks.


-- 


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



[Bug bootstrap/37702] New: Stage 2- C compiler cannot create executables-recent svn

2008-10-01 Thread James dot W dot Mckelvey at jpl dot nasa dot gov
Configuring stage 2 in ./intl
configure: creating cache ./config.cache
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... no
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for i686-pc-cygwin-gcc... 
/cygdrive/c/jimdata/home/cvsroot/gcc-obj/./prev-gcc/xgcc
-B/cygdrive/c/jimdata/home/cvsroot/gcc-obj/./prev-gcc/
-B/usr/local/i686-pc-cygwin/bin/
checking for C compiler default output file name... configure: error: in
`/cygdrive/c/jimdata/home/cvsroot/gcc-obj/intl':
configure: error: C compiler cannot create executables
See `config.log' for more details.
make[2]: *** [configure-stage2-intl] Error 77
make[2]: Leaving directory `/cygdrive/c/jimdata/home/cvsroot/gcc-obj'
make[1]: *** [stage2-bubble] Error 2
make[1]: Leaving directory `/cygdrive/c/jimdata/home/cvsroot/gcc-obj'
make: *** [bootstrap] Error 2


$ uname -a
CYGWIN_NT-5.1 mckelvey-xp 1.5.25(0.156/4/2) 2008-06-12 19:34 i686 Cygwin

[EMAIL PROTECTED] ~/cvsroot/gcc-obj
$ g++ -v
Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
Configured with: /usr/build/package/orig/test.respin/gcc-3.4.4-3/configure
--verbose --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib
--libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info
--enable-languages=c,ada,c++,d,f77,pascal,java,objc --enable-nls
--without-included-gettext --enable-version-specific-runtime-libs --without-x
--enable-libgcj --disable-java-awt --with-system-zlib --enable-interpreter
--disable-libgcj-debug --enable-threads=posix --enable-java-gc=boehm
--disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchronization
--enable-libstdcxx-debug
Thread model: posix
gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)

[EMAIL PROTECTED] ~/cvsroot/gcc-obj
$ alias CONFIGURECVS
alias CONFIGURECVS='/cygdrive/c/jimdata/home/cvsroot/gcc/configure
--verbose --enable-threads --disable-nls --disable-win32-registry
--enable-languages=c,c++ 21 | tee clog'

[EMAIL PROTECTED] ~/cvsroot/gcc-obj
$ alias BUILD
alias BUILD='nice make CFLAGS='\'''\'' BOOT_CFLAGS='\'''\'' LIBCFLAGS='\''-g
-O'\'' CXXFLAGS='\''-O'\'' LIBCXXFLAGS='\''-g -O'\'' bootstrap 21 | tee
log'


-- 
   Summary: Stage 2- C compiler cannot create executables-recent svn
   Product: gcc
   Version: 4.4.0
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: James dot W dot Mckelvey at jpl dot nasa dot gov
 GCC build triplet: i686-pc-cygwin
  GCC host triplet: i686-pc-cygwin
GCC target triplet: i686-pc-cygwin


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



[Bug bootstrap/37702] Stage 2- C compiler cannot create executables-recent svn

2008-10-01 Thread James dot W dot Mckelvey at jpl dot nasa dot gov


--- Comment #1 from James dot W dot Mckelvey at jpl dot nasa dot gov  
2008-10-01 16:14 ---
Created an attachment (id=16443)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16443action=view)
config.log from bootstrap


-- 


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



[Bug bootstrap/37702] Stage 2- C compiler cannot create executables-recent svn

2008-10-01 Thread James dot W dot Mckelvey at jpl dot nasa dot gov


--- Comment #3 from James dot W dot Mckelvey at jpl dot nasa dot gov  
2008-10-01 23:36 ---
Created an attachment (id=16447)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16447action=view)
Proper config.log


-- 


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



[Bug c++/32089] Winline reports bogus warning

2007-07-13 Thread James dot W dot Mckelvey at jpl dot nasa dot gov


--- Comment #5 from James dot W dot Mckelvey at jpl dot nasa dot gov  
2007-07-13 15:28 ---
(In reply to comment #3)
 Can you attach the preprocessed source?
 

I did on June 10, I see the status is still Waiting.


-- 


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



[Bug bootstrap/28033] New: Bootstrap failure in libgomp

2006-06-14 Thread James dot W dot Mckelvey at jpl dot nasa dot gov
Today's CVS:


mushroom:...srcuname -a
SunOS mushroom 5.7 Generic_106541-19 sun4u sparc SUNW,Ultra-2


mushroom:...srcg++ -v
Using built-in specs.
Target: sparc-sun-solaris2.7
Configured with: /mnt/home3/utilities/gcc/configure
--prefix=/mnt/home3/utilities --verbose --with-as=/mnt/home3/utilities/bin/as
--with-ld=/mnt/home3/utilities/bin/ld --with-gnu-as --with-gnu-ld
--disable-multilib --disable-nls --enable-languages=c,c++
Thread model: posix
gcc version 4.2.0 20060602 (experimental)

mushroom:...srcalias BUILD
nice gmake CFLAGS='' BOOT_CFLAGS='' LIBCFLAGS='-g -O' CXXFLAGS='-O'
LIBCXXFLAGS='-g -O' bootstrap | tee log




/export/home/mckelvey/./gcc/xgcc -B/export/home/mckelvey/./gcc/
-B/mnt/home3/utilities/sparc-sun-solaris2.7/bin/
-B/mnt/home3/utilities/sparc-sun-solaris2.7/lib/ -isystem
/mnt/home3/utilities/sparc-sun-solaris2.7/include -isystem
/mnt/home3/utilities/sparc-sun-solaris2.7/sys-include -DHAVE_CONFIG_H -I.
-I/mnt/home3/utilities/gcc/libgomp -I.
-I/mnt/home3/utilities/gcc/libgomp/config/posix
-I/mnt/home3/utilities/gcc/libgomp -Wall -pthread -Werror -O2 -MT env.lo -MD
-MP -MF .deps/env.Tpo -c /mnt/home3/utilities/gcc/libgomp/env.c  -fPIC -DPIC -o
.libs/env.o
/mnt/home3/utilities/gcc/libgomp/env.c: In function 'initialize_env':
/mnt/home3/utilities/gcc/libgomp/env.c:172: error: 'PTHREAD_STACK_MIN'
undeclared (first use in this function)
/mnt/home3/utilities/gcc/libgomp/env.c:172: error: (Each undeclared identifier
is reported only once
/mnt/home3/utilities/gcc/libgomp/env.c:172: error: for each function it appears
in.)
gmake[4]: *** [env.lo] Error 1
gmake[4]: Leaving directory
`/export/home/mckelvey/sparc-sun-solaris2.7/libgomp'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory
`/export/home/mckelvey/sparc-sun-solaris2.7/libgomp'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory
`/export/home/mckelvey/sparc-sun-solaris2.7/libgomp'
gmake[1]: *** [all-target-libgomp] Error 2
gmake[1]: Leaving directory `/export/home/mckelvey'
gmake: *** [bootstrap] Error 2
m


-- 
   Summary: Bootstrap failure in libgomp
   Product: gcc
   Version: 4.2.0
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: James dot W dot Mckelvey at jpl dot nasa dot gov
 GCC build triplet: sparc-sun-solaris2.7
  GCC host triplet: sparc-sun-solaris2.7
GCC target triplet: sparc-sun-solaris2.7


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



[Bug bootstrap/18367] make check fails with fixinclude problem

2004-11-09 Thread James dot W dot Mckelvey at jpl dot nasa dot gov

--- Additional Comments From James dot W dot Mckelvey at jpl dot nasa dot 
gov  2004-11-09 16:10 ---
I see this also on sparc-sun-solaris2.7.


-- 


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


[Bug bootstrap/18381] New: Stage 1 failure in fixincludes, recent CVS

2004-11-08 Thread James dot W dot Mckelvey at jpl dot nasa dot gov
$ uname -a
CYGWIN_NT-5.1 jmckelvey-xp 1.5.11(0.116/4/2) 2004-09-04 23:17 i686 unknown unkno
wn Cygwin


$ gcc -v
Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/specs
Configured with: /gcc/gcc-3.3.3-3/configure --verbose --prefix=/usr --exec-prefi
x=/usr --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/s
hare/man --infodir=/usr/share/info --enable-languages=c,ada,c++,d,f77,java,objc,
pascal --enable-nls --without-included-gettext --enable-libgcj --with-system-zli
b --enable-interpreter --enable-threads=posix --enable-java-gc=boehm --enable-sj
lj-exceptions --disable-version-specific-runtime-libs --disable-win32-registry
Thread model: posix
gcc version 3.3.3 (cygwin special)


$ alias CONFIGURECVS
alias CONFIGURECVS='/cygdrive/c/jimdata/home/cvsroot/gcc/configure --prefix=/cyg
drive/c/jimdata/home/utilities --verbose --enable-threads --with-gnu-as --wi
th-gnu-ld --disable-nls --enable-languages=c++'

$ alias BUILD
alias BUILD='nice make CFLAGS='\'''\'' BOOT_CFLAGS='\'''\'' LIBCFLAGS='\''-g -O'
\'' CXXFLAGS='\''-O'\'' LIBCXXFLAGS='\''-g -O'\'' bootstrap'


  gcc.o g++spec.o intl.o prefix.o version.o  cygwin1.o ../libcpp/libcpp.a  -lico
nv ../libiberty/libiberty.a
echo |  ./xgcc -B./ -B/cygdrive/c/jimdata/home/utilities/i686-pc-cygwin/bin/ -is
ystem /cygdrive/c/jimdata/home/utilities/i686-pc-cygwin/include -isystem /cygdri
ve/c/jimdata/home/utilities/i686-pc-cygwin/sys-include -L/cygdrive/c/jimdata/hom
e/cvsroot/gcc-obj/gcc/../ld -E -dM - | \
  sed -n 's/^#define \([^_][a-zA-Z0-9_]*\).*/\1/p ; \
s/^#define \(_[^_A-Z][a-zA-Z0-9_]*\).*/\1/p' | \
  sort -u  macro_list
make[2]: *** No rule to make target `../build-i686-pc-cygwin/fixincludes/fixincl
', needed by `stmp-fixinc'.  Stop.
make[2]: Leaving directory `/cygdrive/c/jimdata/home/cvsroot/gcc-obj/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/cygdrive/c/jimdata/home/cvsroot/gcc-obj/gcc'
make: *** [bootstrap] Error 2

-- 
   Summary: Stage 1 failure in fixincludes, recent CVS
   Product: gcc
   Version: 4.0.0
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: James dot W dot Mckelvey at jpl dot nasa dot gov
CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-cygwin
  GCC host triplet: i686-pc-cygwin
GCC target triplet: i686-pc-cygwin


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


[Bug bootstrap/18381] [4.0 Regression] Stage 1 failure in fixincludes, recent CVS

2004-11-08 Thread James dot W dot Mckelvey at jpl dot nasa dot gov

--- Additional Comments From James dot W dot Mckelvey at jpl dot nasa dot 
gov  2004-11-08 22:35 ---
(In reply to comment #3)
 Try removing 'build-fixincludes' from that line, tell me if it works.

That worked! Thanks.


-- 


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


[Bug c++/18386] New: ICE in __static_initialization_and_destruction_0

2004-11-08 Thread James dot W dot Mckelvey at jpl dot nasa dot gov
Recent CVS:

$ uname -a
CYGWIN_NT-5.1 jmckelvey-xp 1.5.11(0.116/4/2) 2004-09-04 23:17 i686 unknown unkno
wn Cygwin


$ g++ -v
Reading specs from /usr/local/lib/gcc/i686-pc-cygwin/4.0.0/specs
Configured with: /cygdrive/c/jimdata/home/cvsroot/gcc/configure --verbose --ena
le-threads --with-gnu-as --with-gnu-ld --disable-nls --enable-languages=c++
Thread model: posix
gcc version 4.0.0 20041108 (experimental)

g++ -save-temps -c -g -fno-elide-constructors -pedantic-errors -Werror -ansi -
no-common -fstrict-aliasing -Wall -Wold-style-cast -Wsign-promo -Wpointer-arith
-Wconversion -Wundef -Wwrite-strings -Winvalid-pch -Woverloaded-virtual -Wcast-
ual -Wextra -MMD -fimplicit-templates -o ClearRetainEnum.o ClearRetainEnum.cc
learRetainEnum.cc: In function 'void __static_initialization_and_destruction_0(
nt, int)':
learRetainEnum.cc:54: internal compiler error: Segmentation fault
lease submit a full bug report,
ith preprocessed source if appropriate.
ee URL:http://gcc.gnu.org/bugs.html for instructions.

-- 
   Summary: ICE in  __static_initialization_and_destruction_0
   Product: gcc
   Version: 4.0.0
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: James dot W dot Mckelvey at jpl dot nasa dot gov
CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-cygwin
  GCC host triplet: i686-pc-cygwin
GCC target triplet: i686-pc-cygwin


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


[Bug c++/18386] ICE in __static_initialization_and_destruction_0

2004-11-08 Thread James dot W dot Mckelvey at jpl dot nasa dot gov

--- Additional Comments From James dot W dot Mckelvey at jpl dot nasa dot 
gov  2004-11-09 00:34 ---
Created an attachment (id=7494)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7494action=view)
Preprocessed source


-- 


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