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 target/48226] Boost does not build on power7


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

Michael Meissner <meissner at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2011.03.21 21:47:02
     Ever Confirmed|0                           |1

--- Comment #1 from Michael Meissner <meissner at gcc dot gnu.org> 2011-03-21 21:47:02 UTC ---
A C only way to show the bug is with the following code:

struct vector {
  float v[4];
};

struct vector vector = { 1, 2, 3, 4 };


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