Changeset b6923b17 for tests


Ignore:
Timestamp:
Jul 24, 2024, 12:22:52 PM (15 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
878b1385, a03ed29
Parents:
35c792f
Message:

Fixed goto labelled loop. I had to reorder some passes. Updated control declaration hoisting (including comments and correcting update count). Added test, moved more tests into ctrl-flow.

Location:
tests
Files:
3 added
1 deleted
1 edited
3 moved

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    r35c792f rb6923b17  
    208208
    209209SYNTAX_ONLY_CODE = expression typedefRedef variableDeclarator switch numericConstants identFuncDeclarator \
    210         init1 limits nested-types cast labelledExit array quasiKeyword include/stdincludes include/includes builtins/sync warnings/self-assignment concurrency/waitfor/parse
     210        init1 limits nested-types cast ctrl-flow/labelledExit array quasiKeyword include/stdincludes include/includes builtins/sync warnings/self-assignment concurrency/waitfor/parse
    211211${SYNTAX_ONLY_CODE} : % : %.cfa ${CFACCBIN}
    212212        ${CFACOMPILE_SYNTAX}
Note: See TracChangeset for help on using the changeset viewer.