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/79939] [nvptx] gcc hangs in nvptx_assemble_value


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

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

URL: https://gcc.gnu.org/viewcvs?rev=250119&root=gcc&view=rev
Log:
Backport "Disable constant pool for nvptx"

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

        backport from mainline:
        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:
    branches/gomp-4_0-branch/gcc/ChangeLog.gomp
    branches/gomp-4_0-branch/gcc/config/nvptx/nvptx.c

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