[Bug c++/31027] [4.1/4.2/4.3 regression] Compiler segfaults in simple virtual inheritance situation

2007-04-13 Thread v dot lesk at ic dot ac dot uk
--- Comment #6 from v dot lesk at ic dot ac dot uk 2007-04-13 16:51 --- I have verified that this bug also occurs on g++ 4.0.3. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31027

[Bug c++/31027] [4.1/4.2/4.3 regression] Compiler segfaults in simple virtual inheritance situation

2007-03-09 Thread v dot lesk at ic dot ac dot uk
--- Comment #5 from v dot lesk at ic dot ac dot uk 2007-03-09 11:28 --- Can anyone suggest a workaround? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31027

[Bug c++/31027] Compiler segfaults in simple virtual inheritance situation

2007-03-07 Thread v dot lesk at ic dot ac dot uk
--- Comment #3 from v dot lesk at ic dot ac dot uk 2007-03-07 21:44 --- Created an attachment (id=13166) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13166&action=view) Code which triggers bug -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31027

[Bug c++/31027] Compiler segfaults in simple virtual inheritance situation

2007-03-02 Thread v dot lesk at ic dot ac dot uk
--- Comment #2 from v dot lesk at ic dot ac dot uk 2007-03-02 17:03 --- Compiler command and output for this bug : g++ -v -save-temps -c -O0 ./source.C Using built-in specs. Target: i586-mandriva-linux-gnu Configured with: ../configure --prefix=/usr --libexecdir=/usr/lib --with-slibdir

[Bug c++/31027] Compiler segfaults in simple virtual inheritance situation

2007-03-02 Thread v dot lesk at ic dot ac dot uk
--- Comment #1 from v dot lesk at ic dot ac dot uk 2007-03-02 17:02 --- //Couldnt include attachment so attaching (short) code here. See next comment for compiler output. class A { private: protected: public: }; template class C: virtual public A { private: protected: public: C

[Bug c++/31027] New: Compiler segfaults in simple virtual inheritance situation

2007-03-02 Thread v dot lesk at ic dot ac dot uk
dot org ReportedBy: v dot lesk at ic dot ac dot uk GCC build triplet: i586-mandriva-linux-gnu GCC host triplet: i586-mandriva-linux-gnu GCC target triplet: i586-mandriva-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31027