https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88347
--- Comment #5 from Jeffrey A. Law <law at gcc dot gnu.org> --- Author: law Date: Mon Mar 25 23:33:36 2019 New Revision: 269928 URL: https://gcc.gnu.org/viewcvs?rev=269928&root=gcc&view=rev Log: PR rtl-optimization/88347 PR rtl-optimization/88423 * sched-deps.c (sched_analyze_insn): Take into account that for tablejumps the barrier appears after a label and a jump_table_data. * gcc.c-torture/compile/pr88347.c: New test. * gcc.c-torture/compile/pr88423.c: New test. Added: trunk/gcc/testsuite/gcc.c-torture/compile/pr88347.c trunk/gcc/testsuite/gcc.c-torture/compile/pr88423.c Modified: trunk/gcc/ChangeLog trunk/gcc/sched-deps.c trunk/gcc/testsuite/ChangeLog