diff options
author | Claudiu Zissulescu <claziss@synopsys.com> | 2017-11-21 12:37:42 +0100 |
---|---|---|
committer | Claudiu Zissulescu <claziss@gcc.gnu.org> | 2017-11-21 12:37:42 +0100 |
commit | 13f5d5e0828e1c2ccba67f9a5f0f8d50f5b42a77 (patch) | |
tree | ffbea3856ef8325931ae3fa7fd5db723090c8877 /gcc/ChangeLog | |
parent | 6fe5e235f962f8ac1ab95446de1f18f1c05524b2 (diff) | |
download | gcc-13f5d5e0828e1c2ccba67f9a5f0f8d50f5b42a77.zip gcc-13f5d5e0828e1c2ccba67f9a5f0f8d50f5b42a77.tar.gz gcc-13f5d5e0828e1c2ccba67f9a5f0f8d50f5b42a77.tar.bz2 |
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
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7fa8572..bc50425 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,4 +1,9 @@ 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. + +2017-11-21 Claudiu Zissulescu <claziss@synopsys.com> Andrew Burgess <andrew.burgess@embecosm.com> * config/arc/arc-protos.h (arc_compute_frame_size): Delete |