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

           Summary: clang misses "-fpack-struct" GCC command line option
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Frontend
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


GCC supports -fpack-struct option, which is described at
http://gcc.gnu.org/onlinedocs/gcc/Code-Gen-Options.html#Code-Gen-Options

It globally sets the maximum alignment for struct members. However, clang does
not know about it.
Please implement that :) Since #pragma pack is already inside, it will not take
much work.

-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to