Commit 6d90749a by Paul de Weerd Committed by Richard Sandiford

200x-xx-xx Paul de Weerd <weerd@weirdnet.nl>

gcc/testsuite/
200x-xx-xx  Paul de Weerd  <weerd@weirdnet.nl>

	* gcc.c-torture/compile/20011130-2.c: Fix typo.

From-SVN: r130710
parent 417e7bed
2007-12-08 Paul de Weerd <weerd@weirdnet.nl>
* gcc.c-torture/compile/20011130-2.c: Fix typo.
2007-12-08 Tobias Burnus <burnus@net-b.de> 2007-12-08 Tobias Burnus <burnus@net-b.de>
PR fortran/34319 PR fortran/34319
/* This testcase caused infinite loop in life info computation /* This testcase caused infinite loop in life info computation
after if conversion on IA-64. Conditional register dead for after if conversion on IA-64. Conditional register dead for
pseudo holding sign-extended k was improperly computed, pseudo holding sign-extended k was improperly computed,
resulting in this pseudo beeing live at start of bb if it was resulting in this pseudo being live at start of bb if it was
dead at the end and vice versa; as it was a bb which had edge dead at the end and vice versa; as it was a bb which had edge
to itself, this resulted in alternative propagating this basic to itself, this resulted in alternative propagating this basic
block forever. */ block forever. */
......
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