[Bug target/80855] [nvptx] missing sorry("target cannot support label values"
vries at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Jul 11 07:21:00 GMT 2017
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
More information about the Gcc-bugs
mailing list