[Bug d/88462] All D execution tests FAIL on Solaris/SPARC
ibuclaw at gdcproject dot org
gcc-bugzilla@gcc.gnu.org
Wed Dec 12 14:04:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88462
--- Comment #1 from Iain Buclaw <ibuclaw at gdcproject dot org> ---
Does it appear to be the correct alignment at compile-time?
This just prints the what the front-end determines. Not discounting these
values somehow change during translation to gcc trees.
---
import core.sys.posix.sys.types;
import core.sync.mutex;
pragma(msg, pthread_mutex_t.alignof);
pragma(msg, Mutex.alignof);
pragma(msg, Mutex.m_hndl.offsetof);
More information about the Gcc-bugs
mailing list