This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/24394] New: Bootstrap failure: conflicting types for 'floatformat_to_double', others
- From: "mckelvey at maskull dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Oct 2005 23:09:06 -0000
- Subject: [Bug bootstrap/24394] New: Bootstrap failure: conflicting types for 'floatformat_to_double', others
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
CYGWIN_NT-5.1 McKelvey-PC 1.5.12(0.116/4/2) 2004-11-10 08:34 i686 unknown
unknown Cygwin
Using built-in specs.
Target: i686-pc-cygwin
Configured with: /home/User/cvsroot/gcc/configure --verbose --enable-threads
--with-gnu-as --with-gnu-ld --disable-nls --enable-languages=c++
Thread model: posix
gcc version 4.1.0 20050410 (experimental)
Configured and built:
alias CONFIGURECVS='/home/User/cvsroot/gcc/configure --verbose --enable-threads
--with-gnu-as --with-gnu-ld --disable-nls --enable-languages=c++'
alias BUILD='nice make CFLAGS='\'''\'' BOOT_CFLAGS='\'''\''
LIBCFLAGS='\''-g -O'\'' CXXFLAGS='\''-O'\'' LIBCXXFLAGS='\''-g -O'\''
bootstrap'
make[1]: Entering directory
`/home/User/cvsroot/gcc-obj/build-i686-pc-cygwin/libiberty'
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -g -O2 -I.
-I/home/User/cvsroot/gcc/libiberty/../include -W -Wall -pedantic
-Wwrite-strings -Wstrict-prototypes
/home/User/cvsroot/gcc/libiberty/floatformat.c -o pic/floatformat.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -g -O2 -I. -I/home/User/cvsroot/gcc/libiberty/../include
-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes
/home/User/cvsroot/gcc/libiberty/floatformat.c -o floatformat.o
/home/User/cvsroot/gcc/libiberty/floatformat.c:76: warning: initialization from
incompatible pointer type
/home/User/cvsroot/gcc/libiberty/floatformat.c:83: warning: initialization from
incompatible pointer type
/home/User/cvsroot/gcc/libiberty/floatformat.c:90: warning: initialization from
incompatible pointer type
/home/User/cvsroot/gcc/libiberty/floatformat.c:97: warning: initialization from
incompatible pointer type
/home/User/cvsroot/gcc/libiberty/floatformat.c:108: warning: initialization
from incompatible pointer type
/home/User/cvsroot/gcc/libiberty/floatformat.c:139: warning: initialization
from incompatible pointer type
/home/User/cvsroot/gcc/libiberty/floatformat.c:147: warning: initialization
from incompatible pointer type
/home/User/cvsroot/gcc/libiberty/floatformat.c:155: warning: initialization
from incompatible pointer type
/home/User/cvsroot/gcc/libiberty/floatformat.c:162: warning: initialization
from incompatible pointer type
/home/User/cvsroot/gcc/libiberty/floatformat.c:171: warning: initialization
from incompatible pointer type
/home/User/cvsroot/gcc/libiberty/floatformat.c:179: warning: initialization
from incompatible pointer type
/home/User/cvsroot/gcc/libiberty/floatformat.c:187: warning: initialization
from incompatible pointer type
/home/User/cvsroot/gcc/libiberty/floatformat.c:194: warning: initialization
from incompatible pointer type
/home/User/cvsroot/gcc/libiberty/floatformat.c:201: warning: initialization
from incompatible pointer type
/home/User/cvsroot/gcc/libiberty/floatformat.c:208: warning: initialization
from incompatible pointer type
/home/User/cvsroot/gcc/libiberty/floatformat.c:215: warning: initialization
from incompatible pointer type
/home/User/cvsroot/gcc/libiberty/floatformat.c:271: error: conflicting types
for 'floatformat_to_double'
/home/User/cvsroot/gcc/libiberty/../include/floatformat.h:120: error: previous
declaration of 'floatformat_to_double' was here
/home/User/cvsroot/gcc/libiberty/floatformat.c:271: error: conflicting types
for 'floatformat_to_double'
/home/User/cvsroot/gcc/libiberty/../include/floatformat.h:120: error: previous
declaration of 'floatformat_to_double' was here
/home/User/cvsroot/gcc/libiberty/floatformat.c:442: error: conflicting types
for 'floatformat_from_double'
/home/User/cvsroot/gcc/libiberty/../include/floatformat.h:126: error: previous
declaration of 'floatformat_from_double' was here
/home/User/cvsroot/gcc/libiberty/floatformat.c:442: error: conflicting types
for 'floatformat_from_double'
/home/User/cvsroot/gcc/libiberty/../include/floatformat.h:126: error: previous
declaration of 'floatformat_from_double' was here
/home/User/cvsroot/gcc/libiberty/floatformat.c:537: error: conflicting types
for 'floatformat_is_valid'
/home/User/cvsroot/gcc/libiberty/../include/floatformat.h:131: error: previous
declaration of 'floatformat_is_valid' was here
/home/User/cvsroot/gcc/libiberty/floatformat.c:537: error: conflicting types
for 'floatformat_is_valid'
/home/User/cvsroot/gcc/libiberty/../include/floatformat.h:131: error: previous
declaration of 'floatformat_is_valid' was here
make[1]: *** [floatformat.o] Error 1
make[1]: Leaving directory
`/home/User/cvsroot/gcc-obj/build-i686-pc-cygwin/libiberty'
make: *** [all-build-libiberty] Error 2
--
Summary: Bootstrap failure: conflicting types for
'floatformat_to_double', others
Product: gcc
Version: 4.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: mckelvey at maskull dot com
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=24394