Re: [Ada] Remove call to expand_decl

2012-05-23 Thread Eric Botcazou
2005-11-14 Thomas Quinot qui...@adacore.com Olivier Hainque hain...@adacore.com Eric Botcazou ebotca...@adacore.com ... (create_var_decl): call expand_decl for CONST_DECLs, to set MODE, ALIGN SIZE and SIZE_UNIT which we need for later back-annotations. I

[Ada] Remove call to expand_decl

2012-05-21 Thread Michael Matz
be approved? I.e. the patch below (regstrapped on x86_64-linux). Ciao, Michael. * gcc-interface/utils.c (create_var_decl_1): Remove call to expand_decl. Index: ada/gcc-interface/utils.c === --- ada/gcc-interface