[tree-ssa mudflap] Add more verbosity

Frank Ch. Eigler fche@redhat.com
Thu Jun 19 16:51:00 GMT 2003


Hi -

On Thu, Jun 19, 2003 at 11:16:25AM +1000, Eyal Lebedinsky wrote:
> When debugging a wrapper I often hit a problem when I register
> an objects incorrectly. This almost always leads to a failure at
> unregister time in mf-runtime.c in
> 		assert (old_obj->data.type >= 0 &&
> 			old_obj->data.type <= __MF_TYPE_MAX_CEM);
> I find it usefull to add a violation message at this point  [...]

If these bad objects enter the system from bad calls to __mf_register,
I'd rather catch them there.  Objects with a bad .type field should
not be permitted to circulate in the database at all, never mind just
at unregister time.

> What is the current procedure for me submitting a patch -
> gcc-patches list? [...]

Send to gcc-patches (including ChangeLog etc.) and cc: me if you like.


- FChE
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <https://gcc.gnu.org/pipermail/gcc/attachments/20030619/9be44feb/attachment.sig>


More information about the Gcc mailing list