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/83660] ICE with vec_extract inside expression statement


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83660

--- Comment #17 from acsawdey at gcc dot gnu.org ---
Author: acsawdey
Date: Tue Apr 24 00:14:21 2018
New Revision: 259586

URL: https://gcc.gnu.org/viewcvs?rev=259586&root=gcc&view=rev
Log:

2018-04-23  Aaron Sawdey  <acsawdey@linux.ibm.com>

        Backport from mainline
        2018-04-16  Aaron Sawdey  <acsawdey@linux.ibm.com>

        PR target/83660
        * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Mark
        vec_extract expression as having side effects to make sure it gets
        a cleanup point.

2018-04-23  Aaron Sawdey  <acsawdey@linux.ibm.com>

        Backport from mainline
        2018-04-16  Aaron Sawdey  <acsawdey@linux.ibm.com>

        PR target/83660
        * gcc.target/powerpc/pr83660.C: New test.


Added:
    branches/gcc-6-branch/gcc/testsuite/gcc.target/powerpc/pr83660.C
Modified:
    branches/gcc-6-branch/gcc/ChangeLog
    branches/gcc-6-branch/gcc/config/rs6000/rs6000-c.c
    branches/gcc-6-branch/gcc/testsuite/ChangeLog

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