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]

gimplefe patch


Hi,

This is the patch for gimple front end branch. I have written this
code as a part of Google Summer of Code program.

The patch consist of following changes:

1. The grammar rules for variable declaration are modified to include
parameters. The code for the same is in gp_parse_var_decl function.
2. New function gp_parse_function_declaration is added to recognize
function declaration.
3. Few changes in the function gp_parse_decl have been made to
accomodate the above code.
4. The comments have been updated to reflect the changes in the code.
5. Changelog is updated.

Please find the attached patch file. I hope you find everything as per
the standard

--
Ketaki Tiwatne

Attachment: file.diff
Description: Binary data


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