uname -a
Linux alpha1 2.4.9-40 #1 Mon Sep 23 08:14:02 EDT 2002 alpha unknown

g++ -v
Using built-in specs.
Target: alphaev56-unknown-linux-gnu
Configured with: ../gcc/configure --verbose --enable-languages=c++
--disable-linux-futex --disable-nls --disable-tls --enable-clocale=generic
Thread model: posix
gcc version 4.5.0 20090624 (experimental) (GCC) 

BUILDING:
alias CONFIGURECVS='../gcc/configure --verbose --enable-languages=c++
--disable-linux-futex --disable-nls --disable-tls --enable-clocale=generic 2>&1
| tee clog'

alias BUILD='nice gmake CFLAGS='\'''\'' BOOT_CFLAGS='\'''\''
LIBCFLAGS='\''-g'\'' LIBCXXFLAGS='\''-g'\'' bootstrap 2>&1 | tee log'




alpha1:PD>/usr/local/bin/g++ -c  -O3 -DNDEBUG     -DUSE_INTL=1 -DUSE_MUTEX=1
-findirect-inlining -Winline -pedantic-errors -Werror -ansi -fno-common -Wall
-Wold-style-cast -Wsign-promo -Wpointer-arith -Wundef -Wwrite-strings
-Winvalid-pch -Woverloaded-virtual -Wcast-qual -Wextra -Wredundant-decls
-Wshadow -Wcast-align -Wcomment -fstrict-aliasing -Winit-self
-Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wlogical-op -Wconversion
-Wsign-conversion -Wmissing-declarations -Wdeprecated -ftree-switch-conversion
-Wuninitialized -Wparentheses -Wunused -fvisibility-inlines-hidden -MMD  
-save-temps   -fimplicit-templates -o x.o x.cc


In file included from
/usr/local/lib/gcc/alphaev56-unknown-linux-gnu/4.5.0/../../../../include/c++/4.5.0/deque:68:0,
                 from Types.h:40,
                 from PDStl.h:31,
                 from x.cc:1:
/usr/local/lib/gcc/alphaev56-unknown-linux-gnu/4.5.0/../../../../include/c++/4.5.0/bits/deque.tcc:
In member function 'void std::deque<_Tp, _Alloc>::_M_insert_aux(std::deque<_Tp,
_Alloc>::iterator, std::deque::size_type, const value_type&) [with _Tp = bool,
_Alloc = std::allocator<bool>, std::deque<_Tp, _Alloc>::iterator =
std::_Deque_iterator<bool, bool&, bool*>, std::deque::size_type = long unsigned
int, value_type = bool]':
/usr/local/lib/gcc/alphaev56-unknown-linux-gnu/4.5.0/../../../../include/c++/4.5.0/bits/deque.tcc:630:5:
error: unrecognizable insn:
(insn 719 718 720 65
/usr/local/lib/gcc/alphaev56-unknown-linux-gnu/4.5.0/../../../../include/c++/4.5.0/bits/stl_algobase.h:702
(set (reg:DI 1274)
        (ashift:DI (reg:V8QI 699 [ vect_cst_.738 ])
            (ashift:DI (reg:DI 1276)
                (const_int 3 [0x3])))) -1 (nil))
/usr/local/lib/gcc/alphaev56-unknown-linux-gnu/4.5.0/../../../../include/c++/4.5.0/bits/deque.tcc:630:5:
internal compiler error: in extract_insn, at recog.c:2078
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


-- 
           Summary: ICE on valid code: in extract_insn
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mckelvey at maskull dot com
 GCC build triplet: alphaev56-unknown-linux-gnu
  GCC host triplet: alphaev56-unknown-linux-gnu
GCC target triplet: alphaev56-unknown-linux-gnu


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

Reply via email to