This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/81648] [8 regression] r250759 breaks build on powerpc64
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 01 Aug 2017 16:18:50 +0000
- Subject: [Bug target/81648] [8 regression] r250759 breaks build on powerpc64
- Auto-submitted: auto-generated
- References: <bug-81648-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81648
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |FIXED
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Oops, the issue is that this is in fairly newly addded stuff - r250477, and I
wrote the patch before this was committed, so my grep didn't reveal that. And
my cross-compiler was built without binutils, so HAVE_AS_POWER9 wasn't defined
and that builds fine too.
Fixed as obvious with:
Author: jakub
Date: Tue Aug 1 16:12:31 2017
New Revision: 250784
URL: https://gcc.gnu.org/viewcvs?rev=250784&root=gcc&view=rev
Log:
PR target/80846
* config/rs6000/vsx.md (vextract_fp_from_shorth,
vextract_fp_from_shortl): Add element mode after mode in gen_vec_init*
calls.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/rs6000/vsx.md