Commit 152f76ec by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

re PR middle-end/24912 (m68k build failure: ICE: in reload_cse_simplify_operands)

	PR middle-end/24912
	* gcc.dg/torture/pr24912-1.c: New test.

From-SVN: r107230
parent 41b9109a
2005-11-19 Hans-Peter Nilsson <hp@axis.com>
PR middle-end/24912
* gcc.dg/torture/pr24912-1.c: New test.
2005-11-19 Janne Blomqvist <jb@gcc.gnu.org>
PR fortran/24862
void foo(void);
void
bar (unsigned char *p)
{
int j;
j = *(p) ;
j += ((signed char) (*p) ) << 8;
if (j)
foo();
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment