[Bug c++/16387] [ABI] POD double alignment shifting [3.2/3.3/3.4]

2006-03-11 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-03-11 19:46 --- Fixed, it was not really an ABI bug after all, just alignof being implemented different/wrong. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/16387] [ABI] POD double alignment shifting [3.2/3.3/3.4]

2006-03-10 Thread jason at gcc dot gnu dot org
--- Comment #4 from jason at gcc dot gnu dot org 2006-03-10 22:40 --- Subject: Bug 16387 Author: jason Date: Fri Mar 10 22:40:41 2006 New Revision: 111945 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111945 Log: PR c++/16387, c++/16389 * typeck.c (cxx_alignof_e

[Bug c++/16387] [ABI] POD double alignment shifting [3.2/3.3/3.4]

2006-03-03 Thread jason at gcc dot gnu dot org
--- Comment #3 from jason at gcc dot gnu dot org 2006-03-03 17:48 --- This is also an issue for the trunk: sizealign sa 8 4 sa.a8 8 sb 12 4 sb.b8 8 -- jason at gcc dot gnu dot org changed: What|Removed

[Bug c++/16387] [ABI] POD double alignment shifting [3.2/3.3/3.4]

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-02 01:40 --- This looks more like a C++ front-end bug as the C produces: sizealign sa 8 4 sa.a8 4 sb 12 4 sb.b8 4 -- What|Removed