https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79939
--- Comment #2 from Tom de Vries <vries at gcc dot gnu.org> --- 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 <t...@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