Project

General

Profile

Bug #1299 » 0001-Fix-compilation-with-gcc-4.4-and-D_FORTIFY_SOURCE-2.patch

ruby-1.9-alt-gcc4.4-catch.patch - raorn (Alexey Froloff), 05/08/2009 09:01 PM

View differences:

vm_eval.c
{
VALUE tag;
int state;
VALUE val = Qnil; /* OK */
volatile VALUE val = Qnil; /* OK */
rb_thread_t *th = GET_THREAD();
rb_control_frame_t *saved_cfp = th->cfp;
(2-2/2)