diff options
author | Jakub Jelinek <jakub@redhat.com> | 2018-02-06 21:32:45 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2018-02-06 21:32:45 +0100 |
commit | 486a2b66f0341c646b6df30e2bce6d7298305933 (patch) | |
tree | 7c46a2da971cf452cbf57be6d41d898d1bc21f57 /gcc/omp-expand.c | |
parent | 86f697aaa6ac674da3d402c57a58bd2e99fb8cb1 (diff) | |
download | gcc-486a2b66f0341c646b6df30e2bce6d7298305933.zip gcc-486a2b66f0341c646b6df30e2bce6d7298305933.tar.gz gcc-486a2b66f0341c646b6df30e2bce6d7298305933.tar.bz2 |
re PR target/84146 (ICE with -mcet in dwarf2out_var_location, involving sigsetjmp)
PR target/84146
* config/i386/i386.c (rest_of_insert_endbranch): Only skip
NOTE_INSN_CALL_ARG_LOCATION after a call, not anything else,
and skip it regardless of bb boundaries. Use CALL_P macro,
don't test INSN_P (insn) together with CALL_P or JUMP_P check
unnecessarily, formatting fix.
* gcc.target/i386/pr84146.c: New test.
From-SVN: r257431
Diffstat (limited to 'gcc/omp-expand.c')
0 files changed, 0 insertions, 0 deletions