|
Travis Vitek made changes - 29/Oct/07 10:02 PM
2007-10-29 Travis Vitek <vitek@roguewave.com>
Index: 27.stringbuf.xsputn.stdcxx-515.cpp int main ()
Travis Vitek made changes - 29/Oct/07 10:17 PM
Verified in automated testing.
Travis Vitek made changes - 18/Dec/07 11:03 PM
Martin Sebor made changes - 29/Jan/08 07:59 PM
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
aCC -c -D_RWSTDDEBUG -I$(TOPDIR)/include -I$(BUILDDIR)/include -I$(TOPDIR)/tests/include -AA -g +d +DD64 +w +W392 +W655 +W684 +W818 +W819 +W849 $(TOPDIR)/tests/regress/27.stringbuf.xsputn.stdcxx-515.cpp
Error 419: "$(TOPDIR)/tests/regress/27.stringbuf.xsputn.stdcxx-515.cpp", line 33 # 'size_t' is used as a type, but has not been defined as a type.
for (size_t i = 1; i <= 1024; ++i) {
^^^^^^
Warning (suggestion) 887: "$(TOPDIR)/tests/regress/27.stringbuf.xsputn.stdcxx-515.cpp", line 35 # Type 'int' is smaller than type 'unsigned long', unwanted widening in value may result.
std::string s (i, 'a');
^
gmake: *** [27.stringbuf.xsputn.stdcxx-515.o] Error 2