[Bug other/23581] New: Build failure on MINGW for gcc-4.1-20050819

2005-08-26 Thread dcorbit at connx dot com
teger constants */
#if !defined ( __cplusplus) || defined (__STDC_CONSTANT_MACROS)

/* 7.18.4.1  Macros for minimum-width integer constants

Accoding to Douglas Gwyn <[EMAIL PROTECTED]>:
"This spec was changed in ISO/IEC 9899:1999 TC1; in ISO/IEC
9899:1999 as initially published, the expansion was required
to be an integer constant of precisely matching type, which
is impossible to accomplish for the shorter types on most
platforms, because C99 provides no standard way to designate
an integer constant with width less than that of type int.
TC1 changed this to require just an integer constant
*expression* with *promoted* type."
*/

#define INT8_C(val) ((int8_t) + (val))
#define UINT8_C(val) ((uint8_t) + (val##U))
#define INT16_C(val) ((int16_t) + (val))
#define UINT16_C(val) ((uint16_t) + (val##U))

#define INT32_C(val) val##L
#define UINT32_C(val) val##UL
#define INT64_C(val) val##LL
#define UINT64_C(val) val##ULL

/* 7.18.4.2  Macros for greatest-width integer constants */
#define INTMAX_C(val)  INT64_C(val)
#define UINTMAX_C(val) UINT64_C(val)

#endif  /* !defined ( __cplusplus) || defined __STDC_CONSTANT_MACROS */

#endif

-- 
   Summary: Build failure on MINGW for gcc-4.1-20050819
   Product: gcc
   Version: 4.1.0
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: other
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: dcorbit at connx dot com
CC: gcc-bugs at gcc dot gnu dot org


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


[Bug other/23581] Build failure on MINGW for gcc-4.1-20050819

2005-08-26 Thread dcorbit at connx dot com

--- Additional Comments From dcorbit at connx dot com  2005-08-26 22:37 
---
Subject: RE:  Build failure on MINGW for gcc-4.1-20050819


> -Original Message-
> From: pinskia at gcc dot gnu dot org [mailto:[EMAIL PROTECTED]
> Sent: Friday, August 26, 2005 12:56 PM
> To: Dann Corbit
> Subject: [Bug other/23581] Build failure on MINGW for gcc-4.1-20050819
> 
> 
> --- Additional Comments From pinskia at gcc dot gnu dot org
2005-08-
> 26 19:55 ---
> This is either a bug in intl or stdin.h.  Could you add -g3 and -save-
> temps and then attach the
> preprocessed source?
> 
> --
> 
> 
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23581
> 
> --- You are receiving this mail because: ---
> You reported the bug, or are watching the reporter.

--- Additional Comments From dcorbit at connx dot com  2005-08-26 22:37 
---
Created an attachment (id=9593)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9593&action=view)

--- Additional Comments From dcorbit at connx dot com  2005-08-26 22:37 
---
Created an attachment (id=9594)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9594&action=view)


-- 


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


[Bug c++/26959] New: GCC 4.1.0 Won't build on Mingw. Complainst about no % in format

2006-03-31 Thread dcorbit at connx dot com
Won't build on Mingw.  You are probably aware of it.  I started the build with
GCC 4.0.2 on Mingw.

[EMAIL PROTECTED] /mingw/gcc-4.1.0
$ make
make[1]: Entering directory `/mingw/gcc-4.1.0'
make[2]: Entering directory `/mingw/gcc-4.1.0/host-i686-pc-mingw32/zlib'
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 " "CXXFLAGS=-g -O2"
"CFLAGS_FOR_BUILD=-g -O2 " "CFLAGS_FOR_TARGET=-O2 -g -O2  "
"INSTALL=/bin/install -c" "INSTALL_DATA=/bin/install -c -m 644"
"INSTALL_PROGRAM=/bin/install -c" "INSTALL_SCRIPT=/bin/install -c" "LDFLAGS="
"LIBCFLAGS=-g -O2 " "LIBCFLAGS_FOR_TARGET=-O2 -g -O2  " "MAKE=make"
"MAKEINFO=makeinfo --split-size=500 --split-size=500 " "PICFLAG="
"PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest"
"RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/info"
"libdir=/usr/local/lib" "prefix=/usr/local"
"tooldir=/usr/local/i686-pc-mingw32" "AR=ar" "AS=as" "CC=gcc" "CXX=c++"
"LD=u:/mingw/bin/../lib/gcc/i686-pc-mingw32/4.0.2/../../../../i686-pc-mingw32/bin/ld.exe"
"LIBCFLAGS=-g -O2 " "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all
multi-do # make
make[2]: Leaving directory `/mingw/gcc-4.1.0/host-i686-pc-mingw32/zlib'
make[2]: Entering directory `/mingw/gcc-4.1.0/host-i686-pc-mingw32/libiberty'
make[3]: Entering directory
`/mingw/gcc-4.1.0/host-i686-pc-mingw32/libiberty/testsuite'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/mingw/gcc-4.1.0/host-i686-pc-mingw32/libiberty/testsuite'
make[2]: Leaving directory `/mingw/gcc-4.1.0/host-i686-pc-mingw32/libiberty'
make[2]: Entering directory `/mingw/gcc-4.1.0/host-i686-pc-mingw32/fastjar'
make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 " "CXXFLAGS=-g -O2"
"CFLAGS_FOR_BUILD=-g -O2 " "CFLAGS_FOR_TARGET=-O2 -g -O2  "
"INSTALL=/bin/install -c" "INSTALL_DATA=/bin/install -c -m 644"
"INSTALL_PROGRAM=/bin/install -c" "INSTALL_SCRIPT=/bin/install -c" "JC1FLAGS="
"LDFLAGS=" "LIBCFLAGS=-g -O2 " "LIBCFLAGS_FOR_TARGET=-O2 -g -O2  " "MAKE=make"
"MAKEINFO=makeinfo --split-size=500 --split-size=500 " "PICFLAG="
"PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "exec_prefix=/usr/local"
"infodir=/usr/local/info" "libdir=/usr/local/lib" "prefix=/usr/local" "AR=ar"
"AS=as" "CC=gcc" "CXX=c++"
"LD=u:/mingw/bin/../lib/gcc/i686-pc-mingw32/4.0.2/../../../../i686-pc-mingw32/bin/ld.exe"
"LIBCFLAGS=-g -O2 " "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" all-am
make[3]: Entering directory `/mingw/gcc-4.1.0/host-i686-pc-mingw32/fastjar'
make[3]: Leaving directory `/mingw/gcc-4.1.0/host-i686-pc-mingw32/fastjar'
make[2]: Leaving directory `/mingw/gcc-4.1.0/host-i686-pc-mingw32/fastjar'
make[2]: Entering directory `/mingw/gcc-4.1.0/host-i686-pc-mingw32/fixincludes'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/mingw/gcc-4.1.0/host-i686-pc-mingw32/fixincludes'
make[2]: Entering directory `/mingw/gcc-4.1.0/host-i686-pc-mingw32/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
make[2]: Leaving directory `/mingw/gcc-4.1.0/host-i686-pc-mingw32/intl'
make[2]: Entering directory `/mingw/gcc-4.1.0/build-i686-pc-mingw32/libiberty'
make[3]: Entering directory
`/mingw/gcc-4.1.0/build-i686-pc-mingw32/libiberty/testsuite'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/mingw/gcc-4.1.0/build-i686-pc-mingw32/libiberty/testsuite'
make[2]: Leaving directory `/mingw/gcc-4.1.0/build-i686-pc-mingw32/libiberty'
make[2]: Entering directory
`/mingw/gcc-4.1.0/build-i686-pc-mingw32/fixincludes'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/mingw/gcc-4.1.0/build-i686-pc-mingw32/fixincludes'
make[2]: Entering directory `/mingw/gcc-4.1.0/host-i686-pc-mingw32/libcpp'
test -f config.h || (rm -f stamp-h1 && make stamp-h1)
make[2]: Leaving directory `/mingw/gcc-4.1.0/host-i686-pc-mingw32/libcpp'
make[2]: Entering directory `/mingw/gcc-4.1.0/host-i686-pc-mingw32/gcc'
Makefile:1277: *** target pattern contains no `%'.  Stop.
make[2]: Leaving directory `/mingw/gcc-4.1.0/host-i686-pc-mingw32/gcc'
make[1]: *** [all-gcc] Error 2
make[1]: Leaving directory `/mingw/gcc-4.1.0'
make: *** [all] Error 2

[EMAIL PROTECTED] /mingw/gcc-4.1.0


-- 
   Summary: GCC 4.1.0 Won't build on Mingw.  Complainst about no %
in format
   Product: gcc
   Version: 4.1.0
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: dcorbit at connx dot com


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



[Bug bootstrap/26959] GCC 4.1.0 Won't build on Mingw. Complainst about no % in format

2006-04-03 Thread dcorbit at connx dot com


--- Comment #2 from dcorbit at connx dot com  2006-04-03 20:00 ---
Subject: RE:  GCC 4.1.0 Won't build on Mingw.  Complainst about no % in format

The attached makefile is from the gcc-4.1.0 directory.

> -Original Message-
> From: pinskia at gcc dot gnu dot org [mailto:[EMAIL PROTECTED]
> Sent: Sunday, April 02, 2006 12:20 AM
> To: Dann Corbit
> Subject: [Bug bootstrap/26959] GCC 4.1.0 Won't build on Mingw.
Complainst
> about no % in format
> 
> 
> 
> --- Comment #1 from pinskia at gcc dot gnu dot org  2006-04-02
08:20 -
> --
> This makes little sense:
> Makefile:1277: *** target pattern contains no `%'.  Stop.
> 
> 
> Can you attach the makefile?

Attached.

> Also what options did you use to configure GCC?

./configure

> 
> --
> 
> pinskia at gcc dot gnu dot org changed:
> 
>What|Removed |Added
>

--
> --
>  Status|UNCONFIRMED |WAITING
>   Component|c++ |bootstrap
> 
> 
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26959
> 
> --- You are receiving this mail because: ---
> You reported the bug, or are watching the reporter.


--- Comment #3 from dcorbit at connx dot com  2006-04-03 20:00 ---
Created an attachment (id=11194)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11194&action=view)


-- 


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



[Bug bootstrap/26959] GCC 4.1.0 Won't build on Mingw. Complainst about no % in format

2006-04-03 Thread dcorbit at connx dot com


--- Comment #5 from dcorbit at connx dot com  2006-04-03 22:55 ---
Subject: RE:  GCC 4.1.0 Won't build on Mingw.  Complainst about no % in format

Attached is the makefile from:
U:\MinGW\gcc-4.1.0\host-i686-pc-mingw32\gcc

Also available:

U:\MinGW\gcc-4.1.0>dir Makefile. /s
 Volume in drive U is New Volume
 Volume Serial Number is 38E5-CDBA

 Directory of U:\MinGW\gcc-4.1.0

03/31/2006  02:07 AM   313,675 Makefile
   1 File(s)313,675 bytes

 Directory of U:\MinGW\gcc-4.1.0\build-i686-pc-mingw32\fixincludes

03/31/2006  02:59 AM 5,462 Makefile
   1 File(s)  5,462 bytes

 Directory of U:\MinGW\gcc-4.1.0\build-i686-pc-mingw32\libiberty

03/31/2006  02:56 AM40,630 Makefile
   1 File(s) 40,630 bytes

 Directory of
U:\MinGW\gcc-4.1.0\build-i686-pc-mingw32\libiberty\testsuite

03/31/2006  02:56 AM 2,358 Makefile
   1 File(s)  2,358 bytes

 Directory of U:\MinGW\gcc-4.1.0\host-i686-pc-mingw32\fastjar

03/31/2006  02:09 AM37,038 Makefile
   1 File(s) 37,038 bytes

 Directory of U:\MinGW\gcc-4.1.0\host-i686-pc-mingw32\fixincludes

03/31/2006  02:20 AM 5,462 Makefile
   1 File(s)  5,462 bytes

 Directory of U:\MinGW\gcc-4.1.0\host-i686-pc-mingw32\gcc

03/31/2006  02:48 AM   202,528 Makefile
   1 File(s)202,528 bytes

 Directory of U:\MinGW\gcc-4.1.0\host-i686-pc-mingw32\intl

03/31/2006  02:30 AM 5,968 Makefile
   1 File(s)  5,968 bytes

 Directory of U:\MinGW\gcc-4.1.0\host-i686-pc-mingw32\libcpp

03/31/2006  03:02 AM 7,995 Makefile
   1 File(s)  7,995 bytes

 Directory of U:\MinGW\gcc-4.1.0\host-i686-pc-mingw32\libiberty

03/31/2006  02:17 AM40,630 Makefile
   1 File(s) 40,630 bytes

 Directory of
U:\MinGW\gcc-4.1.0\host-i686-pc-mingw32\libiberty\testsuite

03/31/2006  02:17 AM 2,358 Makefile
   1 File(s)  2,358 bytes

 Directory of U:\MinGW\gcc-4.1.0\host-i686-pc-mingw32\zlib

03/31/2006  02:11 AM22,389 Makefile
   1 File(s) 22,389 bytes

 Directory of U:\MinGW\gcc-4.1.0\libjava\classpath\doc\www.gnu.org

09/23/2005  10:31 AM 1,295 Makefile
   1 File(s)  1,295 bytes

 Directory of
U:\MinGW\gcc-4.1.0\libjava\classpath\doc\www.gnu.org\announce

09/23/2005  10:31 AM   848 Makefile
   1 File(s)848 bytes

 Directory of
U:\MinGW\gcc-4.1.0\libjava\classpath\doc\www.gnu.org\cp-tools

09/23/2005  10:31 AM   871 Makefile
   1 File(s)871 bytes

 Directory of U:\MinGW\gcc-4.1.0\libjava\classpath\doc\www.gnu.org\docs

09/23/2005  10:31 AM 1,604 Makefile
   1 File(s)  1,604 bytes

 Directory of
U:\MinGW\gcc-4.1.0\libjava\classpath\doc\www.gnu.org\downloads

09/23/2005  10:31 AM   872 Makefile
   1 File(s)872 bytes

 Directory of
U:\MinGW\gcc-4.1.0\libjava\classpath\doc\www.gnu.org\events

09/23/2005  10:31 AM   869 Makefile
   1 File(s)869 bytes

 Directory of U:\MinGW\gcc-4.1.0\libjava\classpath\doc\www.gnu.org\faq

09/23/2005  10:31 AM   866 Makefile
   1 File(s)866 bytes

 Directory of U:\MinGW\gcc-4.1.0\libstdc++-v3\docs\html

08/04/2003  06:20 PM 1,393 Makefile
   1 File(s)  1,393 bytes

 Directory of U:\MinGW\gcc-4.1.0\zlib\contrib\blast

10/11/2004  10:44 AM   127 Makefile
   1 File(s)127 bytes

 Directory of U:\MinGW\gcc-4.1.0\zlib\contrib\minizip

10/11/2004  11:45 AM   457 Makefile
   1 File(s)457 bytes

 Directory of U:\MinGW\gcc-4.1.0\zlib\contrib\puff

10/11/2004  10:44 AM   101 Makefile
   1 File(s)101 bytes

 Directory of U:\MinGW\gcc-4.1.0\zlib\contrib\untgz

10/11/2004  11:45 AM   234 Makefile
   1 File(s)234 bytes

 Total Files Listed:
  24 File(s)696,030 bytes
   0 Dir(s)  26,374,176,768 bytes free

U:\MinGW\gcc-4.1.0>

> -Original Message-
> From: pinskia at gcc dot gnu dot org [mailto:[EMAIL PROTECTED]
> Sent: Monday, April 03, 2006 2:08 PM
> To: Dann Corbit
> Subject: [Bug bootstrap/26959] GCC 4.1.0 Won't build on Mingw.
Complainst
> about no % in format
> 
> 
> 
> --- Comment #4 from pinskia at gcc dot gnu dot org  2006-04-03
21:08 -
> --
> I had meant the Makefile inside the gcc subdirectory :).
> 
> 
> --
> 
> 
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26959
> 
> --- You are receiving this mail because: ---
> You reported the bug, or are watching the reporter.


--

[Bug c/21777] New: internal compiler error: in set_value_range, at tree-vrp.c:124

2005-05-26 Thread dcorbit at connx dot com
CC_INLINE -Wall -fno-strict-aliasing -fomit-frame-
pointer   -I. -I../src/headers  -o bibli1.o ../src/basemath/bibli1.c
/usr/local/bin/gcc  -c -O3 -DGCC_INLINE -Wall -fno-strict-aliasing -fomit-frame-
pointer   -I. -I../src/headers  -o bibli2.o ../src/basemath/bibli2.c
/usr/local/bin/gcc  -c -O3 -DGCC_INLINE -Wall -fno-strict-aliasing -fomit-frame-
pointer   -I. -I../src/headers  -o buch1.o ../src/basemath/buch1.c
/usr/local/bin/gcc  -c -O3 -DGCC_INLINE -Wall -fno-strict-aliasing -fomit-frame-
pointer   -I. -I../src/headers  -o buch2.o ../src/basemath/buch2.c
/usr/local/bin/gcc  -c -O3 -DGCC_INLINE -Wall -fno-strict-aliasing -fomit-frame-
pointer   -I. -I../src/headers  -o buch3.o ../src/basemath/buch3.c
/usr/local/bin/gcc  -c -O3 -DGCC_INLINE -Wall -fno-strict-aliasing -fomit-frame-
pointer   -I. -I../src/headers  -o buch4.o ../src/basemath/buch4.c
/usr/local/bin/gcc  -c -O3 -DGCC_INLINE -Wall -fno-strict-aliasing -fomit-frame-
pointer   -I. -I../src/headers  -o galconj.o ../src/basemath/galconj.c
/usr/local/bin/gcc  -c -O3 -DGCC_INLINE -Wall -fno-strict-aliasing -fomit-frame-
pointer   -I. -I../src/headers  -o gen1.o ../src/basemath/gen1.c
/usr/local/bin/gcc  -c -O3 -DGCC_INLINE -Wall -fno-strict-aliasing -fomit-frame-
pointer   -I. -I../src/headers  -o gen2.o ../src/basemath/gen2.c
/usr/local/bin/gcc  -c -O3 -DGCC_INLINE -Wall -fno-strict-aliasing -fomit-frame-
pointer   -I. -I../src/headers  -o gen3.o ../src/basemath/gen3.c
/usr/local/bin/gcc  -c -O3 -DGCC_INLINE -Wall -fno-strict-aliasing -fomit-frame-
pointer   -I. -I../src/headers  -o ifactor1.o ../src/basemath/ifactor1.c
/usr/local/bin/gcc  -c -O3 -DGCC_INLINE -Wall -fno-strict-aliasing -fomit-frame-
pointer   -I. -I../src/headers  -o perm.o ../src/basemath/perm.c
/usr/local/bin/gcc  -c -O3 -DGCC_INLINE -Wall -fno-strict-aliasing -fomit-frame-
pointer   -I. -I../src/headers  -o polarit1.o ../src/basemath/polarit1.c
/usr/local/bin/gcc  -c -O3 -DGCC_INLINE -Wall -fno-strict-aliasing -fomit-frame-
pointer   -I. -I../src/headers  -o polarit2.o ../src/basemath/polarit2.c
/usr/local/bin/gcc  -c -O3 -DGCC_INLINE -Wall -fno-strict-aliasing -fomit-frame-
pointer   -I. -I../src/headers  -o polarit3.o ../src/basemath/polarit3.c
/usr/local/bin/gcc  -c -O3 -DGCC_INLINE -Wall -fno-strict-aliasing -fomit-frame-
pointer   -I. -I../src/headers  -o rootpol.o ../src/basemath/rootpol.c
/usr/local/bin/gcc  -c -O3 -DGCC_INLINE -Wall -fno-strict-aliasing -fomit-frame-
pointer   -I. -I../src/headers  -o subcyclo.o ../src/basemath/subcyclo.c
/usr/local/bin/gcc  -c -O3 -DGCC_INLINE -Wall -fno-strict-aliasing -fomit-frame-
pointer   -I. -I../src/headers  -o subgroup.o ../src/basemath/subgroup.c
/usr/local/bin/gcc  -c -O3 -DGCC_INLINE -Wall -fno-strict-aliasing -fomit-frame-
pointer   -I. -I../src/headers  -o trans1.o ../src/basemath/trans1.c
/usr/local/bin/gcc  -c -O3 -DGCC_INLINE -Wall -fno-strict-aliasing -fomit-frame-
pointer   -I. -I../src/headers  -o trans2.o ../src/basemath/trans2.c
/usr/local/bin/gcc  -c -O3 -DGCC_INLINE -Wall -fno-strict-aliasing -fomit-frame-
pointer   -I. -I../src/headers  -o trans3.o ../src/basemath/trans3.c
../src/basemath/trans3.c: In function 'szeta':
../src/basemath/trans3.c:1228: internal compiler error: in set_value_range, at 
tree-vrp.c:124
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [trans3.o] Error 1
make[2]: Leaving directory `/mingw/pari-2.2.10.alpha/O5.2-none-mingw32_nt'
make[1]: *** [gp] Error 2
make[1]: Leaving directory `/mingw/pari-2.2.10.alpha'
make: *** [all] Error 2

-- 
   Summary: internal compiler error: in set_value_range, at tree-
vrp.c:124
   Product: gcc
   Version: 4.1.0
        Status: UNCONFIRMED
  Severity: critical
  Priority: P2
 Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: dcorbit at connx dot com
CC: gcc-bugs at gcc dot gnu dot org


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


[Bug c++/21934] New: Bison files are missing or misnamed under MINGW

2005-06-06 Thread dcorbit at connx dot com
e-lex.l:343: error: 'ARRAY' undeclared (first use in this 
function)
../.././gcc/gengtype-lex.l:347: error: 'PERCENT_ID' undeclared (first use in 
this function)
../.././gcc/gengtype-lex.l:351: error: 'CHAR' undeclared (first use in this 
function)
../.././gcc/gengtype-lex.l:367: error: 'PERCENTPERCENT' undeclared (first use 
in this function)
gengtype-lex.c: In function 'yy_get_next_buffer':
gengtype-lex.c:2658: warning: old-style function definition
gengtype-lex.c: In function 'yy_get_previous_state':
gengtype-lex.c:2790: warning: old-style function definition
gengtype-lex.c: In function 'input':
gengtype-lex.c:2903: warning: old-style function definition
make[1]: *** [build/gengtype-lex.o] Error 1
make[1]: Leaving directory `/mingw/gcc-4.1-20050604/host-i686-pc-mingw32/gcc'
make: *** [all-gcc] Error 2

[EMAIL PROTECTED] /mingw/gcc-4.1-20050604
==
There is a similarly named file:
==
C:\mingw\gcc-4.1-20050604>dir /s geng*.h
 Volume in drive C has no label.
 Volume Serial Number is 0890-87CA

 Directory of C:\mingw\gcc-4.1-20050604\gcc

08/02/2004  05:48 AM 5,252 gengtype.h
   1 File(s)  5,252 bytes

 Total Files Listed:
   1 File(s)  5,252 bytes
   0 Dir(s)  36,015,398,912 bytes free
==
The Bison file bison.cc is missing:
==

C:\mingw\gcc-4.1-20050604>dir /s bison.*
 Volume in drive C has no label.
 Volume Serial Number is 0890-87CA
File Not Found
==

Probably, it is a problem with the MINGW distribution, but possibly in the 
compiler.  Or perhaps a certain version of Bison is intended to be included in 
the GCC distribution but was forgotten.

I ran a test against today's snapshot, because I received an email that bug 
21777 was fixed.  Currently, I cannot build the compiler to test it for myself.
==

-- 
   Summary: Bison files are missing or misnamed under MINGW
   Product: gcc
   Version: 4.1.0
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: dcorbit at connx dot com
CC: gcc-bugs at gcc dot gnu dot org


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


[Bug bootstrap/21934] Bison files are missing or misnamed under MINGW

2005-06-06 Thread dcorbit at connx dot com

--- Additional Comments From dcorbit at connx dot com  2005-06-06 20:09 
---
Subject: RE:  Bison files are missing or misnamed under MINGW

Perhaps this version is not new enough:

[EMAIL PROTECTED] /mingw/gcc-4.1-20050604
$ bison --version
bison++ Version 1.21-7, adapted from GNU bison by [EMAIL PROTECTED]

[EMAIL PROTECTED] /mingw/gcc-4.1-20050604

> -Original Message-
> From: pinskia at gcc dot gnu dot org [mailto:[EMAIL PROTECTED]
> Sent: Monday, June 06, 2005 1:08 PM
> To: Dann Corbit
> Subject: [Bug bootstrap/21934] Bison files are missing or misnamed
under
> MINGW
> 
> 
> --- Additional Comments From pinskia at gcc dot gnu dot org
2005-06-
> 06 20:08 ---
> Do you have bison installed, if not you need it to compile a snapshot?
> 
> --
>What|Removed |Added
>

--
> --
>  Status|UNCONFIRMED |WAITING
>   Component|c++ |bootstrap
> 
> 
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21934
> 
> --- You are receiving this mail because: ---
> You reported the bug, or are watching the reporter.


-- 


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


[Bug c/21938] New: ../.././gcc/libgcc2.c:1803: internal compiler error: verify_stmts failed.

2005-06-06 Thread dcorbit at connx dot com
w/gcc-4.1-20050604/build-i686-pc-
mingw32/fixincludes'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/mingw/gcc-4.1-20050604/build-i686-pc-
mingw32/fixincludes'
make[1]: Entering directory `/mingw/gcc-4.1-20050604/host-i686-pc-
mingw32/libcpp'
test -d po || mkdir po
: --statistics -o po/be.gmo ../.././libcpp/po/be.po
test -d po || mkdir po
: --statistics -o po/ca.gmo ../.././libcpp/po/ca.po
test -d po || mkdir po
: --statistics -o po/da.gmo ../.././libcpp/po/da.po
test -d po || mkdir po
: --statistics -o po/de.gmo ../.././libcpp/po/de.po
test -d po || mkdir po
: --statistics -o po/el.gmo ../.././libcpp/po/el.po
test -d po || mkdir po
: --statistics -o po/es.gmo ../.././libcpp/po/es.po
test -d po || mkdir po
: --statistics -o po/fr.gmo ../.././libcpp/po/fr.po
test -d po || mkdir po
: --statistics -o po/ja.gmo ../.././libcpp/po/ja.po
test -d po || mkdir po
: --statistics -o po/nl.gmo ../.././libcpp/po/nl.po
test -d po || mkdir po
: --statistics -o po/rw.gmo ../.././libcpp/po/rw.po
test -d po || mkdir po
: --statistics -o po/sv.gmo ../.././libcpp/po/sv.po
test -d po || mkdir po
: --statistics -o po/tr.gmo ../.././libcpp/po/tr.po
test -d po || mkdir po
: --statistics -o po/vi.gmo ../.././libcpp/po/vi.po
make[1]: Leaving directory `/mingw/gcc-4.1-20050604/host-i686-pc-mingw32/libcpp'
make[1]: Entering directory `/mingw/gcc-4.1-20050604/host-i686-pc-mingw32/gcc'
test -d po || mkdir po
: --statistics -o po/be.gmo ../.././gcc/po/be.po
test -d po || mkdir po
: --statistics -o po/ca.gmo ../.././gcc/po/ca.po
test -d po || mkdir po
: --statistics -o po/da.gmo ../.././gcc/po/da.po
test -d po || mkdir po
: --statistics -o po/de.gmo ../.././gcc/po/de.po
test -d po || mkdir po
: --statistics -o po/el.gmo ../.././gcc/po/el.po
test -d po || mkdir po
: --statistics -o po/es.gmo ../.././gcc/po/es.po
test -d po || mkdir po
: --statistics -o po/fr.gmo ../.././gcc/po/fr.po
test -d po || mkdir po
: --statistics -o po/ja.gmo ../.././gcc/po/ja.po
test -d po || mkdir po
: --statistics -o po/nl.gmo ../.././gcc/po/nl.po
test -d po || mkdir po
: --statistics -o po/rw.gmo ../.././gcc/po/rw.po
test -d po || mkdir po
: --statistics -o po/sv.gmo ../.././gcc/po/sv.po
test -d po || mkdir po
: --statistics -o po/tr.gmo ../.././gcc/po/tr.po
test -d po || mkdir po
: --statistics -o po/zh_CN.gmo ../.././gcc/po/zh_CN.po
make \
  CFLAGS="-g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-
prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-
definition -fno-common " \
  CONFIG_H="tconfig.h auto-
host.h ../.././gcc/../include/ansidecl.h ../.././gcc/config/i386/xm-mingw32.h" 
TM_H="tm.h  
options.h ../.././gcc/config/i386/i386.h ../.././gcc/config/i386/unix.h ../.././
gcc/config/i386/bsd.h ../.././gcc/config/i386/gas.h ../.././gcc/config/dbxcoff.h
 ../.././gcc/config/i386/cygming.h ../.././gcc/config/i386/mingw32.h ../.././gcc
/defaults.h insn-constants.h insn-flags.h" \
  INCLUDES="-I. -I. -I../.././gcc -I../.././gcc/. -I../.././gcc/../include -
I./../intl -I../.././gcc/../libcpp/include " \
  MAKEOVERRIDES= \
  -f libgcc.mk all
make[2]: Entering directory `/mingw/gcc-4.1-20050604/host-i686-pc-mingw32/gcc'
/mingw/gcc-4.1-20050604/host-i686-pc-mingw32/gcc/xgcc -B/mingw/gcc-4.1-
20050604/host-i686-pc-mingw32/gcc/ -B/usr/local/i686-pc-mingw32/bin/ -
B/usr/local/i686-pc-mingw32/lib/ -isystem /usr/local/i686-pc-mingw32/include -
isystem /usr/local/i686-pc-mingw32/sys-include -O2 -
I../.././gcc/../winsup/w32api/include -DIN_GCC-W -Wall -Wwrite-strings -
Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -
isystem ./include   -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -
D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../.././gcc -I../.././gcc/. -
I../.././gcc/../include -I./../intl -I../.././gcc/../libcpp/include  -
DL_eprintf  -c ../.././gcc/libgcc2.c -o libgcc/./_eprintf.o
../.././gcc/libgcc2.c: In function '__eprintf':
../.././gcc/libgcc2.c:1803: error: invariant not recomputed when ADDR_EXPR 
changed
&_iobD.1252[2];

../.././gcc/libgcc2.c:1803: error: invariant not recomputed when ADDR_EXPR 
changed
&_iobD.1252[2];

../.././gcc/libgcc2.c:1803: internal compiler error: verify_stmts failed.
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [libgcc/./_eprintf.o] Error 1
make[2]: Leaving directory `/mingw/gcc-4.1-20050604/host-i686-pc-mingw32/gcc'
make[1]: *** [libgcc.a] Error 2
make[1]: Leaving directory `/mingw/gcc-4.1-20050604/host-i686-pc-mingw32/gcc'
make: *** [all-gcc] Error 2

[EMAIL PROTECTED] /mingw/gcc-4.1-20050604

-- 
   Summary: ../.././gcc/libgcc2.c:1803: internal compiler error:
verify_stmts failed.
   Product: gcc
   Version: 4.1.0
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: dcorbit at connx dot com
CC: gcc-bugs at gcc dot gnu dot org


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