Don't split call from its call arg location.
authorClaudiu Zissulescu <claziss@synopsys.com>
Tue, 21 Nov 2017 11:37:42 +0000 (12:37 +0100)
committerClaudiu Zissulescu <claziss@gcc.gnu.org>
Tue, 21 Nov 2017 11:37:42 +0000 (12:37 +0100)
commit13f5d5e0828e1c2ccba67f9a5f0f8d50f5b42a77
treeffbea3856ef8325931ae3fa7fd5db723090c8877
parent6fe5e235f962f8ac1ab95446de1f18f1c05524b2
Don't split call from its call arg location.

gcc/
2017-11-21  Claudiu Zissulescu  <claziss@synopsys.com>

* cfgrtl.c (force_nonfallthru_and_redirect): Don't split a call
and its corresponding call arg location note.

testsuite/
2017-11-21  Claudiu Zissulescu  <claziss@synopsys.com>

* gcc.target/arc/loop-5.cpp: New test.

From-SVN: r254998
gcc/ChangeLog
gcc/cfgrtl.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arc/loop-5.cpp [new file with mode: 0644]