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++/13568] ICE


------- Additional Comments From falk at debian dot org  2004-01-05 13:35 -------
Confirmed. Test case:

template <bool x> struct STATIC_ASSERTION_FAILURE;
template<int x> struct static_assert_test{
    template <class T> struct rvalue_from_python_storage {
        typedef static_assert_test< sizeof(STATIC_ASSERTION_FAILURE< (bool)(
(__offsetof__ (reinterpret_cast <int> (&reinterpret_cast <char &>
(static_cast<rvalue_from_python_storage<T> *> (0)->stage1)))) == 0 ) >)>
boost_static_assert_typedef_100;
    };
};


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1


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


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