emit-rtl.c (try_split): Use a loop to search for NOTE_INSN_CALL_ARG_LOCATIONs.
authorRichard Sandiford <rdsandiford@googlemail.com>
Sun, 29 May 2011 17:40:05 +0000 (17:40 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Sun, 29 May 2011 17:40:05 +0000 (17:40 +0000)
commit65f3dedbd51ea84b4db65e481b0cfd81aa183437
treefbeaf02efa3bfee2fcf860e47c2a245d85ca03a5
parent61e374ab766ee2ed03093656f04ca7e8228a3450
emit-rtl.c (try_split): Use a loop to search for NOTE_INSN_CALL_ARG_LOCATIONs.

gcc/
* emit-rtl.c (try_split): Use a loop to search for
NOTE_INSN_CALL_ARG_LOCATIONs.

gcc/testsuite/
From Ryan Mansfield
* gcc.dg/pr48826.c: New test.

From-SVN: r174401
gcc/ChangeLog
gcc/emit-rtl.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr48826.c [new file with mode: 0644]