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:
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
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
--
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
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
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.
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
7 matches
Mail list logo