Re: [PATCH 2/9] cfgcleanup: Don't confuse CFI when -fshrink-wrap-separate

2016-09-08 Thread Jeff Law
On 07/31/2016 07:42 PM, Segher Boessenkool wrote: cfgcleanup would try to join noreturn paths with different components handled. This then fails in dwarf2cfi. 2016-06-07 Segher Boessenkool * cfgcleanup.c (outgoing_edges_match): Don't join noreturn calls if shrink_wrapped_sep

[PATCH 2/9] cfgcleanup: Don't confuse CFI when -fshrink-wrap-separate

2016-07-31 Thread Segher Boessenkool
cfgcleanup would try to join noreturn paths with different components handled. This then fails in dwarf2cfi. 2016-06-07 Segher Boessenkool * cfgcleanup.c (outgoing_edges_match): Don't join noreturn calls if shrink_wrapped_separate. --- gcc/cfgcleanup.c | 5 + 1 file chang

[PATCH 2/9] cfgcleanup: Don't confuse CFI when -fshrink-wrap-separate

2016-06-07 Thread Segher Boessenkool
cfgcleanup would try to join noreturn paths with different concerns handled. This then fails in dwarf2cfi. 2016-06-07 Segher Boessenkool * cfgcleanup.c (outgoing_edges_match): Don't join noreturn calls if shrink_wrapped_separate. --- gcc/cfgcleanup.c | 5 + 1 file change