ISL with small integer optimization requires C99 to compile. gcc < 5.0 still uses C89 as default, so we need to enable the options to compile in C99 mode.
The actual activation of small integer optimization will follow after this commit.
Paths
| Differential D10610
[Polly] Use C99 to compile ISL ClosedPublic Authored by Meinersbur on Jun 22 2015, 12:25 PM.
Details
Summary ISL with small integer optimization requires C99 to compile. gcc < 5.0 still uses C89 as default, so we need to enable the options to compile in C99 mode. The actual activation of small integer optimization will follow after this commit.
Diff Detail Event TimelineMeinersbur updated this object. This revision is now accepted and ready to land.Jun 22 2015, 12:37 PM
Revision Contents
Diff 28145 Makefile.config.in
cmake/polly_macros.cmake
lib/CMakeLists.txt
|