dash icon indicating copy to clipboard operation
dash copied to clipboard

FYI: PGI misscompiles C++11 enum classes with non integer types

Open bertwesarg opened this issue 6 years ago • 3 comments

DASH is affected to a PGI compiler but I reported a bug with a reproducer:

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

I noticed this because of the BoundaryProp enum class is of type uint8_t.

bertwesarg avatar Jun 21 '19 05:06 bertwesarg

It seems like this has been resolved in PGI 19.7. Can we close this issue or is any action needed in DASH?

devreal avatar Oct 30 '19 14:10 devreal

It is. In case you do not want to support older PGI compilers, this can be closed.

bertwesarg avatar Oct 30 '19 15:10 bertwesarg

In case you do not want to support older PGI compilers, this can be closed.

Not sure it's worth cluttering the code with ifdefs for broken old PGI compilers. It's documented here, in case someone runs into it.

devreal avatar Oct 31 '19 09:10 devreal