Changes between Initial Version and Version 1 of Ticket #1095


Ignore:
Timestamp:
Dec 18, 2015, 11:29:56 AM (9 years ago)
Author:
William Harrington
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1095 – Description

    initial v1  
    66So far GCC needs to be upgraded to at least 4.2.3 because of binutils and gold requirements.
    77
    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:
     8ISL 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:
    99https://groups.google.com/d/msg/isl-development/olvv6MU_3gE/VMf8qzZLCQAJ
    1010
    11 Editing the header in ISL for cross-tools is okay, or force 4.2.3 to use c99 for ISL 0.15.
     11Editing 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.
    1212
    1313Chris found some issues, but I'm still at gcc-static right now.