Changes between Initial Version and Version 1 of Ticket #1095
- Timestamp:
- Dec 18, 2015, 11:29:56 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1095 – Description
initial v1 6 6 So far GCC needs to be upgraded to at least 4.2.3 because of binutils and gold requirements. 7 7 8 ISL 0.15 has a header issue which causes issues with compilers that don't default to C99 and a comma exists at the end of a structure:8 ISL 0.15 has a header issue which causes issues with compilers that don't default to C99 and a comma exists at the end of an enumeration: 9 9 https://groups.google.com/d/msg/isl-development/olvv6MU_3gE/VMf8qzZLCQAJ 10 10 11 Editing the header in ISL for cross-tools is okay, or force 4.2.3 to use c99 for ISL 0.15 .11 Editing the header in ISL for cross-tools is okay, or force 4.2.3 to use c99 for ISL 0.15 when building GCC 5.2.0/5.3.0. I think C99 is default starting at GCC 4.5. 12 12 13 13 Chris found some issues, but I'm still at gcc-static right now.