https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63691
--- Comment #12 from dave.anglin at bell dot net --- On 10/31/2014 5:30 PM, aaro.koskinen at iki dot fi wrote: > I was able to isolate the problem to GLIBC elf/dl-conflict.c and specifically > hppa specific elf_machine_rela function called from there. Could you isolate the "wrong code" in elf/dl-conflict.c? It seems a null pointer check in this object is being incorrectly removed. Dave