Stephen J. Turnbull writes:
>>>>> "Sean" == Sean MacLennan
<seanm(a)seanm.ca> writes:
Sean> Art Medlar writes:
>> (let ((n 3)) (print n))
>> (let (0))
Sean> Another data point. Both of the above crash my 'Winder.
Sean> gcc is version 2.95.1, compiled -O3
What is the setting of --use-union-type? (If on, it appears under
"Other Features" at the bottom of the M-x describe-installation report.)
I recompiled with --use-union-type and it still crashes :-(
/Sean