This is the mail archive of the gcc-prs@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]

Re: c++/9640: segfault while compiling


Synopsis: segfault while compiling

State-Changed-From-To: open->analyzed
State-Changed-By: cae
State-Changed-When: Mon Feb 10 23:39:44 2003
State-Changed-Why:
    Confirmed. 3.3 and 3.4 are not affected. A reduced example is this:
    
    template <class DataType> struct TreeTable
    {
            const static int a;
            int *parentLevels[a];
            TreeTable();
    };
    void f()
    {
        TreeTable<int> *t = new TreeTable<int>();
    }

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9640


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