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++/12924] New: [3.4 regression] ICE in lookup_member, at cp/search.c:1228


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: [3.4 regression] ICE in lookup_member, at
                    cp/search.c:1228
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: critical
          Priority: P1
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rguenth at tat dot physik dot uni-tuebingen dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu

I get, with the testcase at
http://www.tat.physik.uni-tuebingen.de/~rguenth/gcc/evaluatorTest3.ii.gz
the following ICE:

> g++ -c -ftemplate-depth-60 -fno-exceptions evaluatorTest3.cpp
/net/bellatrix/home/rguenth/src/pooma-bib/r2/src/Evaluator/PatchFunction.h: In
member function `void PatchEvaluator<MainEvaluatorTag>::evaluate(const A1&,
const Function&) const [with ReadWriteTag = PatchTag1, A1 = Array<1, double,
MultiPatch<UniformTag, Brick> >, Function = MyFunction]':
/net/bellatrix/home/rguenth/src/pooma-bib/r2/src/Evaluator/PatchFunction.h:657:
  instantiated from `void PatchFunction<Function,
ReadWriteTag>::operator()(const Array1&) const [with Array1 = Array<1, double,
MultiPatch<UniformTag, Brick> >, Function = MyFunction, ReadWriteTag = PatchTag1]'
/net/bellatrix/home/rguenth/src/pooma-bib/r2/src/Evaluator/tests/evaluatorTest3.cpp:170:
  instantiated from here
/net/bellatrix/home/rguenth/src/pooma-bib/r2/src/Evaluator/PatchFunction.h:161:
internal compiler error: in lookup_member, at cp/search.c:1228
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

This is with g++ (GCC) 3.4 20031105 (experimental) and is there at least since
g++ (GCC) 3.4 20030908 (experimental). g++ 3.3.2 is fine with this testcase.


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