% g++ -v -O -c min4.cc 
Using built-in specs.
Target: alphaev68-unknown-linux-gnu
Configured with: ../configure --disable-nls --enable-languages=c++
Thread model: posix
gcc version 4.1.0 20050705 (experimental)
 
/usr/local/stow/gcc-2005.07.05/bin/../libexec/gcc/alphaev68-unknown-linux-gnu/4.1.0/cc1plus
-quiet -v -iprefix
/usr/local/stow/gcc-2005.07.05/bin/../lib/gcc/alphaev68-unknown-linux-gnu/4.1.0/
min4.cc -quiet -dumpbase min4.cc -mcpu=ev67 -auxbase min4 -O -version -o
/tmp/cc8V3FBD.s
ignoring nonexistent directory
"/usr/local/stow/gcc-2005.07.05/bin/../lib/gcc/alphaev68-unknown-linux-gnu/4.1.0/../../../../alphaev68-unknown-linux-gnu/include"
ignoring duplicate directory
"/usr/local/lib/gcc/alphaev68-unknown-linux-gnu/4.1.0/../../../../include/c++/4.1.0"
ignoring duplicate directory
"/usr/local/lib/gcc/alphaev68-unknown-linux-gnu/4.1.0/../../../../include/c++/4.1.0/alphaev68-unknown-linux-gnu"
ignoring duplicate directory
"/usr/local/lib/gcc/alphaev68-unknown-linux-gnu/4.1.0/../../../../include/c++/4.1.0/backward"
ignoring nonexistent directory "NONE/include"
ignoring duplicate directory
"/usr/local/lib/gcc/alphaev68-unknown-linux-gnu/4.1.0/include"
ignoring nonexistent directory
"/usr/local/lib/gcc/alphaev68-unknown-linux-gnu/4.1.0/../../../../alphaev68-unknown-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
 
/usr/local/stow/gcc-2005.07.05/bin/../lib/gcc/alphaev68-unknown-linux-gnu/4.1.0/../../../../include/c++/4.1.0
 
/usr/local/stow/gcc-2005.07.05/bin/../lib/gcc/alphaev68-unknown-linux-gnu/4.1.0/../../../../include/c++/4.1.0/alphaev68-unknown-linux-gnu
 
/usr/local/stow/gcc-2005.07.05/bin/../lib/gcc/alphaev68-unknown-linux-gnu/4.1.0/../../../../include/c++/4.1.0/backward
 
/usr/local/stow/gcc-2005.07.05/bin/../lib/gcc/alphaev68-unknown-linux-gnu/4.1.0/include
 /usr/local/include
 /usr/include
End of search list.
GNU C++ version 4.1.0 20050705 (experimental) (alphaev68-unknown-linux-gnu)
        compiled by GNU C version 4.1.0 20050705 (experimental).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
Compiler executable checksum: 48193d44e71dca2238e35a9b055060fc
min4.cc: In member function 'const ai::defensive_position&
ai::best_defensive_position(const gamemap::location&, const
std::multimap<gamemap::location, gamemap::location,
std::less<gamemap::location>, std::allocator<std::pair<const gamemap::location,
gamemap::location> > >&, const std::multimap<gamemap::location,
gamemap::location, std::less<gamemap::location>, std::allocator<std::pair<const
gamemap::location, gamemap::location> > >&, const
std::multimap<gamemap::location, gamemap::location,
std::less<gamemap::location>, std::allocator<std::pair<const gamemap::location,
gamemap::location> > >&, const std::multimap<gamemap::location,
gamemap::location, std::less<gamemap::location>, std::allocator<std::pair<const
gamemap::location, gamemap::location> > >&) const':
min4.cc:74: internal compiler error: in first_vi_for_offset, at
tree-ssa-structalias.c:2565
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

I cannot reproduce this on i686-pc-linux-gnu for some reason... last changelog
entry is
2005-07-05  Kazu Hirata  <[EMAIL PROTECTED]>

        * Makefile.in (stamp-as): Use $(ORIGINAL_AS_FOR_TARGET)
        instead of $<.  Don't remove ./as if it already exists.

so Daniel Berlin's fix for PR 22279 is already in.

-- 
           Summary: ICE in in first_vi_for_offset
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P2
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: falk at debian dot org
                CC: dberlin at gcc dot gnu dot org,gcc-bugs at gcc dot gnu
                    dot org
 GCC build triplet: alphaev68-unknown-linux-gnu
  GCC host triplet: alphaev68-unknown-linux-gnu
GCC target triplet: alphaev68-unknown-linux-gnu


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

Reply via email to