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: [patch] support for -fdump-ada-spec


> I'm not making a suggestion at the level of making particular functions
> global; rather, that there should be some function used in both c-lex.c
> and for this c-ada-spec.c code.  It's possible it might correspond to the
> entire CPP_NUMBER case, if that's more useful than exporting the
> individual interpret_integer and interpret_float functions used as part of
> that case, for example.

OK, well sounds like we're talking non trivial work here. Do you
consider this blocking for initial inclusion?

If yes, can you give more precise ideas about what parts should be
made visible to c-ada-spec.c? Are we talking about handling of numbers?
Handling of strings? Both? More?

If not, I'd still be interested in going this route in the medium term
(so answers to the above questions would be helpful), but at least having
the current version integrated would really make things simpler to manage
incrementally.

Arno


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