This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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]

[tree-ssa mudflap] wrong defaults shown


I find that setting an option will cause it to be marked as
[default] in the help text, e.g.
	export MUDFLAP_OPTIONS="-trace-calls -xxx"
shows

-trace-calls             trace calls to mudflap runtime library
[default]

when it is not thus marked for a default setting
	export MUDFLAP_OPTIONS="-xxx"

-trace-calls             trace calls to mudflap runtime library

--
Eyal Lebedinsky (eyal@eyal.emu.id.au) <http://samba.org/eyal/>


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