[Bug c++/34089] [4.1/4.2/4.3 regression] Segfault on specialization using struct instead of template function.

2007-11-20 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2007-11-20 16:19 --- Subject: Bug 34089 Author: jakub Date: Tue Nov 20 16:19:40 2007 New Revision: 130316 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=130316 Log: PR c++/34089 * parser.c (cp_parser_class_head):

[Bug c++/34089] [4.1/4.2/4.3 regression] Segfault on specialization using struct instead of template function.

2007-11-19 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2007-11-19 16:55 --- Testing a fix. -- jakub at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/34089] [4.1/4.2/4.3 regression] Segfault on specialization using struct instead of template function.

2007-11-18 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-11-19 03:50 --- With checking enabled, we get: t.cc:2: internal compiler error: tree check: expected record_type or union_type or qual_union_type, have lang_type in xref_basetypes, at cp/decl.c:10395 Please submit a full bug

[Bug c++/34089] [4.1/4.2/4.3 regression] Segfault on specialization using struct instead of template function.

2007-11-14 Thread bangerth at dealii dot org
--- Comment #1 from bangerth at dealii dot org 2007-11-15 04:38 --- Confirmed, a regression introduced in 4.0.x. -- bangerth at dealii dot org changed: What|Removed |Added