r220044 - in /trunk/gcc: ChangeLog emit-rtl.c

dmalcolm@gcc.gnu.org dmalcolm@gcc.gnu.org
Fri Jan 23 15:57:00 GMT 2015


Author: dmalcolm
Date: Fri Jan 23 15:57:42 2015
New Revision: 220044

URL: https://gcc.gnu.org/viewcvs?rev=220044&root=gcc&view=rev
Log:
PR jit/64722: fix corruption of %ebx on 32-bit i386 with libgccjit

gcc/ChangeLog:
	PR jit/64722
	* emit-rtl.c (init_emit_regs): Set pic_offset_table_rtx to
	NULL_RTX before testing PIC_OFFSET_TABLE_REGNUM, since the
	latter may be affected by the former (e.g. on i686).

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/emit-rtl.c



More information about the Gcc-cvs mailing list