On 07/16/15 07:41, Ilya Verbin wrote:
On Wed, Jul 15, 2015 at 20:56:50 -0400, Nathan Sidwell wrote:Index: gcc/config/nvptx/mkoffload.c =================================================================== - fprintf (out, "extern void *__OFFLOAD_TABLE__[];\n\n"); + fprintf (out, "extern const void *conat __OFFLOAD_TABLE__[];\n\n");Here is a typo.
Thanks, caught that myself too. testing shows the patch ok for x86-linux/ptx nathan
