[Bug c++/33051] g++-4.2: Internal error: Segmentation fault (program cc1plus)

2007-09-02 Thread pcarlini at suse dot de
--- Comment #2 from pcarlini at suse dot de 2007-09-02 15:23 --- Currently 4_2-branch and 4_1-branch also give the same. -- pcarlini at suse dot de changed: What|Removed |Added ---

[Bug c++/33051] g++-4.2: Internal error: Segmentation fault (program cc1plus)

2007-08-11 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-08-11 18:50 --- The trunk (and 4.0.2) gives: t.cc: In member function 'size_t A::operator()(const T&) [with T = B]': t.cc:19: instantiated from here t.cc:8: error: invalid cast from type 'const B' to type 'const size_t' -- pin