Brad King c3389d4ce2 KWSys: Avoid Clang optimizer bug in testProcess-[45]
Clang's optimizer, as of clang version 2.8 (trunk 107463), produces the
undefined instruction 'ud2' for the code "*(int*)0=0" on OS X x86_64.
It causes our crash tests to fail because the child process exits with
an invalid instruction instead of a segmentation fault.  Work around the
bug by using "*(int*)1=0" in this case.
2010-07-02 14:00:04 -04:00
..
2010-06-27 11:22:05 -04:00
2010-06-27 11:22:05 -04:00
2010-05-19 15:40:48 -06:00
2009-12-08 09:38:36 -05:00
2010-05-12 10:41:06 -04:00
2010-05-17 13:34:29 -04:00
2010-03-02 15:38:02 -05:00
2010-03-17 11:04:13 -04:00