Hmmm,

This looks interesting:

    http://mygcc.free.fr/

Their explanation:

    Mygcc is an extensible version of gcc (the GNU C compiler), that 
    can be customized very easily by adding user-defined checks for 
    detecting for example memory leaks, unreleased locks, or null 
    pointer dereferences. User-defined checks are performed in addition 
    to normal compilation, and may result in additional warning messages.

    Gcc already includes many built-in checks such as uninitialized 
    variables, undeclared functions, format string inspection, etc. Mygcc 
    allows programmers to add their own checks that take into account 
    syntax, control flow, and data flow information.

Wow!

Erik
-- 
-----------------------------------------------------------------
Erik de Castro Lopo
-----------------------------------------------------------------
"I'm too fucking busy, or vice versa" -- Dorothy Parker
_______________________________________________
coders mailing list
[email protected]
http://lists.slug.org.au/listinfo/coders

Reply via email to