https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66398
Bug ID: 66398 Summary: g++.dg/abi/anon1.C FAILs with PIE Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: ro at gcc dot gnu.org CC: hjl at gcc dot gnu.org Target Milestone: --- Host: x86_64-unknown-linux-gnu Target: x86_64-unknown-linux-gnu Build: x86_64-unknown-linux-gnu With --enable-default-pie, g++.dg/abi/anon1.C FAILs on Linux/x86_64 with -m32: +FAIL: g++.dg/abi/anon1.C -std=c++11 scan-assembler-not globl +FAIL: g++.dg/abi/anon1.C -std=c++14 scan-assembler-not globl +FAIL: g++.dg/abi/anon1.C -std=c++98 scan-assembler-not globl anon1.s contains .globl __x86.get_pc_thunk.ax Rainer