Opened 15 years ago

Closed 15 years ago

#317 closed defect (fixed)

failure on example.c

Reported by: Stephen Siegel Owned by:
Priority: major Milestone: 1.1
Component: multiple Version: 1.1
Keywords: Cc:

Description

xml$ tass verify -frontend=clang example.c
+----------------------------------------------------------------------+
|           TASS: Toolkit for Accurate Scientific Software             |
|                     http://vsl.cis.udel.edu/tass                     |
|                       v1.1 (r2321, 2011-07-19)                       |
+----------------------------------------------------------------------+
               model : example (numProcs = 1)
          sourceFile : example.c
                mode : VERIFY
              prover : CVC3
            deadlock : ABSOLUTE
           reduction : URGENT
            simplify : true
         bufferBound : 10
             verbose : false
         loop method : false
   collectiveAsserts : false
               cqmin : true
        detectCycles : false
          repository : ./TASSREP
            frontend : CLANG
          errorBound : 1

/tools/llvm/build/Debug+Asserts/bin/clang -cc1 -load /Users/siegel/Documents/workspace/TASS/clang/PrintTassAST/Debug+Asserts/lib/libPrintTassAST.dylib -iwithsysroot /Users/siegel/Documents/workspace/TASS/include -plugin print-tass -plugin-arg-print-tass /Users/siegel/Documents/workspace/TASS/examples/xml/./TASSREP/example.c.xml /Users/siegel/Documents/workspace/TASS/examples/xml/example.c
Syntax error: Error parsing AST file ./TASSREP/example.c.xml:
An XML parse error occurred while parsing java.io.FileInputStream@56c163f line 274 column 51:
org.xml.sax.SAXParseException: cvc-complex-type.2.4.a: Invalid content was found starting with element 'on:argument'. One of '{"http://vsl.cis.udel.edu/ns/tass/statement/expression/OperatorNode":argument1}' is expected.
xml$ 

Change History (1)

comment:1 by stachnik, 15 years ago

Resolution: fixed
Status: newclosed

Updated operator node schema description to be in sync with the clang outputter

Note: See TracTickets for help on using tickets.