When a reference to a field of a struct/union/class is passed to the
__alignof__ operator, make sure to take into account the packed alignment of the struct/union/class itself. Matches GCC's behavior and fixes PR6362. llvm-svn: 96884
Loading
Please register or sign in to comment