Another attempt to fix failure
This is another attempt (after the failure of !639 (merged)) to fix !627 (merged). It uses
#if __GNUC__ >= 8
...
#endif
statements around the offending pragmas to only apply them for GCC 8.
This is another attempt (after the failure of !639 (merged)) to fix !627 (merged). It uses
#if __GNUC__ >= 8
...
#endif
statements around the offending pragmas to only apply them for GCC 8.