This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13568] ICE
- From: "falk at debian dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Jan 2004 13:35:44 -0000
- Subject: [Bug c++/13568] ICE
- References: <20040105105133.13568.dave@boost-consulting.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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