This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFC: Using DECL_NO_LIMIT_STACK as a backend specific flag


Hi Ian,

Can't you just keep a list of the decls for which you have issued the
warning?

Yes - that would work too. In fact I agree that this would be cleaner solution in my particular case. I'll create a new patch...



How many decls do you expect to be on that list?

Not very many. Maybe two or three at most.


But I am interested to know if there is a way for targets to add their own information to function decls (and decls in general). If not for this particular case, then for problems to come in the future.

Cheers
  Nick



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]