mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #511] [MERGED] Blacklist PGI from using conformant array parameters. #1146
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:pgi📝 Commits (2)
520399bBlacklist PGI from using conformant array parameters.69555f5travis: 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.