[Compbench-devel] CompBenchmarks++/libcompbenchmarks/share/KB/g++ options.xml, 1.1, 1.2
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-03-13 20:26:27
|
Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/share/KB/g++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27136 Modified Files: options.xml Log Message: nonnull-objects added. Index: options.xml =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/share/KB/g++/options.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** options.xml 13 Mar 2007 17:41:54 -0000 1.1 --- options.xml 13 Mar 2007 20:26:24 -0000 1.2 *************** *** 1,4 **** --- 1,5 ---- <?xml version="1.0" ?> + <!-- !!! must checks for g++ only (not gcc) --> <cel> <cel-include> *************** *** 49,51 **** --- 50,61 ---- </cel-var-get> </cel-function-def> + + <!-- nonnull-objects --> + <cel-function-def> + <cel-str>kb-gxx-option-nonnull-objects-is-compatible</cel-str> + + <cel-function-call> + <cel-str>kb-gxx-option-gcc2.95-is-compatible</cel-str> + </cel-function-call> + </cel-function-def> </cel> |