Nathan Sidwell - Re: Default arguments and FUNCTION_TYPEs (original) (raw)
This is the mail archive of the gcc@gcc.gnu.orgmailing list for the GCC project.
Gabriel Dos Reis wrote:
Hi,
In the C++ front end, default arguments are recorded in FUNCTION_TYPEs intead of being part of the FUNCTION_DECLs. What are the reasons for that?
There used to be an extension that allowed default arguments on function pointer types. We agreed to kill it, although I don't know if it was actually removed. If that's been done, there's no longer any reason.