Bug#179597: Internal compiler error: Error reporting routines re-entered.

2003-02-03 Thread Ivo Timmermans
Package: g++-3.2 Version: 1:3.2.2-0pre8 Severity: normal On the following code: #include using namespace std; int main() { switch(2) { case 3: string blah; break; default:

Bug#176005: Package is empty

2003-01-09 Thread Ivo Timmermans
Package: libstdc++5-dbg Version: 1:3.2.2-0pre3 Severity: grave Tags: sid > dpkg -L libstdc++5-dbg /. /usr /usr/share /usr/share/doc /usr/share/lintian /usr/share/lintian/overrides /usr/share/lintian/overrides/libstdc++5-dbg /usr/lib /usr/lib/debug /usr/share/doc/libstdc++5-dbg 1:3.2.1-0pre3 is a

Bug#149708: g++-3.1: More info on this bug

2002-06-19 Thread Ivo Timmermans
Ivo Timmermans wrote: > Since this bug proved to be unreproducible on other machines, I'm > providing you with some more info: And it has vanished now... Maybe the reboot fixed it, or some other (non-depended-on) package was upgraded, I don't know. Closing. Ivo --

Bug#149708: g++-3.1: More info on this bug

2002-06-12 Thread Ivo Timmermans
Package: g++-3.1 Version: 1:3.1.1-0pre2 Followup-For: Bug #149708 Since this bug proved to be unreproducible on other machines, I'm providing you with some more info: * debsums reports that all files on my system are unchanged. * Preprocessing the file on another machine, where the bug does

Bug#149708: g++-3.1: Internal error (segfault) during compilation

2002-06-11 Thread Ivo Timmermans
Package: g++-3.1 Version: 1:3.1.1-0pre2 Severity: normal Create an empty file, with only these three lines: #include #include #include Compile it with g++-3.1 foo.cc, which yields the following: In file included from /usr/include/g++-v3-3.1/bits/basic_ios.h:41

Bug#119132: va_list

2001-11-11 Thread Ivo Timmermans
Ok, my error... only after i reported the bug i found an email referencing __va_copy. Ivo -- Seit Kïptn Ahab sich mit Moses zusammengetan hatte, hatte Moby Dick nicht mehr viel zu lachen.

Bug#119132: gcc: compiler error on powerpc with va_list

2001-11-11 Thread Ivo Timmermans
Package: gcc Version: 2:2.95.4-8 Severity: serious -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 When compiling the next simple C code snippet on powerpc: #include int foo(int bar, ...) { va_list a, b; a = b; } gcc will fail: test2.c: In function `foo': test2.c:7: incompatib