GCC Error compiling driver(s) on linux ubuntu 16.04

Hello, i am having problems trying to install drivers NVIDIA-Linux-x86_64-361.62 and the latest NVIDIA-Linux-x86_64-367.27
on my laptop with a fresh new ubuntu 16.04 linux distro.
Running the installer as root after a while the gcc (
gcc (Ubuntu 5.3.1-14ubuntu2.1) 5.3.1 20160413
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
) yields an error:

In file included from /tmp/selfgz942/NVIDIA-Linux-x86_64-367.27/kernel/nvidia-uvm/uvm8_gpu.h:35:0,
from /tmp/selfgz942/NVIDIA-Linux-x86_64-367.27/kernel/nvidia-uvm/uvm8_global.h:27,
from /tmp/selfgz942/NVIDIA-Linux-x86_64-367.27/kernel/nvidia-uvm/uvm8_va_space.h:27,
from /tmp/selfgz942/NVIDIA-Linux-x86_64-367.27/kernel/nvidia-uvm/uvm8_user_channel.c:26:
/tmp/selfgz942/NVIDIA-Linux-x86_64-367.27/kernel/nvidia-uvm/uvm8_pmm_gpu.h: In function ‘uvm_gpu_chunk_set_size’:
/tmp/selfgz942/NVIDIA-Linux-x86_64-367.27/kernel/nvidia-uvm/uvm8_pmm_gpu.h:279:29: internal compiler error: Segmentation fault
UVM_GPU_CHUNK_FLAGS_SIZE_LOG2_SIZE,
^
CC [M] /tmp/selfgz942/NVIDIA-Linux-x86_64-367.27/kernel/nvidia-uvm/uvm8_test_rng.o
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-5/README.Bugs> for instructions.
scripts/Makefile.build:258: recipe for target ‘/tmp/selfgz942/NVIDIA-Linux-x86_64-367.27/kernel/nvidia-uvm/uvm8_user_channel.o’ failed

the same error happened with the precedent dirver. So weird…
Can andbody help me?
Thanks