Paul Hankin

Results 6 issues of Paul Hankin

We serve x86_64-elf-gcc from storage.googleapis.com. That's fine for the binaries (and I guess something like this is necessary to avoid the push limits of github). But we also have BUILD.go...

It's probably not a big deal, but the toolchain registered by x86_64-elf-gcc has the field ArchName set to "i386". I would expect it should be "x86_64".

The return code from main using libsupcxx is not the same as calling exit, at least in linux-x86_64-libsupcxx . Specifically, sys::exit(1) (which calls the C function exit(1)) causes a shell...

Test08 fails, in that it returns a non-zero shell status code (1 on my machine). The main() function calls std::exit(0), so the status code should be 0. (Just as a...

Test05 currently fails with a crash. The comments and print statement suggest that the expected behavior is as it is, but the behavior (as the comments also suggest) is undefined...