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++/23219] [4.1 Regression] ICE: Segmentation fault in decl_namespace_context


------- Additional Comments From reichelt at gcc dot gnu dot org  2005-08-05 17:38 -------
Richard's patch indeed does not fix the shorter testcase

==================================
template<int> struct A<X<> > {};
struct A {};
==================================

which leads to a segfault in layout_decl at stor-layout.c:295


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org


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


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