in reply to Re^6: 64-bit *nix/gcc expertise required
in thread 64-bit *nix/gcc expertise required (THIS IS NOT OFF TOPIC!)
That - as expected - gives us warnings:
"test.c", line 21: warning #2171-D: invalid type conversion p, (ull_p)slot, byte, bit, nop); ^ "test.c", line 29: warning #2171-D: invalid type conversion for (p = (ull_p)123456ULL; p < (ull_p)(1ULL << 34); p += (1ULL < +< 29)) ^ "test.c", line 29: warning #2171-D: invalid type conversion for (p = (ull_p)123456ULL; p < (ull_p)(1ULL << 34); p += (1ULL < +< 29)) ^ "test.c", line 29: remark #4274-D: comparison of pointer with integer +zero for (p = (ull_p)123456ULL; p < (ull_p)(1ULL << 34); p += (1ULL < +< 29)) ^
And when running ...
ELF-32 executable object file - IA64 No output at all
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: 64-bit *nix/gcc expertise required
by BrowserUk (Patriarch) on Dec 25, 2010 at 16:27 UTC | |
by Tux (Canon) on Dec 26, 2010 at 09:06 UTC | |
by BrowserUk (Patriarch) on Dec 26, 2010 at 16:32 UTC | |
by BrowserUk (Patriarch) on Dec 26, 2010 at 11:06 UTC | |
|
Re^8: 64-bit *nix/gcc expertise required
by ikegami (Patriarch) on Dec 24, 2010 at 22:06 UTC | |
by Tux (Canon) on Dec 25, 2010 at 10:21 UTC |