This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r249106 - in /trunk/gcc: ChangeLog config/nvptx...
- From: vries at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Sun, 11 Jun 2017 21:54:01 -0000
- Subject: r249106 - in /trunk/gcc: ChangeLog config/nvptx...
Author: vries
Date: Sun Jun 11 21:54:00 2017
New Revision: 249106
URL: https://gcc.gnu.org/viewcvs?rev=249106&root=gcc&view=rev
Log:
Disable constant pool for nvptx
2017-06-11 Tom de Vries <tom@codesourcery.com>
PR target/79939
* config/nvptx/nvptx.c (nvptx_cannot_force_const_mem): New function.
Return true.
(TARGET_CANNOT_FORCE_CONST_MEM): Redefine to
nvptx_cannot_force_const_mem.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/nvptx/nvptx.c