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/80855] [nvptx] missing sorry("target cannot support label values"


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

--- Comment #4 from Tom de Vries <vries at gcc dot gnu.org> ---
Author: vries
Date: Tue Jul 11 07:20:34 2017
New Revision: 250118

URL: https://gcc.gnu.org/viewcvs?rev=250118&root=gcc&view=rev
Log:
Backport: Add "sorry, target cannot support label values" for nvptx

2017-07-11  Tom de Vries  <tom@codesourcery.com>

        backport from mainline:
        2017-06-09  Tom de Vries  <tom@codesourcery.com>

        PR target/80855
        * config/nvptx/nvptx.md (define_expand "mov<QHSDISDFM>"): Error out
with
        "target cannot support label values" when encountering LABEL_REF.

        * gcc.target/nvptx/label-values.c: New test.

Added:
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/nvptx/label-values.c
Modified:
    branches/gomp-4_0-branch/gcc/ChangeLog.gomp
    branches/gomp-4_0-branch/gcc/config/nvptx/nvptx.md
    branches/gomp-4_0-branch/gcc/testsuite/ChangeLog.gomp

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