From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19804 invoked by alias); 31 Dec 2003 18:10:54 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 19789 invoked by uid 48); 31 Dec 2003 18:10:54 -0000 Date: Wed, 31 Dec 2003 18:12:00 -0000 Message-ID: <20031231181054.19787.qmail@sources.redhat.com> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20031011014942.12573.jbrandmeyer@users.sourceforge.net> References: <20031011014942.12573.jbrandmeyer@users.sourceforge.net> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/12573] [3.4 Regression ] ICE (segfault) with Boost.Python X-Bugzilla-Reason: CC X-SW-Source: 2003-12/txt/msg03091.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2003-12-31 18:10 ------- Reopening because it still ICE when you add __offsetof__ in the preprocessed source file: namespace boost{ template struct STATIC_ASSERTION_FAILURE; template <> struct STATIC_ASSERTION_FAILURE { enum { value = 1 }; }; template struct static_assert_test{}; } typedef unsigned int size_t; namespace std{using ::size_t;} namespace boost { namespace python { namespace converter { struct rvalue_from_python_stage1_data { void* convertible; }; template struct rvalue_from_python_storage { rvalue_from_python_stage1_data stage1; }; template struct rvalue_from_python_data { typedef ::boost::static_assert_test< sizeof(::boost::STATIC_ASSERTION_FAILURE< (bool)( __offsetof__ (reinterpret_cast (&static_cast *> (0)- >stage1)) == 0 ) >)> boost_static_assert_typedef_100; }; }}} -- What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Keywords| |ice-on-valid-code Resolution|FIXED | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12573