On Saturday 31 December 2005 14:47, Martin Stumpf wrote:
> Package: gcc-3.3
> Version: 1:3.3.5-13
> Severity: normal
>
> The following program evaluates d to 13. On other architectures (and in
> java) the same code evaluates to 12.
> (2.95, 3.3, 3.4, 4.0, 4.1 do have the same bug)
>
> #include
>
>
Package: gcc-3.3
Version: 1:3.3.5-13
Severity: normal
The following program evaluates d to 13. On other architectures (and in
java) the same code evaluates to 12.
(2.95, 3.3, 3.4, 4.0, 4.1 do have the same bug)
#include
using namespace std;
int main(int argc, char* argv[]) {
int b = 2;
in
2 matches
Mail list logo