This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/53331] [4.8 Regression] AIX bootstrap failure in tree-vect-data-ref compiling matmul_i4
- From: "ro at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 14 May 2012 13:32:59 +0000
- Subject: [Bug bootstrap/53331] [4.8 Regression] AIX bootstrap failure in tree-vect-data-ref compiling matmul_i4
- Auto-submitted: auto-generated
- References: <bug-53331-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53331
Rainer Orth <ro at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target|powerpc64-*-* |powerpc64-*-*,
| |sparc-sun-solaris2.*
CC| |ro at gcc dot gnu.org
Host|powerpc64-*-* |powerpc64-*-*,
| |sparc-sun-solaris2.*
Build|powerpc64-*-* |powerpc64-*-*,
| |sparc-sun-solaris2.*
--- Comment #8 from Rainer Orth <ro at gcc dot gnu.org> 2012-05-14 13:32:59 UTC ---
I'm seeing the same failure on Solaris/SPARC for the 64-bit multilib. If I drop
your patch into the source tree and restart the build, it completes
successfully.
make check still running.
Thanks.
Rainer