This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug testsuite/81793] gcc.dg/pie-static-[12].c FAIL
- From: "ro at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 12 Aug 2017 15:24:31 +0000
- Subject: [Bug testsuite/81793] gcc.dg/pie-static-[12].c FAIL
- Auto-submitted: auto-generated
- References: <bug-81793-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81793
Rainer Orth <ro at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target|powerpc*-linux |
CC| |ro at gcc dot gnu.org
Component|target |testsuite
Assignee|unassigned at gcc dot gnu.org |ro at gcc dot gnu.org
Target Milestone|--- |8.0
Summary|static pie fails on |gcc.dg/pie-static-[12].c
|powerpc-linux |FAIL
--- Comment #4 from Rainer Orth <ro at gcc dot gnu.org> ---
Mine.
Not a target issue: the testcases also fail on Solaris 11.4 (which has PIE but
not static libc, libm), Linux/x86_64 without static libm, libc installed, and
Darwin/x86_64 (
FAIL: gcc.dg/pie-static-1.c (test for excess errors)
Excess errors:
ld: library not found for -lcrt0.o
).
Patch in progress; need to investigate Darwin problem first (or split off).
Rainer