Changes between Version 4 and Version 5 of Projects/CLANG


Ignore:
Timestamp:
07/07/11 21:39:40 (13 years ago)
Author:
JoelSherrill
Comment:

/* Open Issues */

Legend:

Unmodified
Added
Removed
Modified
  • Projects/CLANG

    v4 v5  
    1414
    1515
    16 These are issues in clang:
    17  *  newlib uses pragma warning which clang does not know - Reported 2011-07-07 to http://lists.cs.uiuc.edu/pipermail/cfe-dev/2011-July/date.html
    18  *  clang does not know registers used in RTEMS i386 FP context macros - Reported 2011-07-07 to http://lists.cs.uiuc.edu/pipermail/cfe-dev/2011-July/016022.html
    19  *  clang does not preprocess score/cpu/i386/cpu_asm.S the same as gcc.  Generates incorrect code. Tracking as [http://llvm.org/bugs/show_bug.cgi?id=10298 PR10298].  Initially reported 2011-07-07 to http://lists.cs.uiuc.edu/pipermail/cfe-dev/2011-July/016019.html
     16These are issues in clang for them to address:
     17 *  newlib uses pragma warning which clang does not know
     18  *  [http://llvm.org/bugs/show_bug.cgi?id=10300 PR10300].
     19  *  Reported 2011-07-07 to http://lists.cs.uiuc.edu/pipermail/cfe-dev/2011-July/date.html
     20
     21 *  clang does not know registers used in RTEMS i386 FP context macros
     22  *  [http://llvm.org/bugs/show_bug.cgi?id=10299 PR10299].
     23  *  Reported 2011-07-07 to http://lists.cs.uiuc.edu/pipermail/cfe-dev/2011-July/016022.html
     24
     25 *  clang does not preprocess score/cpu/i386/cpu_asm.S the same as gcc.  Generates incorrect code.
     26  *  [http://llvm.org/bugs/show_bug.cgi?id=10298 PR10298].
     27  *  Initially reported 2011-07-07 to http://lists.cs.uiuc.edu/pipermail/cfe-dev/2011-July/016019.html
     28
     29These are issues in clang for us to address:
    2030 *  clang does not know the RTEMS include paths.  No immediate solution.
    2131 *  clang when targeting i386-rtems needs to define __USER_LABEL_PREFIX__.  Other ports probably have something similar and something like a register prefix macro.