[LLVMbugs] [Bug 8519] Field offset not at char boundary!

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Nov 2 10:52:11 PDT 2010


http://llvm.org/bugs/show_bug.cgi?id=8519

Rafael Ávila de Espíndola <rafael.espindola at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |rafael.espindola at gmail.com
         Resolution|FIXED                       |

--- Comment #3 from Rafael Ávila de Espíndola <rafael.espindola at gmail.com> 2010-11-02 12:52:10 CDT ---
-------------------------------------------
class Value {
unsigned char HasValueHandle : 1;
unsigned char SubclassOptionalData : 7;
};
class map     {
};
struct PSVGlobalsTy {
const Value PSVs[4];
map FSValues;
};
static PSVGlobalsTy PSVGlobals;
----------------------------------------------

/usr/local/google/home/espindola/llvm/build/Release+Asserts/bin/clang -cc1
-triple x86_64-unknown-linux-gnu -emit-llvm -o foo.s  PseudoSourceValue.ii

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list