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 c++/16381] [3.3/3.5 Regression] Structure layout bug


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-08-17 06:39 -------
It's my opinion that GCC 3.4.x is correct, and 3.5 is wrong.

Jie's suggestion that Quad have alignment 4 does not make sense to me, given the
"__attribute__ ((aligned (16)))" on its member "x". 

The distinction between GCC 3.4 and GCC 3.5 is that GCC 3.4 is treating Base2 as
a POD, where as GCC 3.5 is not.  I see no reason why a struct containing
"__m128" should disqualify a type from being a POD, although clearly that is not
specified by the standard.

Therefore, I've retargeted this at GCC 3.5.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|3.3.4 3.4.0 3.5.0           |3.3.4 3.5.0
            Summary|[3.3/3.4/3.5 Regression]    |[3.3/3.5 Regression]
                   |Structure layout bug        |Structure layout bug
   Target Milestone|3.4.2                       |3.5.0


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


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