On 08/17/2016 05:33 AM, Richard Biener wrote:
The ISL version we download from download_prerequesites on the GCC 6
branch (0.15) has a trailing comma at the end of an enumerator list.
This causes GCC 4.3.4 to error as we are compiling with -pedantic
(GCC 4.4 and up just warn). The following fix
The ISL version we download from download_prerequesites on the GCC 6
branch (0.15) has a trailing comma at the end of an enumerator list.
This causes GCC 4.3.4 to error as we are compiling with -pedantic
(GCC 4.4 and up just warn). The following fixes this bootstrap issue
by patching the ISL sou