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 c/16638] New: ICE in tree-ssa-dom.c:3672


if [ x"-fPIC" != x ]; then \
  /xxx/gnu/gcc-3.3/objdir/gcc/xgcc -B/xxx/gnu/gcc-3.3/objdir/gcc/ -B/opt/gnu/gcc
/gcc-3.5.0/hppa2.0w-hp-hpux11.11/bin/ -B/opt/gnu/gcc/gcc-3.5.0/hppa2.0w-hp-hpux1
1.11/lib/ -isystem /opt/gnu/gcc/gcc-3.5.0/hppa2.0w-hp-hpux11.11/include -isystem
 /opt/gnu/gcc/gcc-3.5.0/hppa2.0w-hp-hpux11.11/sys-include -c -DHAVE_CONFIG_H -O2
 -g -O2 -I. -I../../../gcc/libiberty/../include  -W -Wall -Wtraditional -pedanti
c -fPIC ../../../gcc/libiberty/regex.c -o pic/regex.o; \
else true; fi
In file included from ../../../gcc/libiberty/../include/xregex.h:26,
                 from ../../../gcc/libiberty/regex.c:197:
../../../gcc/libiberty/../include/xregex2.h:548: warning: ISO C90 does not suppo
rt `static' or type qualifiers in parameter array declarators
In file included from ../../../gcc/libiberty/regex.c:651:
../../../gcc/libiberty/regex.c: In function `byte_compile_range':
../../../gcc/libiberty/regex.c:4550: warning: signed and unsigned type in condit
ional expression
../../../gcc/libiberty/regex.c:4560: warning: signed and unsigned type in condit
ional expression
../../../gcc/libiberty/regex.c:4560: warning: signed and unsigned type in condit
ional expression
../../../gcc/libiberty/regex.c: In function `byte_regex_compile':
../../../gcc/libiberty/regex.c:2321: internal compiler error: in avail_expr_eq,
at tree-ssa-dom.c:3672

-- 
           Summary: ICE in tree-ssa-dom.c:3672
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: hppa2.0w-hp-hpux11.11
  GCC host triplet: hppa2.0w-hp-hpux11.11
GCC target triplet: hppa2.0w-hp-hpux11.11


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


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