Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/Compiler
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv21610
Modified Files:
Compiler-Options.cpp
Log Message:
Option analyzis messages has been revisited.
Index: Compiler-Options.cpp
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/Compiler/Compiler-Options.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** Compiler-Options.cpp 12 Sep 2007 20:20:53 -0000 1.8
--- Compiler-Options.cpp 16 Sep 2007 18:51:20 -0000 1.9
***************
*** 196,200 ****
o=cbmSystem->Split(_options, " ", i++);
if ((o=="") && (i==1)) {
! cbmUI->msgPlanOptionRegister(o);
c=addSingle(_batch, _options);
r+=c;
--- 196,200 ----
o=cbmSystem->Split(_options, " ", i++);
if ((o=="") && (i==1)) {
! // cbmUI->msgPlanOptionRegister(o);
c=addSingle(_batch, _options);
r+=c;
|