Bug#575491: g++-4.3: ICE (segfault) on AMD64

2010-03-26 Thread Thimo Neubauer
Package: g++-4.3 Version: 4.3.2-1.1 Severity: important I've reduced the testcase with the Intel CESR tool to: mutabor++ /tmp> g++ -fnon-call-exceptions -O2 cesrcut.cpp cesrcut.cpp: In destructor ‘SparsePreconditioner::~SparsePreconditioner()’: cesrcut.cpp:282: internal compiler error: Segmentat

Bug#531049: Of course I forgot the attachment...

2009-05-29 Thread Thimo Neubauer
Forgot the attachment before... Sorry, Thimo testcase.cpp Description: Binary data

Bug#531049: Internal compiler error: segmentation fault

2009-05-29 Thread Thimo Neubauer
Package: g++-4.3 Version: 4.3.2-1.1 Severity: normal *** Please type your report below this line *** mutabor++ /tmp> g++ -fnon-call-exceptions -O2 testcase.cpp testcase.cpp: In destructor 'SparsePreconditioner::~SparsePreconditioner()': testcase.cpp:271: internal compiler error: Segmentation fault

Bug#216234: g++-3.3: template function triggers syntax error

2003-10-21 Thread Thimo Neubauer
Hi, yet more info for this bug: it may be related to #185604 (also reported by me :) but isn't the same. First of all, the program from #185604 compiles fine with gcc 3.3.2 (no wonder as it went into the regression tests) and the error is different. In the old bug the compiler parsed the specializ

Bug#216234: g++-3.3: template function triggers syntax error

2003-10-21 Thread Thimo Neubauer
Hi, Am 19.10.2003 um 23:52 schrieb Falk Hueffner: > The Compaq compiler also rejects it. I'm pretty sure it's the expected > behaviour, but somebody else should check. In my copy of Stroustrups book (german version, 4th edition) there's a short passage in Appendix A.9 talking about parsing of tem

Bug#216209: Part of the problem solved...

2003-10-17 Thread Thimo Neubauer
Hi, I asked a second person when I filed the original bug report but now a third person saw the problem. Yes, the call tries to create a reference on a constant and thus cannot compile. But in that case, the error-message is very misleading. I've already changed the bug title and changed the seve

Bug#216234: g++-3.3: template function triggers syntax error

2003-10-17 Thread Thimo Neubauer
Package: g++-3.3 Version: 1:3.3.2-0pre5.0.1 Severity: normal Tags: sid The following code shows that g++ reports a syntax error if the method-call is inside a template-function but not if it's inside a normal function: -- snip -- #include template class Entity { public: template void prin

Bug#216209: g++-3.3: template-method not found depending on type

2003-10-17 Thread Thimo Neubauer
Package: g++-3.3 Version: 1:3.3.2-0pre5.0.1 Severity: normal Tags: sid The following program consists of two classes, both with a parametrized method. Depending on the parameter type g++ the compilation fails or not... -- snip -- class E1 { public: template void print(T bla) { }; }; class E

Bug#187978: gcc-3.3: slightly incorrect Build-Depends

2003-04-07 Thread Thimo Neubauer
Package: gcc-3.3 Version: 1:3.3-0pre3.aylee Severity: normal I've used pbuilder to backport gcc-3.3 to woody and encountered the following error: else true; fi; \ else true; fi cd ../../src/gcc && makeinfo -Idoc/include \ -o treelang/treelang-3.3.info treelang/treelang.texi treelang/treelang.

Bug#185604: g++-3.2: method parametrized by template does not work everywhere

2003-03-20 Thread Thimo Neubauer
Package: g++-3.2 Version: 1:3.2.3-0pre5 Severity: important The following program is valid C++, but does not compile: -- snip -- class X { public: template int bar () {return d;} }; template int fooo () { return x; } template void bar (T& g) { int kk = fooo<17>(); // OK X x; int k

Bug#105986: Please let gcc tell me the error :)

2001-07-20 Thread Thimo Neubauer
Package: gcc-3.0 Version: 1:3.0-0pre010403 Severity: wishlist This in an issue with both gcc 3.0 and gcc 2.95. I just tried to compile my project and got the following message (after tons of make-stuff): make[1]: Leaving directory `/home/thimo/UG/course/appl/couplex' gcc-3.0 -o course2d debug.o c