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++/24687] [4.1 Regression] ICE after error



------- Comment #3 from pinskia at gcc dot gnu dot org  2005-11-05 23:51 -------
Reduced as far as I can get it:
extern "C" {
template<typename _Tp>     struct __is_pod     {
enum  {
    __value = (sizeof(__gnu_internal::__test_type<_Tp>(0)))};  


-- 


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


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