[issue29172] blake2: Use lowest-common denominator signature of #pragma pack

2022-01-29 Thread Irit Katriel


Change by Irit Katriel :


--
resolution:  -> duplicate
stage:  -> resolved
status: open -> closed
superseder:  -> BETA report: Python-3.6 build messages to stderr: AIX and "not 
GCC"

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue29172] blake2: Use lowest-common denominator signature of #pragma pack

2017-01-05 Thread Martin Panter

Martin Panter added the comment:

FWIW Issue 28290 was also opened about this pragma directive being not 
recognized by a compiler called xlC on AIX.

--
nosy: +martin.panter

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue29172] blake2: Use lowest-common denominator signature of #pragma pack

2017-01-05 Thread Eric N. Vander Weele

New submission from Eric N. Vander Weele:

Solaris Studio emits the following during compilation:

"/tmp/Python-3.6.0/Modules/_blake2/impl/blake2.h", line 89: warning: 
ignoring malformed #pragma pack(n)
"/tmp/Python-3.6.0/Modules/_blake2/impl/blake2.h", line 119: warning: 
ignoring malformed #pragma pack(n)

To make the usage of '#pragma pack' more portable, change to the
optional, single argument form.

--
components: Build
files: blake2-pragma-pack-1.patch
keywords: patch
messages: 284784
nosy: christian.heimes, ericvw
priority: normal
severity: normal
status: open
title: blake2: Use lowest-common denominator signature of #pragma pack
type: compile error
versions: Python 3.6
Added file: http://bugs.python.org/file46167/blake2-pragma-pack-1.patch

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com