[Compbench-devel] CompBenchmarks++/compbenchmarks-core cloptions.cpp, 1.9, 1.10
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-09-10 16:41:42
|
Update of /cvsroot/compbench/CompBenchmarks++/compbenchmarks-core In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv18540 Modified Files: cloptions.cpp Log Message: API changes, due to SF's TID #141918: Plan and incompatible options. Index: cloptions.cpp =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/compbenchmarks-core/cloptions.cpp,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** cloptions.cpp 4 Sep 2007 16:23:19 -0000 1.9 --- cloptions.cpp 10 Sep 2007 16:41:39 -0000 1.10 *************** *** 810,814 **** } ! O=new CBM::CompilerOptions("command-line", options); P=B->Package(); if (P->getStatus()<CBM::Package::Preconfigured) { --- 810,815 ---- } ! O=new CBM::CompilerOptions("command-line"); ! O->add(0, options); // !! no checks! P=B->Package(); if (P->getStatus()<CBM::Package::Preconfigured) { |