scc

simple C compiler
git clone git://git.2f30.org/scc
Log | Files | Refs | README | LICENSE

scc-tests.lst (2932B)


      1 0001-sanity.c
      2 0002-expr.c
      3 0003-local.c
      4 0004-pointer.c
      5 0005-ifstmt.c
      6 0006-whilestmt.c
      7 0007-forstmt.c
      8 0008-dowhilestmt.c
      9 0009-expr.c
     10 0010-goto.c
     11 0011-assign.c
     12 0012-expr.c
     13 0013-addridx.c
     14 0014-assignidx.c
     15 0015-localarray.c
     16 0016-addrarray.c
     17 0017-struct.c
     18 0018-structptr.c
     19 0019-selfrefstruct.c
     20 0020-ptrptr.c
     21 0021-intfunc.c
     22 0022-typedef.c
     23 0023-global.c
     24 0024-typedefstruct.c
     25 0025-string.c
     26 0026-implicitret.c
     27 0027-charval.c
     28 0028-bor.c
     29 0029-band.c
     30 0030-bxor.c
     31 0031-relop.c
     32 0032-indec.c
     33 0033-ptrindec.c
     34 0034-logandor.c
     35 0035-breakcont.c
     36 0036-notneg.c
     37 0037-assignop.c
     38 0038-ptradd.c
     39 0039-sizeof.c
     40 0040-cast.c
     41 0041-queen.c
     42 0042-prime.c
     43 0043-union.c
     44 0044-struct.c
     45 0045-struct.c
     46 0046-inits.c
     47 0048-inits.c
     48 0049-inits.c
     49 0050-inits.c
     50 0052-switch.c
     51 0053-struct.c
     52 0054-struct.c
     53 0055-enum.c
     54 0056-enum.c
     55 0057-duff.c
     56 0058-bug.c
     57 0059-multistring.c
     58 0060-charlit.c
     59 0061-comments.c
     60 0062-include.c
     61 0063-define.c
     62 0064-sysinclude.c
     63 0065-ifdef.c
     64 0066-cppelse.c
     65 0067-define.c
     66 0068-funclikemacro.c
     67 0069-funclikemacro.c
     68 0070-cppif.c
     69 0071-cppelif.c
     70 0072-cppelif.c
     71 0073-ifndef.c
     72 0074-undef.c
     73 0075-ptraddasn.c
     74 0076-ptrsubasn.c
     75 0077-defined.c
     76 0078-dirifexpr.c
     77 0079-cond.c
     78 0080-arrays.c
     79 0081-calls.c
     80 0082-bug.c
     81 0083-voidret.c
     82 0084-longlong.c
     83 0085-ulonglong.c
     84 0089-short.c
     85 0090-fptr.c
     86 0091-fptr.c
     87 0092-fptr.c
     88 0093-arrayinit.c
     89 0094-arrayinit.c [TODO]
     90 0095-arrayselector.c
     91 0096-inferredarraysize.c
     92 0097-extern.c
     93 0098-tentative.c [TODO]
     94 0099-tentative.c [TODO]
     95 0102-bug.c
     96 0103-voidparm.c
     97 0104-qbebug.c
     98 0105-shl.c
     99 0106-ppcast.c
    100 0107-bnot.c
    101 0108-bug.c
    102 0109-struct.c
    103 0110-typedefcast.c
    104 0111-doubledef.c
    105 0112-cond.c
    106 0113-externredecl.c
    107 0114-shortassig.c [TODO]
    108 0115-null-comparision.c
    109 0116-floatcmp.c [TODO]
    110 0117-pointarith.c
    111 0118-voidmain.c [TODO]
    112 0119-macrostr.c
    113 0120-funpar.c
    114 0121-localinit.c [TODO]
    115 0122-localinit.c [TODO]
    116 0123-doubleconst.c [TODO]
    117 0124-enumstruct.c [TODO]
    118 0125-fundcl.c
    119 0126-macropar.c [TODO]
    120 0127-doublecte.c [TODO]
    121 0128-kr_names.c
    122 0129-initi.c [TODO]
    123 0130-mulpars.c
    124 0131-hello.c [TODO]
    125 0132-forward.c [TODO]
    126 0133-ftn-ptr.c [TODO]
    127 0134-arith.c [TODO]
    128 0135-unary.c [TODO]
    129 0136-if.c [TODO]
    130 0137-int-cast.c [TODO]
    131 0138-namespace.c [TODO]
    132 0139-ptr-ary.c [TODO]
    133 0140-int-fold.c [TODO]
    134 0141-int-iden.c [TODO]
    135 0142-char-const.c [TODO]
    136 0143-int-const.c [TODO]
    137 0144-long-const.c [TODO]
    138 0145-llong-const.c [TODO]
    139 0146-ifdef.c [TODO]
    140 0147-intern-cpp.c [TODO]
    141 0148-cpp-string.c [TODO]
    142 0149-define.c [TODO]
    143 0150-define.c [TODO]
    144 0151-vararg.c [TODO]
    145 0152-cat.c [TODO]
    146 0153-cpp-string.c [TODO]
    147 0154-if-defined [TODO]
    148 0155-struct-compl.c [TODO]
    149 0156-duff2.c [TODO]
    150 0157-list.c [TODO]
    151 0158-ternary.c [TODO]
    152 0159-typedef.c [TODO]
    153 0160-cpp-if.c [TODO]
    154 0161-struct.c [TODO]
    155 0162-array.c [TODO]
    156 0163-array.c [TODO]
    157 0164-struct.c [TODO]
    158 0165-struct.c [TODO]
    159 0166-desig.c [TODO]
    160 0167-array.c [TODO]
    161 0168-array.c [TODO]
    162 0169-string.c [TODO]
    163 0170-line.c [TODO]
    164 0171-macros.c [TODO]
    165 0172-hexa.c [TODO]
    166 0173-macro.c [TODO]
    167 0174-decay.c [TODO]
    168 0175-defined.c [TODO]
    169 0176-macro.c [TODO]