OSDN Git Service

PR rtl-optimization/50212
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 Sep 2011 17:55:36 +0000 (17:55 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 Sep 2011 17:55:36 +0000 (17:55 +0000)
commit147f11a7ef473938ceceba4583edb1e24b3e1d5f
tree84e348fd43f73f9669e6bc1af8e4795e47ee65f3
parentb4eeceb9b7f596eef6a585effb14cd3850a273cc
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@178785 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/bb-reorder.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/other/pr50212.C [new file with mode: 0644]