]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR target/10781 (wrong class size and alignment with static class member)
authorAndrew Pinski <pinskia@physics.uc.edu>
Sat, 17 Jan 2004 19:48:50 +0000 (19:48 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Sat, 17 Jan 2004 19:48:50 +0000 (11:48 -0800)
commit95727fb877e650d1d4be5798151a2cde09cd0553
treea0ab8ee208b07c4e48ee3c5ef3d40bc702369877
parent4bfaff4d24177c907f1ecb4062501a422f63c6e0
re PR target/10781 (wrong class size and alignment with static class member)

2004-01-17  Andrew Pinski  <pinskia@physics.uc.edu>

        PR target/10781
        * config/rs6000/rs6000-protos.h (rs6000_special_round_type_align):
        Prototype.
        * config/rs6000/rs6000.c (rs6000_special_round_type_align):
        New function.
        * config/rs6000/linux64.h (ROUND_TYPE_ALIGN): Use it.
        * config/rs6000/aix.h (ROUND_TYPE_ALIGN): Likewise.
        * config/rs6000/darwin.h (ROUND_TYPE_ALIGN): Likewise.

2004-01-17  Andrew Pinski  <pinskia@physics.uc.edu>

        PR target/10781
        * encoding.c (rs6000_special_round_type_align): Define.

From-SVN: r76043
gcc/ChangeLog
gcc/config/rs6000/aix.h
gcc/config/rs6000/darwin.h
gcc/config/rs6000/linux64.h
gcc/config/rs6000/rs6000-protos.h
gcc/config/rs6000/rs6000.c
libobjc/ChangeLog
libobjc/encoding.c