This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r249060 - in /trunk/gcc: ChangeLog config/nvptx...
- From: vries at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Fri, 09 Jun 2017 13:11:52 -0000
- Subject: r249060 - in /trunk/gcc: ChangeLog config/nvptx...
Author: vries
Date: Fri Jun 9 13:11:52 2017
New Revision: 249060
URL: https://gcc.gnu.org/viewcvs?rev=249060&root=gcc&view=rev
Log:
Add "sorry, target cannot support label values" for nvptx
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:
trunk/gcc/testsuite/gcc.target/nvptx/label-values.c
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/nvptx/nvptx.md
trunk/gcc/testsuite/ChangeLog