This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src ./ChangeLog ./NEWS ./elaborate.cxx ./main. ...


CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	fche@sourceware.org	2007-10-06 02:42:30

Modified files:
	.              : ChangeLog NEWS elaborate.cxx main.cxx session.h 
	                 stap.1.in 
	examples       : ChangeLog futexes.stp sig_by_proc.stp 
	examples/small_demos: rwtiming.stp 
	testsuite      : ChangeLog 
Added files:
	testsuite/systemtap.base: warnings.exp warnings.stp 

Log message:
	PR1119: unused variable elision warnings
	
	2007-10-05  Frank Ch. Eigler  <fche@elastic.org>
	
	PR 1119
	* elaborate.cxx (semantic_pass_opt[12]): Warn on elided
	variables/functions in user script.
	* session.h (suppress_warnings): New field.  Change
	"timing" to plain old bool.
	* main.cxx (main): Configure warnings on by default.
	* stap.1.in: Document this.
	
	PR 1119.
	* systemtap.base/warnings.*: New test.
	
	* futexes.stp, sig_by_proc.stp, small_demos/rwtiming.stp: Fix elision
	warnings.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.692&r2=1.693
http://sourceware.org/cgi-bin/cvsweb.cgi/src/NEWS.diff?cvsroot=systemtap&r1=1.17&r2=1.18
http://sourceware.org/cgi-bin/cvsweb.cgi/src/elaborate.cxx.diff?cvsroot=systemtap&r1=1.86&r2=1.87
http://sourceware.org/cgi-bin/cvsweb.cgi/src/main.cxx.diff?cvsroot=systemtap&r1=1.78&r2=1.79
http://sourceware.org/cgi-bin/cvsweb.cgi/src/session.h.diff?cvsroot=systemtap&r1=1.21&r2=1.22
http://sourceware.org/cgi-bin/cvsweb.cgi/src/stap.1.in.diff?cvsroot=systemtap&r1=1.63&r2=1.64
http://sourceware.org/cgi-bin/cvsweb.cgi/src/examples/ChangeLog.diff?cvsroot=systemtap&r1=1.10&r2=1.11
http://sourceware.org/cgi-bin/cvsweb.cgi/src/examples/futexes.stp.diff?cvsroot=systemtap&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/examples/sig_by_proc.stp.diff?cvsroot=systemtap&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/examples/small_demos/rwtiming.stp.diff?cvsroot=systemtap&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/testsuite/ChangeLog.diff?cvsroot=systemtap&r1=1.168&r2=1.169
http://sourceware.org/cgi-bin/cvsweb.cgi/src/testsuite/systemtap.base/warnings.exp.diff?cvsroot=systemtap&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/testsuite/systemtap.base/warnings.stp.diff?cvsroot=systemtap&r1=NONE&r2=1.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]