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

Reply via email to