Re: [PATCH][6.2] Fix build error with in-tree ISL for GCC 4.3 host compiler

2016-08-17 Thread Jeff Law
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

[PATCH][6.2] Fix build error with in-tree ISL for GCC 4.3 host compiler

2016-08-17 Thread Richard Biener
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