[PR #511] [MERGED] Blacklist PGI from using conformant array parameters. #1146

Open
opened 2026-01-29 20:52:41 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/511
Author: @nemequ
Created: 2/17/2017
Status: Merged
Merged: 2/19/2017
Merged by: @eustas

Base: masterHead: pgi


📝 Commits (2)

  • 520399b Blacklist PGI from using conformant array parameters.
  • 69555f5 travis: Add PGI Community Edition build.

📊 Changes

3 files changed (+14 additions, -1 deletions)

View changed files

📝 .travis.sh (+7 -0)
📝 .travis.yml (+6 -0)
📝 include/brotli/types.h (+1 -1)

📄 Description

There is a bug in pgcc with conformant array parameters where the
length argument is a pointer which triggers a compiler error
(PGC-S-0094, to be specific). The issue has been reported to PGI and
is being tracked internally as TPR 23778. For more information, see

https://www.pgroup.com/userforum/viewtopic.php?t=5501


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/google/brotli/pull/511 **Author:** [@nemequ](https://github.com/nemequ) **Created:** 2/17/2017 **Status:** ✅ Merged **Merged:** 2/19/2017 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `pgi` --- ### 📝 Commits (2) - [`520399b`](https://github.com/google/brotli/commit/520399bb3c2a8cf5b50c51e527f63ee62e6c9c41) Blacklist PGI from using conformant array parameters. - [`69555f5`](https://github.com/google/brotli/commit/69555f51079010cc4cb3e38b18b3cb8fb637bcba) travis: Add PGI Community Edition build. ### 📊 Changes **3 files changed** (+14 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.travis.sh` (+7 -0) 📝 `.travis.yml` (+6 -0) 📝 `include/brotli/types.h` (+1 -1) </details> ### 📄 Description There is a bug in pgcc with conformant array parameters where the length argument is a pointer which triggers a compiler error (PGC-S-0094, to be specific). The issue has been reported to PGI and is being tracked internally as TPR 23778. For more information, see https://www.pgroup.com/userforum/viewtopic.php?t=5501 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 20:52:41 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1146