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++/14448] [3.4/3.5 regression] Segfault in Boost indexed_set


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-03-07 22:33 -------
Reduced testcase:

===================================================================
template <int> struct A
{
    A();
};

template<typename T> void foo(T)
{
    static const int n=1+1;
    A<n+1> a;
}

void bar()
{
    foo(0);
}
===================================================================


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
           Severity|normal                      |critical
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
      Known to work|                            |3.3.3
   Last reconfirmed|0000-00-00 00:00:00         |2004-03-07 22:34:00
               date|                            |
            Summary|Segfault in Boost           |[3.4/3.5 regression]
                   |indexed_set                 |Segfault in Boost
                   |                            |indexed_set
   Target Milestone|---                         |3.4.0


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


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