[LLVMbugs] [Bug 1278] [llvm-gcc] struct layout suboptimality

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Fri May 4 16:18:20 PDT 2007


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

dpatel at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |



------- Additional Comments From dpatel at apple.com  2007-05-04 18:18 -------
Reverted prevous patch. It breaks

---

struct s {
  char s1;
} __attribute__ ((aligned (8)));

struct s foo(void) {
  struct s S = {'a'};
  return S;
}

----



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the llvm-bugs mailing list