php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #81656 GCC-11 silently ignores -R
Submitted: 2021-11-25 06:26 UTC Modified: 2021-11-25 06:38 UTC
From: mike@php.net Assigned:
Status: Closed Package: *Compile Issues
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: mike@php.net
New email:
PHP Version: OS:

 

 [2021-11-25 06:26 UTC] mike@php.net
Description:
------------
GCC 11 apparently silently ignores `-R`, so our rpath switch detection code fails in build/php.m4


Patches

Add a Patch

Pull Requests

Pull requests:

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2021-11-25 06:38 UTC] mike@php.net
I found Sun CC supporting -R, so maybe we should move that check after the more common ones?
 [2021-11-25 06:47 UTC] mike@php.net
The following pull request has been associated:

Patch Name: fix #81656: GCC-11 silently ignores -R
On GitHub:  https://github.com/php/php-src/pull/7688
Patch:      https://github.com/php/php-src/pull/7688.patch
 [2021-12-05 20:07 UTC] git@php.net
Automatic comment on behalf of m6w6 (author) and nikic (committer)
Revision: https://github.com/php/php-src/commit/1f38c003d2415e97a8ba073d9d31ad42876bc001
Log: fix #81656: GCC-11 silently ignores -R
 [2021-12-05 20:07 UTC] git@php.net
-Status: Open +Status: Closed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 20:01:29 2024 UTC