On Fri, 11 Mar 2016, Jakub Jelinek wrote:
> Hi!
>
> As the testcase shows, we can get a FUNCTION_DECL or LABEL_DECL (on
> questionable code). The patch also removes the default gcc_unreachable (),
> as this is just a debugging aid function, nothing bad happens if we ignore
> some other tree code
Hi!
As the testcase shows, we can get a FUNCTION_DECL or LABEL_DECL (on
questionable code). The patch also removes the default gcc_unreachable (),
as this is just a debugging aid function, nothing bad happens if we ignore
some other tree code.
Bootstrapped/regtested on x86_64-linux and i686-linu