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 rtl-optimization/23324] [4.1 Regression] unsigned bitfield in struct not passed correctly as argument


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-11 12:22 -------
Confirmed,  This looks like an aliasing issue on the rtl level as -O2 -fno-strict-aliasing works.

This also worked on the 4.0 branch.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
  GCC build triplet|powerpc-apple-darwin7.9.0   |
   GCC host triplet|powerpc-apple-darwin7.9.0   |
 GCC target triplet|powerpc-apple-darwin7.9.0   |powerpc-*-darwin*
           Keywords|                            |alias
   Last reconfirmed|0000-00-00 00:00:00         |2005-08-11 12:22:54
               date|                            |
            Summary|unsigned bitfield in struct |[4.1 Regression] unsigned
                   |not passed correctly as     |bitfield in struct not
                   |argument                    |passed correctly as argument
   Target Milestone|---                         |4.1.0


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


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