Re: [i386] Fix SEGV in ix86_in_large_data_p (PR target/71080)

2016-05-13 Thread Uros Bizjak
On Fri, May 13, 2016 at 10:48 AM, Rainer Orth wrote: > When running the full testsuite with -mcmodel=medium, several tests FAIL > with a NULL pointer dereference as described in the PR. > > Since these calls ultimately originate from get_named_section(NULL_TREE, > ...) calls, the obvious fix seems

[i386] Fix SEGV in ix86_in_large_data_p (PR target/71080)

2016-05-13 Thread Rainer Orth
When running the full testsuite with -mcmodel=medium, several tests FAIL with a NULL pointer dereference as described in the PR. Since these calls ultimately originate from get_named_section(NULL_TREE, ...) calls, the obvious fix seems the right thing to do. Bootstrapped without regressions on x8