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 middle-end/48893] New: [4.7 Regression] ICE in evaulate_conditions_for_edge at ipa-inline-analysis.c:477


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

           Summary: [4.7 Regression] ICE in evaulate_conditions_for_edge
                    at ipa-inline-analysis.c:477
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: danglin@gcc.gnu.org
              Host: hppa2.0w-hp-hpux11.00
            Target: hppa2.0w-hp-hpux11.00
             Build: hppa2.0w-hp-hpux11.00


if [ x"-fPIC" != x ]; then \
          /xxx/gnu/gcc/objdir/./prev-gcc/xgcc -B/xxx/gnu/gcc/objdir/./prev-gcc/ 
-B/opt/gnu/gcc/gcc-4.6/hppa2.0w-hp-hpux11.00/bin/
-B/opt/gnu/gcc/gcc-4.6/hppa2.0
w-hp-hpux11.00/bin/ -B/opt/gnu/gcc/gcc-4.6/hppa2.0w-hp-hpux11.00/lib/ -isystem
/
opt/gnu/gcc/gcc-4.6/hppa2.0w-hp-hpux11.00/include -isystem
/opt/gnu/gcc/gcc-4.6/
hppa2.0w-hp-hpux11.00/sys-include    -c -DHAVE_CONFIG_H -g -O2  -I.
-I../../gcc/
libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes 
-pedantic  -fPIC ../../gcc/libiberty/pex-unix.c -o pic/pex-unix.o; \
        else true; fi
../../gcc/libiberty/pex-unix.c:788:1: internal compiler error: vector
VEC(tree,b
ase) index domain error, in evaluate_conditions_for_edge at
ipa-inline-analysis.
c:577
Please submit a full bug report,

Revision 172431 was ok.

-bash-3.2$ ./xgcc -B./ -v
Reading specs from ./specs
COLLECT_GCC=./xgcc
COLLECT_LTO_WRAPPER=./lto-wrapper
Target: hppa2.0w-hp-hpux11.00
Configured with: ../gcc/configure --with-gnu-as --with-as=/opt/gnu/bin/as
--enable-shared --with-local-prefix=/opt/gnu --prefix=/opt/gnu/gcc/gcc-4.6
--with-gmp=/opt/gnu/gcc/gcc-4.6 --enable-debug=no --disable-nls
--enable-threads=posix --enable-languages=c,c++,objc,fortran,ada,obj-c++
Thread model: posix
gcc version 4.7.0 20110505 (experimental) [trunk revision 173407] (GCC) 

Seems to be HP-UX 11.00 specific.


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