http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50212
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-09-12 17:55:40 UTC --- Author: jakub Date: Mon Sep 12 17:55:36 2011 New Revision: 178785 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178785 Log: PR rtl-optimization/50212 * bb-reorder.c (find_rarely_executed_basic_blocks_and_crossing_edges): Skip also lps with NULL landing_pad or non-LABEL_P landing_pad. * g++.dg/other/pr50212.C: New test. Added: trunk/gcc/testsuite/g++.dg/other/pr50212.C Modified: trunk/gcc/ChangeLog trunk/gcc/bb-reorder.c trunk/gcc/testsuite/ChangeLog