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++/23191] [4.0/4.1 Regression] ICE on invalid throw in template


------- Additional Comments From reichelt at gcc dot gnu dot org  2005-08-02 11:11 -------
Similar testcase without arrays of length zero (which is not a bug in
every version of GCC):

========================================
template<typename T> struct A
{
    void foo() throw(typename T::X);
};

A<void> a;
========================================


-- 


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


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