public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/21766] New: bootstrap failure
@ 2005-05-26 13:54 dims at yahoo dot com
  2005-05-26 13:54 ` [Bug bootstrap/21766] " dims at yahoo dot com
                   ` (24 more replies)
  0 siblings, 25 replies; 30+ messages in thread
From: dims at yahoo dot com @ 2005-05-26 13:54 UTC (permalink / raw)
  To: gcc-bugs

/cygdrive/c/sf/gcc-build/./gcc/xgcc -B/cygdrive/c/sf/gcc-build/./gcc/
-B/usr/local/i686-pc-cygwin/bin/ -B/usr/local/i686-pc-cygwin/lib/ -isystem
/usr/local/i686-pc-cygwin/include -isystem /usr/local/i686-pc-cygwin/sys-include
-c -DHAVE_CONFIG_H -O2 -g -O2  -I. -I../../../gcc/libiberty/../include  -W -Wall
-pedantic -Wwrite-strings -Wstrict-prototypes ../../../gcc/libiberty/regex.c -o
regex.o
../../../gcc/libiberty/regex.c:128: warning: function declaration isn't a prototype
../../../gcc/libiberty/regex.c:128: warning: conflicting types for built-in
function 'malloc'
../../../gcc/libiberty/regex.c:129: warning: function declaration isn't a prototype
In file included from ../../../gcc/libiberty/../include/xregex.h:26,
                 from ../../../gcc/libiberty/regex.c:191:
../../../gcc/libiberty/../include/xregex2.h:538: warning: ISO C90 does not
support 'static' or type qualifiers in parameter array declarators
In file included from ../../../gcc/libiberty/regex.c:636:
../../../gcc/libiberty/regex.c: In function 'byte_regex_compile':
../../../gcc/libiberty/regex.c:2437: warning: implicit declaration of function
'free'
../../../gcc/libiberty/regex.c: In function 'byte_compile_range':
../../../gcc/libiberty/regex.c:4485: warning: signed and unsigned type in
conditional expression
../../../gcc/libiberty/regex.c:4495: warning: signed and unsigned type in
conditional expression
../../../gcc/libiberty/regex.c:4495: warning: signed and unsigned type in
conditional expression
../../../gcc/libiberty/regex.c: In function 'byte_re_compile_fastmap':
../../../gcc/libiberty/regex.c:4833: warning: implicit declaration of function
'abort'
../../../gcc/libiberty/regex.c:4833: warning: incompatible implicit declaration
of built-in function 'abort'
../../../gcc/libiberty/regex.c: In function 'byte_re_match_2_internal':
../../../gcc/libiberty/regex.c:7419: warning: incompatible implicit declaration
of built-in function 'abort'
../../../gcc/libiberty/regex.c: In function 'xre_comp':
../../../gcc/libiberty/regex.c:7817: warning: return discards qualifiers from
pointer target type
../../../gcc/libiberty/regex.c: In function 'xregerror':
../../../gcc/libiberty/regex.c:8076: warning: incompatible implicit declaration
of built-in function 'abort'
../../../gcc/libiberty/regex.c: In function 'byte_regex_compile':
../../../gcc/libiberty/regex.c:2283: error: invariant not recomputed when
ADDR_EXPR changed
&_ctype_D.1871[1];
 
../../../gcc/libiberty/regex.c:2283: error: invariant not recomputed when
ADDR_EXPR changed
&_ctype_D.1871[1];
 
../../../gcc/libiberty/regex.c:2283: error: invariant not recomputed when
ADDR_EXPR changed
&_ctype_D.1871[1];
 
../../../gcc/libiberty/regex.c:2283: error: invariant not recomputed when
ADDR_EXPR changed
&_ctype_D.1871[1];
 
../../../gcc/libiberty/regex.c:2283: error: invariant not recomputed when
ADDR_EXPR changed
&_ctype_D.1871[1];
 
../../../gcc/libiberty/regex.c:2283: error: invariant not recomputed when
ADDR_EXPR changed
&_ctype_D.1871[1];
 
../../../gcc/libiberty/regex.c:2283: error: invariant not recomputed when
ADDR_EXPR changed
&_ctype_D.1871[1];
 
../../../gcc/libiberty/regex.c:2283: error: invariant not recomputed when
ADDR_EXPR changed
&_ctype_D.1871[1];
 
../../../gcc/libiberty/regex.c:2283: error: invariant not recomputed when
ADDR_EXPR changed
&_ctype_D.1871[1];
 
../../../gcc/libiberty/regex.c:2283: error: invariant not recomputed when
ADDR_EXPR changed
&_ctype_D.1871[1];
 
../../../gcc/libiberty/regex.c:2283: error: invariant not recomputed when
ADDR_EXPR changed
&_ctype_D.1871[1];
 
../../../gcc/libiberty/regex.c:2283: error: invariant not recomputed when
ADDR_EXPR changed
&_ctype_D.1871[1];
 
../../../gcc/libiberty/regex.c:2283: internal compiler error: verify_stmts failed.
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [regex.o] Error 1
make[2]: Leaving directory `/cygdrive/c/sf/gcc-build/i686-pc-cygwin/libiberty'
make[1]: *** [all-target-libiberty] Error 2
make[1]: Leaving directory `/cygdrive/c/sf/gcc-build'
make: *** [bootstrap] Error 2

-- 
           Summary: bootstrap failure
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P1
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dims at yahoo dot com
                CC: gcc-bugs at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 30+ messages in thread
[parent not found: <bug-21766-10710@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2005-10-12 21:07 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-26 13:54 [Bug bootstrap/21766] New: bootstrap failure dims at yahoo dot com
2005-05-26 13:54 ` [Bug bootstrap/21766] " dims at yahoo dot com
2005-05-26 14:26 ` [Bug middle-end/21766] [4.1 Regression] Bootstrap failure on i686-pc-cygwin pinskia at gcc dot gnu dot org
2005-05-26 14:35 ` pinskia at gcc dot gnu dot org
2005-05-26 16:54 ` giovannibajo at libero dot it
2005-05-26 19:49 ` pinskia at gcc dot gnu dot org
2005-06-02 14:30 ` pinskia at gcc dot gnu dot org
2005-06-03 21:50 ` dims at yahoo dot com
2005-06-05  5:16 ` sherpya at netfarm dot it
2005-06-05  6:51 ` pinskia at gcc dot gnu dot org
2005-06-05  7:47 ` sherpya at netfarm dot it
2005-06-05  7:49 ` pinskia at gcc dot gnu dot org
2005-06-06  1:24 ` pinskia at gcc dot gnu dot org
2005-06-06 20:59 ` pinskia at gcc dot gnu dot org
2005-06-09 18:25 ` pinskia at gcc dot gnu dot org
2005-06-10 21:10 ` fxcoudert at gcc dot gnu dot org
2005-06-13 21:14 ` fxcoudert at gcc dot gnu dot org
2005-06-13 22:05 ` dannysmith at users dot sourceforge dot net
2005-06-14  0:30 ` sherpya at netfarm dot it
2005-06-16 11:07 ` fxcoudert at gcc dot gnu dot org
2005-07-08 18:39 ` dims at yahoo dot com
2005-07-08 18:40 ` pinskia at gcc dot gnu dot org
2005-07-29  8:55 ` rmorganl at u dot washington dot edu
2005-08-11 19:20 ` pinskia at gcc dot gnu dot org
2005-08-23 16:02 ` pinskia at gcc dot gnu dot org
2005-09-05 10:05 ` sherpya at netfarm dot it
     [not found] <bug-21766-10710@http.gcc.gnu.org/bugzilla/>
2005-10-11  8:01 ` dannysmith at users dot sourceforge dot net
2005-10-12 20:55 ` cvs-commit at gcc dot gnu dot org
2005-10-12 20:58 ` dannysmith at users dot sourceforge dot net
2005-10-12 21:07 ` 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).