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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
23 + 18 = ?
Subscribe to this entry?

 
 [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 15:01:28 2024 UTC