http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58574
--- Comment #15 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Tue Oct 1 13:50:30 2013 New Revision: 203062 URL: http://gcc.gnu.org/viewcvs?rev=203062&root=gcc&view=rev Log: PR target/58574 * config/s390/s390.c (s390_chunkify_start): Handle tablejump_p first, continue when done, for other jumps look through PARALLEL unconditionally. * gcc.c-torture/execute/pr58574.c: New test. Added: branches/gcc-4_8-branch/gcc/testsuite/gcc.c-torture/execute/pr58574.c Modified: branches/gcc-4_8-branch/gcc/ChangeLog branches/gcc-4_8-branch/gcc/config/s390/s390.c branches/gcc-4_8-branch/gcc/testsuite/ChangeLog