ash.gti (john harrison)
- Login: ash.gti
- Email: ash@greaterthaninfinity.com
- Registered on: 01/27/2009
- Last sign in: 01/27/2009
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
01/27/2009
-
12:45 AM Ruby Bug #340: 1.9/trunk does not work when compiled with llvm-gcc4 2.3 (gcc 4.2.1)
- =begin
I was able to get Ruby 1.9.1 RC2 to compile and run if I set:
#define RUBY_SETJMP(env) setjmp(env)
#define RUBY_LONGJMP(env,val) longjmp(env,val)
I don't know exactly why, but the llvm-gcc doesn't do __builtin_longjmp and ...