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/14142] [3.3 Regression] attribute(aligned())) has no effect with typedef's


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-13 20:09 -------
I tested 3.3.1 on i686-pc-linux, it fails there.
On powerpc-apple-darwin with 3.3.3 prelease from the first of Febuary, it fails if I change the type to 
double as long long are aligned by 8 but doubles are not by default.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |wrong-code
      Known to fail|                            |3.3.1
      Known to work|                            |3.2.3 3.5.0 3.4.0
   Last reconfirmed|0000-00-00 00:00:00         |2004-02-13 20:09:56
               date|                            |
            Summary|attribute(aligned())) has no|[3.3 Regression]
                   |effect with typedef's       |attribute(aligned())) has no
                   |                            |effect with typedef's
   Target Milestone|---                         |3.3.4


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


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