[GENERIC] problem when adding 2 VAR_DEC in the main function
Ian Lance Taylor
iant@google.com
Sat Oct 23 00:30:00 GMT 2010
charfi asma <charfiasma@yahoo.fr> writes:
> my problem is that the method is never added to the TYPE_METHOD list of the
> RECROD_TYPE:
The middle-end doesn't support type methods. The TYPE_METHODS field
probably shouldn't really be in the middle-end at all; it's only used
for generating debug info. Any work you do with TYPE_METHODS is
entirely up to your frontend.
Ian
More information about the Gcc-help
mailing list