This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/23067] Incorrect struct layout on darwin


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-26 17:37 -------
Patch does not get the following correct:
struct f
{
  long long i;
  int j;
};

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23067


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]