This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/48226] Boost does not build on power7
- From: "meissner at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 21 Mar 2011 21:47:04 +0000
- Subject: [Bug target/48226] Boost does not build on power7
- Auto-submitted: auto-generated
- References: <bug-48226-4@http.gcc.gnu.org/bugzilla/>
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 };