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++/12573] [3.4 Regression ] ICE (segfault) with Boost.Python


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-01 08:35 -------
Here is the testcase which fails:
#include <cstddef>
template <bool> struct S;

template <typename> struct Y {
    int x;
};

template <class T> struct Z {
    S< (bool)(offsetof(Y<T>,x)) == 0) >
    s;
};

Giovanni you want to look into this again or not?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |ASSIGNED


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


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