This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/21766] New: bootstrap failure


/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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]