> > How do i determine if two type nodes in the C front end are equivilent? > In C++ i use same_type_p() but do not see an equivilant for the C front end.
The function you want is comptypes. Thanks, Andrew Pinski
> > How do i determine if two type nodes in the C front end are equivilent? > In C++ i use same_type_p() but do not see an equivilant for the C front end.
The function you want is comptypes. Thanks, Andrew Pinski