Bug 66403 - gcc.dg/torture/builtin-self.c FAILs with PIE
Summary: gcc.dg/torture/builtin-self.c FAILs with PIE
Status: UNCONFIRMED
Alias: None
Product: gcc
Classification: Unclassified
Component: testsuite (show other bugs)
Version: 6.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords: testsuite-fail
Depends on:
Blocks:
 
Reported: 2015-06-03 13:39 UTC by Rainer Orth
Modified: 2021-12-15 20:17 UTC (History)
1 user (show)

See Also:
Host: x86_64-unknown-linux-gnu, i386-pc-solaris2.12
Target: x86_64-unknown-linux-gnu, i386-pc-solaris2.12
Build: x86_64-unknown-linux-gnu, i386-pc-solaris2.12
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rainer Orth 2015-06-03 13:39:15 UTC
With --enable-default-pie, gcc.dg/torture/builtin-self.c FAILs on both Linux/x86_64
and Solaris 12/x86 with -m32:

+FAIL: gcc.dg/torture/builtin-self.c   -O0   scan-assembler-not \\tcall

On Linux, builtin-self.s contains

        call    __x86.get_pc_thunk.ax

  Rainer
Comment 1 Jakub Jelinek 2016-04-27 10:56:09 UTC
GCC 6.1 has been released.
Comment 2 Jakub Jelinek 2016-12-21 10:55:33 UTC
GCC 6.3 is being released, adjusting target milestone.
Comment 3 Richard Biener 2017-07-04 08:44:11 UTC
GCC 6.4 is being released, adjusting target milestone.